Processing math: 2%

Your data matches 250 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
St001344: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => 1
[2,1] => 1
[1,2,3] => 1
[1,3,2] => 1
[2,1,3] => 1
[2,3,1] => 1
[3,1,2] => 1
[3,2,1] => 1
[1,2,3,4] => 1
[1,2,4,3] => 1
[1,3,2,4] => 1
[1,3,4,2] => 1
[1,4,2,3] => 1
[1,4,3,2] => 1
[2,1,3,4] => 1
[2,1,4,3] => 1
[2,3,1,4] => 1
[2,3,4,1] => 1
[2,4,1,3] => 1
[2,4,3,1] => 1
[3,1,2,4] => 1
[3,1,4,2] => 1
[3,2,1,4] => 1
[3,2,4,1] => 1
[3,4,1,2] => 1
[3,4,2,1] => 1
[4,1,2,3] => 1
[4,1,3,2] => 1
[4,2,1,3] => 1
[4,2,3,1] => 1
[4,3,1,2] => 1
[4,3,2,1] => 1
[1,2,3,4,5] => 1
[1,2,3,5,4] => 1
[1,2,4,3,5] => 1
[1,2,4,5,3] => 1
[1,2,5,3,4] => 1
[1,2,5,4,3] => 1
[1,3,2,4,5] => 1
[1,3,2,5,4] => 1
[1,3,4,2,5] => 1
[1,3,4,5,2] => 1
[1,3,5,2,4] => 2
[1,3,5,4,2] => 1
[1,4,2,3,5] => 1
[1,4,2,5,3] => 2
[1,4,3,2,5] => 1
[1,4,3,5,2] => 1
[1,4,5,2,3] => 1
[1,4,5,3,2] => 1
Description
The neighbouring number of a permutation. For a permutation π, this is min
Mp00131: Permutations descent bottomsBinary words
Mp00178: Binary words to compositionInteger compositions
Mp00184: Integer compositions to threshold graphGraphs
St000260: Graphs ⟶ ℤResult quality: 18% values known / values provided: 18%distinct values known / distinct values provided: 50%
Values
[1,2] => 0 => [2] => ([],2)
=> ? = 1
[2,1] => 1 => [1,1] => ([(0,1)],2)
=> 1
[1,2,3] => 00 => [3] => ([],3)
=> ? = 1
[1,3,2] => 01 => [2,1] => ([(0,2),(1,2)],3)
=> 1
[2,1,3] => 10 => [1,2] => ([(1,2)],3)
=> ? = 1
[2,3,1] => 10 => [1,2] => ([(1,2)],3)
=> ? = 1
[3,1,2] => 10 => [1,2] => ([(1,2)],3)
=> ? = 1
[3,2,1] => 11 => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 1
[1,2,3,4] => 000 => [4] => ([],4)
=> ? = 1
[1,2,4,3] => 001 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 1
[1,3,2,4] => 010 => [2,2] => ([(1,3),(2,3)],4)
=> ? = 1
[1,3,4,2] => 010 => [2,2] => ([(1,3),(2,3)],4)
=> ? = 1
[1,4,2,3] => 010 => [2,2] => ([(1,3),(2,3)],4)
=> ? = 1
[1,4,3,2] => 011 => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 1
[2,1,3,4] => 100 => [1,3] => ([(2,3)],4)
=> ? = 1
[2,1,4,3] => 101 => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 1
[2,3,1,4] => 100 => [1,3] => ([(2,3)],4)
=> ? = 1
[2,3,4,1] => 100 => [1,3] => ([(2,3)],4)
=> ? = 1
[2,4,1,3] => 100 => [1,3] => ([(2,3)],4)
=> ? = 1
[2,4,3,1] => 101 => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 1
[3,1,2,4] => 100 => [1,3] => ([(2,3)],4)
=> ? = 1
[3,1,4,2] => 110 => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> ? = 1
[3,2,1,4] => 110 => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> ? = 1
[3,2,4,1] => 110 => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> ? = 1
[3,4,1,2] => 100 => [1,3] => ([(2,3)],4)
=> ? = 1
[3,4,2,1] => 110 => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> ? = 1
[4,1,2,3] => 100 => [1,3] => ([(2,3)],4)
=> ? = 1
[4,1,3,2] => 110 => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> ? = 1
[4,2,1,3] => 110 => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> ? = 1
[4,2,3,1] => 110 => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> ? = 1
[4,3,1,2] => 101 => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 1
[4,3,2,1] => 111 => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 1
[1,2,3,4,5] => 0000 => [5] => ([],5)
=> ? = 1
[1,2,3,5,4] => 0001 => [4,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 1
[1,2,4,3,5] => 0010 => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> ? = 1
[1,2,4,5,3] => 0010 => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> ? = 1
[1,2,5,3,4] => 0010 => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> ? = 1
[1,2,5,4,3] => 0011 => [3,1,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[1,3,2,4,5] => 0100 => [2,3] => ([(2,4),(3,4)],5)
=> ? = 1
[1,3,2,5,4] => 0101 => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[1,3,4,2,5] => 0100 => [2,3] => ([(2,4),(3,4)],5)
=> ? = 1
[1,3,4,5,2] => 0100 => [2,3] => ([(2,4),(3,4)],5)
=> ? = 1
[1,3,5,2,4] => 0100 => [2,3] => ([(2,4),(3,4)],5)
=> ? = 2
[1,3,5,4,2] => 0101 => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[1,4,2,3,5] => 0100 => [2,3] => ([(2,4),(3,4)],5)
=> ? = 1
[1,4,2,5,3] => 0110 => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? = 2
[1,4,3,2,5] => 0110 => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? = 1
[1,4,3,5,2] => 0110 => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? = 1
[1,4,5,2,3] => 0100 => [2,3] => ([(2,4),(3,4)],5)
=> ? = 1
[1,4,5,3,2] => 0110 => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? = 1
[1,5,2,3,4] => 0100 => [2,3] => ([(2,4),(3,4)],5)
=> ? = 1
[1,5,2,4,3] => 0110 => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? = 1
[1,5,3,2,4] => 0110 => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? = 1
[1,5,3,4,2] => 0110 => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? = 1
[1,5,4,2,3] => 0101 => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[1,5,4,3,2] => 0111 => [2,1,1,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[2,1,3,4,5] => 1000 => [1,4] => ([(3,4)],5)
=> ? = 1
[2,1,3,5,4] => 1001 => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[2,1,4,3,5] => 1010 => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? = 1
[2,1,4,5,3] => 1010 => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? = 1
[2,1,5,3,4] => 1010 => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? = 1
[2,1,5,4,3] => 1011 => [1,2,1,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[2,3,1,4,5] => 1000 => [1,4] => ([(3,4)],5)
=> ? = 1
[2,3,1,5,4] => 1001 => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[2,3,4,1,5] => 1000 => [1,4] => ([(3,4)],5)
=> ? = 1
[2,3,4,5,1] => 1000 => [1,4] => ([(3,4)],5)
=> ? = 1
[2,3,5,1,4] => 1000 => [1,4] => ([(3,4)],5)
=> ? = 1
[2,3,5,4,1] => 1001 => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[2,4,1,3,5] => 1000 => [1,4] => ([(3,4)],5)
=> ? = 2
[2,5,4,1,3] => 1001 => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[2,5,4,3,1] => 1011 => [1,2,1,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[3,1,2,5,4] => 1001 => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[3,1,5,4,2] => 1101 => [1,1,2,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[3,2,1,5,4] => 1101 => [1,1,2,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[3,2,5,4,1] => 1101 => [1,1,2,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[3,5,4,1,2] => 1001 => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[3,5,4,2,1] => 1101 => [1,1,2,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[5,4,1,2,3] => 1001 => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[5,4,1,3,2] => 1101 => [1,1,2,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[5,4,2,1,3] => 1101 => [1,1,2,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[5,4,2,3,1] => 1101 => [1,1,2,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[5,4,3,1,2] => 1011 => [1,2,1,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[5,4,3,2,1] => 1111 => [1,1,1,1,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[1,2,3,4,6,5] => 00001 => [5,1] => ([(0,5),(1,5),(2,5),(3,5),(4,5)],6)
=> 1
[1,2,3,6,5,4] => 00011 => [4,1,1] => ([(0,4),(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
[1,2,4,3,6,5] => 00101 => [3,2,1] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
[1,2,4,6,5,3] => 00101 => [3,2,1] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
[1,2,6,5,3,4] => 00101 => [3,2,1] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
[1,2,6,5,4,3] => 00111 => [3,1,1,1] => ([(0,3),(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
[1,3,2,4,6,5] => 01001 => [2,3,1] => ([(0,5),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
[1,3,2,6,5,4] => 01011 => [2,2,1,1] => ([(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
[1,3,4,2,6,5] => 01001 => [2,3,1] => ([(0,5),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
[1,3,4,6,5,2] => 01001 => [2,3,1] => ([(0,5),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
[1,3,6,5,2,4] => 01001 => [2,3,1] => ([(0,5),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
[1,3,6,5,4,2] => 01011 => [2,2,1,1] => ([(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
[1,4,2,3,6,5] => 01001 => [2,3,1] => ([(0,5),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
[1,4,2,6,5,3] => 01101 => [2,1,2,1] => ([(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
[1,4,3,2,6,5] => 01101 => [2,1,2,1] => ([(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
[1,4,3,6,5,2] => 01101 => [2,1,2,1] => ([(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
[1,4,6,5,2,3] => 01001 => [2,3,1] => ([(0,5),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 1
Description
The radius of a connected graph. This is the minimum eccentricity of any vertex.
Matching statistic: St000667
Mp00209: Permutations pattern posetPosets
Mp00110: Posets Greene-Kleitman invariantInteger partitions
Mp00044: Integer partitions conjugateInteger partitions
St000667: Integer partitions ⟶ ℤResult quality: 13% values known / values provided: 13%distinct values known / distinct values provided: 50%
Values
[1,2] => ([(0,1)],2)
=> [2]
=> [1,1]
=> 1
[2,1] => ([(0,1)],2)
=> [2]
=> [1,1]
=> 1
[1,2,3] => ([(0,2),(2,1)],3)
=> [3]
=> [1,1,1]
=> 1
[1,3,2] => ([(0,1),(0,2),(1,3),(2,3)],4)
=> [3,1]
=> [2,1,1]
=> 1
[2,1,3] => ([(0,1),(0,2),(1,3),(2,3)],4)
=> [3,1]
=> [2,1,1]
=> 1
[2,3,1] => ([(0,1),(0,2),(1,3),(2,3)],4)
=> [3,1]
=> [2,1,1]
=> 1
[3,1,2] => ([(0,1),(0,2),(1,3),(2,3)],4)
=> [3,1]
=> [2,1,1]
=> 1
[3,2,1] => ([(0,2),(2,1)],3)
=> [3]
=> [1,1,1]
=> 1
[1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> [4]
=> [1,1,1,1]
=> 1
[1,2,4,3] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> [2,2,1,1]
=> 1
[1,3,2,4] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> [3,2,1,1]
=> 1
[1,3,4,2] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> [3,2,1,1]
=> 1
[1,4,2,3] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> [3,2,1,1]
=> 1
[1,4,3,2] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> [2,2,1,1]
=> 1
[2,1,3,4] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> [2,2,1,1]
=> 1
[2,1,4,3] => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> [4,2]
=> [2,2,1,1]
=> 1
[2,3,1,4] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> [3,2,1,1]
=> 1
[2,3,4,1] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> [2,2,1,1]
=> 1
[2,4,1,3] => ([(0,1),(0,2),(0,3),(0,4),(1,6),(1,7),(2,6),(2,7),(3,6),(3,7),(4,6),(4,7),(6,5),(7,5)],8)
=> [4,2,1,1]
=> [4,2,1,1]
=> 1
[2,4,3,1] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> [3,2,1,1]
=> 1
[3,1,2,4] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> [3,2,1,1]
=> 1
[3,1,4,2] => ([(0,1),(0,2),(0,3),(0,4),(1,6),(1,7),(2,6),(2,7),(3,6),(3,7),(4,6),(4,7),(6,5),(7,5)],8)
=> [4,2,1,1]
=> [4,2,1,1]
=> 1
[3,2,1,4] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> [2,2,1,1]
=> 1
[3,2,4,1] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> [3,2,1,1]
=> 1
[3,4,1,2] => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> [4,2]
=> [2,2,1,1]
=> 1
[3,4,2,1] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> [2,2,1,1]
=> 1
[4,1,2,3] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> [2,2,1,1]
=> 1
[4,1,3,2] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> [3,2,1,1]
=> 1
[4,2,1,3] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> [3,2,1,1]
=> 1
[4,2,3,1] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> [3,2,1,1]
=> 1
[4,3,1,2] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> [2,2,1,1]
=> 1
[4,3,2,1] => ([(0,3),(2,1),(3,2)],4)
=> [4]
=> [1,1,1,1]
=> 1
[1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> [1,1,1,1,1]
=> 1
[1,2,3,5,4] => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> [5,3]
=> [2,2,2,1,1]
=> 1
[1,2,4,3,5] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> [5,3,2]
=> [3,3,2,1,1]
=> 1
[1,2,4,5,3] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> [5,3,2]
=> [3,3,2,1,1]
=> 1
[1,2,5,3,4] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> [5,3,2]
=> [3,3,2,1,1]
=> 1
[1,2,5,4,3] => ([(0,3),(0,4),(1,7),(2,6),(3,2),(3,5),(4,1),(4,5),(5,6),(5,7),(6,8),(7,8)],9)
=> [5,3,1]
=> [3,2,2,1,1]
=> 1
[1,3,2,4,5] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> [5,3,2]
=> [3,3,2,1,1]
=> 1
[1,3,2,5,4] => ([(0,1),(0,2),(0,3),(1,7),(1,8),(2,5),(2,8),(3,5),(3,7),(3,8),(5,9),(6,4),(7,6),(7,9),(8,6),(8,9),(9,4)],10)
=> [5,3,2]
=> [3,3,2,1,1]
=> 1
[1,3,4,2,5] => ([(0,1),(0,2),(0,3),(0,4),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,10),(4,5),(4,6),(4,10),(5,9),(5,11),(6,9),(6,11),(7,9),(7,11),(9,8),(10,11),(11,8)],12)
=> [5,3,2,2]
=> [4,4,2,1,1]
=> 1
[1,3,4,5,2] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> [5,3,2]
=> [3,3,2,1,1]
=> 1
[1,3,5,2,4] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> [5,3,2,2,2]
=> [5,5,2,1,1]
=> ? = 2
[1,3,5,4,2] => ([(0,1),(0,2),(0,3),(0,4),(1,6),(1,11),(2,5),(2,11),(3,5),(3,7),(3,11),(4,6),(4,7),(4,11),(5,9),(6,10),(7,9),(7,10),(9,8),(10,8),(11,9),(11,10)],12)
=> [5,3,2,2]
=> [4,4,2,1,1]
=> 1
[1,4,2,3,5] => ([(0,1),(0,2),(0,3),(0,4),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,10),(4,5),(4,6),(4,10),(5,9),(5,11),(6,9),(6,11),(7,9),(7,11),(9,8),(10,11),(11,8)],12)
=> [5,3,2,2]
=> [4,4,2,1,1]
=> 1
[1,4,2,5,3] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> [5,3,2,2,2]
=> [5,5,2,1,1]
=> ? = 2
[1,4,3,2,5] => ([(0,2),(0,3),(0,4),(1,9),(2,5),(2,7),(3,5),(3,6),(4,1),(4,6),(4,7),(5,10),(6,9),(6,10),(7,9),(7,10),(9,8),(10,8)],11)
=> [5,3,2,1]
=> [4,3,2,1,1]
=> 1
[1,4,3,5,2] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> [5,3,2,2,1]
=> [5,4,2,1,1]
=> 1
[1,4,5,2,3] => ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,6),(2,7),(2,8),(3,5),(3,7),(3,8),(5,9),(5,10),(6,9),(6,10),(7,10),(8,9),(8,10),(9,4),(10,4)],11)
=> [5,3,2,1]
=> [4,3,2,1,1]
=> 1
[1,4,5,3,2] => ([(0,2),(0,3),(0,4),(1,9),(2,5),(2,7),(3,5),(3,6),(4,1),(4,6),(4,7),(5,10),(6,9),(6,10),(7,9),(7,10),(9,8),(10,8)],11)
=> [5,3,2,1]
=> [4,3,2,1,1]
=> 1
[1,5,2,3,4] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> [5,3,2]
=> [3,3,2,1,1]
=> 1
[1,5,2,4,3] => ([(0,1),(0,2),(0,3),(0,4),(1,6),(1,11),(2,5),(2,11),(3,5),(3,7),(3,11),(4,6),(4,7),(4,11),(5,9),(6,10),(7,9),(7,10),(9,8),(10,8),(11,9),(11,10)],12)
=> [5,3,2,2]
=> [4,4,2,1,1]
=> 1
[2,4,1,3,5] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> [5,3,2,2,2]
=> [5,5,2,1,1]
=> ? = 2
[2,4,1,5,3] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,6),(2,9),(2,11),(3,6),(3,9),(3,10),(4,7),(4,9),(4,10),(4,11),(5,7),(5,9),(5,10),(5,11),(6,13),(7,12),(7,13),(9,12),(9,13),(10,12),(10,13),(11,12),(11,13),(12,8),(13,8)],14)
=> [5,3,2,2,2]
=> [5,5,2,1,1]
=> ? = 1
[2,5,3,1,4] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,9),(1,10),(1,11),(1,12),(2,7),(2,11),(2,12),(3,7),(3,9),(3,10),(4,6),(4,10),(4,12),(5,6),(5,9),(5,11),(6,14),(7,13),(9,13),(9,14),(10,13),(10,14),(11,13),(11,14),(12,13),(12,14),(13,8),(14,8)],15)
=> [5,3,2,2,2,1]
=> [6,5,2,1,1]
=> ? = 2
[3,1,4,2,5] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> [5,3,2,2,2]
=> [5,5,2,1,1]
=> ? = 2
[3,1,5,2,4] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,6),(2,9),(2,11),(3,6),(3,9),(3,10),(4,7),(4,9),(4,10),(4,11),(5,7),(5,9),(5,10),(5,11),(6,13),(7,12),(7,13),(9,12),(9,13),(10,12),(10,13),(11,12),(11,13),(12,8),(13,8)],14)
=> [5,3,2,2,2]
=> [5,5,2,1,1]
=> ? = 1
[3,5,1,4,2] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,6),(2,9),(2,11),(3,6),(3,9),(3,10),(4,7),(4,9),(4,10),(4,11),(5,7),(5,9),(5,10),(5,11),(6,13),(7,12),(7,13),(9,12),(9,13),(10,12),(10,13),(11,12),(11,13),(12,8),(13,8)],14)
=> [5,3,2,2,2]
=> [5,5,2,1,1]
=> ? = 1
[3,5,2,4,1] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> [5,3,2,2,2]
=> [5,5,2,1,1]
=> ? = 2
[4,1,3,5,2] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,9),(1,10),(1,11),(1,12),(2,7),(2,11),(2,12),(3,7),(3,9),(3,10),(4,6),(4,10),(4,12),(5,6),(5,9),(5,11),(6,14),(7,13),(9,13),(9,14),(10,13),(10,14),(11,13),(11,14),(12,13),(12,14),(13,8),(14,8)],15)
=> [5,3,2,2,2,1]
=> [6,5,2,1,1]
=> ? = 2
[4,2,5,1,3] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,6),(2,9),(2,11),(3,6),(3,9),(3,10),(4,7),(4,9),(4,10),(4,11),(5,7),(5,9),(5,10),(5,11),(6,13),(7,12),(7,13),(9,12),(9,13),(10,12),(10,13),(11,12),(11,13),(12,8),(13,8)],14)
=> [5,3,2,2,2]
=> [5,5,2,1,1]
=> ? = 1
[4,2,5,3,1] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> [5,3,2,2,2]
=> [5,5,2,1,1]
=> ? = 2
[5,2,4,1,3] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> [5,3,2,2,2]
=> [5,5,2,1,1]
=> ? = 2
[5,3,1,4,2] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> [5,3,2,2,2]
=> [5,5,2,1,1]
=> ? = 2
[1,2,3,5,4,6] => ([(0,2),(0,3),(0,5),(1,8),(1,12),(2,10),(3,6),(3,10),(4,1),(4,9),(4,11),(5,4),(5,6),(5,10),(6,9),(6,11),(8,7),(9,8),(9,12),(10,11),(11,12),(12,7)],13)
=> ?
=> ?
=> ? = 1
[1,2,3,5,6,4] => ([(0,2),(0,3),(0,5),(1,8),(1,12),(2,10),(3,6),(3,10),(4,1),(4,9),(4,11),(5,4),(5,6),(5,10),(6,9),(6,11),(8,7),(9,8),(9,12),(10,11),(11,12),(12,7)],13)
=> ?
=> ?
=> ? = 1
[1,2,3,6,4,5] => ([(0,2),(0,3),(0,5),(1,8),(1,12),(2,10),(3,6),(3,10),(4,1),(4,9),(4,11),(5,4),(5,6),(5,10),(6,9),(6,11),(8,7),(9,8),(9,12),(10,11),(11,12),(12,7)],13)
=> ?
=> ?
=> ? = 1
[1,2,4,3,5,6] => ([(0,3),(0,4),(0,5),(1,9),(1,13),(2,8),(2,13),(3,11),(4,2),(4,6),(4,11),(5,1),(5,6),(5,11),(6,8),(6,9),(6,13),(8,10),(8,12),(9,10),(9,12),(10,7),(11,13),(12,7),(13,12)],14)
=> ?
=> ?
=> ? = 1
[1,2,4,3,6,5] => ([(0,2),(0,3),(0,4),(1,7),(1,13),(2,6),(2,12),(3,1),(3,9),(3,12),(4,6),(4,9),(4,12),(6,10),(7,8),(7,11),(8,5),(9,7),(9,10),(9,13),(10,11),(11,5),(12,10),(12,13),(13,8),(13,11)],14)
=> ?
=> ?
=> ? = 1
[1,2,4,5,3,6] => ([(0,1),(0,3),(0,4),(0,5),(1,14),(2,7),(2,8),(2,16),(3,9),(3,11),(3,14),(4,9),(4,10),(4,14),(5,2),(5,10),(5,11),(5,14),(7,13),(7,15),(8,13),(8,15),(9,12),(9,16),(10,7),(10,12),(10,16),(11,8),(11,12),(11,16),(12,13),(12,15),(13,6),(14,16),(15,6),(16,15)],17)
=> ?
=> ?
=> ? = 1
[1,2,4,5,6,3] => ([(0,3),(0,4),(0,5),(1,9),(1,13),(2,8),(2,13),(3,11),(4,2),(4,6),(4,11),(5,1),(5,6),(5,11),(6,8),(6,9),(6,13),(8,10),(8,12),(9,10),(9,12),(10,7),(11,13),(12,7),(13,12)],14)
=> ?
=> ?
=> ? = 1
[1,2,4,6,3,5] => ([(0,1),(0,2),(0,3),(0,4),(0,6),(1,14),(1,18),(2,13),(2,14),(2,18),(3,12),(3,14),(3,18),(4,11),(4,14),(4,18),(5,8),(5,9),(5,10),(5,16),(6,5),(6,11),(6,12),(6,13),(6,18),(8,15),(8,19),(9,15),(9,19),(10,15),(10,19),(11,8),(11,16),(11,17),(12,9),(12,16),(12,17),(13,10),(13,16),(13,17),(14,17),(15,7),(16,15),(16,19),(17,19),(18,16),(18,17),(19,7)],20)
=> ?
=> ?
=> ? = 1
[1,2,4,6,5,3] => ([(0,1),(0,2),(0,4),(0,5),(1,9),(1,16),(2,10),(2,16),(3,6),(3,7),(3,15),(4,9),(4,11),(4,16),(5,3),(5,10),(5,11),(5,16),(6,13),(7,13),(7,14),(9,12),(10,6),(10,15),(11,7),(11,12),(11,15),(12,14),(13,8),(14,8),(15,13),(15,14),(16,12),(16,15)],17)
=> ?
=> ?
=> ? = 1
[1,2,5,3,4,6] => ([(0,1),(0,3),(0,4),(0,5),(1,14),(2,7),(2,8),(2,16),(3,9),(3,11),(3,14),(4,9),(4,10),(4,14),(5,2),(5,10),(5,11),(5,14),(7,13),(7,15),(8,13),(8,15),(9,12),(9,16),(10,7),(10,12),(10,16),(11,8),(11,12),(11,16),(12,13),(12,15),(13,6),(14,16),(15,6),(16,15)],17)
=> ?
=> ?
=> ? = 1
[1,2,5,3,6,4] => ([(0,1),(0,2),(0,3),(0,4),(0,6),(1,14),(1,18),(2,13),(2,14),(2,18),(3,12),(3,14),(3,18),(4,11),(4,14),(4,18),(5,8),(5,9),(5,10),(5,16),(6,5),(6,11),(6,12),(6,13),(6,18),(8,15),(8,19),(9,15),(9,19),(10,15),(10,19),(11,8),(11,16),(11,17),(12,9),(12,16),(12,17),(13,10),(13,16),(13,17),(14,17),(15,7),(16,15),(16,19),(17,19),(18,16),(18,17),(19,7)],20)
=> ?
=> ?
=> ? = 1
[1,2,5,4,3,6] => ([(0,3),(0,4),(0,5),(1,13),(2,6),(2,8),(3,9),(3,10),(4,2),(4,10),(4,11),(5,1),(5,9),(5,11),(6,14),(6,15),(8,14),(9,12),(9,13),(10,8),(10,12),(11,6),(11,12),(11,13),(12,14),(12,15),(13,15),(14,7),(15,7)],16)
=> ?
=> ?
=> ? = 1
[1,2,5,4,6,3] => ([(0,1),(0,2),(0,3),(0,5),(1,11),(1,14),(2,10),(2,13),(2,14),(3,10),(3,12),(3,14),(4,7),(4,8),(4,9),(5,4),(5,11),(5,12),(5,13),(7,17),(8,17),(8,18),(9,17),(9,18),(10,15),(11,7),(11,16),(12,8),(12,15),(12,16),(13,9),(13,15),(13,16),(14,15),(14,16),(15,18),(16,17),(16,18),(17,6),(18,6)],19)
=> ?
=> ?
=> ? = 1
[1,2,5,6,3,4] => ([(0,2),(0,3),(0,4),(1,8),(1,9),(2,1),(2,10),(2,11),(3,6),(3,7),(3,11),(4,6),(4,7),(4,10),(6,14),(7,12),(7,14),(8,13),(8,15),(9,13),(9,15),(10,8),(10,12),(10,14),(11,9),(11,12),(11,14),(12,13),(12,15),(13,5),(14,15),(15,5)],16)
=> ?
=> ?
=> ? = 1
[1,2,5,6,4,3] => ([(0,3),(0,4),(0,5),(1,13),(2,6),(2,8),(3,9),(3,10),(4,2),(4,10),(4,11),(5,1),(5,9),(5,11),(6,14),(6,15),(8,14),(9,12),(9,13),(10,8),(10,12),(11,6),(11,12),(11,13),(12,14),(12,15),(13,15),(14,7),(15,7)],16)
=> ?
=> ?
=> ? = 1
[1,2,6,3,4,5] => ([(0,3),(0,4),(0,5),(1,9),(1,13),(2,8),(2,13),(3,11),(4,2),(4,6),(4,11),(5,1),(5,6),(5,11),(6,8),(6,9),(6,13),(8,10),(8,12),(9,10),(9,12),(10,7),(11,13),(12,7),(13,12)],14)
=> ?
=> ?
=> ? = 1
[1,2,6,3,5,4] => ([(0,1),(0,2),(0,4),(0,5),(1,9),(1,16),(2,10),(2,16),(3,6),(3,7),(3,15),(4,9),(4,11),(4,16),(5,3),(5,10),(5,11),(5,16),(6,13),(7,13),(7,14),(9,12),(10,6),(10,15),(11,7),(11,12),(11,15),(12,14),(13,8),(14,8),(15,13),(15,14),(16,12),(16,15)],17)
=> ?
=> ?
=> ? = 1
[1,2,6,4,3,5] => ([(0,1),(0,2),(0,3),(0,5),(1,11),(1,14),(2,10),(2,13),(2,14),(3,10),(3,12),(3,14),(4,7),(4,8),(4,9),(5,4),(5,11),(5,12),(5,13),(7,17),(8,17),(8,18),(9,17),(9,18),(10,15),(11,7),(11,16),(12,8),(12,15),(12,16),(13,9),(13,15),(13,16),(14,15),(14,16),(15,18),(16,17),(16,18),(17,6),(18,6)],19)
=> ?
=> ?
=> ? = 1
[1,2,6,4,5,3] => ([(0,1),(0,2),(0,3),(0,5),(1,11),(1,14),(2,10),(2,13),(2,14),(3,10),(3,12),(3,14),(4,7),(4,8),(4,9),(5,4),(5,11),(5,12),(5,13),(7,17),(8,17),(8,18),(9,17),(9,18),(10,15),(11,7),(11,16),(12,8),(12,15),(12,16),(13,9),(13,15),(13,16),(14,15),(14,16),(15,18),(16,17),(16,18),(17,6),(18,6)],19)
=> ?
=> ?
=> ? = 1
[1,2,6,5,3,4] => ([(0,3),(0,4),(0,5),(1,13),(2,6),(2,8),(3,9),(3,10),(4,2),(4,10),(4,11),(5,1),(5,9),(5,11),(6,14),(6,15),(8,14),(9,12),(9,13),(10,8),(10,12),(11,6),(11,12),(11,13),(12,14),(12,15),(13,15),(14,7),(15,7)],16)
=> ?
=> ?
=> ? = 1
[1,3,2,4,5,6] => ([(0,2),(0,3),(0,5),(1,8),(1,12),(2,10),(3,6),(3,10),(4,1),(4,9),(4,11),(5,4),(5,6),(5,10),(6,9),(6,11),(8,7),(9,8),(9,12),(10,11),(11,12),(12,7)],13)
=> ?
=> ?
=> ? = 1
[1,3,2,4,6,5] => ([(0,1),(0,2),(0,3),(0,4),(1,6),(1,13),(2,8),(2,9),(2,13),(3,7),(3,9),(3,13),(4,6),(4,7),(4,8),(6,15),(7,12),(7,15),(8,11),(8,12),(8,15),(9,11),(9,12),(10,5),(11,10),(11,14),(12,10),(12,14),(13,11),(13,15),(14,5),(15,14)],16)
=> ?
=> ?
=> ? = 1
[1,3,2,5,4,6] => ([(0,1),(0,2),(0,3),(0,4),(1,8),(1,9),(1,15),(2,7),(2,9),(2,15),(3,6),(3,7),(3,15),(4,6),(4,8),(4,15),(6,14),(7,11),(7,14),(8,12),(8,14),(9,11),(9,12),(10,5),(11,10),(11,13),(12,10),(12,13),(13,5),(14,13),(15,11),(15,12),(15,14)],16)
=> ?
=> ?
=> ? = 1
[1,3,2,5,6,4] => ([(0,2),(0,3),(0,4),(0,5),(1,14),(1,16),(2,7),(2,8),(2,9),(3,7),(3,10),(3,12),(4,8),(4,11),(4,12),(5,9),(5,10),(5,11),(7,17),(8,15),(8,17),(9,1),(9,15),(9,17),(10,13),(10,17),(11,13),(11,15),(12,13),(12,15),(12,17),(13,14),(13,16),(14,6),(15,14),(15,16),(16,6),(17,16)],18)
=> ?
=> ?
=> ? = 1
[1,3,2,6,4,5] => ([(0,2),(0,3),(0,4),(0,5),(1,14),(1,16),(2,7),(2,8),(2,9),(3,7),(3,10),(3,12),(4,8),(4,11),(4,12),(5,9),(5,10),(5,11),(7,17),(8,15),(8,17),(9,1),(9,15),(9,17),(10,13),(10,17),(11,13),(11,15),(12,13),(12,15),(12,17),(13,14),(13,16),(14,6),(15,14),(15,16),(16,6),(17,16)],18)
=> ?
=> ?
=> ? = 1
[1,3,2,6,5,4] => ([(0,3),(0,4),(0,5),(1,13),(2,6),(2,7),(2,14),(3,9),(3,10),(4,9),(4,11),(5,2),(5,10),(5,11),(6,12),(7,12),(7,13),(9,1),(9,14),(10,6),(10,14),(11,7),(11,14),(12,8),(13,8),(14,12),(14,13)],15)
=> ?
=> ?
=> ? = 1
[1,3,4,2,5,6] => ([(0,1),(0,3),(0,4),(0,5),(1,14),(2,7),(2,8),(2,16),(3,9),(3,11),(3,14),(4,9),(4,10),(4,14),(5,2),(5,10),(5,11),(5,14),(7,13),(7,15),(8,13),(8,15),(9,12),(9,16),(10,7),(10,12),(10,16),(11,8),(11,12),(11,16),(12,13),(12,15),(13,6),(14,16),(15,6),(16,15)],17)
=> ?
=> ?
=> ? = 1
[1,3,4,2,6,5] => ([(0,2),(0,3),(0,4),(0,5),(1,10),(1,15),(1,17),(2,7),(2,13),(3,8),(3,9),(3,13),(4,8),(4,11),(4,13),(5,1),(5,7),(5,9),(5,11),(7,17),(8,12),(8,15),(9,12),(9,15),(9,17),(10,14),(10,16),(11,10),(11,12),(11,17),(12,14),(12,16),(13,15),(13,17),(14,6),(15,14),(15,16),(16,6),(17,16)],18)
=> ?
=> ?
=> ? = 1
[1,3,4,5,2,6] => ([(0,1),(0,3),(0,4),(0,5),(1,14),(2,7),(2,8),(2,16),(3,9),(3,11),(3,14),(4,9),(4,10),(4,14),(5,2),(5,10),(5,11),(5,14),(7,13),(7,15),(8,13),(8,15),(9,12),(9,16),(10,7),(10,12),(10,16),(11,8),(11,12),(11,16),(12,13),(12,15),(13,6),(14,16),(15,6),(16,15)],17)
=> ?
=> ?
=> ? = 1
[1,3,4,5,6,2] => ([(0,2),(0,3),(0,5),(1,8),(1,12),(2,10),(3,6),(3,10),(4,1),(4,9),(4,11),(5,4),(5,6),(5,10),(6,9),(6,11),(8,7),(9,8),(9,12),(10,11),(11,12),(12,7)],13)
=> ?
=> ?
=> ? = 1
[1,3,4,6,2,5] => ([(0,2),(0,3),(0,4),(0,5),(0,6),(1,12),(1,20),(1,21),(2,13),(2,14),(3,8),(3,13),(3,15),(4,9),(4,10),(4,13),(4,15),(5,7),(5,8),(5,9),(5,14),(6,1),(6,7),(6,10),(6,14),(6,15),(7,12),(7,16),(7,18),(7,20),(8,18),(8,21),(9,16),(9,18),(9,21),(10,16),(10,20),(10,21),(12,17),(12,19),(13,21),(14,20),(14,21),(15,18),(15,20),(15,21),(16,17),(16,19),(17,11),(18,17),(18,19),(19,11),(20,17),(20,19),(21,19)],22)
=> ?
=> ?
=> ? = 1
[1,3,4,6,5,2] => ([(0,2),(0,3),(0,4),(0,5),(1,10),(1,17),(2,7),(2,13),(3,9),(3,11),(3,13),(4,1),(4,8),(4,11),(4,13),(5,7),(5,8),(5,9),(7,16),(8,12),(8,16),(8,17),(9,12),(9,16),(10,14),(11,10),(11,12),(11,17),(12,14),(12,15),(13,16),(13,17),(14,6),(15,6),(16,15),(17,14),(17,15)],18)
=> ?
=> ?
=> ? = 1
[1,3,5,2,4,6] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,14),(1,17),(1,22),(2,13),(2,17),(2,22),(3,9),(3,11),(3,17),(3,22),(4,8),(4,10),(4,17),(4,22),(5,8),(5,9),(5,12),(5,13),(5,22),(6,10),(6,11),(6,12),(6,14),(6,22),(8,15),(8,19),(8,23),(9,16),(9,19),(9,23),(10,15),(10,20),(10,23),(11,16),(11,20),(11,23),(12,15),(12,16),(12,19),(12,20),(13,19),(13,23),(14,20),(14,23),(15,18),(15,21),(16,18),(16,21),(17,23),(18,7),(19,18),(19,21),(20,18),(20,21),(21,7),(22,19),(22,20),(22,23),(23,21)],24)
=> ?
=> ?
=> ? = 2
[1,3,5,2,6,4] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,9),(1,16),(1,20),(2,8),(2,16),(2,17),(3,9),(3,10),(3,17),(3,20),(4,12),(4,13),(4,16),(4,17),(4,20),(5,11),(5,13),(5,16),(5,17),(5,20),(6,8),(6,10),(6,11),(6,12),(6,20),(8,19),(8,23),(9,22),(10,15),(10,19),(10,22),(11,14),(11,15),(11,19),(11,23),(12,14),(12,15),(12,19),(12,23),(13,14),(13,22),(13,23),(14,18),(14,21),(15,18),(15,21),(16,22),(16,23),(17,19),(17,22),(17,23),(18,7),(19,18),(19,21),(20,15),(20,22),(20,23),(21,7),(22,21),(23,18),(23,21)],24)
=> ?
=> ?
=> ? = 2
[1,3,5,4,2,6] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,12),(1,13),(1,17),(2,10),(2,11),(2,17),(3,8),(3,9),(3,13),(3,17),(4,7),(4,9),(4,10),(4,17),(5,7),(5,8),(5,11),(5,12),(7,15),(7,20),(7,21),(8,14),(8,15),(8,20),(9,15),(9,16),(9,21),(10,21),(11,20),(11,21),(12,14),(12,20),(13,14),(13,16),(14,19),(15,18),(15,19),(16,18),(16,19),(17,16),(17,20),(17,21),(18,6),(19,6),(20,18),(20,19),(21,18)],22)
=> ?
=> ?
=> ? = 1
[1,3,5,4,6,2] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,9),(1,12),(1,15),(2,10),(2,12),(2,16),(3,11),(3,13),(3,15),(3,16),(4,8),(4,10),(4,11),(4,15),(5,8),(5,9),(5,13),(5,16),(6,18),(6,19),(8,14),(8,17),(8,20),(9,17),(9,21),(10,20),(10,21),(11,14),(11,20),(12,21),(13,6),(13,14),(13,17),(14,19),(15,17),(15,20),(15,21),(16,6),(16,20),(16,21),(17,18),(17,19),(18,7),(19,7),(20,18),(20,19),(21,18)],22)
=> ?
=> ?
=> ? = 1
Description
The greatest common divisor of the parts of the partition.
Mp00086: Permutations first fundamental transformationPermutations
Mp00090: Permutations cycle-as-one-line notationPermutations
Mp00209: Permutations pattern posetPosets
St000068: Posets ⟶ ℤResult quality: 13% values known / values provided: 13%distinct values known / distinct values provided: 50%
Values
[1,2] => [1,2] => [1,2] => ([(0,1)],2)
=> 1
[2,1] => [2,1] => [1,2] => ([(0,1)],2)
=> 1
[1,2,3] => [1,2,3] => [1,2,3] => ([(0,2),(2,1)],3)
=> 1
[1,3,2] => [1,3,2] => [1,2,3] => ([(0,2),(2,1)],3)
=> 1
[2,1,3] => [2,1,3] => [1,2,3] => ([(0,2),(2,1)],3)
=> 1
[2,3,1] => [3,2,1] => [1,3,2] => ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[3,1,2] => [2,3,1] => [1,2,3] => ([(0,2),(2,1)],3)
=> 1
[3,2,1] => [3,1,2] => [1,3,2] => ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[1,2,3,4] => [1,2,3,4] => [1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> 1
[1,2,4,3] => [1,2,4,3] => [1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> 1
[1,3,2,4] => [1,3,2,4] => [1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> 1
[1,3,4,2] => [1,4,3,2] => [1,2,4,3] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 1
[1,4,2,3] => [1,3,4,2] => [1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> 1
[1,4,3,2] => [1,4,2,3] => [1,2,4,3] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 1
[2,1,3,4] => [2,1,3,4] => [1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> 1
[2,1,4,3] => [2,1,4,3] => [1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> 1
[2,3,1,4] => [3,2,1,4] => [1,3,2,4] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> 1
[2,3,4,1] => [4,2,3,1] => [1,4,2,3] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> 1
[2,4,1,3] => [3,2,4,1] => [1,3,4,2] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> 1
[2,4,3,1] => [4,2,1,3] => [1,4,3,2] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 1
[3,1,2,4] => [2,3,1,4] => [1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> 1
[3,1,4,2] => [3,4,1,2] => [1,3,2,4] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> 1
[3,2,1,4] => [3,1,2,4] => [1,3,2,4] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> 1
[3,2,4,1] => [4,3,2,1] => [1,4,2,3] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> 1
[3,4,1,2] => [2,4,3,1] => [1,2,4,3] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 1
[3,4,2,1] => [4,1,3,2] => [1,4,2,3] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> 1
[4,1,2,3] => [2,3,4,1] => [1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> 1
[4,1,3,2] => [3,4,2,1] => [1,3,2,4] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> 1
[4,2,1,3] => [3,1,4,2] => [1,3,4,2] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> 1
[4,2,3,1] => [4,3,1,2] => [1,4,2,3] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> 1
[4,3,1,2] => [2,4,1,3] => [1,2,4,3] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 1
[4,3,2,1] => [4,1,2,3] => [1,4,3,2] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 1
[1,2,3,4,5] => [1,2,3,4,5] => [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[1,2,3,5,4] => [1,2,3,5,4] => [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[1,2,4,3,5] => [1,2,4,3,5] => [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[1,2,4,5,3] => [1,2,5,4,3] => [1,2,3,5,4] => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> 1
[1,2,5,3,4] => [1,2,4,5,3] => [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[1,2,5,4,3] => [1,2,5,3,4] => [1,2,3,5,4] => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> 1
[1,3,2,4,5] => [1,3,2,4,5] => [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[1,3,2,5,4] => [1,3,2,5,4] => [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[1,3,4,2,5] => [1,4,3,2,5] => [1,2,4,3,5] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> ? = 1
[1,3,4,5,2] => [1,5,3,4,2] => [1,2,5,3,4] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> ? = 1
[1,3,5,2,4] => [1,4,3,5,2] => [1,2,4,5,3] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> ? = 2
[1,3,5,4,2] => [1,5,3,2,4] => [1,2,5,4,3] => ([(0,3),(0,4),(1,7),(2,6),(3,2),(3,5),(4,1),(4,5),(5,6),(5,7),(6,8),(7,8)],9)
=> 1
[1,4,2,3,5] => [1,3,4,2,5] => [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[1,4,2,5,3] => [1,4,5,2,3] => [1,2,4,3,5] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> ? = 2
[1,4,3,2,5] => [1,4,2,3,5] => [1,2,4,3,5] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> ? = 1
[1,4,3,5,2] => [1,5,4,3,2] => [1,2,5,3,4] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> ? = 1
[1,4,5,2,3] => [1,3,5,4,2] => [1,2,3,5,4] => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> 1
[1,4,5,3,2] => [1,5,2,4,3] => [1,2,5,3,4] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> ? = 1
[1,5,2,3,4] => [1,3,4,5,2] => [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[1,5,2,4,3] => [1,4,5,3,2] => [1,2,4,3,5] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> ? = 1
[1,5,3,2,4] => [1,4,2,5,3] => [1,2,4,5,3] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> ? = 1
[1,5,3,4,2] => [1,5,4,2,3] => [1,2,5,3,4] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> ? = 1
[1,5,4,2,3] => [1,3,5,2,4] => [1,2,3,5,4] => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> 1
[1,5,4,3,2] => [1,5,2,3,4] => [1,2,5,4,3] => ([(0,3),(0,4),(1,7),(2,6),(3,2),(3,5),(4,1),(4,5),(5,6),(5,7),(6,8),(7,8)],9)
=> 1
[2,1,3,4,5] => [2,1,3,4,5] => [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[2,1,3,5,4] => [2,1,3,5,4] => [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[2,1,4,3,5] => [2,1,4,3,5] => [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[2,1,4,5,3] => [2,1,5,4,3] => [1,2,3,5,4] => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> 1
[2,3,1,4,5] => [3,2,1,4,5] => [1,3,2,4,5] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> ? = 1
[2,3,1,5,4] => [3,2,1,5,4] => [1,3,2,4,5] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> ? = 1
[2,3,4,1,5] => [4,2,3,1,5] => [1,4,2,3,5] => ([(0,1),(0,2),(0,3),(0,4),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,10),(4,5),(4,6),(4,10),(5,9),(5,11),(6,9),(6,11),(7,9),(7,11),(9,8),(10,11),(11,8)],12)
=> ? = 1
[2,3,4,5,1] => [5,2,3,4,1] => [1,5,2,3,4] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> ? = 1
[2,3,5,1,4] => [4,2,3,5,1] => [1,4,5,2,3] => ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,6),(2,7),(2,8),(3,5),(3,7),(3,8),(5,9),(5,10),(6,9),(6,10),(7,10),(8,9),(8,10),(9,4),(10,4)],11)
=> ? = 1
[2,3,5,4,1] => [5,2,3,1,4] => [1,5,4,2,3] => ([(0,2),(0,3),(0,4),(1,9),(2,5),(2,7),(3,5),(3,6),(4,1),(4,6),(4,7),(5,10),(6,9),(6,10),(7,9),(7,10),(9,8),(10,8)],11)
=> ? = 1
[2,4,1,3,5] => [3,2,4,1,5] => [1,3,4,2,5] => ([(0,1),(0,2),(0,3),(0,4),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,10),(4,5),(4,6),(4,10),(5,9),(5,11),(6,9),(6,11),(7,9),(7,11),(9,8),(10,11),(11,8)],12)
=> ? = 2
[2,4,1,5,3] => [4,2,5,1,3] => [1,4,2,3,5] => ([(0,1),(0,2),(0,3),(0,4),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,10),(4,5),(4,6),(4,10),(5,9),(5,11),(6,9),(6,11),(7,9),(7,11),(9,8),(10,11),(11,8)],12)
=> ? = 1
[2,4,3,1,5] => [4,2,1,3,5] => [1,4,3,2,5] => ([(0,2),(0,3),(0,4),(1,9),(2,5),(2,7),(3,5),(3,6),(4,1),(4,6),(4,7),(5,10),(6,9),(6,10),(7,9),(7,10),(9,8),(10,8)],11)
=> ? = 1
[2,4,3,5,1] => [5,2,4,3,1] => [1,5,2,3,4] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> ? = 1
[2,4,5,1,3] => [3,2,5,4,1] => [1,3,5,2,4] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> ? = 1
[2,4,5,3,1] => [5,2,1,4,3] => [1,5,3,2,4] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> ? = 1
[2,5,1,3,4] => [3,2,4,5,1] => [1,3,4,5,2] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> ? = 1
[2,5,1,4,3] => [4,2,5,3,1] => [1,4,3,5,2] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> ? = 1
[2,5,3,1,4] => [4,2,1,5,3] => [1,4,5,3,2] => ([(0,2),(0,3),(0,4),(1,9),(2,5),(2,7),(3,5),(3,6),(4,1),(4,6),(4,7),(5,10),(6,9),(6,10),(7,9),(7,10),(9,8),(10,8)],11)
=> ? = 2
[2,5,3,4,1] => [5,2,4,1,3] => [1,5,3,4,2] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> ? = 1
[2,5,4,1,3] => [3,2,5,1,4] => [1,3,5,4,2] => ([(0,1),(0,2),(0,3),(0,4),(1,6),(1,11),(2,5),(2,11),(3,5),(3,7),(3,11),(4,6),(4,7),(4,11),(5,9),(6,10),(7,9),(7,10),(9,8),(10,8),(11,9),(11,10)],12)
=> ? = 1
[3,1,4,2,5] => [3,4,1,2,5] => [1,3,2,4,5] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> ? = 2
[3,1,4,5,2] => [3,5,1,4,2] => [1,3,2,5,4] => ([(0,1),(0,2),(0,3),(1,7),(1,8),(2,5),(2,8),(3,5),(3,7),(3,8),(5,9),(6,4),(7,6),(7,9),(8,6),(8,9),(9,4)],10)
=> ? = 1
[3,1,5,2,4] => [3,4,1,5,2] => [1,3,2,4,5] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> ? = 1
[3,1,5,4,2] => [3,5,1,2,4] => [1,3,2,5,4] => ([(0,1),(0,2),(0,3),(1,7),(1,8),(2,5),(2,8),(3,5),(3,7),(3,8),(5,9),(6,4),(7,6),(7,9),(8,6),(8,9),(9,4)],10)
=> ? = 1
[3,2,1,4,5] => [3,1,2,4,5] => [1,3,2,4,5] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> ? = 1
[3,2,1,5,4] => [3,1,2,5,4] => [1,3,2,4,5] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> ? = 1
[3,2,4,1,5] => [4,3,2,1,5] => [1,4,2,3,5] => ([(0,1),(0,2),(0,3),(0,4),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,10),(4,5),(4,6),(4,10),(5,9),(5,11),(6,9),(6,11),(7,9),(7,11),(9,8),(10,11),(11,8)],12)
=> ? = 1
[3,2,4,5,1] => [5,3,2,4,1] => [1,5,2,3,4] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> ? = 1
[3,2,5,1,4] => [4,3,2,5,1] => [1,4,5,2,3] => ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,6),(2,7),(2,8),(3,5),(3,7),(3,8),(5,9),(5,10),(6,9),(6,10),(7,10),(8,9),(8,10),(9,4),(10,4)],11)
=> ? = 1
[3,2,5,4,1] => [5,3,2,1,4] => [1,5,4,2,3] => ([(0,2),(0,3),(0,4),(1,9),(2,5),(2,7),(3,5),(3,6),(4,1),(4,6),(4,7),(5,10),(6,9),(6,10),(7,9),(7,10),(9,8),(10,8)],11)
=> ? = 1
[3,4,1,2,5] => [2,4,3,1,5] => [1,2,4,3,5] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> ? = 1
[3,4,1,5,2] => [4,5,3,1,2] => [1,4,2,5,3] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> ? = 1
[3,4,2,1,5] => [4,1,3,2,5] => [1,4,2,3,5] => ([(0,1),(0,2),(0,3),(0,4),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,10),(4,5),(4,6),(4,10),(5,9),(5,11),(6,9),(6,11),(7,9),(7,11),(9,8),(10,11),(11,8)],12)
=> ? = 1
[3,4,2,5,1] => [5,4,3,2,1] => [1,5,2,4,3] => ([(0,1),(0,2),(0,3),(0,4),(1,6),(1,11),(2,5),(2,11),(3,5),(3,7),(3,11),(4,6),(4,7),(4,11),(5,9),(6,10),(7,9),(7,10),(9,8),(10,8),(11,9),(11,10)],12)
=> ? = 1
[3,4,5,1,2] => [2,5,3,4,1] => [1,2,5,3,4] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> ? = 1
[3,4,5,2,1] => [5,1,3,4,2] => [1,5,2,3,4] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> ? = 1
[3,5,1,2,4] => [2,4,3,5,1] => [1,2,4,5,3] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> ? = 1
[3,5,1,4,2] => [4,5,3,2,1] => [1,4,2,5,3] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> ? = 1
[3,5,2,1,4] => [4,1,3,5,2] => [1,4,5,2,3] => ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,6),(2,7),(2,8),(3,5),(3,7),(3,8),(5,9),(5,10),(6,9),(6,10),(7,10),(8,9),(8,10),(9,4),(10,4)],11)
=> ? = 1
[3,5,2,4,1] => [5,4,3,1,2] => [1,5,2,4,3] => ([(0,1),(0,2),(0,3),(0,4),(1,6),(1,11),(2,5),(2,11),(3,5),(3,7),(3,11),(4,6),(4,7),(4,11),(5,9),(6,10),(7,9),(7,10),(9,8),(10,8),(11,9),(11,10)],12)
=> ? = 2
[3,5,4,2,1] => [5,1,3,2,4] => [1,5,4,2,3] => ([(0,2),(0,3),(0,4),(1,9),(2,5),(2,7),(3,5),(3,6),(4,1),(4,6),(4,7),(5,10),(6,9),(6,10),(7,9),(7,10),(9,8),(10,8)],11)
=> ? = 1
[4,1,2,5,3] => [2,4,5,1,3] => [1,2,4,3,5] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> ? = 1
[4,1,3,2,5] => [3,4,2,1,5] => [1,3,2,4,5] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> ? = 1
Description
The number of minimal elements in a poset.
Mp00087: Permutations inverse first fundamental transformationPermutations
Mp00160: Permutations graph of inversionsGraphs
Mp00266: Graphs connected vertex partitionsLattices
St001719: Lattices ⟶ ℤResult quality: 12% values known / values provided: 12%distinct values known / distinct values provided: 50%
Values
[1,2] => [1,2] => ([],2)
=> ([],1)
=> 1
[2,1] => [2,1] => ([(0,1)],2)
=> ([(0,1)],2)
=> 1
[1,2,3] => [1,2,3] => ([],3)
=> ([],1)
=> 1
[1,3,2] => [1,3,2] => ([(1,2)],3)
=> ([(0,1)],2)
=> 1
[2,1,3] => [2,1,3] => ([(1,2)],3)
=> ([(0,1)],2)
=> 1
[2,3,1] => [3,1,2] => ([(0,2),(1,2)],3)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[3,1,2] => [3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 1
[3,2,1] => [2,3,1] => ([(0,2),(1,2)],3)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[1,2,3,4] => [1,2,3,4] => ([],4)
=> ([],1)
=> 1
[1,2,4,3] => [1,2,4,3] => ([(2,3)],4)
=> ([(0,1)],2)
=> 1
[1,3,2,4] => [1,3,2,4] => ([(2,3)],4)
=> ([(0,1)],2)
=> 1
[1,3,4,2] => [1,4,2,3] => ([(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[1,4,2,3] => [1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 1
[1,4,3,2] => [1,3,4,2] => ([(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[2,1,3,4] => [2,1,3,4] => ([(2,3)],4)
=> ([(0,1)],2)
=> 1
[2,1,4,3] => [2,1,4,3] => ([(0,3),(1,2)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[2,3,1,4] => [3,1,2,4] => ([(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[2,3,4,1] => [4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[2,4,1,3] => [4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,8),(2,9),(2,11),(3,6),(3,7),(3,11),(4,7),(4,9),(4,10),(5,6),(5,8),(5,10),(6,12),(7,12),(8,12),(9,12),(10,12),(11,12)],13)
=> ? = 1
[2,4,3,1] => [3,4,1,2] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(1,8),(1,9),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,9),(4,5),(4,6),(4,8),(5,11),(6,11),(7,11),(8,11),(9,11),(10,11)],12)
=> ? = 1
[3,1,2,4] => [3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 1
[3,1,4,2] => [4,2,1,3] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1
[3,2,1,4] => [2,3,1,4] => ([(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[3,2,4,1] => [2,4,1,3] => ([(0,3),(1,2),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[3,4,1,2] => [3,1,4,2] => ([(0,3),(1,2),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[3,4,2,1] => [4,1,3,2] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1
[4,1,2,3] => [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,9),(1,11),(1,13),(2,9),(2,10),(2,12),(3,8),(3,10),(3,13),(4,8),(4,11),(4,12),(5,7),(5,12),(5,13),(6,7),(6,10),(6,11),(7,14),(8,14),(9,14),(10,14),(11,14),(12,14),(13,14)],15)
=> ? = 1
[4,1,3,2] => [3,4,2,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,8),(2,9),(2,11),(3,6),(3,7),(3,11),(4,7),(4,9),(4,10),(5,6),(5,8),(5,10),(6,12),(7,12),(8,12),(9,12),(10,12),(11,12)],13)
=> ? = 1
[4,2,1,3] => [2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1
[4,2,3,1] => [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[4,3,1,2] => [4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,8),(2,9),(2,11),(3,6),(3,7),(3,11),(4,7),(4,9),(4,10),(5,6),(5,8),(5,10),(6,12),(7,12),(8,12),(9,12),(10,12),(11,12)],13)
=> ? = 1
[4,3,2,1] => [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1
[1,2,3,4,5] => [1,2,3,4,5] => ([],5)
=> ([],1)
=> 1
[1,2,3,5,4] => [1,2,3,5,4] => ([(3,4)],5)
=> ([(0,1)],2)
=> 1
[1,2,4,3,5] => [1,2,4,3,5] => ([(3,4)],5)
=> ([(0,1)],2)
=> 1
[1,2,4,5,3] => [1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[1,2,5,3,4] => [1,2,5,4,3] => ([(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 1
[1,2,5,4,3] => [1,2,4,5,3] => ([(2,4),(3,4)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[1,3,2,4,5] => [1,3,2,4,5] => ([(3,4)],5)
=> ([(0,1)],2)
=> 1
[1,3,2,5,4] => [1,3,2,5,4] => ([(1,4),(2,3)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[1,3,4,2,5] => [1,4,2,3,5] => ([(2,4),(3,4)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[1,3,4,5,2] => [1,5,2,3,4] => ([(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[1,3,5,2,4] => [1,5,4,2,3] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,8),(2,9),(2,11),(3,6),(3,7),(3,11),(4,7),(4,9),(4,10),(5,6),(5,8),(5,10),(6,12),(7,12),(8,12),(9,12),(10,12),(11,12)],13)
=> ? = 2
[1,3,5,4,2] => [1,4,5,2,3] => ([(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,8),(1,9),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,9),(4,5),(4,6),(4,8),(5,11),(6,11),(7,11),(8,11),(9,11),(10,11)],12)
=> ? = 1
[1,4,2,3,5] => [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 1
[1,4,2,5,3] => [1,5,3,2,4] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 2
[1,4,3,2,5] => [1,3,4,2,5] => ([(2,4),(3,4)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[1,4,3,5,2] => [1,3,5,2,4] => ([(1,4),(2,3),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[1,4,5,2,3] => [1,4,2,5,3] => ([(1,4),(2,3),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[1,4,5,3,2] => [1,5,2,4,3] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1
[1,5,2,3,4] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,9),(1,11),(1,13),(2,9),(2,10),(2,12),(3,8),(3,10),(3,13),(4,8),(4,11),(4,12),(5,7),(5,12),(5,13),(6,7),(6,10),(6,11),(7,14),(8,14),(9,14),(10,14),(11,14),(12,14),(13,14)],15)
=> ? = 1
[1,5,2,4,3] => [1,4,5,3,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,8),(2,9),(2,11),(3,6),(3,7),(3,11),(4,7),(4,9),(4,10),(5,6),(5,8),(5,10),(6,12),(7,12),(8,12),(9,12),(10,12),(11,12)],13)
=> ? = 1
[1,5,3,2,4] => [1,3,5,4,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1
[1,5,3,4,2] => [1,3,4,5,2] => ([(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[1,5,4,2,3] => [1,5,3,4,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,8),(2,9),(2,11),(3,6),(3,7),(3,11),(4,7),(4,9),(4,10),(5,6),(5,8),(5,10),(6,12),(7,12),(8,12),(9,12),(10,12),(11,12)],13)
=> ? = 1
[1,5,4,3,2] => [1,4,3,5,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1
[2,1,3,4,5] => [2,1,3,4,5] => ([(3,4)],5)
=> ([(0,1)],2)
=> 1
[2,1,3,5,4] => [2,1,3,5,4] => ([(1,4),(2,3)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[2,1,4,3,5] => [2,1,4,3,5] => ([(1,4),(2,3)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[2,1,4,5,3] => [2,1,5,3,4] => ([(0,1),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[2,1,5,3,4] => [2,1,5,4,3] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1
[2,1,5,4,3] => [2,1,4,5,3] => ([(0,1),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[2,3,1,4,5] => [3,1,2,4,5] => ([(2,4),(3,4)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[2,3,1,5,4] => [3,1,2,5,4] => ([(0,1),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[2,3,4,1,5] => [4,1,2,3,5] => ([(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[2,3,4,5,1] => [5,1,2,3,4] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,8),(1,9),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,9),(4,5),(4,6),(4,8),(5,11),(5,14),(6,11),(6,12),(7,11),(7,13),(8,12),(8,14),(9,13),(9,14),(10,12),(10,13),(11,15),(12,15),(13,15),(14,15)],16)
=> ? = 1
[2,3,5,1,4] => [5,4,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(1,28),(1,29),(1,30),(2,9),(2,13),(2,18),(2,19),(2,30),(3,8),(3,12),(3,16),(3,17),(3,30),(4,11),(4,15),(4,17),(4,19),(4,29),(5,10),(5,14),(5,16),(5,18),(5,29),(6,12),(6,13),(6,14),(6,15),(6,28),(7,8),(7,9),(7,10),(7,11),(7,28),(8,20),(8,21),(8,32),(9,22),(9,23),(9,32),(10,20),(10,22),(10,33),(11,21),(11,23),(11,33),(12,24),(12,25),(12,32),(13,26),(13,27),(13,32),(14,24),(14,26),(14,33),(15,25),(15,27),(15,33),(16,20),(16,24),(16,31),(17,21),(17,25),(17,31),(18,22),(18,26),(18,31),(19,23),(19,27),(19,31),(20,34),(21,34),(22,34),(23,34),(24,34),(25,34),(26,34),(27,34),(28,32),(28,33),(29,31),(29,33),(30,31),(30,32),(31,34),(32,34),(33,34)],35)
=> ? = 1
[2,3,5,4,1] => [4,5,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,9),(1,11),(1,15),(1,20),(1,21),(2,9),(2,10),(2,14),(2,18),(2,19),(3,8),(3,13),(3,17),(3,19),(3,21),(4,8),(4,12),(4,16),(4,18),(4,20),(5,7),(5,14),(5,15),(5,16),(5,17),(6,7),(6,10),(6,11),(6,12),(6,13),(7,31),(7,32),(8,30),(8,32),(9,30),(9,31),(10,22),(10,23),(10,31),(11,24),(11,25),(11,31),(12,22),(12,24),(12,32),(13,23),(13,25),(13,32),(14,26),(14,27),(14,31),(15,28),(15,29),(15,31),(16,26),(16,28),(16,32),(17,27),(17,29),(17,32),(18,22),(18,26),(18,30),(19,23),(19,27),(19,30),(20,24),(20,28),(20,30),(21,25),(21,29),(21,30),(22,33),(23,33),(24,33),(25,33),(26,33),(27,33),(28,33),(29,33),(30,33),(31,33),(32,33)],34)
=> ? = 1
[2,4,1,3,5] => [4,3,1,2,5] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,8),(2,9),(2,11),(3,6),(3,7),(3,11),(4,7),(4,9),(4,10),(5,6),(5,8),(5,10),(6,12),(7,12),(8,12),(9,12),(10,12),(11,12)],13)
=> ? = 2
[2,4,1,5,3] => [5,3,1,2,4] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,7),(1,20),(1,21),(2,9),(2,14),(2,15),(2,21),(3,8),(3,12),(3,13),(3,21),(4,11),(4,13),(4,15),(4,20),(5,10),(5,12),(5,14),(5,20),(6,7),(6,8),(6,9),(6,10),(6,11),(7,22),(7,23),(8,16),(8,17),(8,22),(9,18),(9,19),(9,22),(10,16),(10,18),(10,23),(11,17),(11,19),(11,23),(12,16),(12,24),(13,17),(13,24),(14,18),(14,24),(15,19),(15,24),(16,25),(17,25),(18,25),(19,25),(20,23),(20,24),(21,22),(21,24),(22,25),(23,25),(24,25)],26)
=> ? = 1
[2,4,3,1,5] => [3,4,1,2,5] => ([(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,8),(1,9),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,9),(4,5),(4,6),(4,8),(5,11),(6,11),(7,11),(8,11),(9,11),(10,11)],12)
=> ? = 1
[2,4,3,5,1] => [3,5,1,2,4] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,9),(1,10),(1,11),(1,15),(2,7),(2,8),(2,11),(2,14),(3,6),(3,8),(3,10),(3,13),(4,6),(4,7),(4,9),(4,12),(5,12),(5,13),(5,14),(5,15),(6,18),(6,22),(7,16),(7,22),(8,17),(8,22),(9,19),(9,22),(10,20),(10,22),(11,21),(11,22),(12,16),(12,18),(12,19),(13,17),(13,18),(13,20),(14,16),(14,17),(14,21),(15,19),(15,20),(15,21),(16,23),(17,23),(18,23),(19,23),(20,23),(21,23),(22,23)],24)
=> ? = 1
[2,4,5,1,3] => [4,1,2,5,3] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,8),(1,9),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,9),(4,5),(4,6),(4,8),(5,11),(5,14),(6,11),(6,12),(7,11),(7,13),(8,12),(8,14),(9,13),(9,14),(10,12),(10,13),(11,15),(12,15),(13,15),(14,15)],16)
=> ? = 1
[2,4,5,3,1] => [5,1,2,4,3] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,9),(1,12),(1,16),(2,8),(2,11),(2,16),(3,7),(3,10),(3,16),(4,6),(4,10),(4,11),(4,12),(5,6),(5,7),(5,8),(5,9),(6,13),(6,14),(6,15),(7,13),(7,17),(8,14),(8,17),(9,15),(9,17),(10,13),(10,18),(11,14),(11,18),(12,15),(12,18),(13,19),(14,19),(15,19),(16,17),(16,18),(17,19),(18,19)],20)
=> ? = 1
[2,5,1,3,4] => [5,4,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(0,8),(0,9),(1,12),(1,15),(1,28),(1,31),(1,34),(2,11),(2,14),(2,28),(2,30),(2,33),(3,10),(3,13),(3,28),(3,29),(3,32),(4,10),(4,16),(4,19),(4,21),(4,30),(4,31),(5,11),(5,17),(5,20),(5,22),(5,29),(5,31),(6,12),(6,18),(6,23),(6,24),(6,29),(6,30),(7,13),(7,16),(7,20),(7,23),(7,33),(7,34),(8,14),(8,17),(8,19),(8,24),(8,32),(8,34),(9,15),(9,18),(9,21),(9,22),(9,32),(9,33),(10,25),(10,35),(10,45),(11,26),(11,36),(11,45),(12,27),(12,37),(12,45),(13,25),(13,38),(13,44),(14,26),(14,39),(14,44),(15,27),(15,40),(15,44),(16,25),(16,42),(16,43),(17,26),(17,41),(17,43),(18,27),(18,41),(18,42),(19,35),(19,39),(19,43),(20,36),(20,38),(20,43),(21,35),(21,40),(21,42),(22,36),(22,40),(22,41),(23,37),(23,38),(23,42),(24,37),(24,39),(24,41),(25,46),(26,46),(27,46),(28,44),(28,45),(29,38),(29,41),(29,45),(30,39),(30,42),(30,45),(31,40),(31,43),(31,45),(32,35),(32,41),(32,44),(33,36),(33,42),(33,44),(34,37),(34,43),(34,44),(35,46),(36,46),(37,46),(38,46),(39,46),(40,46),(41,46),(42,46),(43,46),(44,46),(45,46)],47)
=> ? = 1
[2,5,1,4,3] => [4,5,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(0,8),(1,16),(1,20),(1,24),(1,30),(1,32),(2,15),(2,19),(2,23),(2,30),(2,31),(3,17),(3,21),(3,23),(3,29),(3,32),(4,18),(4,22),(4,24),(4,29),(4,31),(5,10),(5,13),(5,14),(5,17),(5,18),(5,30),(6,10),(6,11),(6,12),(6,15),(6,16),(6,29),(7,9),(7,11),(7,13),(7,19),(7,22),(7,32),(8,9),(8,12),(8,14),(8,20),(8,21),(8,31),(9,35),(9,36),(9,41),(10,33),(10,34),(10,41),(11,25),(11,38),(11,41),(12,26),(12,37),(12,41),(13,28),(13,39),(13,41),(14,27),(14,40),(14,41),(15,25),(15,33),(15,37),(16,26),(16,33),(16,38),(17,27),(17,34),(17,39),(18,28),(18,34),(18,40),(19,25),(19,35),(19,39),(20,26),(20,36),(20,40),(21,27),(21,36),(21,37),(22,28),(22,35),(22,38),(23,37),(23,39),(24,38),(24,40),(25,42),(26,42),(27,42),(28,42),(29,34),(29,37),(29,38),(30,33),(30,39),(30,40),(31,35),(31,37),(31,40),(32,36),(32,38),(32,39),(33,42),(34,42),(35,42),(36,42),(37,42),(38,42),(39,42),(40,42),(41,42)],43)
=> ? = 1
[2,5,3,1,4] => [3,5,4,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(1,9),(1,10),(1,28),(1,29),(2,12),(2,16),(2,20),(2,22),(2,29),(3,11),(3,15),(3,20),(3,21),(3,28),(4,13),(4,17),(4,19),(4,21),(4,29),(5,14),(5,18),(5,19),(5,22),(5,28),(6,8),(6,10),(6,15),(6,16),(6,17),(6,18),(7,8),(7,9),(7,11),(7,12),(7,13),(7,14),(8,27),(8,34),(8,35),(9,27),(9,30),(9,31),(10,27),(10,32),(10,33),(11,23),(11,30),(11,34),(12,24),(12,31),(12,34),(13,23),(13,31),(13,35),(14,24),(14,30),(14,35),(15,25),(15,32),(15,34),(16,26),(16,33),(16,34),(17,25),(17,33),(17,35),(18,26),(18,32),(18,35),(19,35),(19,36),(20,34),(20,36),(21,23),(21,25),(21,36),(22,24),(22,26),(22,36),(23,37),(24,37),(25,37),(26,37),(27,37),(28,30),(28,32),(28,36),(29,31),(29,33),(29,36),(30,37),(31,37),(32,37),(33,37),(34,37),(35,37),(36,37)],38)
=> ? = 2
[2,5,3,4,1] => [3,4,5,1,2] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,9),(1,11),(1,15),(1,20),(1,21),(2,9),(2,10),(2,14),(2,18),(2,19),(3,8),(3,13),(3,17),(3,19),(3,21),(4,8),(4,12),(4,16),(4,18),(4,20),(5,7),(5,14),(5,15),(5,16),(5,17),(6,7),(6,10),(6,11),(6,12),(6,13),(7,31),(7,32),(8,30),(8,32),(9,30),(9,31),(10,22),(10,23),(10,31),(11,24),(11,25),(11,31),(12,22),(12,24),(12,32),(13,23),(13,25),(13,32),(14,26),(14,27),(14,31),(15,28),(15,29),(15,31),(16,26),(16,28),(16,32),(17,27),(17,29),(17,32),(18,22),(18,26),(18,30),(19,23),(19,27),(19,30),(20,24),(20,28),(20,30),(21,25),(21,29),(21,30),(22,33),(23,33),(24,33),(25,33),(26,33),(27,33),(28,33),(29,33),(30,33),(31,33),(32,33)],34)
=> ? = 1
[2,5,4,1,3] => [5,3,4,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(0,8),(1,16),(1,20),(1,24),(1,30),(1,32),(2,15),(2,19),(2,23),(2,30),(2,31),(3,17),(3,21),(3,23),(3,29),(3,32),(4,18),(4,22),(4,24),(4,29),(4,31),(5,10),(5,13),(5,14),(5,17),(5,18),(5,30),(6,10),(6,11),(6,12),(6,15),(6,16),(6,29),(7,9),(7,11),(7,13),(7,19),(7,22),(7,32),(8,9),(8,12),(8,14),(8,20),(8,21),(8,31),(9,35),(9,36),(9,41),(10,33),(10,34),(10,41),(11,25),(11,38),(11,41),(12,26),(12,37),(12,41),(13,28),(13,39),(13,41),(14,27),(14,40),(14,41),(15,25),(15,33),(15,37),(16,26),(16,33),(16,38),(17,27),(17,34),(17,39),(18,28),(18,34),(18,40),(19,25),(19,35),(19,39),(20,26),(20,36),(20,40),(21,27),(21,36),(21,37),(22,28),(22,35),(22,38),(23,37),(23,39),(24,38),(24,40),(25,42),(26,42),(27,42),(28,42),(29,34),(29,37),(29,38),(30,33),(30,39),(30,40),(31,35),(31,37),(31,40),(32,36),(32,38),(32,39),(33,42),(34,42),(35,42),(36,42),(37,42),(38,42),(39,42),(40,42),(41,42)],43)
=> ? = 1
[2,5,4,3,1] => [4,3,5,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(1,9),(1,10),(1,28),(1,29),(2,12),(2,16),(2,20),(2,22),(2,29),(3,11),(3,15),(3,20),(3,21),(3,28),(4,13),(4,17),(4,19),(4,21),(4,29),(5,14),(5,18),(5,19),(5,22),(5,28),(6,8),(6,10),(6,15),(6,16),(6,17),(6,18),(7,8),(7,9),(7,11),(7,12),(7,13),(7,14),(8,27),(8,34),(8,35),(9,27),(9,30),(9,31),(10,27),(10,32),(10,33),(11,23),(11,30),(11,34),(12,24),(12,31),(12,34),(13,23),(13,31),(13,35),(14,24),(14,30),(14,35),(15,25),(15,32),(15,34),(16,26),(16,33),(16,34),(17,25),(17,33),(17,35),(18,26),(18,32),(18,35),(19,35),(19,36),(20,34),(20,36),(21,23),(21,25),(21,36),(22,24),(22,26),(22,36),(23,37),(24,37),(25,37),(26,37),(27,37),(28,30),(28,32),(28,36),(29,31),(29,33),(29,36),(30,37),(31,37),(32,37),(33,37),(34,37),(35,37),(36,37)],38)
=> ? = 1
[3,1,2,4,5] => [3,2,1,4,5] => ([(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 1
[3,1,2,5,4] => [3,2,1,5,4] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1
[3,1,4,2,5] => [4,2,1,3,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 2
[3,1,4,5,2] => [5,2,1,3,4] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,9),(1,12),(1,16),(2,8),(2,11),(2,16),(3,7),(3,10),(3,16),(4,6),(4,10),(4,11),(4,12),(5,6),(5,7),(5,8),(5,9),(6,13),(6,14),(6,15),(7,13),(7,17),(8,14),(8,17),(9,15),(9,17),(10,13),(10,18),(11,14),(11,18),(12,15),(12,18),(13,19),(14,19),(15,19),(16,17),(16,18),(17,19),(18,19)],20)
=> ? = 1
[3,1,5,2,4] => [5,4,2,1,3] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(0,8),(1,9),(1,26),(1,27),(1,28),(2,9),(2,10),(2,11),(2,29),(2,30),(3,13),(3,17),(3,21),(3,28),(3,30),(4,12),(4,16),(4,21),(4,27),(4,29),(5,15),(5,18),(5,20),(5,27),(5,30),(6,14),(6,19),(6,20),(6,28),(6,29),(7,11),(7,16),(7,17),(7,18),(7,19),(7,26),(8,10),(8,12),(8,13),(8,14),(8,15),(8,26),(9,35),(9,38),(10,31),(10,32),(10,35),(11,33),(11,34),(11,35),(12,22),(12,31),(12,36),(13,22),(13,32),(13,37),(14,23),(14,31),(14,37),(15,23),(15,32),(15,36),(16,24),(16,33),(16,36),(17,24),(17,34),(17,37),(18,25),(18,34),(18,36),(19,25),(19,33),(19,37),(20,23),(20,25),(20,38),(21,22),(21,24),(21,38),(22,39),(23,39),(24,39),(25,39),(26,35),(26,36),(26,37),(27,36),(27,38),(28,37),(28,38),(29,31),(29,33),(29,38),(30,32),(30,34),(30,38),(31,39),(32,39),(33,39),(34,39),(35,39),(36,39),(37,39),(38,39)],40)
=> ? = 1
[3,1,5,4,2] => [4,5,2,1,3] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(1,9),(1,10),(1,28),(1,29),(2,12),(2,16),(2,20),(2,22),(2,29),(3,11),(3,15),(3,20),(3,21),(3,28),(4,13),(4,17),(4,19),(4,21),(4,29),(5,14),(5,18),(5,19),(5,22),(5,28),(6,8),(6,10),(6,15),(6,16),(6,17),(6,18),(7,8),(7,9),(7,11),(7,12),(7,13),(7,14),(8,27),(8,34),(8,35),(9,27),(9,30),(9,31),(10,27),(10,32),(10,33),(11,23),(11,30),(11,34),(12,24),(12,31),(12,34),(13,23),(13,31),(13,35),(14,24),(14,30),(14,35),(15,25),(15,32),(15,34),(16,26),(16,33),(16,34),(17,25),(17,33),(17,35),(18,26),(18,32),(18,35),(19,35),(19,36),(20,34),(20,36),(21,23),(21,25),(21,36),(22,24),(22,26),(22,36),(23,37),(24,37),(25,37),(26,37),(27,37),(28,30),(28,32),(28,36),(29,31),(29,33),(29,36),(30,37),(31,37),(32,37),(33,37),(34,37),(35,37),(36,37)],38)
=> ? = 1
[3,2,1,4,5] => [2,3,1,4,5] => ([(2,4),(3,4)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[3,2,1,5,4] => [2,3,1,5,4] => ([(0,1),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[3,2,4,1,5] => [2,4,1,3,5] => ([(1,4),(2,3),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[3,2,4,5,1] => [2,5,1,3,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,8),(1,9),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,9),(4,5),(4,6),(4,8),(5,11),(5,14),(6,11),(6,12),(7,11),(7,13),(8,12),(8,14),(9,13),(9,14),(10,12),(10,13),(11,15),(12,15),(13,15),(14,15)],16)
=> ? = 1
[3,2,5,1,4] => [2,5,4,1,3] => ([(0,4),(1,2),(1,3),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,7),(1,20),(1,21),(2,9),(2,14),(2,15),(2,21),(3,8),(3,12),(3,13),(3,21),(4,11),(4,13),(4,15),(4,20),(5,10),(5,12),(5,14),(5,20),(6,7),(6,8),(6,9),(6,10),(6,11),(7,22),(7,23),(8,16),(8,17),(8,22),(9,18),(9,19),(9,22),(10,16),(10,18),(10,23),(11,17),(11,19),(11,23),(12,16),(12,24),(13,17),(13,24),(14,18),(14,24),(15,19),(15,24),(16,25),(17,25),(18,25),(19,25),(20,23),(20,24),(21,22),(21,24),(22,25),(23,25),(24,25)],26)
=> ? = 1
[3,2,5,4,1] => [2,4,5,1,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,9),(1,10),(1,11),(1,15),(2,7),(2,8),(2,11),(2,14),(3,6),(3,8),(3,10),(3,13),(4,6),(4,7),(4,9),(4,12),(5,12),(5,13),(5,14),(5,15),(6,18),(6,22),(7,16),(7,22),(8,17),(8,22),(9,19),(9,22),(10,20),(10,22),(11,21),(11,22),(12,16),(12,18),(12,19),(13,17),(13,18),(13,20),(14,16),(14,17),(14,21),(15,19),(15,20),(15,21),(16,23),(17,23),(18,23),(19,23),(20,23),(21,23),(22,23)],24)
=> ? = 1
[3,4,1,5,2] => [3,1,5,2,4] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,8),(1,9),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,9),(4,5),(4,6),(4,8),(5,11),(5,14),(6,11),(6,12),(7,11),(7,13),(8,12),(8,14),(9,13),(9,14),(10,12),(10,13),(11,15),(12,15),(13,15),(14,15)],16)
=> ? = 1
[3,4,2,1,5] => [4,1,3,2,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1
[3,4,2,5,1] => [5,1,3,2,4] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,9),(1,12),(1,16),(2,8),(2,11),(2,16),(3,7),(3,10),(3,16),(4,6),(4,10),(4,11),(4,12),(5,6),(5,7),(5,8),(5,9),(6,13),(6,14),(6,15),(7,13),(7,17),(8,14),(8,17),(9,15),(9,17),(10,13),(10,18),(11,14),(11,18),(12,15),(12,18),(13,19),(14,19),(15,19),(16,17),(16,18),(17,19),(18,19)],20)
=> ? = 1
[3,4,5,1,2] => [5,2,4,1,3] => ([(0,3),(0,4),(1,2),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(1,10),(1,11),(1,24),(1,26),(2,8),(2,9),(2,24),(2,25),(3,16),(3,17),(3,18),(3,19),(3,24),(4,9),(4,14),(4,15),(4,17),(4,26),(5,8),(5,12),(5,13),(5,16),(5,26),(6,11),(6,13),(6,15),(6,19),(6,25),(7,10),(7,12),(7,14),(7,18),(7,25),(8,27),(8,31),(9,28),(9,31),(10,29),(10,32),(11,30),(11,32),(12,20),(12,27),(12,29),(13,21),(13,27),(13,30),(14,22),(14,28),(14,29),(15,23),(15,28),(15,30),(16,20),(16,21),(16,31),(17,22),(17,23),(17,31),(18,20),(18,22),(18,32),(19,21),(19,23),(19,32),(20,33),(21,33),(22,33),(23,33),(24,31),(24,32),(25,27),(25,28),(25,32),(26,29),(26,30),(26,31),(27,33),(28,33),(29,33),(30,33),(31,33),(32,33)],34)
=> ? = 1
[3,4,5,2,1] => [4,2,5,1,3] => ([(0,1),(0,4),(1,3),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,16),(1,17),(1,18),(1,25),(2,13),(2,14),(2,15),(2,25),(3,10),(3,11),(3,12),(3,25),(4,8),(4,9),(4,12),(4,15),(4,18),(5,7),(5,9),(5,11),(5,14),(5,17),(6,7),(6,8),(6,10),(6,13),(6,16),(7,21),(7,24),(7,29),(8,19),(8,22),(8,29),(9,20),(9,23),(9,29),(10,26),(10,29),(11,27),(11,29),(12,28),(12,29),(13,19),(13,21),(13,26),(14,20),(14,21),(14,27),(15,19),(15,20),(15,28),(16,22),(16,24),(16,26),(17,23),(17,24),(17,27),(18,22),(18,23),(18,28),(19,30),(20,30),(21,30),(22,30),(23,30),(24,30),(25,26),(25,27),(25,28),(26,30),(27,30),(28,30),(29,30)],31)
=> ? = 1
[3,5,1,2,4] => [3,1,5,4,2] => ([(0,3),(1,2),(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,9),(1,12),(1,16),(2,8),(2,11),(2,16),(3,7),(3,10),(3,16),(4,6),(4,10),(4,11),(4,12),(5,6),(5,7),(5,8),(5,9),(6,13),(6,14),(6,15),(7,13),(7,17),(8,14),(8,17),(9,15),(9,17),(10,13),(10,18),(11,14),(11,18),(12,15),(12,18),(13,19),(14,19),(15,19),(16,17),(16,18),(17,19),(18,19)],20)
=> ? = 1
[3,5,1,4,2] => [3,1,4,5,2] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,8),(1,9),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,9),(4,5),(4,6),(4,8),(5,11),(5,14),(6,11),(6,12),(7,11),(7,13),(8,12),(8,14),(9,13),(9,14),(10,12),(10,13),(11,15),(12,15),(13,15),(14,15)],16)
=> ? = 1
[3,5,2,1,4] => [5,4,1,3,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(0,8),(1,9),(1,26),(1,27),(1,28),(2,9),(2,10),(2,11),(2,29),(2,30),(3,13),(3,17),(3,21),(3,28),(3,30),(4,12),(4,16),(4,21),(4,27),(4,29),(5,15),(5,18),(5,20),(5,27),(5,30),(6,14),(6,19),(6,20),(6,28),(6,29),(7,11),(7,16),(7,17),(7,18),(7,19),(7,26),(8,10),(8,12),(8,13),(8,14),(8,15),(8,26),(9,35),(9,38),(10,31),(10,32),(10,35),(11,33),(11,34),(11,35),(12,22),(12,31),(12,36),(13,22),(13,32),(13,37),(14,23),(14,31),(14,37),(15,23),(15,32),(15,36),(16,24),(16,33),(16,36),(17,24),(17,34),(17,37),(18,25),(18,34),(18,36),(19,25),(19,33),(19,37),(20,23),(20,25),(20,38),(21,22),(21,24),(21,38),(22,39),(23,39),(24,39),(25,39),(26,35),(26,36),(26,37),(27,36),(27,38),(28,37),(28,38),(29,31),(29,33),(29,38),(30,32),(30,34),(30,38),(31,39),(32,39),(33,39),(34,39),(35,39),(36,39),(37,39),(38,39)],40)
=> ? = 1
Description
The number of shortest chains of small intervals from the bottom to the top in a lattice. An interval [a, b] in a lattice is small if b is a join of elements covering a.
Mp00087: Permutations inverse first fundamental transformationPermutations
Mp00160: Permutations graph of inversionsGraphs
Mp00266: Graphs connected vertex partitionsLattices
St001820: Lattices ⟶ ℤResult quality: 12% values known / values provided: 12%distinct values known / distinct values provided: 50%
Values
[1,2] => [1,2] => ([],2)
=> ([],1)
=> 1
[2,1] => [2,1] => ([(0,1)],2)
=> ([(0,1)],2)
=> 1
[1,2,3] => [1,2,3] => ([],3)
=> ([],1)
=> 1
[1,3,2] => [1,3,2] => ([(1,2)],3)
=> ([(0,1)],2)
=> 1
[2,1,3] => [2,1,3] => ([(1,2)],3)
=> ([(0,1)],2)
=> 1
[2,3,1] => [3,1,2] => ([(0,2),(1,2)],3)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[3,1,2] => [3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 1
[3,2,1] => [2,3,1] => ([(0,2),(1,2)],3)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[1,2,3,4] => [1,2,3,4] => ([],4)
=> ([],1)
=> 1
[1,2,4,3] => [1,2,4,3] => ([(2,3)],4)
=> ([(0,1)],2)
=> 1
[1,3,2,4] => [1,3,2,4] => ([(2,3)],4)
=> ([(0,1)],2)
=> 1
[1,3,4,2] => [1,4,2,3] => ([(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[1,4,2,3] => [1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 1
[1,4,3,2] => [1,3,4,2] => ([(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[2,1,3,4] => [2,1,3,4] => ([(2,3)],4)
=> ([(0,1)],2)
=> 1
[2,1,4,3] => [2,1,4,3] => ([(0,3),(1,2)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[2,3,1,4] => [3,1,2,4] => ([(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[2,3,4,1] => [4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[2,4,1,3] => [4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,8),(2,9),(2,11),(3,6),(3,7),(3,11),(4,7),(4,9),(4,10),(5,6),(5,8),(5,10),(6,12),(7,12),(8,12),(9,12),(10,12),(11,12)],13)
=> ? = 1
[2,4,3,1] => [3,4,1,2] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(1,8),(1,9),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,9),(4,5),(4,6),(4,8),(5,11),(6,11),(7,11),(8,11),(9,11),(10,11)],12)
=> ? = 1
[3,1,2,4] => [3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 1
[3,1,4,2] => [4,2,1,3] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1
[3,2,1,4] => [2,3,1,4] => ([(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[3,2,4,1] => [2,4,1,3] => ([(0,3),(1,2),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[3,4,1,2] => [3,1,4,2] => ([(0,3),(1,2),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[3,4,2,1] => [4,1,3,2] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1
[4,1,2,3] => [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,9),(1,11),(1,13),(2,9),(2,10),(2,12),(3,8),(3,10),(3,13),(4,8),(4,11),(4,12),(5,7),(5,12),(5,13),(6,7),(6,10),(6,11),(7,14),(8,14),(9,14),(10,14),(11,14),(12,14),(13,14)],15)
=> ? = 1
[4,1,3,2] => [3,4,2,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,8),(2,9),(2,11),(3,6),(3,7),(3,11),(4,7),(4,9),(4,10),(5,6),(5,8),(5,10),(6,12),(7,12),(8,12),(9,12),(10,12),(11,12)],13)
=> ? = 1
[4,2,1,3] => [2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1
[4,2,3,1] => [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[4,3,1,2] => [4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,8),(2,9),(2,11),(3,6),(3,7),(3,11),(4,7),(4,9),(4,10),(5,6),(5,8),(5,10),(6,12),(7,12),(8,12),(9,12),(10,12),(11,12)],13)
=> ? = 1
[4,3,2,1] => [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1
[1,2,3,4,5] => [1,2,3,4,5] => ([],5)
=> ([],1)
=> 1
[1,2,3,5,4] => [1,2,3,5,4] => ([(3,4)],5)
=> ([(0,1)],2)
=> 1
[1,2,4,3,5] => [1,2,4,3,5] => ([(3,4)],5)
=> ([(0,1)],2)
=> 1
[1,2,4,5,3] => [1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[1,2,5,3,4] => [1,2,5,4,3] => ([(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 1
[1,2,5,4,3] => [1,2,4,5,3] => ([(2,4),(3,4)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[1,3,2,4,5] => [1,3,2,4,5] => ([(3,4)],5)
=> ([(0,1)],2)
=> 1
[1,3,2,5,4] => [1,3,2,5,4] => ([(1,4),(2,3)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[1,3,4,2,5] => [1,4,2,3,5] => ([(2,4),(3,4)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[1,3,4,5,2] => [1,5,2,3,4] => ([(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[1,3,5,2,4] => [1,5,4,2,3] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,8),(2,9),(2,11),(3,6),(3,7),(3,11),(4,7),(4,9),(4,10),(5,6),(5,8),(5,10),(6,12),(7,12),(8,12),(9,12),(10,12),(11,12)],13)
=> ? = 2
[1,3,5,4,2] => [1,4,5,2,3] => ([(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,8),(1,9),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,9),(4,5),(4,6),(4,8),(5,11),(6,11),(7,11),(8,11),(9,11),(10,11)],12)
=> ? = 1
[1,4,2,3,5] => [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 1
[1,4,2,5,3] => [1,5,3,2,4] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 2
[1,4,3,2,5] => [1,3,4,2,5] => ([(2,4),(3,4)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[1,4,3,5,2] => [1,3,5,2,4] => ([(1,4),(2,3),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[1,4,5,2,3] => [1,4,2,5,3] => ([(1,4),(2,3),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[1,4,5,3,2] => [1,5,2,4,3] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1
[1,5,2,3,4] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,9),(1,11),(1,13),(2,9),(2,10),(2,12),(3,8),(3,10),(3,13),(4,8),(4,11),(4,12),(5,7),(5,12),(5,13),(6,7),(6,10),(6,11),(7,14),(8,14),(9,14),(10,14),(11,14),(12,14),(13,14)],15)
=> ? = 1
[1,5,2,4,3] => [1,4,5,3,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,8),(2,9),(2,11),(3,6),(3,7),(3,11),(4,7),(4,9),(4,10),(5,6),(5,8),(5,10),(6,12),(7,12),(8,12),(9,12),(10,12),(11,12)],13)
=> ? = 1
[1,5,3,2,4] => [1,3,5,4,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1
[1,5,3,4,2] => [1,3,4,5,2] => ([(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[1,5,4,2,3] => [1,5,3,4,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,8),(2,9),(2,11),(3,6),(3,7),(3,11),(4,7),(4,9),(4,10),(5,6),(5,8),(5,10),(6,12),(7,12),(8,12),(9,12),(10,12),(11,12)],13)
=> ? = 1
[1,5,4,3,2] => [1,4,3,5,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1
[2,1,3,4,5] => [2,1,3,4,5] => ([(3,4)],5)
=> ([(0,1)],2)
=> 1
[2,1,3,5,4] => [2,1,3,5,4] => ([(1,4),(2,3)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[2,1,4,3,5] => [2,1,4,3,5] => ([(1,4),(2,3)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[2,1,4,5,3] => [2,1,5,3,4] => ([(0,1),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[2,1,5,3,4] => [2,1,5,4,3] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1
[2,1,5,4,3] => [2,1,4,5,3] => ([(0,1),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[2,3,1,4,5] => [3,1,2,4,5] => ([(2,4),(3,4)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[2,3,1,5,4] => [3,1,2,5,4] => ([(0,1),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[2,3,4,1,5] => [4,1,2,3,5] => ([(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[2,3,4,5,1] => [5,1,2,3,4] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,8),(1,9),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,9),(4,5),(4,6),(4,8),(5,11),(5,14),(6,11),(6,12),(7,11),(7,13),(8,12),(8,14),(9,13),(9,14),(10,12),(10,13),(11,15),(12,15),(13,15),(14,15)],16)
=> ? = 1
[2,3,5,1,4] => [5,4,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(1,28),(1,29),(1,30),(2,9),(2,13),(2,18),(2,19),(2,30),(3,8),(3,12),(3,16),(3,17),(3,30),(4,11),(4,15),(4,17),(4,19),(4,29),(5,10),(5,14),(5,16),(5,18),(5,29),(6,12),(6,13),(6,14),(6,15),(6,28),(7,8),(7,9),(7,10),(7,11),(7,28),(8,20),(8,21),(8,32),(9,22),(9,23),(9,32),(10,20),(10,22),(10,33),(11,21),(11,23),(11,33),(12,24),(12,25),(12,32),(13,26),(13,27),(13,32),(14,24),(14,26),(14,33),(15,25),(15,27),(15,33),(16,20),(16,24),(16,31),(17,21),(17,25),(17,31),(18,22),(18,26),(18,31),(19,23),(19,27),(19,31),(20,34),(21,34),(22,34),(23,34),(24,34),(25,34),(26,34),(27,34),(28,32),(28,33),(29,31),(29,33),(30,31),(30,32),(31,34),(32,34),(33,34)],35)
=> ? = 1
[2,3,5,4,1] => [4,5,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,9),(1,11),(1,15),(1,20),(1,21),(2,9),(2,10),(2,14),(2,18),(2,19),(3,8),(3,13),(3,17),(3,19),(3,21),(4,8),(4,12),(4,16),(4,18),(4,20),(5,7),(5,14),(5,15),(5,16),(5,17),(6,7),(6,10),(6,11),(6,12),(6,13),(7,31),(7,32),(8,30),(8,32),(9,30),(9,31),(10,22),(10,23),(10,31),(11,24),(11,25),(11,31),(12,22),(12,24),(12,32),(13,23),(13,25),(13,32),(14,26),(14,27),(14,31),(15,28),(15,29),(15,31),(16,26),(16,28),(16,32),(17,27),(17,29),(17,32),(18,22),(18,26),(18,30),(19,23),(19,27),(19,30),(20,24),(20,28),(20,30),(21,25),(21,29),(21,30),(22,33),(23,33),(24,33),(25,33),(26,33),(27,33),(28,33),(29,33),(30,33),(31,33),(32,33)],34)
=> ? = 1
[2,4,1,3,5] => [4,3,1,2,5] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,8),(2,9),(2,11),(3,6),(3,7),(3,11),(4,7),(4,9),(4,10),(5,6),(5,8),(5,10),(6,12),(7,12),(8,12),(9,12),(10,12),(11,12)],13)
=> ? = 2
[2,4,1,5,3] => [5,3,1,2,4] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,7),(1,20),(1,21),(2,9),(2,14),(2,15),(2,21),(3,8),(3,12),(3,13),(3,21),(4,11),(4,13),(4,15),(4,20),(5,10),(5,12),(5,14),(5,20),(6,7),(6,8),(6,9),(6,10),(6,11),(7,22),(7,23),(8,16),(8,17),(8,22),(9,18),(9,19),(9,22),(10,16),(10,18),(10,23),(11,17),(11,19),(11,23),(12,16),(12,24),(13,17),(13,24),(14,18),(14,24),(15,19),(15,24),(16,25),(17,25),(18,25),(19,25),(20,23),(20,24),(21,22),(21,24),(22,25),(23,25),(24,25)],26)
=> ? = 1
[2,4,3,1,5] => [3,4,1,2,5] => ([(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,8),(1,9),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,9),(4,5),(4,6),(4,8),(5,11),(6,11),(7,11),(8,11),(9,11),(10,11)],12)
=> ? = 1
[2,4,3,5,1] => [3,5,1,2,4] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,9),(1,10),(1,11),(1,15),(2,7),(2,8),(2,11),(2,14),(3,6),(3,8),(3,10),(3,13),(4,6),(4,7),(4,9),(4,12),(5,12),(5,13),(5,14),(5,15),(6,18),(6,22),(7,16),(7,22),(8,17),(8,22),(9,19),(9,22),(10,20),(10,22),(11,21),(11,22),(12,16),(12,18),(12,19),(13,17),(13,18),(13,20),(14,16),(14,17),(14,21),(15,19),(15,20),(15,21),(16,23),(17,23),(18,23),(19,23),(20,23),(21,23),(22,23)],24)
=> ? = 1
[2,4,5,1,3] => [4,1,2,5,3] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,8),(1,9),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,9),(4,5),(4,6),(4,8),(5,11),(5,14),(6,11),(6,12),(7,11),(7,13),(8,12),(8,14),(9,13),(9,14),(10,12),(10,13),(11,15),(12,15),(13,15),(14,15)],16)
=> ? = 1
[2,4,5,3,1] => [5,1,2,4,3] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,9),(1,12),(1,16),(2,8),(2,11),(2,16),(3,7),(3,10),(3,16),(4,6),(4,10),(4,11),(4,12),(5,6),(5,7),(5,8),(5,9),(6,13),(6,14),(6,15),(7,13),(7,17),(8,14),(8,17),(9,15),(9,17),(10,13),(10,18),(11,14),(11,18),(12,15),(12,18),(13,19),(14,19),(15,19),(16,17),(16,18),(17,19),(18,19)],20)
=> ? = 1
[2,5,1,3,4] => [5,4,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(0,8),(0,9),(1,12),(1,15),(1,28),(1,31),(1,34),(2,11),(2,14),(2,28),(2,30),(2,33),(3,10),(3,13),(3,28),(3,29),(3,32),(4,10),(4,16),(4,19),(4,21),(4,30),(4,31),(5,11),(5,17),(5,20),(5,22),(5,29),(5,31),(6,12),(6,18),(6,23),(6,24),(6,29),(6,30),(7,13),(7,16),(7,20),(7,23),(7,33),(7,34),(8,14),(8,17),(8,19),(8,24),(8,32),(8,34),(9,15),(9,18),(9,21),(9,22),(9,32),(9,33),(10,25),(10,35),(10,45),(11,26),(11,36),(11,45),(12,27),(12,37),(12,45),(13,25),(13,38),(13,44),(14,26),(14,39),(14,44),(15,27),(15,40),(15,44),(16,25),(16,42),(16,43),(17,26),(17,41),(17,43),(18,27),(18,41),(18,42),(19,35),(19,39),(19,43),(20,36),(20,38),(20,43),(21,35),(21,40),(21,42),(22,36),(22,40),(22,41),(23,37),(23,38),(23,42),(24,37),(24,39),(24,41),(25,46),(26,46),(27,46),(28,44),(28,45),(29,38),(29,41),(29,45),(30,39),(30,42),(30,45),(31,40),(31,43),(31,45),(32,35),(32,41),(32,44),(33,36),(33,42),(33,44),(34,37),(34,43),(34,44),(35,46),(36,46),(37,46),(38,46),(39,46),(40,46),(41,46),(42,46),(43,46),(44,46),(45,46)],47)
=> ? = 1
[2,5,1,4,3] => [4,5,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(0,8),(1,16),(1,20),(1,24),(1,30),(1,32),(2,15),(2,19),(2,23),(2,30),(2,31),(3,17),(3,21),(3,23),(3,29),(3,32),(4,18),(4,22),(4,24),(4,29),(4,31),(5,10),(5,13),(5,14),(5,17),(5,18),(5,30),(6,10),(6,11),(6,12),(6,15),(6,16),(6,29),(7,9),(7,11),(7,13),(7,19),(7,22),(7,32),(8,9),(8,12),(8,14),(8,20),(8,21),(8,31),(9,35),(9,36),(9,41),(10,33),(10,34),(10,41),(11,25),(11,38),(11,41),(12,26),(12,37),(12,41),(13,28),(13,39),(13,41),(14,27),(14,40),(14,41),(15,25),(15,33),(15,37),(16,26),(16,33),(16,38),(17,27),(17,34),(17,39),(18,28),(18,34),(18,40),(19,25),(19,35),(19,39),(20,26),(20,36),(20,40),(21,27),(21,36),(21,37),(22,28),(22,35),(22,38),(23,37),(23,39),(24,38),(24,40),(25,42),(26,42),(27,42),(28,42),(29,34),(29,37),(29,38),(30,33),(30,39),(30,40),(31,35),(31,37),(31,40),(32,36),(32,38),(32,39),(33,42),(34,42),(35,42),(36,42),(37,42),(38,42),(39,42),(40,42),(41,42)],43)
=> ? = 1
[2,5,3,1,4] => [3,5,4,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(1,9),(1,10),(1,28),(1,29),(2,12),(2,16),(2,20),(2,22),(2,29),(3,11),(3,15),(3,20),(3,21),(3,28),(4,13),(4,17),(4,19),(4,21),(4,29),(5,14),(5,18),(5,19),(5,22),(5,28),(6,8),(6,10),(6,15),(6,16),(6,17),(6,18),(7,8),(7,9),(7,11),(7,12),(7,13),(7,14),(8,27),(8,34),(8,35),(9,27),(9,30),(9,31),(10,27),(10,32),(10,33),(11,23),(11,30),(11,34),(12,24),(12,31),(12,34),(13,23),(13,31),(13,35),(14,24),(14,30),(14,35),(15,25),(15,32),(15,34),(16,26),(16,33),(16,34),(17,25),(17,33),(17,35),(18,26),(18,32),(18,35),(19,35),(19,36),(20,34),(20,36),(21,23),(21,25),(21,36),(22,24),(22,26),(22,36),(23,37),(24,37),(25,37),(26,37),(27,37),(28,30),(28,32),(28,36),(29,31),(29,33),(29,36),(30,37),(31,37),(32,37),(33,37),(34,37),(35,37),(36,37)],38)
=> ? = 2
[2,5,3,4,1] => [3,4,5,1,2] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,9),(1,11),(1,15),(1,20),(1,21),(2,9),(2,10),(2,14),(2,18),(2,19),(3,8),(3,13),(3,17),(3,19),(3,21),(4,8),(4,12),(4,16),(4,18),(4,20),(5,7),(5,14),(5,15),(5,16),(5,17),(6,7),(6,10),(6,11),(6,12),(6,13),(7,31),(7,32),(8,30),(8,32),(9,30),(9,31),(10,22),(10,23),(10,31),(11,24),(11,25),(11,31),(12,22),(12,24),(12,32),(13,23),(13,25),(13,32),(14,26),(14,27),(14,31),(15,28),(15,29),(15,31),(16,26),(16,28),(16,32),(17,27),(17,29),(17,32),(18,22),(18,26),(18,30),(19,23),(19,27),(19,30),(20,24),(20,28),(20,30),(21,25),(21,29),(21,30),(22,33),(23,33),(24,33),(25,33),(26,33),(27,33),(28,33),(29,33),(30,33),(31,33),(32,33)],34)
=> ? = 1
[2,5,4,1,3] => [5,3,4,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(0,8),(1,16),(1,20),(1,24),(1,30),(1,32),(2,15),(2,19),(2,23),(2,30),(2,31),(3,17),(3,21),(3,23),(3,29),(3,32),(4,18),(4,22),(4,24),(4,29),(4,31),(5,10),(5,13),(5,14),(5,17),(5,18),(5,30),(6,10),(6,11),(6,12),(6,15),(6,16),(6,29),(7,9),(7,11),(7,13),(7,19),(7,22),(7,32),(8,9),(8,12),(8,14),(8,20),(8,21),(8,31),(9,35),(9,36),(9,41),(10,33),(10,34),(10,41),(11,25),(11,38),(11,41),(12,26),(12,37),(12,41),(13,28),(13,39),(13,41),(14,27),(14,40),(14,41),(15,25),(15,33),(15,37),(16,26),(16,33),(16,38),(17,27),(17,34),(17,39),(18,28),(18,34),(18,40),(19,25),(19,35),(19,39),(20,26),(20,36),(20,40),(21,27),(21,36),(21,37),(22,28),(22,35),(22,38),(23,37),(23,39),(24,38),(24,40),(25,42),(26,42),(27,42),(28,42),(29,34),(29,37),(29,38),(30,33),(30,39),(30,40),(31,35),(31,37),(31,40),(32,36),(32,38),(32,39),(33,42),(34,42),(35,42),(36,42),(37,42),(38,42),(39,42),(40,42),(41,42)],43)
=> ? = 1
[2,5,4,3,1] => [4,3,5,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(1,9),(1,10),(1,28),(1,29),(2,12),(2,16),(2,20),(2,22),(2,29),(3,11),(3,15),(3,20),(3,21),(3,28),(4,13),(4,17),(4,19),(4,21),(4,29),(5,14),(5,18),(5,19),(5,22),(5,28),(6,8),(6,10),(6,15),(6,16),(6,17),(6,18),(7,8),(7,9),(7,11),(7,12),(7,13),(7,14),(8,27),(8,34),(8,35),(9,27),(9,30),(9,31),(10,27),(10,32),(10,33),(11,23),(11,30),(11,34),(12,24),(12,31),(12,34),(13,23),(13,31),(13,35),(14,24),(14,30),(14,35),(15,25),(15,32),(15,34),(16,26),(16,33),(16,34),(17,25),(17,33),(17,35),(18,26),(18,32),(18,35),(19,35),(19,36),(20,34),(20,36),(21,23),(21,25),(21,36),(22,24),(22,26),(22,36),(23,37),(24,37),(25,37),(26,37),(27,37),(28,30),(28,32),(28,36),(29,31),(29,33),(29,36),(30,37),(31,37),(32,37),(33,37),(34,37),(35,37),(36,37)],38)
=> ? = 1
[3,1,2,4,5] => [3,2,1,4,5] => ([(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 1
[3,1,2,5,4] => [3,2,1,5,4] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1
[3,1,4,2,5] => [4,2,1,3,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 2
[3,1,4,5,2] => [5,2,1,3,4] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,9),(1,12),(1,16),(2,8),(2,11),(2,16),(3,7),(3,10),(3,16),(4,6),(4,10),(4,11),(4,12),(5,6),(5,7),(5,8),(5,9),(6,13),(6,14),(6,15),(7,13),(7,17),(8,14),(8,17),(9,15),(9,17),(10,13),(10,18),(11,14),(11,18),(12,15),(12,18),(13,19),(14,19),(15,19),(16,17),(16,18),(17,19),(18,19)],20)
=> ? = 1
[3,1,5,2,4] => [5,4,2,1,3] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(0,8),(1,9),(1,26),(1,27),(1,28),(2,9),(2,10),(2,11),(2,29),(2,30),(3,13),(3,17),(3,21),(3,28),(3,30),(4,12),(4,16),(4,21),(4,27),(4,29),(5,15),(5,18),(5,20),(5,27),(5,30),(6,14),(6,19),(6,20),(6,28),(6,29),(7,11),(7,16),(7,17),(7,18),(7,19),(7,26),(8,10),(8,12),(8,13),(8,14),(8,15),(8,26),(9,35),(9,38),(10,31),(10,32),(10,35),(11,33),(11,34),(11,35),(12,22),(12,31),(12,36),(13,22),(13,32),(13,37),(14,23),(14,31),(14,37),(15,23),(15,32),(15,36),(16,24),(16,33),(16,36),(17,24),(17,34),(17,37),(18,25),(18,34),(18,36),(19,25),(19,33),(19,37),(20,23),(20,25),(20,38),(21,22),(21,24),(21,38),(22,39),(23,39),(24,39),(25,39),(26,35),(26,36),(26,37),(27,36),(27,38),(28,37),(28,38),(29,31),(29,33),(29,38),(30,32),(30,34),(30,38),(31,39),(32,39),(33,39),(34,39),(35,39),(36,39),(37,39),(38,39)],40)
=> ? = 1
[3,1,5,4,2] => [4,5,2,1,3] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(1,9),(1,10),(1,28),(1,29),(2,12),(2,16),(2,20),(2,22),(2,29),(3,11),(3,15),(3,20),(3,21),(3,28),(4,13),(4,17),(4,19),(4,21),(4,29),(5,14),(5,18),(5,19),(5,22),(5,28),(6,8),(6,10),(6,15),(6,16),(6,17),(6,18),(7,8),(7,9),(7,11),(7,12),(7,13),(7,14),(8,27),(8,34),(8,35),(9,27),(9,30),(9,31),(10,27),(10,32),(10,33),(11,23),(11,30),(11,34),(12,24),(12,31),(12,34),(13,23),(13,31),(13,35),(14,24),(14,30),(14,35),(15,25),(15,32),(15,34),(16,26),(16,33),(16,34),(17,25),(17,33),(17,35),(18,26),(18,32),(18,35),(19,35),(19,36),(20,34),(20,36),(21,23),(21,25),(21,36),(22,24),(22,26),(22,36),(23,37),(24,37),(25,37),(26,37),(27,37),(28,30),(28,32),(28,36),(29,31),(29,33),(29,36),(30,37),(31,37),(32,37),(33,37),(34,37),(35,37),(36,37)],38)
=> ? = 1
[3,2,1,4,5] => [2,3,1,4,5] => ([(2,4),(3,4)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 1
[3,2,1,5,4] => [2,3,1,5,4] => ([(0,1),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[3,2,4,1,5] => [2,4,1,3,5] => ([(1,4),(2,3),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 1
[3,2,4,5,1] => [2,5,1,3,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,8),(1,9),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,9),(4,5),(4,6),(4,8),(5,11),(5,14),(6,11),(6,12),(7,11),(7,13),(8,12),(8,14),(9,13),(9,14),(10,12),(10,13),(11,15),(12,15),(13,15),(14,15)],16)
=> ? = 1
[3,2,5,1,4] => [2,5,4,1,3] => ([(0,4),(1,2),(1,3),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,7),(1,20),(1,21),(2,9),(2,14),(2,15),(2,21),(3,8),(3,12),(3,13),(3,21),(4,11),(4,13),(4,15),(4,20),(5,10),(5,12),(5,14),(5,20),(6,7),(6,8),(6,9),(6,10),(6,11),(7,22),(7,23),(8,16),(8,17),(8,22),(9,18),(9,19),(9,22),(10,16),(10,18),(10,23),(11,17),(11,19),(11,23),(12,16),(12,24),(13,17),(13,24),(14,18),(14,24),(15,19),(15,24),(16,25),(17,25),(18,25),(19,25),(20,23),(20,24),(21,22),(21,24),(22,25),(23,25),(24,25)],26)
=> ? = 1
[3,2,5,4,1] => [2,4,5,1,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,9),(1,10),(1,11),(1,15),(2,7),(2,8),(2,11),(2,14),(3,6),(3,8),(3,10),(3,13),(4,6),(4,7),(4,9),(4,12),(5,12),(5,13),(5,14),(5,15),(6,18),(6,22),(7,16),(7,22),(8,17),(8,22),(9,19),(9,22),(10,20),(10,22),(11,21),(11,22),(12,16),(12,18),(12,19),(13,17),(13,18),(13,20),(14,16),(14,17),(14,21),(15,19),(15,20),(15,21),(16,23),(17,23),(18,23),(19,23),(20,23),(21,23),(22,23)],24)
=> ? = 1
[3,4,1,5,2] => [3,1,5,2,4] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,8),(1,9),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,9),(4,5),(4,6),(4,8),(5,11),(5,14),(6,11),(6,12),(7,11),(7,13),(8,12),(8,14),(9,13),(9,14),(10,12),(10,13),(11,15),(12,15),(13,15),(14,15)],16)
=> ? = 1
[3,4,2,1,5] => [4,1,3,2,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1
[3,4,2,5,1] => [5,1,3,2,4] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,9),(1,12),(1,16),(2,8),(2,11),(2,16),(3,7),(3,10),(3,16),(4,6),(4,10),(4,11),(4,12),(5,6),(5,7),(5,8),(5,9),(6,13),(6,14),(6,15),(7,13),(7,17),(8,14),(8,17),(9,15),(9,17),(10,13),(10,18),(11,14),(11,18),(12,15),(12,18),(13,19),(14,19),(15,19),(16,17),(16,18),(17,19),(18,19)],20)
=> ? = 1
[3,4,5,1,2] => [5,2,4,1,3] => ([(0,3),(0,4),(1,2),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(1,10),(1,11),(1,24),(1,26),(2,8),(2,9),(2,24),(2,25),(3,16),(3,17),(3,18),(3,19),(3,24),(4,9),(4,14),(4,15),(4,17),(4,26),(5,8),(5,12),(5,13),(5,16),(5,26),(6,11),(6,13),(6,15),(6,19),(6,25),(7,10),(7,12),(7,14),(7,18),(7,25),(8,27),(8,31),(9,28),(9,31),(10,29),(10,32),(11,30),(11,32),(12,20),(12,27),(12,29),(13,21),(13,27),(13,30),(14,22),(14,28),(14,29),(15,23),(15,28),(15,30),(16,20),(16,21),(16,31),(17,22),(17,23),(17,31),(18,20),(18,22),(18,32),(19,21),(19,23),(19,32),(20,33),(21,33),(22,33),(23,33),(24,31),(24,32),(25,27),(25,28),(25,32),(26,29),(26,30),(26,31),(27,33),(28,33),(29,33),(30,33),(31,33),(32,33)],34)
=> ? = 1
[3,4,5,2,1] => [4,2,5,1,3] => ([(0,1),(0,4),(1,3),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,16),(1,17),(1,18),(1,25),(2,13),(2,14),(2,15),(2,25),(3,10),(3,11),(3,12),(3,25),(4,8),(4,9),(4,12),(4,15),(4,18),(5,7),(5,9),(5,11),(5,14),(5,17),(6,7),(6,8),(6,10),(6,13),(6,16),(7,21),(7,24),(7,29),(8,19),(8,22),(8,29),(9,20),(9,23),(9,29),(10,26),(10,29),(11,27),(11,29),(12,28),(12,29),(13,19),(13,21),(13,26),(14,20),(14,21),(14,27),(15,19),(15,20),(15,28),(16,22),(16,24),(16,26),(17,23),(17,24),(17,27),(18,22),(18,23),(18,28),(19,30),(20,30),(21,30),(22,30),(23,30),(24,30),(25,26),(25,27),(25,28),(26,30),(27,30),(28,30),(29,30)],31)
=> ? = 1
[3,5,1,2,4] => [3,1,5,4,2] => ([(0,3),(1,2),(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,9),(1,12),(1,16),(2,8),(2,11),(2,16),(3,7),(3,10),(3,16),(4,6),(4,10),(4,11),(4,12),(5,6),(5,7),(5,8),(5,9),(6,13),(6,14),(6,15),(7,13),(7,17),(8,14),(8,17),(9,15),(9,17),(10,13),(10,18),(11,14),(11,18),(12,15),(12,18),(13,19),(14,19),(15,19),(16,17),(16,18),(17,19),(18,19)],20)
=> ? = 1
[3,5,1,4,2] => [3,1,4,5,2] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,8),(1,9),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,9),(4,5),(4,6),(4,8),(5,11),(5,14),(6,11),(6,12),(7,11),(7,13),(8,12),(8,14),(9,13),(9,14),(10,12),(10,13),(11,15),(12,15),(13,15),(14,15)],16)
=> ? = 1
[3,5,2,1,4] => [5,4,1,3,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(0,8),(1,9),(1,26),(1,27),(1,28),(2,9),(2,10),(2,11),(2,29),(2,30),(3,13),(3,17),(3,21),(3,28),(3,30),(4,12),(4,16),(4,21),(4,27),(4,29),(5,15),(5,18),(5,20),(5,27),(5,30),(6,14),(6,19),(6,20),(6,28),(6,29),(7,11),(7,16),(7,17),(7,18),(7,19),(7,26),(8,10),(8,12),(8,13),(8,14),(8,15),(8,26),(9,35),(9,38),(10,31),(10,32),(10,35),(11,33),(11,34),(11,35),(12,22),(12,31),(12,36),(13,22),(13,32),(13,37),(14,23),(14,31),(14,37),(15,23),(15,32),(15,36),(16,24),(16,33),(16,36),(17,24),(17,34),(17,37),(18,25),(18,34),(18,36),(19,25),(19,33),(19,37),(20,23),(20,25),(20,38),(21,22),(21,24),(21,38),(22,39),(23,39),(24,39),(25,39),(26,35),(26,36),(26,37),(27,36),(27,38),(28,37),(28,38),(29,31),(29,33),(29,38),(30,32),(30,34),(30,38),(31,39),(32,39),(33,39),(34,39),(35,39),(36,39),(37,39),(38,39)],40)
=> ? = 1
Description
The size of the image of the pop stack sorting operator. The pop stack sorting operator is defined by Pop_L^\downarrow(x) = x\wedge\bigwedge\{y\in L\mid y\lessdot x\}. This statistic returns the size of Pop_L^\downarrow(L)\}.
Mp00087: Permutations inverse first fundamental transformationPermutations
Mp00160: Permutations graph of inversionsGraphs
Mp00266: Graphs connected vertex partitionsLattices
St001846: Lattices ⟶ ℤResult quality: 12% values known / values provided: 12%distinct values known / distinct values provided: 50%
Values
[1,2] => [1,2] => ([],2)
=> ([],1)
=> 0 = 1 - 1
[2,1] => [2,1] => ([(0,1)],2)
=> ([(0,1)],2)
=> 0 = 1 - 1
[1,2,3] => [1,2,3] => ([],3)
=> ([],1)
=> 0 = 1 - 1
[1,3,2] => [1,3,2] => ([(1,2)],3)
=> ([(0,1)],2)
=> 0 = 1 - 1
[2,1,3] => [2,1,3] => ([(1,2)],3)
=> ([(0,1)],2)
=> 0 = 1 - 1
[2,3,1] => [3,1,2] => ([(0,2),(1,2)],3)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 0 = 1 - 1
[3,1,2] => [3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 0 = 1 - 1
[3,2,1] => [2,3,1] => ([(0,2),(1,2)],3)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 0 = 1 - 1
[1,2,3,4] => [1,2,3,4] => ([],4)
=> ([],1)
=> 0 = 1 - 1
[1,2,4,3] => [1,2,4,3] => ([(2,3)],4)
=> ([(0,1)],2)
=> 0 = 1 - 1
[1,3,2,4] => [1,3,2,4] => ([(2,3)],4)
=> ([(0,1)],2)
=> 0 = 1 - 1
[1,3,4,2] => [1,4,2,3] => ([(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 0 = 1 - 1
[1,4,2,3] => [1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 0 = 1 - 1
[1,4,3,2] => [1,3,4,2] => ([(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 0 = 1 - 1
[2,1,3,4] => [2,1,3,4] => ([(2,3)],4)
=> ([(0,1)],2)
=> 0 = 1 - 1
[2,1,4,3] => [2,1,4,3] => ([(0,3),(1,2)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 0 = 1 - 1
[2,3,1,4] => [3,1,2,4] => ([(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 0 = 1 - 1
[2,3,4,1] => [4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 0 = 1 - 1
[2,4,1,3] => [4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,8),(2,9),(2,11),(3,6),(3,7),(3,11),(4,7),(4,9),(4,10),(5,6),(5,8),(5,10),(6,12),(7,12),(8,12),(9,12),(10,12),(11,12)],13)
=> ? = 1 - 1
[2,4,3,1] => [3,4,1,2] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(1,8),(1,9),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,9),(4,5),(4,6),(4,8),(5,11),(6,11),(7,11),(8,11),(9,11),(10,11)],12)
=> ? = 1 - 1
[3,1,2,4] => [3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 0 = 1 - 1
[3,1,4,2] => [4,2,1,3] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1 - 1
[3,2,1,4] => [2,3,1,4] => ([(1,3),(2,3)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 0 = 1 - 1
[3,2,4,1] => [2,4,1,3] => ([(0,3),(1,2),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 0 = 1 - 1
[3,4,1,2] => [3,1,4,2] => ([(0,3),(1,2),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 0 = 1 - 1
[3,4,2,1] => [4,1,3,2] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1 - 1
[4,1,2,3] => [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,9),(1,11),(1,13),(2,9),(2,10),(2,12),(3,8),(3,10),(3,13),(4,8),(4,11),(4,12),(5,7),(5,12),(5,13),(6,7),(6,10),(6,11),(7,14),(8,14),(9,14),(10,14),(11,14),(12,14),(13,14)],15)
=> ? = 1 - 1
[4,1,3,2] => [3,4,2,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,8),(2,9),(2,11),(3,6),(3,7),(3,11),(4,7),(4,9),(4,10),(5,6),(5,8),(5,10),(6,12),(7,12),(8,12),(9,12),(10,12),(11,12)],13)
=> ? = 1 - 1
[4,2,1,3] => [2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1 - 1
[4,2,3,1] => [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 0 = 1 - 1
[4,3,1,2] => [4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,8),(2,9),(2,11),(3,6),(3,7),(3,11),(4,7),(4,9),(4,10),(5,6),(5,8),(5,10),(6,12),(7,12),(8,12),(9,12),(10,12),(11,12)],13)
=> ? = 1 - 1
[4,3,2,1] => [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1 - 1
[1,2,3,4,5] => [1,2,3,4,5] => ([],5)
=> ([],1)
=> 0 = 1 - 1
[1,2,3,5,4] => [1,2,3,5,4] => ([(3,4)],5)
=> ([(0,1)],2)
=> 0 = 1 - 1
[1,2,4,3,5] => [1,2,4,3,5] => ([(3,4)],5)
=> ([(0,1)],2)
=> 0 = 1 - 1
[1,2,4,5,3] => [1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 0 = 1 - 1
[1,2,5,3,4] => [1,2,5,4,3] => ([(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 0 = 1 - 1
[1,2,5,4,3] => [1,2,4,5,3] => ([(2,4),(3,4)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 0 = 1 - 1
[1,3,2,4,5] => [1,3,2,4,5] => ([(3,4)],5)
=> ([(0,1)],2)
=> 0 = 1 - 1
[1,3,2,5,4] => [1,3,2,5,4] => ([(1,4),(2,3)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 0 = 1 - 1
[1,3,4,2,5] => [1,4,2,3,5] => ([(2,4),(3,4)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 0 = 1 - 1
[1,3,4,5,2] => [1,5,2,3,4] => ([(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 0 = 1 - 1
[1,3,5,2,4] => [1,5,4,2,3] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,8),(2,9),(2,11),(3,6),(3,7),(3,11),(4,7),(4,9),(4,10),(5,6),(5,8),(5,10),(6,12),(7,12),(8,12),(9,12),(10,12),(11,12)],13)
=> ? = 2 - 1
[1,3,5,4,2] => [1,4,5,2,3] => ([(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,8),(1,9),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,9),(4,5),(4,6),(4,8),(5,11),(6,11),(7,11),(8,11),(9,11),(10,11)],12)
=> ? = 1 - 1
[1,4,2,3,5] => [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 0 = 1 - 1
[1,4,2,5,3] => [1,5,3,2,4] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 2 - 1
[1,4,3,2,5] => [1,3,4,2,5] => ([(2,4),(3,4)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 0 = 1 - 1
[1,4,3,5,2] => [1,3,5,2,4] => ([(1,4),(2,3),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 0 = 1 - 1
[1,4,5,2,3] => [1,4,2,5,3] => ([(1,4),(2,3),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 0 = 1 - 1
[1,4,5,3,2] => [1,5,2,4,3] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1 - 1
[1,5,2,3,4] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,9),(1,11),(1,13),(2,9),(2,10),(2,12),(3,8),(3,10),(3,13),(4,8),(4,11),(4,12),(5,7),(5,12),(5,13),(6,7),(6,10),(6,11),(7,14),(8,14),(9,14),(10,14),(11,14),(12,14),(13,14)],15)
=> ? = 1 - 1
[1,5,2,4,3] => [1,4,5,3,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,8),(2,9),(2,11),(3,6),(3,7),(3,11),(4,7),(4,9),(4,10),(5,6),(5,8),(5,10),(6,12),(7,12),(8,12),(9,12),(10,12),(11,12)],13)
=> ? = 1 - 1
[1,5,3,2,4] => [1,3,5,4,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1 - 1
[1,5,3,4,2] => [1,3,4,5,2] => ([(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 0 = 1 - 1
[1,5,4,2,3] => [1,5,3,4,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,8),(2,9),(2,11),(3,6),(3,7),(3,11),(4,7),(4,9),(4,10),(5,6),(5,8),(5,10),(6,12),(7,12),(8,12),(9,12),(10,12),(11,12)],13)
=> ? = 1 - 1
[1,5,4,3,2] => [1,4,3,5,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1 - 1
[2,1,3,4,5] => [2,1,3,4,5] => ([(3,4)],5)
=> ([(0,1)],2)
=> 0 = 1 - 1
[2,1,3,5,4] => [2,1,3,5,4] => ([(1,4),(2,3)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 0 = 1 - 1
[2,1,4,3,5] => [2,1,4,3,5] => ([(1,4),(2,3)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 0 = 1 - 1
[2,1,4,5,3] => [2,1,5,3,4] => ([(0,1),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 0 = 1 - 1
[2,1,5,3,4] => [2,1,5,4,3] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1 - 1
[2,1,5,4,3] => [2,1,4,5,3] => ([(0,1),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 0 = 1 - 1
[2,3,1,4,5] => [3,1,2,4,5] => ([(2,4),(3,4)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 0 = 1 - 1
[2,3,1,5,4] => [3,1,2,5,4] => ([(0,1),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 0 = 1 - 1
[2,3,4,1,5] => [4,1,2,3,5] => ([(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 0 = 1 - 1
[2,3,4,5,1] => [5,1,2,3,4] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,8),(1,9),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,9),(4,5),(4,6),(4,8),(5,11),(5,14),(6,11),(6,12),(7,11),(7,13),(8,12),(8,14),(9,13),(9,14),(10,12),(10,13),(11,15),(12,15),(13,15),(14,15)],16)
=> ? = 1 - 1
[2,3,5,1,4] => [5,4,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(1,28),(1,29),(1,30),(2,9),(2,13),(2,18),(2,19),(2,30),(3,8),(3,12),(3,16),(3,17),(3,30),(4,11),(4,15),(4,17),(4,19),(4,29),(5,10),(5,14),(5,16),(5,18),(5,29),(6,12),(6,13),(6,14),(6,15),(6,28),(7,8),(7,9),(7,10),(7,11),(7,28),(8,20),(8,21),(8,32),(9,22),(9,23),(9,32),(10,20),(10,22),(10,33),(11,21),(11,23),(11,33),(12,24),(12,25),(12,32),(13,26),(13,27),(13,32),(14,24),(14,26),(14,33),(15,25),(15,27),(15,33),(16,20),(16,24),(16,31),(17,21),(17,25),(17,31),(18,22),(18,26),(18,31),(19,23),(19,27),(19,31),(20,34),(21,34),(22,34),(23,34),(24,34),(25,34),(26,34),(27,34),(28,32),(28,33),(29,31),(29,33),(30,31),(30,32),(31,34),(32,34),(33,34)],35)
=> ? = 1 - 1
[2,3,5,4,1] => [4,5,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,9),(1,11),(1,15),(1,20),(1,21),(2,9),(2,10),(2,14),(2,18),(2,19),(3,8),(3,13),(3,17),(3,19),(3,21),(4,8),(4,12),(4,16),(4,18),(4,20),(5,7),(5,14),(5,15),(5,16),(5,17),(6,7),(6,10),(6,11),(6,12),(6,13),(7,31),(7,32),(8,30),(8,32),(9,30),(9,31),(10,22),(10,23),(10,31),(11,24),(11,25),(11,31),(12,22),(12,24),(12,32),(13,23),(13,25),(13,32),(14,26),(14,27),(14,31),(15,28),(15,29),(15,31),(16,26),(16,28),(16,32),(17,27),(17,29),(17,32),(18,22),(18,26),(18,30),(19,23),(19,27),(19,30),(20,24),(20,28),(20,30),(21,25),(21,29),(21,30),(22,33),(23,33),(24,33),(25,33),(26,33),(27,33),(28,33),(29,33),(30,33),(31,33),(32,33)],34)
=> ? = 1 - 1
[2,4,1,3,5] => [4,3,1,2,5] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,8),(2,9),(2,11),(3,6),(3,7),(3,11),(4,7),(4,9),(4,10),(5,6),(5,8),(5,10),(6,12),(7,12),(8,12),(9,12),(10,12),(11,12)],13)
=> ? = 2 - 1
[2,4,1,5,3] => [5,3,1,2,4] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,7),(1,20),(1,21),(2,9),(2,14),(2,15),(2,21),(3,8),(3,12),(3,13),(3,21),(4,11),(4,13),(4,15),(4,20),(5,10),(5,12),(5,14),(5,20),(6,7),(6,8),(6,9),(6,10),(6,11),(7,22),(7,23),(8,16),(8,17),(8,22),(9,18),(9,19),(9,22),(10,16),(10,18),(10,23),(11,17),(11,19),(11,23),(12,16),(12,24),(13,17),(13,24),(14,18),(14,24),(15,19),(15,24),(16,25),(17,25),(18,25),(19,25),(20,23),(20,24),(21,22),(21,24),(22,25),(23,25),(24,25)],26)
=> ? = 1 - 1
[2,4,3,1,5] => [3,4,1,2,5] => ([(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,8),(1,9),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,9),(4,5),(4,6),(4,8),(5,11),(6,11),(7,11),(8,11),(9,11),(10,11)],12)
=> ? = 1 - 1
[2,4,3,5,1] => [3,5,1,2,4] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,9),(1,10),(1,11),(1,15),(2,7),(2,8),(2,11),(2,14),(3,6),(3,8),(3,10),(3,13),(4,6),(4,7),(4,9),(4,12),(5,12),(5,13),(5,14),(5,15),(6,18),(6,22),(7,16),(7,22),(8,17),(8,22),(9,19),(9,22),(10,20),(10,22),(11,21),(11,22),(12,16),(12,18),(12,19),(13,17),(13,18),(13,20),(14,16),(14,17),(14,21),(15,19),(15,20),(15,21),(16,23),(17,23),(18,23),(19,23),(20,23),(21,23),(22,23)],24)
=> ? = 1 - 1
[2,4,5,1,3] => [4,1,2,5,3] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,8),(1,9),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,9),(4,5),(4,6),(4,8),(5,11),(5,14),(6,11),(6,12),(7,11),(7,13),(8,12),(8,14),(9,13),(9,14),(10,12),(10,13),(11,15),(12,15),(13,15),(14,15)],16)
=> ? = 1 - 1
[2,4,5,3,1] => [5,1,2,4,3] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,9),(1,12),(1,16),(2,8),(2,11),(2,16),(3,7),(3,10),(3,16),(4,6),(4,10),(4,11),(4,12),(5,6),(5,7),(5,8),(5,9),(6,13),(6,14),(6,15),(7,13),(7,17),(8,14),(8,17),(9,15),(9,17),(10,13),(10,18),(11,14),(11,18),(12,15),(12,18),(13,19),(14,19),(15,19),(16,17),(16,18),(17,19),(18,19)],20)
=> ? = 1 - 1
[2,5,1,3,4] => [5,4,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(0,8),(0,9),(1,12),(1,15),(1,28),(1,31),(1,34),(2,11),(2,14),(2,28),(2,30),(2,33),(3,10),(3,13),(3,28),(3,29),(3,32),(4,10),(4,16),(4,19),(4,21),(4,30),(4,31),(5,11),(5,17),(5,20),(5,22),(5,29),(5,31),(6,12),(6,18),(6,23),(6,24),(6,29),(6,30),(7,13),(7,16),(7,20),(7,23),(7,33),(7,34),(8,14),(8,17),(8,19),(8,24),(8,32),(8,34),(9,15),(9,18),(9,21),(9,22),(9,32),(9,33),(10,25),(10,35),(10,45),(11,26),(11,36),(11,45),(12,27),(12,37),(12,45),(13,25),(13,38),(13,44),(14,26),(14,39),(14,44),(15,27),(15,40),(15,44),(16,25),(16,42),(16,43),(17,26),(17,41),(17,43),(18,27),(18,41),(18,42),(19,35),(19,39),(19,43),(20,36),(20,38),(20,43),(21,35),(21,40),(21,42),(22,36),(22,40),(22,41),(23,37),(23,38),(23,42),(24,37),(24,39),(24,41),(25,46),(26,46),(27,46),(28,44),(28,45),(29,38),(29,41),(29,45),(30,39),(30,42),(30,45),(31,40),(31,43),(31,45),(32,35),(32,41),(32,44),(33,36),(33,42),(33,44),(34,37),(34,43),(34,44),(35,46),(36,46),(37,46),(38,46),(39,46),(40,46),(41,46),(42,46),(43,46),(44,46),(45,46)],47)
=> ? = 1 - 1
[2,5,1,4,3] => [4,5,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(0,8),(1,16),(1,20),(1,24),(1,30),(1,32),(2,15),(2,19),(2,23),(2,30),(2,31),(3,17),(3,21),(3,23),(3,29),(3,32),(4,18),(4,22),(4,24),(4,29),(4,31),(5,10),(5,13),(5,14),(5,17),(5,18),(5,30),(6,10),(6,11),(6,12),(6,15),(6,16),(6,29),(7,9),(7,11),(7,13),(7,19),(7,22),(7,32),(8,9),(8,12),(8,14),(8,20),(8,21),(8,31),(9,35),(9,36),(9,41),(10,33),(10,34),(10,41),(11,25),(11,38),(11,41),(12,26),(12,37),(12,41),(13,28),(13,39),(13,41),(14,27),(14,40),(14,41),(15,25),(15,33),(15,37),(16,26),(16,33),(16,38),(17,27),(17,34),(17,39),(18,28),(18,34),(18,40),(19,25),(19,35),(19,39),(20,26),(20,36),(20,40),(21,27),(21,36),(21,37),(22,28),(22,35),(22,38),(23,37),(23,39),(24,38),(24,40),(25,42),(26,42),(27,42),(28,42),(29,34),(29,37),(29,38),(30,33),(30,39),(30,40),(31,35),(31,37),(31,40),(32,36),(32,38),(32,39),(33,42),(34,42),(35,42),(36,42),(37,42),(38,42),(39,42),(40,42),(41,42)],43)
=> ? = 1 - 1
[2,5,3,1,4] => [3,5,4,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(1,9),(1,10),(1,28),(1,29),(2,12),(2,16),(2,20),(2,22),(2,29),(3,11),(3,15),(3,20),(3,21),(3,28),(4,13),(4,17),(4,19),(4,21),(4,29),(5,14),(5,18),(5,19),(5,22),(5,28),(6,8),(6,10),(6,15),(6,16),(6,17),(6,18),(7,8),(7,9),(7,11),(7,12),(7,13),(7,14),(8,27),(8,34),(8,35),(9,27),(9,30),(9,31),(10,27),(10,32),(10,33),(11,23),(11,30),(11,34),(12,24),(12,31),(12,34),(13,23),(13,31),(13,35),(14,24),(14,30),(14,35),(15,25),(15,32),(15,34),(16,26),(16,33),(16,34),(17,25),(17,33),(17,35),(18,26),(18,32),(18,35),(19,35),(19,36),(20,34),(20,36),(21,23),(21,25),(21,36),(22,24),(22,26),(22,36),(23,37),(24,37),(25,37),(26,37),(27,37),(28,30),(28,32),(28,36),(29,31),(29,33),(29,36),(30,37),(31,37),(32,37),(33,37),(34,37),(35,37),(36,37)],38)
=> ? = 2 - 1
[2,5,3,4,1] => [3,4,5,1,2] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,9),(1,11),(1,15),(1,20),(1,21),(2,9),(2,10),(2,14),(2,18),(2,19),(3,8),(3,13),(3,17),(3,19),(3,21),(4,8),(4,12),(4,16),(4,18),(4,20),(5,7),(5,14),(5,15),(5,16),(5,17),(6,7),(6,10),(6,11),(6,12),(6,13),(7,31),(7,32),(8,30),(8,32),(9,30),(9,31),(10,22),(10,23),(10,31),(11,24),(11,25),(11,31),(12,22),(12,24),(12,32),(13,23),(13,25),(13,32),(14,26),(14,27),(14,31),(15,28),(15,29),(15,31),(16,26),(16,28),(16,32),(17,27),(17,29),(17,32),(18,22),(18,26),(18,30),(19,23),(19,27),(19,30),(20,24),(20,28),(20,30),(21,25),(21,29),(21,30),(22,33),(23,33),(24,33),(25,33),(26,33),(27,33),(28,33),(29,33),(30,33),(31,33),(32,33)],34)
=> ? = 1 - 1
[2,5,4,1,3] => [5,3,4,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(0,8),(1,16),(1,20),(1,24),(1,30),(1,32),(2,15),(2,19),(2,23),(2,30),(2,31),(3,17),(3,21),(3,23),(3,29),(3,32),(4,18),(4,22),(4,24),(4,29),(4,31),(5,10),(5,13),(5,14),(5,17),(5,18),(5,30),(6,10),(6,11),(6,12),(6,15),(6,16),(6,29),(7,9),(7,11),(7,13),(7,19),(7,22),(7,32),(8,9),(8,12),(8,14),(8,20),(8,21),(8,31),(9,35),(9,36),(9,41),(10,33),(10,34),(10,41),(11,25),(11,38),(11,41),(12,26),(12,37),(12,41),(13,28),(13,39),(13,41),(14,27),(14,40),(14,41),(15,25),(15,33),(15,37),(16,26),(16,33),(16,38),(17,27),(17,34),(17,39),(18,28),(18,34),(18,40),(19,25),(19,35),(19,39),(20,26),(20,36),(20,40),(21,27),(21,36),(21,37),(22,28),(22,35),(22,38),(23,37),(23,39),(24,38),(24,40),(25,42),(26,42),(27,42),(28,42),(29,34),(29,37),(29,38),(30,33),(30,39),(30,40),(31,35),(31,37),(31,40),(32,36),(32,38),(32,39),(33,42),(34,42),(35,42),(36,42),(37,42),(38,42),(39,42),(40,42),(41,42)],43)
=> ? = 1 - 1
[2,5,4,3,1] => [4,3,5,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(1,9),(1,10),(1,28),(1,29),(2,12),(2,16),(2,20),(2,22),(2,29),(3,11),(3,15),(3,20),(3,21),(3,28),(4,13),(4,17),(4,19),(4,21),(4,29),(5,14),(5,18),(5,19),(5,22),(5,28),(6,8),(6,10),(6,15),(6,16),(6,17),(6,18),(7,8),(7,9),(7,11),(7,12),(7,13),(7,14),(8,27),(8,34),(8,35),(9,27),(9,30),(9,31),(10,27),(10,32),(10,33),(11,23),(11,30),(11,34),(12,24),(12,31),(12,34),(13,23),(13,31),(13,35),(14,24),(14,30),(14,35),(15,25),(15,32),(15,34),(16,26),(16,33),(16,34),(17,25),(17,33),(17,35),(18,26),(18,32),(18,35),(19,35),(19,36),(20,34),(20,36),(21,23),(21,25),(21,36),(22,24),(22,26),(22,36),(23,37),(24,37),(25,37),(26,37),(27,37),(28,30),(28,32),(28,36),(29,31),(29,33),(29,36),(30,37),(31,37),(32,37),(33,37),(34,37),(35,37),(36,37)],38)
=> ? = 1 - 1
[3,1,2,4,5] => [3,2,1,4,5] => ([(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> 0 = 1 - 1
[3,1,2,5,4] => [3,2,1,5,4] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1 - 1
[3,1,4,2,5] => [4,2,1,3,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 2 - 1
[3,1,4,5,2] => [5,2,1,3,4] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,9),(1,12),(1,16),(2,8),(2,11),(2,16),(3,7),(3,10),(3,16),(4,6),(4,10),(4,11),(4,12),(5,6),(5,7),(5,8),(5,9),(6,13),(6,14),(6,15),(7,13),(7,17),(8,14),(8,17),(9,15),(9,17),(10,13),(10,18),(11,14),(11,18),(12,15),(12,18),(13,19),(14,19),(15,19),(16,17),(16,18),(17,19),(18,19)],20)
=> ? = 1 - 1
[3,1,5,2,4] => [5,4,2,1,3] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(0,8),(1,9),(1,26),(1,27),(1,28),(2,9),(2,10),(2,11),(2,29),(2,30),(3,13),(3,17),(3,21),(3,28),(3,30),(4,12),(4,16),(4,21),(4,27),(4,29),(5,15),(5,18),(5,20),(5,27),(5,30),(6,14),(6,19),(6,20),(6,28),(6,29),(7,11),(7,16),(7,17),(7,18),(7,19),(7,26),(8,10),(8,12),(8,13),(8,14),(8,15),(8,26),(9,35),(9,38),(10,31),(10,32),(10,35),(11,33),(11,34),(11,35),(12,22),(12,31),(12,36),(13,22),(13,32),(13,37),(14,23),(14,31),(14,37),(15,23),(15,32),(15,36),(16,24),(16,33),(16,36),(17,24),(17,34),(17,37),(18,25),(18,34),(18,36),(19,25),(19,33),(19,37),(20,23),(20,25),(20,38),(21,22),(21,24),(21,38),(22,39),(23,39),(24,39),(25,39),(26,35),(26,36),(26,37),(27,36),(27,38),(28,37),(28,38),(29,31),(29,33),(29,38),(30,32),(30,34),(30,38),(31,39),(32,39),(33,39),(34,39),(35,39),(36,39),(37,39),(38,39)],40)
=> ? = 1 - 1
[3,1,5,4,2] => [4,5,2,1,3] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(1,9),(1,10),(1,28),(1,29),(2,12),(2,16),(2,20),(2,22),(2,29),(3,11),(3,15),(3,20),(3,21),(3,28),(4,13),(4,17),(4,19),(4,21),(4,29),(5,14),(5,18),(5,19),(5,22),(5,28),(6,8),(6,10),(6,15),(6,16),(6,17),(6,18),(7,8),(7,9),(7,11),(7,12),(7,13),(7,14),(8,27),(8,34),(8,35),(9,27),(9,30),(9,31),(10,27),(10,32),(10,33),(11,23),(11,30),(11,34),(12,24),(12,31),(12,34),(13,23),(13,31),(13,35),(14,24),(14,30),(14,35),(15,25),(15,32),(15,34),(16,26),(16,33),(16,34),(17,25),(17,33),(17,35),(18,26),(18,32),(18,35),(19,35),(19,36),(20,34),(20,36),(21,23),(21,25),(21,36),(22,24),(22,26),(22,36),(23,37),(24,37),(25,37),(26,37),(27,37),(28,30),(28,32),(28,36),(29,31),(29,33),(29,36),(30,37),(31,37),(32,37),(33,37),(34,37),(35,37),(36,37)],38)
=> ? = 1 - 1
[3,2,1,4,5] => [2,3,1,4,5] => ([(2,4),(3,4)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 0 = 1 - 1
[3,2,1,5,4] => [2,3,1,5,4] => ([(0,1),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 0 = 1 - 1
[3,2,4,1,5] => [2,4,1,3,5] => ([(1,4),(2,3),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,4),(2,6),(3,4),(3,5),(4,7),(5,7),(6,7)],8)
=> 0 = 1 - 1
[3,2,4,5,1] => [2,5,1,3,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,8),(1,9),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,9),(4,5),(4,6),(4,8),(5,11),(5,14),(6,11),(6,12),(7,11),(7,13),(8,12),(8,14),(9,13),(9,14),(10,12),(10,13),(11,15),(12,15),(13,15),(14,15)],16)
=> ? = 1 - 1
[3,2,5,1,4] => [2,5,4,1,3] => ([(0,4),(1,2),(1,3),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,7),(1,20),(1,21),(2,9),(2,14),(2,15),(2,21),(3,8),(3,12),(3,13),(3,21),(4,11),(4,13),(4,15),(4,20),(5,10),(5,12),(5,14),(5,20),(6,7),(6,8),(6,9),(6,10),(6,11),(7,22),(7,23),(8,16),(8,17),(8,22),(9,18),(9,19),(9,22),(10,16),(10,18),(10,23),(11,17),(11,19),(11,23),(12,16),(12,24),(13,17),(13,24),(14,18),(14,24),(15,19),(15,24),(16,25),(17,25),(18,25),(19,25),(20,23),(20,24),(21,22),(21,24),(22,25),(23,25),(24,25)],26)
=> ? = 1 - 1
[3,2,5,4,1] => [2,4,5,1,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,9),(1,10),(1,11),(1,15),(2,7),(2,8),(2,11),(2,14),(3,6),(3,8),(3,10),(3,13),(4,6),(4,7),(4,9),(4,12),(5,12),(5,13),(5,14),(5,15),(6,18),(6,22),(7,16),(7,22),(8,17),(8,22),(9,19),(9,22),(10,20),(10,22),(11,21),(11,22),(12,16),(12,18),(12,19),(13,17),(13,18),(13,20),(14,16),(14,17),(14,21),(15,19),(15,20),(15,21),(16,23),(17,23),(18,23),(19,23),(20,23),(21,23),(22,23)],24)
=> ? = 1 - 1
[3,4,1,5,2] => [3,1,5,2,4] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,8),(1,9),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,9),(4,5),(4,6),(4,8),(5,11),(5,14),(6,11),(6,12),(7,11),(7,13),(8,12),(8,14),(9,13),(9,14),(10,12),(10,13),(11,15),(12,15),(13,15),(14,15)],16)
=> ? = 1 - 1
[3,4,2,1,5] => [4,1,3,2,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,7),(1,8),(2,6),(2,8),(3,5),(3,8),(4,5),(4,6),(4,7),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1 - 1
[3,4,2,5,1] => [5,1,3,2,4] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,9),(1,12),(1,16),(2,8),(2,11),(2,16),(3,7),(3,10),(3,16),(4,6),(4,10),(4,11),(4,12),(5,6),(5,7),(5,8),(5,9),(6,13),(6,14),(6,15),(7,13),(7,17),(8,14),(8,17),(9,15),(9,17),(10,13),(10,18),(11,14),(11,18),(12,15),(12,18),(13,19),(14,19),(15,19),(16,17),(16,18),(17,19),(18,19)],20)
=> ? = 1 - 1
[3,4,5,1,2] => [5,2,4,1,3] => ([(0,3),(0,4),(1,2),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(1,10),(1,11),(1,24),(1,26),(2,8),(2,9),(2,24),(2,25),(3,16),(3,17),(3,18),(3,19),(3,24),(4,9),(4,14),(4,15),(4,17),(4,26),(5,8),(5,12),(5,13),(5,16),(5,26),(6,11),(6,13),(6,15),(6,19),(6,25),(7,10),(7,12),(7,14),(7,18),(7,25),(8,27),(8,31),(9,28),(9,31),(10,29),(10,32),(11,30),(11,32),(12,20),(12,27),(12,29),(13,21),(13,27),(13,30),(14,22),(14,28),(14,29),(15,23),(15,28),(15,30),(16,20),(16,21),(16,31),(17,22),(17,23),(17,31),(18,20),(18,22),(18,32),(19,21),(19,23),(19,32),(20,33),(21,33),(22,33),(23,33),(24,31),(24,32),(25,27),(25,28),(25,32),(26,29),(26,30),(26,31),(27,33),(28,33),(29,33),(30,33),(31,33),(32,33)],34)
=> ? = 1 - 1
[3,4,5,2,1] => [4,2,5,1,3] => ([(0,1),(0,4),(1,3),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,16),(1,17),(1,18),(1,25),(2,13),(2,14),(2,15),(2,25),(3,10),(3,11),(3,12),(3,25),(4,8),(4,9),(4,12),(4,15),(4,18),(5,7),(5,9),(5,11),(5,14),(5,17),(6,7),(6,8),(6,10),(6,13),(6,16),(7,21),(7,24),(7,29),(8,19),(8,22),(8,29),(9,20),(9,23),(9,29),(10,26),(10,29),(11,27),(11,29),(12,28),(12,29),(13,19),(13,21),(13,26),(14,20),(14,21),(14,27),(15,19),(15,20),(15,28),(16,22),(16,24),(16,26),(17,23),(17,24),(17,27),(18,22),(18,23),(18,28),(19,30),(20,30),(21,30),(22,30),(23,30),(24,30),(25,26),(25,27),(25,28),(26,30),(27,30),(28,30),(29,30)],31)
=> ? = 1 - 1
[3,5,1,2,4] => [3,1,5,4,2] => ([(0,3),(1,2),(1,4),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,9),(1,12),(1,16),(2,8),(2,11),(2,16),(3,7),(3,10),(3,16),(4,6),(4,10),(4,11),(4,12),(5,6),(5,7),(5,8),(5,9),(6,13),(6,14),(6,15),(7,13),(7,17),(8,14),(8,17),(9,15),(9,17),(10,13),(10,18),(11,14),(11,18),(12,15),(12,18),(13,19),(14,19),(15,19),(16,17),(16,18),(17,19),(18,19)],20)
=> ? = 1 - 1
[3,5,1,4,2] => [3,1,4,5,2] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(1,8),(1,9),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,9),(4,5),(4,6),(4,8),(5,11),(5,14),(6,11),(6,12),(7,11),(7,13),(8,12),(8,14),(9,13),(9,14),(10,12),(10,13),(11,15),(12,15),(13,15),(14,15)],16)
=> ? = 1 - 1
[3,5,2,1,4] => [5,4,1,3,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(0,8),(1,9),(1,26),(1,27),(1,28),(2,9),(2,10),(2,11),(2,29),(2,30),(3,13),(3,17),(3,21),(3,28),(3,30),(4,12),(4,16),(4,21),(4,27),(4,29),(5,15),(5,18),(5,20),(5,27),(5,30),(6,14),(6,19),(6,20),(6,28),(6,29),(7,11),(7,16),(7,17),(7,18),(7,19),(7,26),(8,10),(8,12),(8,13),(8,14),(8,15),(8,26),(9,35),(9,38),(10,31),(10,32),(10,35),(11,33),(11,34),(11,35),(12,22),(12,31),(12,36),(13,22),(13,32),(13,37),(14,23),(14,31),(14,37),(15,23),(15,32),(15,36),(16,24),(16,33),(16,36),(17,24),(17,34),(17,37),(18,25),(18,34),(18,36),(19,25),(19,33),(19,37),(20,23),(20,25),(20,38),(21,22),(21,24),(21,38),(22,39),(23,39),(24,39),(25,39),(26,35),(26,36),(26,37),(27,36),(27,38),(28,37),(28,38),(29,31),(29,33),(29,38),(30,32),(30,34),(30,38),(31,39),(32,39),(33,39),(34,39),(35,39),(36,39),(37,39),(38,39)],40)
=> ? = 1 - 1
Description
The number of elements which do not have a complement in the lattice. A complement of an element x in a lattice is an element y such that the meet of x and y is the bottom element and their join is the top element.
Matching statistic: St001568
Mp00087: Permutations inverse first fundamental transformationPermutations
Mp00065: Permutations permutation posetPosets
Mp00306: Posets rowmotion cycle typeInteger partitions
St001568: Integer partitions ⟶ ℤResult quality: 11% values known / values provided: 11%distinct values known / distinct values provided: 50%
Values
[1,2] => [1,2] => ([(0,1)],2)
=> [3]
=> 1
[2,1] => [2,1] => ([],2)
=> [2,2]
=> 1
[1,2,3] => [1,2,3] => ([(0,2),(2,1)],3)
=> [4]
=> 1
[1,3,2] => [1,3,2] => ([(0,1),(0,2)],3)
=> [3,2]
=> 1
[2,1,3] => [2,1,3] => ([(0,2),(1,2)],3)
=> [3,2]
=> 1
[2,3,1] => [3,1,2] => ([(1,2)],3)
=> [6]
=> 1
[3,1,2] => [3,2,1] => ([],3)
=> [2,2,2,2]
=> 1
[3,2,1] => [2,3,1] => ([(1,2)],3)
=> [6]
=> 1
[1,2,3,4] => [1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> [5]
=> 1
[1,2,4,3] => [1,2,4,3] => ([(0,3),(3,1),(3,2)],4)
=> [4,2]
=> 1
[1,3,2,4] => [1,3,2,4] => ([(0,1),(0,2),(1,3),(2,3)],4)
=> [4,2]
=> 1
[1,3,4,2] => [1,4,2,3] => ([(0,2),(0,3),(3,1)],4)
=> [7]
=> 1
[1,4,2,3] => [1,4,3,2] => ([(0,1),(0,2),(0,3)],4)
=> [3,2,2,2]
=> 1
[1,4,3,2] => [1,3,4,2] => ([(0,2),(0,3),(3,1)],4)
=> [7]
=> 1
[2,1,3,4] => [2,1,3,4] => ([(0,3),(1,3),(3,2)],4)
=> [4,2]
=> 1
[2,1,4,3] => [2,1,4,3] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> [3,2,2]
=> 1
[2,3,1,4] => [3,1,2,4] => ([(0,3),(1,2),(2,3)],4)
=> [7]
=> 1
[2,3,4,1] => [4,1,2,3] => ([(1,2),(2,3)],4)
=> [4,4]
=> 1
[2,4,1,3] => [4,3,1,2] => ([(2,3)],4)
=> [6,6]
=> ? = 1
[2,4,3,1] => [3,4,1,2] => ([(0,3),(1,2)],4)
=> [3,3,3]
=> 1
[3,1,2,4] => [3,2,1,4] => ([(0,3),(1,3),(2,3)],4)
=> [3,2,2,2]
=> 1
[3,1,4,2] => [4,2,1,3] => ([(1,3),(2,3)],4)
=> [6,2,2]
=> 1
[3,2,1,4] => [2,3,1,4] => ([(0,3),(1,2),(2,3)],4)
=> [7]
=> 1
[3,2,4,1] => [2,4,1,3] => ([(0,3),(1,2),(1,3)],4)
=> [5,3]
=> 1
[3,4,1,2] => [3,1,4,2] => ([(0,3),(1,2),(1,3)],4)
=> [5,3]
=> 1
[3,4,2,1] => [4,1,3,2] => ([(1,2),(1,3)],4)
=> [6,2,2]
=> 1
[4,1,2,3] => [4,3,2,1] => ([],4)
=> [2,2,2,2,2,2,2,2]
=> ? = 1
[4,1,3,2] => [3,4,2,1] => ([(2,3)],4)
=> [6,6]
=> ? = 1
[4,2,1,3] => [2,4,3,1] => ([(1,2),(1,3)],4)
=> [6,2,2]
=> 1
[4,2,3,1] => [2,3,4,1] => ([(1,2),(2,3)],4)
=> [4,4]
=> 1
[4,3,1,2] => [4,2,3,1] => ([(2,3)],4)
=> [6,6]
=> ? = 1
[4,3,2,1] => [3,2,4,1] => ([(1,3),(2,3)],4)
=> [6,2,2]
=> 1
[1,2,3,4,5] => [1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> [6]
=> 1
[1,2,3,5,4] => [1,2,3,5,4] => ([(0,3),(3,4),(4,1),(4,2)],5)
=> [5,2]
=> 1
[1,2,4,3,5] => [1,2,4,3,5] => ([(0,3),(1,4),(2,4),(3,1),(3,2)],5)
=> [5,2]
=> 1
[1,2,4,5,3] => [1,2,5,3,4] => ([(0,4),(3,2),(4,1),(4,3)],5)
=> [8]
=> 1
[1,2,5,3,4] => [1,2,5,4,3] => ([(0,4),(4,1),(4,2),(4,3)],5)
=> [4,2,2,2]
=> 1
[1,2,5,4,3] => [1,2,4,5,3] => ([(0,4),(3,2),(4,1),(4,3)],5)
=> [8]
=> 1
[1,3,2,4,5] => [1,3,2,4,5] => ([(0,2),(0,3),(2,4),(3,4),(4,1)],5)
=> [5,2]
=> 1
[1,3,2,5,4] => [1,3,2,5,4] => ([(0,1),(0,2),(1,3),(1,4),(2,3),(2,4)],5)
=> [4,2,2]
=> 1
[1,3,4,2,5] => [1,4,2,3,5] => ([(0,2),(0,3),(1,4),(2,4),(3,1)],5)
=> [8]
=> 1
[1,3,4,5,2] => [1,5,2,3,4] => ([(0,2),(0,4),(3,1),(4,3)],5)
=> [5,4]
=> 1
[1,3,5,2,4] => [1,5,4,2,3] => ([(0,2),(0,3),(0,4),(4,1)],5)
=> [7,6]
=> ? = 2
[1,3,5,4,2] => [1,4,5,2,3] => ([(0,3),(0,4),(3,2),(4,1)],5)
=> [4,3,3]
=> 1
[1,4,2,3,5] => [1,4,3,2,5] => ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> [4,2,2,2]
=> 1
[1,4,2,5,3] => [1,5,3,2,4] => ([(0,1),(0,2),(0,3),(2,4),(3,4)],5)
=> [7,2,2]
=> ? = 2
[1,4,3,2,5] => [1,3,4,2,5] => ([(0,2),(0,3),(1,4),(2,4),(3,1)],5)
=> [8]
=> 1
[1,4,3,5,2] => [1,3,5,2,4] => ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> [5,4]
=> 1
[1,4,5,2,3] => [1,4,2,5,3] => ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> [5,4]
=> 1
[1,4,5,3,2] => [1,5,2,4,3] => ([(0,3),(0,4),(4,1),(4,2)],5)
=> [7,2,2]
=> ? = 1
[1,5,2,3,4] => [1,5,4,3,2] => ([(0,1),(0,2),(0,3),(0,4)],5)
=> [3,2,2,2,2,2,2,2]
=> ? = 1
[1,5,2,4,3] => [1,4,5,3,2] => ([(0,2),(0,3),(0,4),(4,1)],5)
=> [7,6]
=> ? = 1
[1,5,3,2,4] => [1,3,5,4,2] => ([(0,3),(0,4),(4,1),(4,2)],5)
=> [7,2,2]
=> ? = 1
[1,5,3,4,2] => [1,3,4,5,2] => ([(0,2),(0,4),(3,1),(4,3)],5)
=> [5,4]
=> 1
[1,5,4,2,3] => [1,5,3,4,2] => ([(0,2),(0,3),(0,4),(4,1)],5)
=> [7,6]
=> ? = 1
[1,5,4,3,2] => [1,4,3,5,2] => ([(0,1),(0,2),(0,3),(2,4),(3,4)],5)
=> [7,2,2]
=> ? = 1
[2,1,3,4,5] => [2,1,3,4,5] => ([(0,4),(1,4),(2,3),(4,2)],5)
=> [5,2]
=> 1
[2,1,3,5,4] => [2,1,3,5,4] => ([(0,4),(1,4),(4,2),(4,3)],5)
=> [4,2,2]
=> 1
[2,1,4,3,5] => [2,1,4,3,5] => ([(0,3),(0,4),(1,3),(1,4),(3,2),(4,2)],5)
=> [4,2,2]
=> 1
[2,1,4,5,3] => [2,1,5,3,4] => ([(0,3),(0,4),(1,3),(1,4),(4,2)],5)
=> [7,2]
=> 1
[2,1,5,3,4] => [2,1,5,4,3] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4)],5)
=> [3,2,2,2,2]
=> ? = 1
[2,1,5,4,3] => [2,1,4,5,3] => ([(0,3),(0,4),(1,3),(1,4),(4,2)],5)
=> [7,2]
=> 1
[2,3,1,4,5] => [3,1,2,4,5] => ([(0,4),(1,2),(2,4),(4,3)],5)
=> [8]
=> 1
[2,3,5,1,4] => [5,4,1,2,3] => ([(2,3),(3,4)],5)
=> [4,4,4,4]
=> ? = 1
[2,3,5,4,1] => [4,5,1,2,3] => ([(0,3),(1,4),(4,2)],5)
=> [12]
=> ? = 1
[2,4,1,3,5] => [4,3,1,2,5] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> [7,6]
=> ? = 2
[2,4,1,5,3] => [5,3,1,2,4] => ([(1,4),(2,3),(3,4)],5)
=> [14]
=> ? = 1
[2,4,3,5,1] => [3,5,1,2,4] => ([(0,3),(1,2),(1,4),(3,4)],5)
=> [8,3]
=> ? = 1
[2,4,5,3,1] => [5,1,2,4,3] => ([(1,4),(4,2),(4,3)],5)
=> [4,4,2,2]
=> ? = 1
[2,5,1,3,4] => [5,4,3,1,2] => ([(3,4)],5)
=> [6,6,6,6]
=> ? = 1
[2,5,1,4,3] => [4,5,3,1,2] => ([(1,4),(2,3)],5)
=> [6,6,6]
=> ? = 1
[2,5,3,1,4] => [3,5,4,1,2] => ([(0,4),(1,2),(1,3)],5)
=> [6,3,3,3]
=> ? = 2
[2,5,3,4,1] => [3,4,5,1,2] => ([(0,3),(1,4),(4,2)],5)
=> [12]
=> ? = 1
[2,5,4,1,3] => [5,3,4,1,2] => ([(1,4),(2,3)],5)
=> [6,6,6]
=> ? = 1
[2,5,4,3,1] => [4,3,5,1,2] => ([(0,4),(1,4),(2,3)],5)
=> [6,3,3,3]
=> ? = 1
[3,1,2,5,4] => [3,2,1,5,4] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> [3,2,2,2,2]
=> ? = 1
[3,1,4,2,5] => [4,2,1,3,5] => ([(0,4),(1,3),(2,3),(3,4)],5)
=> [7,2,2]
=> ? = 2
[3,1,4,5,2] => [5,2,1,3,4] => ([(1,4),(2,4),(4,3)],5)
=> [4,4,2,2]
=> ? = 1
[3,1,5,2,4] => [5,4,2,1,3] => ([(2,4),(3,4)],5)
=> [6,6,2,2,2,2]
=> ? = 1
[3,1,5,4,2] => [4,5,2,1,3] => ([(0,4),(1,4),(2,3)],5)
=> [6,3,3,3]
=> ? = 1
[3,2,5,1,4] => [2,5,4,1,3] => ([(0,4),(1,2),(1,3),(1,4)],5)
=> [6,5,3]
=> ? = 1
[3,2,5,4,1] => [2,4,5,1,3] => ([(0,4),(1,2),(1,4),(2,3)],5)
=> [8,3]
=> ? = 1
[3,4,2,1,5] => [4,1,3,2,5] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> [7,2,2]
=> ? = 1
[3,4,2,5,1] => [5,1,3,2,4] => ([(1,2),(1,3),(2,4),(3,4)],5)
=> [4,4,2,2]
=> ? = 1
[3,4,5,1,2] => [5,2,4,1,3] => ([(1,4),(2,3),(2,4)],5)
=> [10,6]
=> ? = 1
[3,4,5,2,1] => [4,2,5,1,3] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> [8,3,2]
=> ? = 1
[3,5,1,2,4] => [3,1,5,4,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4)],5)
=> [5,3,2,2]
=> ? = 1
[3,5,2,1,4] => [5,4,1,3,2] => ([(2,3),(2,4)],5)
=> [6,6,2,2,2,2]
=> ? = 1
[3,5,2,4,1] => [4,5,1,3,2] => ([(0,4),(1,2),(1,3)],5)
=> [6,3,3,3]
=> ? = 2
[3,5,4,1,2] => [4,1,3,5,2] => ([(0,4),(1,2),(1,3),(3,4)],5)
=> [10,2]
=> ? = 1
[3,5,4,2,1] => [5,1,3,4,2] => ([(1,3),(1,4),(4,2)],5)
=> [14]
=> ? = 1
[4,1,2,3,5] => [4,3,2,1,5] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> [3,2,2,2,2,2,2,2]
=> ? = 1
[4,1,2,5,3] => [5,3,2,1,4] => ([(1,4),(2,4),(3,4)],5)
=> [6,2,2,2,2,2,2]
=> ? = 1
[4,1,3,2,5] => [3,4,2,1,5] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> [7,6]
=> ? = 1
[4,1,3,5,2] => [3,5,2,1,4] => ([(0,4),(1,4),(2,3),(2,4)],5)
=> [6,5,3]
=> ? = 2
[4,1,5,2,3] => [4,2,1,5,3] => ([(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> [5,3,2,2]
=> ? = 1
[4,1,5,3,2] => [5,2,1,4,3] => ([(1,3),(1,4),(2,3),(2,4)],5)
=> [6,2,2,2,2]
=> ? = 1
[4,2,1,3,5] => [2,4,3,1,5] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> [7,2,2]
=> ? = 1
[4,2,1,5,3] => [2,5,3,1,4] => ([(0,4),(1,2),(1,3),(3,4)],5)
=> [10,2]
=> ? = 1
[4,2,5,3,1] => [2,5,1,4,3] => ([(0,3),(0,4),(1,2),(1,3),(1,4)],5)
=> [5,3,2,2]
=> ? = 2
Description
The smallest positive integer that does not appear twice in the partition.
Mp00209: Permutations pattern posetPosets
Mp00110: Posets Greene-Kleitman invariantInteger partitions
St000993: Integer partitions ⟶ ℤResult quality: 11% values known / values provided: 11%distinct values known / distinct values provided: 50%
Values
[1,2] => ([(0,1)],2)
=> [2]
=> 1
[2,1] => ([(0,1)],2)
=> [2]
=> 1
[1,2,3] => ([(0,2),(2,1)],3)
=> [3]
=> 1
[1,3,2] => ([(0,1),(0,2),(1,3),(2,3)],4)
=> [3,1]
=> 1
[2,1,3] => ([(0,1),(0,2),(1,3),(2,3)],4)
=> [3,1]
=> 1
[2,3,1] => ([(0,1),(0,2),(1,3),(2,3)],4)
=> [3,1]
=> 1
[3,1,2] => ([(0,1),(0,2),(1,3),(2,3)],4)
=> [3,1]
=> 1
[3,2,1] => ([(0,2),(2,1)],3)
=> [3]
=> 1
[1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 1
[1,2,4,3] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> 1
[1,3,2,4] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> 1
[1,3,4,2] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> 1
[1,4,2,3] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> 1
[1,4,3,2] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> 1
[2,1,3,4] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> 1
[2,1,4,3] => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> [4,2]
=> 1
[2,3,1,4] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> 1
[2,3,4,1] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> 1
[2,4,1,3] => ([(0,1),(0,2),(0,3),(0,4),(1,6),(1,7),(2,6),(2,7),(3,6),(3,7),(4,6),(4,7),(6,5),(7,5)],8)
=> [4,2,1,1]
=> 1
[2,4,3,1] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> 1
[3,1,2,4] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> 1
[3,1,4,2] => ([(0,1),(0,2),(0,3),(0,4),(1,6),(1,7),(2,6),(2,7),(3,6),(3,7),(4,6),(4,7),(6,5),(7,5)],8)
=> [4,2,1,1]
=> 1
[3,2,1,4] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> 1
[3,2,4,1] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> 1
[3,4,1,2] => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> [4,2]
=> 1
[3,4,2,1] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> 1
[4,1,2,3] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> 1
[4,1,3,2] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> 1
[4,2,1,3] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> 1
[4,2,3,1] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> 1
[4,3,1,2] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> 1
[4,3,2,1] => ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 1
[1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 1
[1,2,3,5,4] => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> [5,3]
=> 1
[1,2,4,3,5] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> [5,3,2]
=> 1
[1,2,4,5,3] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> [5,3,2]
=> 1
[1,2,5,3,4] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> [5,3,2]
=> 1
[1,2,5,4,3] => ([(0,3),(0,4),(1,7),(2,6),(3,2),(3,5),(4,1),(4,5),(5,6),(5,7),(6,8),(7,8)],9)
=> [5,3,1]
=> 1
[1,3,2,4,5] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> [5,3,2]
=> 1
[1,3,2,5,4] => ([(0,1),(0,2),(0,3),(1,7),(1,8),(2,5),(2,8),(3,5),(3,7),(3,8),(5,9),(6,4),(7,6),(7,9),(8,6),(8,9),(9,4)],10)
=> [5,3,2]
=> 1
[1,3,4,2,5] => ([(0,1),(0,2),(0,3),(0,4),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,10),(4,5),(4,6),(4,10),(5,9),(5,11),(6,9),(6,11),(7,9),(7,11),(9,8),(10,11),(11,8)],12)
=> [5,3,2,2]
=> 1
[1,3,4,5,2] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> [5,3,2]
=> 1
[1,3,5,2,4] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> [5,3,2,2,2]
=> ? = 2
[1,3,5,4,2] => ([(0,1),(0,2),(0,3),(0,4),(1,6),(1,11),(2,5),(2,11),(3,5),(3,7),(3,11),(4,6),(4,7),(4,11),(5,9),(6,10),(7,9),(7,10),(9,8),(10,8),(11,9),(11,10)],12)
=> [5,3,2,2]
=> 1
[1,4,2,3,5] => ([(0,1),(0,2),(0,3),(0,4),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,10),(4,5),(4,6),(4,10),(5,9),(5,11),(6,9),(6,11),(7,9),(7,11),(9,8),(10,11),(11,8)],12)
=> [5,3,2,2]
=> 1
[1,4,2,5,3] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> [5,3,2,2,2]
=> ? = 2
[1,4,3,2,5] => ([(0,2),(0,3),(0,4),(1,9),(2,5),(2,7),(3,5),(3,6),(4,1),(4,6),(4,7),(5,10),(6,9),(6,10),(7,9),(7,10),(9,8),(10,8)],11)
=> [5,3,2,1]
=> 1
[1,4,3,5,2] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> [5,3,2,2,1]
=> ? = 1
[1,4,5,2,3] => ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,6),(2,7),(2,8),(3,5),(3,7),(3,8),(5,9),(5,10),(6,9),(6,10),(7,10),(8,9),(8,10),(9,4),(10,4)],11)
=> [5,3,2,1]
=> 1
[1,4,5,3,2] => ([(0,2),(0,3),(0,4),(1,9),(2,5),(2,7),(3,5),(3,6),(4,1),(4,6),(4,7),(5,10),(6,9),(6,10),(7,9),(7,10),(9,8),(10,8)],11)
=> [5,3,2,1]
=> 1
[1,5,2,3,4] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> [5,3,2]
=> 1
[1,5,2,4,3] => ([(0,1),(0,2),(0,3),(0,4),(1,6),(1,11),(2,5),(2,11),(3,5),(3,7),(3,11),(4,6),(4,7),(4,11),(5,9),(6,10),(7,9),(7,10),(9,8),(10,8),(11,9),(11,10)],12)
=> [5,3,2,2]
=> 1
[1,5,3,2,4] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> [5,3,2,2,1]
=> ? = 1
[1,5,3,4,2] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> [5,3,2,2,1]
=> ? = 1
[1,5,4,2,3] => ([(0,2),(0,3),(0,4),(1,9),(2,5),(2,7),(3,5),(3,6),(4,1),(4,6),(4,7),(5,10),(6,9),(6,10),(7,9),(7,10),(9,8),(10,8)],11)
=> [5,3,2,1]
=> 1
[2,3,5,1,4] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,9),(2,10),(3,6),(3,9),(4,7),(4,9),(4,10),(5,1),(5,6),(5,7),(5,10),(6,11),(6,12),(7,11),(7,12),(9,12),(10,11),(10,12),(11,8),(12,8)],13)
=> [5,3,2,2,1]
=> ? = 1
[2,4,1,3,5] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> [5,3,2,2,2]
=> ? = 2
[2,4,1,5,3] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,6),(2,9),(2,11),(3,6),(3,9),(3,10),(4,7),(4,9),(4,10),(4,11),(5,7),(5,9),(5,10),(5,11),(6,13),(7,12),(7,13),(9,12),(9,13),(10,12),(10,13),(11,12),(11,13),(12,8),(13,8)],14)
=> [5,3,2,2,2]
=> ? = 1
[2,4,3,1,5] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> [5,3,2,2,1]
=> ? = 1
[2,4,3,5,1] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> [5,3,2,2,1]
=> ? = 1
[2,4,5,1,3] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,7),(2,10),(3,6),(3,10),(4,6),(4,8),(4,10),(5,1),(5,7),(5,8),(5,10),(6,12),(7,11),(7,12),(8,11),(8,12),(10,11),(10,12),(11,9),(12,9)],13)
=> [5,3,2,2,1]
=> ? = 1
[2,5,1,3,4] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,9),(2,10),(3,6),(3,9),(4,7),(4,9),(4,10),(5,1),(5,6),(5,7),(5,10),(6,11),(6,12),(7,11),(7,12),(9,12),(10,11),(10,12),(11,8),(12,8)],13)
=> [5,3,2,2,1]
=> ? = 1
[2,5,1,4,3] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,7),(2,10),(3,6),(3,10),(4,6),(4,8),(4,10),(5,1),(5,7),(5,8),(5,10),(6,12),(7,11),(7,12),(8,11),(8,12),(10,11),(10,12),(11,9),(12,9)],13)
=> [5,3,2,2,1]
=> ? = 1
[2,5,3,1,4] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,9),(1,10),(1,11),(1,12),(2,7),(2,11),(2,12),(3,7),(3,9),(3,10),(4,6),(4,10),(4,12),(5,6),(5,9),(5,11),(6,14),(7,13),(9,13),(9,14),(10,13),(10,14),(11,13),(11,14),(12,13),(12,14),(13,8),(14,8)],15)
=> [5,3,2,2,2,1]
=> ? = 2
[2,5,3,4,1] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> [5,3,2,2,1]
=> ? = 1
[2,5,4,1,3] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,9),(2,10),(3,6),(3,9),(4,7),(4,9),(4,10),(5,1),(5,6),(5,7),(5,10),(6,11),(6,12),(7,11),(7,12),(9,12),(10,11),(10,12),(11,8),(12,8)],13)
=> [5,3,2,2,1]
=> ? = 1
[3,1,4,2,5] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> [5,3,2,2,2]
=> ? = 2
[3,1,4,5,2] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,9),(2,10),(3,6),(3,9),(4,7),(4,9),(4,10),(5,1),(5,6),(5,7),(5,10),(6,11),(6,12),(7,11),(7,12),(9,12),(10,11),(10,12),(11,8),(12,8)],13)
=> [5,3,2,2,1]
=> ? = 1
[3,1,5,2,4] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,6),(2,9),(2,11),(3,6),(3,9),(3,10),(4,7),(4,9),(4,10),(4,11),(5,7),(5,9),(5,10),(5,11),(6,13),(7,12),(7,13),(9,12),(9,13),(10,12),(10,13),(11,12),(11,13),(12,8),(13,8)],14)
=> [5,3,2,2,2]
=> ? = 1
[3,1,5,4,2] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,7),(2,10),(3,6),(3,10),(4,6),(4,8),(4,10),(5,1),(5,7),(5,8),(5,10),(6,12),(7,11),(7,12),(8,11),(8,12),(10,11),(10,12),(11,9),(12,9)],13)
=> [5,3,2,2,1]
=> ? = 1
[3,2,5,1,4] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,7),(2,10),(3,6),(3,10),(4,6),(4,8),(4,10),(5,1),(5,7),(5,8),(5,10),(6,12),(7,11),(7,12),(8,11),(8,12),(10,11),(10,12),(11,9),(12,9)],13)
=> [5,3,2,2,1]
=> ? = 1
[3,4,1,5,2] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,7),(2,10),(3,6),(3,10),(4,6),(4,8),(4,10),(5,1),(5,7),(5,8),(5,10),(6,12),(7,11),(7,12),(8,11),(8,12),(10,11),(10,12),(11,9),(12,9)],13)
=> [5,3,2,2,1]
=> ? = 1
[3,5,1,2,4] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,7),(2,10),(3,6),(3,10),(4,6),(4,8),(4,10),(5,1),(5,7),(5,8),(5,10),(6,12),(7,11),(7,12),(8,11),(8,12),(10,11),(10,12),(11,9),(12,9)],13)
=> [5,3,2,2,1]
=> ? = 1
[3,5,1,4,2] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,6),(2,9),(2,11),(3,6),(3,9),(3,10),(4,7),(4,9),(4,10),(4,11),(5,7),(5,9),(5,10),(5,11),(6,13),(7,12),(7,13),(9,12),(9,13),(10,12),(10,13),(11,12),(11,13),(12,8),(13,8)],14)
=> [5,3,2,2,2]
=> ? = 1
[3,5,2,1,4] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,9),(2,10),(3,6),(3,9),(4,7),(4,9),(4,10),(5,1),(5,6),(5,7),(5,10),(6,11),(6,12),(7,11),(7,12),(9,12),(10,11),(10,12),(11,8),(12,8)],13)
=> [5,3,2,2,1]
=> ? = 1
[3,5,2,4,1] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> [5,3,2,2,2]
=> ? = 2
[4,1,2,5,3] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,9),(2,10),(3,6),(3,9),(4,7),(4,9),(4,10),(5,1),(5,6),(5,7),(5,10),(6,11),(6,12),(7,11),(7,12),(9,12),(10,11),(10,12),(11,8),(12,8)],13)
=> [5,3,2,2,1]
=> ? = 1
[4,1,3,2,5] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> [5,3,2,2,1]
=> ? = 1
[4,1,3,5,2] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,9),(1,10),(1,11),(1,12),(2,7),(2,11),(2,12),(3,7),(3,9),(3,10),(4,6),(4,10),(4,12),(5,6),(5,9),(5,11),(6,14),(7,13),(9,13),(9,14),(10,13),(10,14),(11,13),(11,14),(12,13),(12,14),(13,8),(14,8)],15)
=> [5,3,2,2,2,1]
=> ? = 2
[4,1,5,2,3] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,7),(2,10),(3,6),(3,10),(4,6),(4,8),(4,10),(5,1),(5,7),(5,8),(5,10),(6,12),(7,11),(7,12),(8,11),(8,12),(10,11),(10,12),(11,9),(12,9)],13)
=> [5,3,2,2,1]
=> ? = 1
[4,1,5,3,2] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,9),(2,10),(3,6),(3,9),(4,7),(4,9),(4,10),(5,1),(5,6),(5,7),(5,10),(6,11),(6,12),(7,11),(7,12),(9,12),(10,11),(10,12),(11,8),(12,8)],13)
=> [5,3,2,2,1]
=> ? = 1
[4,2,1,5,3] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,7),(2,10),(3,6),(3,10),(4,6),(4,8),(4,10),(5,1),(5,7),(5,8),(5,10),(6,12),(7,11),(7,12),(8,11),(8,12),(10,11),(10,12),(11,9),(12,9)],13)
=> [5,3,2,2,1]
=> ? = 1
[4,2,3,1,5] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> [5,3,2,2,1]
=> ? = 1
[4,2,3,5,1] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> [5,3,2,2,1]
=> ? = 1
[4,2,5,1,3] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,6),(2,9),(2,11),(3,6),(3,9),(3,10),(4,7),(4,9),(4,10),(4,11),(5,7),(5,9),(5,10),(5,11),(6,13),(7,12),(7,13),(9,12),(9,13),(10,12),(10,13),(11,12),(11,13),(12,8),(13,8)],14)
=> [5,3,2,2,2]
=> ? = 1
[4,2,5,3,1] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> [5,3,2,2,2]
=> ? = 2
[4,3,1,5,2] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,9),(2,10),(3,6),(3,9),(4,7),(4,9),(4,10),(5,1),(5,6),(5,7),(5,10),(6,11),(6,12),(7,11),(7,12),(9,12),(10,11),(10,12),(11,8),(12,8)],13)
=> [5,3,2,2,1]
=> ? = 1
[5,1,3,2,4] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> [5,3,2,2,1]
=> ? = 1
[5,1,3,4,2] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> [5,3,2,2,1]
=> ? = 1
[5,2,3,1,4] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> [5,3,2,2,1]
=> ? = 1
[5,2,4,1,3] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> [5,3,2,2,2]
=> ? = 2
[5,3,1,4,2] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> [5,3,2,2,2]
=> ? = 2
[1,2,3,5,4,6] => ([(0,2),(0,3),(0,5),(1,8),(1,12),(2,10),(3,6),(3,10),(4,1),(4,9),(4,11),(5,4),(5,6),(5,10),(6,9),(6,11),(8,7),(9,8),(9,12),(10,11),(11,12),(12,7)],13)
=> ?
=> ? = 1
[1,2,3,5,6,4] => ([(0,2),(0,3),(0,5),(1,8),(1,12),(2,10),(3,6),(3,10),(4,1),(4,9),(4,11),(5,4),(5,6),(5,10),(6,9),(6,11),(8,7),(9,8),(9,12),(10,11),(11,12),(12,7)],13)
=> ?
=> ? = 1
[1,2,3,6,4,5] => ([(0,2),(0,3),(0,5),(1,8),(1,12),(2,10),(3,6),(3,10),(4,1),(4,9),(4,11),(5,4),(5,6),(5,10),(6,9),(6,11),(8,7),(9,8),(9,12),(10,11),(11,12),(12,7)],13)
=> ?
=> ? = 1
[1,2,4,3,5,6] => ([(0,3),(0,4),(0,5),(1,9),(1,13),(2,8),(2,13),(3,11),(4,2),(4,6),(4,11),(5,1),(5,6),(5,11),(6,8),(6,9),(6,13),(8,10),(8,12),(9,10),(9,12),(10,7),(11,13),(12,7),(13,12)],14)
=> ?
=> ? = 1
[1,2,4,3,6,5] => ([(0,2),(0,3),(0,4),(1,7),(1,13),(2,6),(2,12),(3,1),(3,9),(3,12),(4,6),(4,9),(4,12),(6,10),(7,8),(7,11),(8,5),(9,7),(9,10),(9,13),(10,11),(11,5),(12,10),(12,13),(13,8),(13,11)],14)
=> ?
=> ? = 1
[1,2,4,5,3,6] => ([(0,1),(0,3),(0,4),(0,5),(1,14),(2,7),(2,8),(2,16),(3,9),(3,11),(3,14),(4,9),(4,10),(4,14),(5,2),(5,10),(5,11),(5,14),(7,13),(7,15),(8,13),(8,15),(9,12),(9,16),(10,7),(10,12),(10,16),(11,8),(11,12),(11,16),(12,13),(12,15),(13,6),(14,16),(15,6),(16,15)],17)
=> ?
=> ? = 1
[1,2,4,5,6,3] => ([(0,3),(0,4),(0,5),(1,9),(1,13),(2,8),(2,13),(3,11),(4,2),(4,6),(4,11),(5,1),(5,6),(5,11),(6,8),(6,9),(6,13),(8,10),(8,12),(9,10),(9,12),(10,7),(11,13),(12,7),(13,12)],14)
=> ?
=> ? = 1
[1,2,4,6,3,5] => ([(0,1),(0,2),(0,3),(0,4),(0,6),(1,14),(1,18),(2,13),(2,14),(2,18),(3,12),(3,14),(3,18),(4,11),(4,14),(4,18),(5,8),(5,9),(5,10),(5,16),(6,5),(6,11),(6,12),(6,13),(6,18),(8,15),(8,19),(9,15),(9,19),(10,15),(10,19),(11,8),(11,16),(11,17),(12,9),(12,16),(12,17),(13,10),(13,16),(13,17),(14,17),(15,7),(16,15),(16,19),(17,19),(18,16),(18,17),(19,7)],20)
=> ?
=> ? = 1
Description
The multiplicity of the largest part of an integer partition.
Mp00209: Permutations pattern posetPosets
Mp00110: Posets Greene-Kleitman invariantInteger partitions
St000929: Integer partitions ⟶ ℤResult quality: 11% values known / values provided: 11%distinct values known / distinct values provided: 50%
Values
[1,2] => ([(0,1)],2)
=> [2]
=> 0 = 1 - 1
[2,1] => ([(0,1)],2)
=> [2]
=> 0 = 1 - 1
[1,2,3] => ([(0,2),(2,1)],3)
=> [3]
=> 0 = 1 - 1
[1,3,2] => ([(0,1),(0,2),(1,3),(2,3)],4)
=> [3,1]
=> 0 = 1 - 1
[2,1,3] => ([(0,1),(0,2),(1,3),(2,3)],4)
=> [3,1]
=> 0 = 1 - 1
[2,3,1] => ([(0,1),(0,2),(1,3),(2,3)],4)
=> [3,1]
=> 0 = 1 - 1
[3,1,2] => ([(0,1),(0,2),(1,3),(2,3)],4)
=> [3,1]
=> 0 = 1 - 1
[3,2,1] => ([(0,2),(2,1)],3)
=> [3]
=> 0 = 1 - 1
[1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 0 = 1 - 1
[1,2,4,3] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> 0 = 1 - 1
[1,3,2,4] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> 0 = 1 - 1
[1,3,4,2] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> 0 = 1 - 1
[1,4,2,3] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> 0 = 1 - 1
[1,4,3,2] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> 0 = 1 - 1
[2,1,3,4] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> 0 = 1 - 1
[2,1,4,3] => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> [4,2]
=> 0 = 1 - 1
[2,3,1,4] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> 0 = 1 - 1
[2,3,4,1] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> 0 = 1 - 1
[2,4,1,3] => ([(0,1),(0,2),(0,3),(0,4),(1,6),(1,7),(2,6),(2,7),(3,6),(3,7),(4,6),(4,7),(6,5),(7,5)],8)
=> [4,2,1,1]
=> 0 = 1 - 1
[2,4,3,1] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> 0 = 1 - 1
[3,1,2,4] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> 0 = 1 - 1
[3,1,4,2] => ([(0,1),(0,2),(0,3),(0,4),(1,6),(1,7),(2,6),(2,7),(3,6),(3,7),(4,6),(4,7),(6,5),(7,5)],8)
=> [4,2,1,1]
=> 0 = 1 - 1
[3,2,1,4] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> 0 = 1 - 1
[3,2,4,1] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> 0 = 1 - 1
[3,4,1,2] => ([(0,1),(0,2),(1,4),(1,5),(2,4),(2,5),(4,3),(5,3)],6)
=> [4,2]
=> 0 = 1 - 1
[3,4,2,1] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> 0 = 1 - 1
[4,1,2,3] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> 0 = 1 - 1
[4,1,3,2] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> 0 = 1 - 1
[4,2,1,3] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> 0 = 1 - 1
[4,2,3,1] => ([(0,1),(0,2),(0,3),(1,6),(2,4),(2,6),(3,4),(3,6),(4,5),(6,5)],7)
=> [4,2,1]
=> 0 = 1 - 1
[4,3,1,2] => ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> 0 = 1 - 1
[4,3,2,1] => ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 0 = 1 - 1
[1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 0 = 1 - 1
[1,2,3,5,4] => ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> [5,3]
=> 0 = 1 - 1
[1,2,4,3,5] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> [5,3,2]
=> 0 = 1 - 1
[1,2,4,5,3] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> [5,3,2]
=> 0 = 1 - 1
[1,2,5,3,4] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> [5,3,2]
=> 0 = 1 - 1
[1,2,5,4,3] => ([(0,3),(0,4),(1,7),(2,6),(3,2),(3,5),(4,1),(4,5),(5,6),(5,7),(6,8),(7,8)],9)
=> [5,3,1]
=> 0 = 1 - 1
[1,3,2,4,5] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> [5,3,2]
=> 0 = 1 - 1
[1,3,2,5,4] => ([(0,1),(0,2),(0,3),(1,7),(1,8),(2,5),(2,8),(3,5),(3,7),(3,8),(5,9),(6,4),(7,6),(7,9),(8,6),(8,9),(9,4)],10)
=> [5,3,2]
=> 0 = 1 - 1
[1,3,4,2,5] => ([(0,1),(0,2),(0,3),(0,4),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,10),(4,5),(4,6),(4,10),(5,9),(5,11),(6,9),(6,11),(7,9),(7,11),(9,8),(10,11),(11,8)],12)
=> [5,3,2,2]
=> 0 = 1 - 1
[1,3,4,5,2] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> [5,3,2]
=> 0 = 1 - 1
[1,3,5,2,4] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> [5,3,2,2,2]
=> ? = 2 - 1
[1,3,5,4,2] => ([(0,1),(0,2),(0,3),(0,4),(1,6),(1,11),(2,5),(2,11),(3,5),(3,7),(3,11),(4,6),(4,7),(4,11),(5,9),(6,10),(7,9),(7,10),(9,8),(10,8),(11,9),(11,10)],12)
=> [5,3,2,2]
=> 0 = 1 - 1
[1,4,2,3,5] => ([(0,1),(0,2),(0,3),(0,4),(1,10),(2,6),(2,7),(2,10),(3,5),(3,7),(3,10),(4,5),(4,6),(4,10),(5,9),(5,11),(6,9),(6,11),(7,9),(7,11),(9,8),(10,11),(11,8)],12)
=> [5,3,2,2]
=> 0 = 1 - 1
[1,4,2,5,3] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> [5,3,2,2,2]
=> ? = 2 - 1
[1,4,3,2,5] => ([(0,2),(0,3),(0,4),(1,9),(2,5),(2,7),(3,5),(3,6),(4,1),(4,6),(4,7),(5,10),(6,9),(6,10),(7,9),(7,10),(9,8),(10,8)],11)
=> [5,3,2,1]
=> 0 = 1 - 1
[1,4,3,5,2] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[1,4,5,2,3] => ([(0,1),(0,2),(0,3),(1,5),(1,6),(2,6),(2,7),(2,8),(3,5),(3,7),(3,8),(5,9),(5,10),(6,9),(6,10),(7,10),(8,9),(8,10),(9,4),(10,4)],11)
=> [5,3,2,1]
=> 0 = 1 - 1
[1,4,5,3,2] => ([(0,2),(0,3),(0,4),(1,9),(2,5),(2,7),(3,5),(3,6),(4,1),(4,6),(4,7),(5,10),(6,9),(6,10),(7,9),(7,10),(9,8),(10,8)],11)
=> [5,3,2,1]
=> 0 = 1 - 1
[1,5,2,3,4] => ([(0,2),(0,3),(0,4),(1,7),(1,9),(2,8),(3,5),(3,8),(4,1),(4,5),(4,8),(5,7),(5,9),(7,6),(8,9),(9,6)],10)
=> [5,3,2]
=> 0 = 1 - 1
[1,5,2,4,3] => ([(0,1),(0,2),(0,3),(0,4),(1,6),(1,11),(2,5),(2,11),(3,5),(3,7),(3,11),(4,6),(4,7),(4,11),(5,9),(6,10),(7,9),(7,10),(9,8),(10,8),(11,9),(11,10)],12)
=> [5,3,2,2]
=> 0 = 1 - 1
[1,5,3,2,4] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[1,5,3,4,2] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[1,5,4,2,3] => ([(0,2),(0,3),(0,4),(1,9),(2,5),(2,7),(3,5),(3,6),(4,1),(4,6),(4,7),(5,10),(6,9),(6,10),(7,9),(7,10),(9,8),(10,8)],11)
=> [5,3,2,1]
=> 0 = 1 - 1
[2,3,5,1,4] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,9),(2,10),(3,6),(3,9),(4,7),(4,9),(4,10),(5,1),(5,6),(5,7),(5,10),(6,11),(6,12),(7,11),(7,12),(9,12),(10,11),(10,12),(11,8),(12,8)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[2,4,1,3,5] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> [5,3,2,2,2]
=> ? = 2 - 1
[2,4,1,5,3] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,6),(2,9),(2,11),(3,6),(3,9),(3,10),(4,7),(4,9),(4,10),(4,11),(5,7),(5,9),(5,10),(5,11),(6,13),(7,12),(7,13),(9,12),(9,13),(10,12),(10,13),(11,12),(11,13),(12,8),(13,8)],14)
=> [5,3,2,2,2]
=> ? = 1 - 1
[2,4,3,1,5] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[2,4,3,5,1] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[2,4,5,1,3] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,7),(2,10),(3,6),(3,10),(4,6),(4,8),(4,10),(5,1),(5,7),(5,8),(5,10),(6,12),(7,11),(7,12),(8,11),(8,12),(10,11),(10,12),(11,9),(12,9)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[2,5,1,3,4] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,9),(2,10),(3,6),(3,9),(4,7),(4,9),(4,10),(5,1),(5,6),(5,7),(5,10),(6,11),(6,12),(7,11),(7,12),(9,12),(10,11),(10,12),(11,8),(12,8)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[2,5,1,4,3] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,7),(2,10),(3,6),(3,10),(4,6),(4,8),(4,10),(5,1),(5,7),(5,8),(5,10),(6,12),(7,11),(7,12),(8,11),(8,12),(10,11),(10,12),(11,9),(12,9)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[2,5,3,1,4] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,9),(1,10),(1,11),(1,12),(2,7),(2,11),(2,12),(3,7),(3,9),(3,10),(4,6),(4,10),(4,12),(5,6),(5,9),(5,11),(6,14),(7,13),(9,13),(9,14),(10,13),(10,14),(11,13),(11,14),(12,13),(12,14),(13,8),(14,8)],15)
=> [5,3,2,2,2,1]
=> ? = 2 - 1
[2,5,3,4,1] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[2,5,4,1,3] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,9),(2,10),(3,6),(3,9),(4,7),(4,9),(4,10),(5,1),(5,6),(5,7),(5,10),(6,11),(6,12),(7,11),(7,12),(9,12),(10,11),(10,12),(11,8),(12,8)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[3,1,4,2,5] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> [5,3,2,2,2]
=> ? = 2 - 1
[3,1,4,5,2] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,9),(2,10),(3,6),(3,9),(4,7),(4,9),(4,10),(5,1),(5,6),(5,7),(5,10),(6,11),(6,12),(7,11),(7,12),(9,12),(10,11),(10,12),(11,8),(12,8)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[3,1,5,2,4] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,6),(2,9),(2,11),(3,6),(3,9),(3,10),(4,7),(4,9),(4,10),(4,11),(5,7),(5,9),(5,10),(5,11),(6,13),(7,12),(7,13),(9,12),(9,13),(10,12),(10,13),(11,12),(11,13),(12,8),(13,8)],14)
=> [5,3,2,2,2]
=> ? = 1 - 1
[3,1,5,4,2] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,7),(2,10),(3,6),(3,10),(4,6),(4,8),(4,10),(5,1),(5,7),(5,8),(5,10),(6,12),(7,11),(7,12),(8,11),(8,12),(10,11),(10,12),(11,9),(12,9)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[3,2,5,1,4] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,7),(2,10),(3,6),(3,10),(4,6),(4,8),(4,10),(5,1),(5,7),(5,8),(5,10),(6,12),(7,11),(7,12),(8,11),(8,12),(10,11),(10,12),(11,9),(12,9)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[3,4,1,5,2] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,7),(2,10),(3,6),(3,10),(4,6),(4,8),(4,10),(5,1),(5,7),(5,8),(5,10),(6,12),(7,11),(7,12),(8,11),(8,12),(10,11),(10,12),(11,9),(12,9)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[3,5,1,2,4] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,7),(2,10),(3,6),(3,10),(4,6),(4,8),(4,10),(5,1),(5,7),(5,8),(5,10),(6,12),(7,11),(7,12),(8,11),(8,12),(10,11),(10,12),(11,9),(12,9)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[3,5,1,4,2] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,6),(2,9),(2,11),(3,6),(3,9),(3,10),(4,7),(4,9),(4,10),(4,11),(5,7),(5,9),(5,10),(5,11),(6,13),(7,12),(7,13),(9,12),(9,13),(10,12),(10,13),(11,12),(11,13),(12,8),(13,8)],14)
=> [5,3,2,2,2]
=> ? = 1 - 1
[3,5,2,1,4] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,9),(2,10),(3,6),(3,9),(4,7),(4,9),(4,10),(5,1),(5,6),(5,7),(5,10),(6,11),(6,12),(7,11),(7,12),(9,12),(10,11),(10,12),(11,8),(12,8)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[3,5,2,4,1] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> [5,3,2,2,2]
=> ? = 2 - 1
[4,1,2,5,3] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,9),(2,10),(3,6),(3,9),(4,7),(4,9),(4,10),(5,1),(5,6),(5,7),(5,10),(6,11),(6,12),(7,11),(7,12),(9,12),(10,11),(10,12),(11,8),(12,8)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[4,1,3,2,5] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[4,1,3,5,2] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,9),(1,10),(1,11),(1,12),(2,7),(2,11),(2,12),(3,7),(3,9),(3,10),(4,6),(4,10),(4,12),(5,6),(5,9),(5,11),(6,14),(7,13),(9,13),(9,14),(10,13),(10,14),(11,13),(11,14),(12,13),(12,14),(13,8),(14,8)],15)
=> [5,3,2,2,2,1]
=> ? = 2 - 1
[4,1,5,2,3] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,7),(2,10),(3,6),(3,10),(4,6),(4,8),(4,10),(5,1),(5,7),(5,8),(5,10),(6,12),(7,11),(7,12),(8,11),(8,12),(10,11),(10,12),(11,9),(12,9)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[4,1,5,3,2] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,9),(2,10),(3,6),(3,9),(4,7),(4,9),(4,10),(5,1),(5,6),(5,7),(5,10),(6,11),(6,12),(7,11),(7,12),(9,12),(10,11),(10,12),(11,8),(12,8)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[4,2,1,5,3] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,7),(2,10),(3,6),(3,10),(4,6),(4,8),(4,10),(5,1),(5,7),(5,8),(5,10),(6,12),(7,11),(7,12),(8,11),(8,12),(10,11),(10,12),(11,9),(12,9)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[4,2,3,1,5] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[4,2,3,5,1] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[4,2,5,1,3] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,11),(2,6),(2,9),(2,11),(3,6),(3,9),(3,10),(4,7),(4,9),(4,10),(4,11),(5,7),(5,9),(5,10),(5,11),(6,13),(7,12),(7,13),(9,12),(9,13),(10,12),(10,13),(11,12),(11,13),(12,8),(13,8)],14)
=> [5,3,2,2,2]
=> ? = 1 - 1
[4,2,5,3,1] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> [5,3,2,2,2]
=> ? = 2 - 1
[4,3,1,5,2] => ([(0,2),(0,3),(0,4),(0,5),(1,11),(1,12),(2,9),(2,10),(3,6),(3,9),(4,7),(4,9),(4,10),(5,1),(5,6),(5,7),(5,10),(6,11),(6,12),(7,11),(7,12),(9,12),(10,11),(10,12),(11,8),(12,8)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[5,1,3,2,4] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[5,1,3,4,2] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[5,2,3,1,4] => ([(0,1),(0,2),(0,3),(0,4),(1,5),(1,10),(2,8),(2,9),(2,10),(3,7),(3,9),(3,10),(4,5),(4,7),(4,8),(5,11),(7,11),(7,12),(8,11),(8,12),(9,12),(10,11),(10,12),(11,6),(12,6)],13)
=> [5,3,2,2,1]
=> ? = 1 - 1
[5,2,4,1,3] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> [5,3,2,2,2]
=> ? = 2 - 1
[5,3,1,4,2] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,10),(1,12),(2,8),(2,10),(2,12),(3,7),(3,10),(3,12),(4,6),(4,10),(4,12),(5,6),(5,7),(5,8),(5,12),(6,11),(6,13),(7,11),(7,13),(8,11),(8,13),(10,13),(11,9),(12,11),(12,13),(13,9)],14)
=> [5,3,2,2,2]
=> ? = 2 - 1
[1,2,3,5,4,6] => ([(0,2),(0,3),(0,5),(1,8),(1,12),(2,10),(3,6),(3,10),(4,1),(4,9),(4,11),(5,4),(5,6),(5,10),(6,9),(6,11),(8,7),(9,8),(9,12),(10,11),(11,12),(12,7)],13)
=> ?
=> ? = 1 - 1
[1,2,3,5,6,4] => ([(0,2),(0,3),(0,5),(1,8),(1,12),(2,10),(3,6),(3,10),(4,1),(4,9),(4,11),(5,4),(5,6),(5,10),(6,9),(6,11),(8,7),(9,8),(9,12),(10,11),(11,12),(12,7)],13)
=> ?
=> ? = 1 - 1
[1,2,3,6,4,5] => ([(0,2),(0,3),(0,5),(1,8),(1,12),(2,10),(3,6),(3,10),(4,1),(4,9),(4,11),(5,4),(5,6),(5,10),(6,9),(6,11),(8,7),(9,8),(9,12),(10,11),(11,12),(12,7)],13)
=> ?
=> ? = 1 - 1
[1,2,4,3,5,6] => ([(0,3),(0,4),(0,5),(1,9),(1,13),(2,8),(2,13),(3,11),(4,2),(4,6),(4,11),(5,1),(5,6),(5,11),(6,8),(6,9),(6,13),(8,10),(8,12),(9,10),(9,12),(10,7),(11,13),(12,7),(13,12)],14)
=> ?
=> ? = 1 - 1
[1,2,4,3,6,5] => ([(0,2),(0,3),(0,4),(1,7),(1,13),(2,6),(2,12),(3,1),(3,9),(3,12),(4,6),(4,9),(4,12),(6,10),(7,8),(7,11),(8,5),(9,7),(9,10),(9,13),(10,11),(11,5),(12,10),(12,13),(13,8),(13,11)],14)
=> ?
=> ? = 1 - 1
[1,2,4,5,3,6] => ([(0,1),(0,3),(0,4),(0,5),(1,14),(2,7),(2,8),(2,16),(3,9),(3,11),(3,14),(4,9),(4,10),(4,14),(5,2),(5,10),(5,11),(5,14),(7,13),(7,15),(8,13),(8,15),(9,12),(9,16),(10,7),(10,12),(10,16),(11,8),(11,12),(11,16),(12,13),(12,15),(13,6),(14,16),(15,6),(16,15)],17)
=> ?
=> ? = 1 - 1
[1,2,4,5,6,3] => ([(0,3),(0,4),(0,5),(1,9),(1,13),(2,8),(2,13),(3,11),(4,2),(4,6),(4,11),(5,1),(5,6),(5,11),(6,8),(6,9),(6,13),(8,10),(8,12),(9,10),(9,12),(10,7),(11,13),(12,7),(13,12)],14)
=> ?
=> ? = 1 - 1
[1,2,4,6,3,5] => ([(0,1),(0,2),(0,3),(0,4),(0,6),(1,14),(1,18),(2,13),(2,14),(2,18),(3,12),(3,14),(3,18),(4,11),(4,14),(4,18),(5,8),(5,9),(5,10),(5,16),(6,5),(6,11),(6,12),(6,13),(6,18),(8,15),(8,19),(9,15),(9,19),(10,15),(10,19),(11,8),(11,16),(11,17),(12,9),(12,16),(12,17),(13,10),(13,16),(13,17),(14,17),(15,7),(16,15),(16,19),(17,19),(18,16),(18,17),(19,7)],20)
=> ?
=> ? = 1 - 1
Description
The constant term of the character polynomial of an integer partition. The definition of the character polynomial can be found in [1]. Indeed, this constant term is 0 for partitions \lambda \neq 1^n and 1 for \lambda = 1^n.
The following 240 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000478Another weight of a partition according to Alladi. St000771The largest multiplicity of a distance Laplacian eigenvalue in a connected graph. St000772The multiplicity of the largest distance Laplacian eigenvalue in a connected graph. St000777The number of distinct eigenvalues of the distance Laplacian of a connected graph. St001645The pebbling number of a connected graph. St000259The diameter of a connected graph. St000302The determinant of the distance matrix of a connected graph. St000466The Gutman (or modified Schultz) index of a connected graph. St000467The hyper-Wiener index of a connected graph. St001330The hat guessing number of a graph. St001625The Möbius invariant of a lattice. St001613The binary logarithm of the size of the center of a lattice. St001681The number of inclusion-wise minimal subsets of a lattice, whose meet is the bottom element. St001881The number of factors of a lattice as a Cartesian product of lattices. St001677The number of non-degenerate subsets of a lattice whose meet is the bottom element. St000908The length of the shortest maximal antichain in a poset. St000914The sum of the values of the Möbius function of a poset. St001301The first Betti number of the order complex associated with the poset. St001634The trace of the Coxeter matrix of the incidence algebra of a poset. St001845The number of join irreducibles minus the rank of a lattice. St001532The leading coefficient of the Poincare polynomial of the poset cone. St001396Number of triples of incomparable elements in a finite poset. St001720The minimal length of a chain of small intervals in a lattice. St001876The number of 2-regular simple modules in the incidence algebra of the lattice. St001964The interval resolution global dimension of a poset. St001878The projective dimension of the simple modules corresponding to the minimum of L in the incidence algebra of the lattice L. St001630The global dimension of the incidence algebra of the lattice over the rational numbers. St001895The oddness of a signed permutation. St001771The number of occurrences of the signed pattern 1-2 in a signed permutation. St001870The number of positive entries followed by a negative entry in a signed permutation. St001889The size of the connectivity set of a signed permutation. St001772The number of occurrences of the signed pattern 12 in a signed permutation. St001863The number of weak excedances of a signed permutation. St001864The number of excedances of a signed permutation. St001867The number of alignments of type EN of a signed permutation. St001868The number of alignments of type NE of a signed permutation. St000181The number of connected components of the Hasse diagram for the poset. St001890The maximum magnitude of the Möbius function of a poset. St001866The nesting alignments of a signed permutation. St001491The number of indecomposable projective-injective modules in the algebra corresponding to a subset. St001533The largest coefficient of the Poincare polynomial of the poset cone. St000098The chromatic number of a graph. St001490The number of connected components of a skew partition. St001095The number of non-isomorphic posets with precisely one further covering relation. St001621The number of atoms of a lattice. St001624The breadth of a lattice. St000773The multiplicity of the largest Laplacian eigenvalue in a graph. St000775The multiplicity of the largest eigenvalue in a graph. St000785The number of distinct colouring schemes of a graph. St001316The domatic number of a graph. St001395The number of strictly unfriendly partitions of a graph. St001476The evaluation of the Tutte polynomial of the graph at (x,y) equal to (1,-1). St001496The number of graphs with the same Laplacian spectrum as the given graph. St000283The size of the preimage of the map 'to graph' from Binary trees to Graphs. St000323The minimal crossing number of a graph. St000351The determinant of the adjacency matrix of a graph. St000368The Altshuler-Steinberg determinant of a graph. St000370The genus of a graph. St000379The number of Hamiltonian cycles in a graph. St000403The Szeged index minus the Wiener index of a graph. St000636The hull number of a graph. St000671The maximin edge-connectivity for choosing a subgraph. St000699The toughness times the least common multiple of 1,. St000948The chromatic discriminant of a graph. St001029The size of the core of a graph. St001069The coefficient of the monomial xy of the Tutte polynomial of the graph. St001109The number of proper colourings of a graph with as few colours as possible. St001119The length of a shortest maximal path in a graph. St001271The competition number of a graph. St001281The normalized isoperimetric number of a graph. St001305The number of induced cycles on four vertices in a graph. St001307The number of induced stars on four vertices in a graph. St001309The number of four-cliques in a graph. St001310The number of induced diamond graphs in a graph. St001323The independence gap of a graph. St001324The minimal number of occurrences of the chordal-pattern in a linear ordering of the vertices of the graph. St001325The minimal number of occurrences of the comparability-pattern in a linear ordering of the vertices of the graph. St001326The minimal number of occurrences of the interval-pattern in a linear ordering of the vertices of the graph. St001328The minimal number of occurrences of the bipartite-pattern in a linear ordering of the vertices of the graph. St001329The minimal number of occurrences of the outerplanar pattern in a linear ordering of the vertices of the graph. St001334The minimal number of occurrences of the 3-colorable pattern in a linear ordering of the vertices of the graph. St001336The minimal number of vertices in a graph whose complement is triangle-free. St001357The maximal degree of a regular spanning subgraph of a graph. St001367The smallest number which does not occur as degree of a vertex in a graph. St001654The monophonic hull number of a graph. St001702The absolute value of the determinant of the adjacency matrix of a graph. St001793The difference between the clique number and the chromatic number of a graph. St001794Half the number of sets of vertices in a graph which are dominating and non-blocking. St001795The binary logarithm of the evaluation of the Tutte polynomial of the graph at (x,y) equal to (-1,-1). St001796The absolute value of the quotient of the Tutte polynomial of the graph at (1,1) and (-1,-1). St001797The number of overfull subgraphs of a graph. St001877Number of indecomposable injective modules with projective dimension 2. St000273The domination number of a graph. St000544The cop number of a graph. St000553The number of blocks of a graph. St000916The packing number of a graph. St001739The number of graphs with the same edge polytope as the given graph. St001740The number of graphs with the same symmetric edge polytope as the given graph. St001776The degree of the minimal polynomial of the largest Laplacian eigenvalue of a graph. St001829The common independence number of a graph. St000258The burning number of a graph. St000447The number of pairs of vertices of a graph with distance 3. St000449The number of pairs of vertices of a graph with distance 4. St000552The number of cut vertices of a graph. St000786The maximal number of occurrences of a colour in a proper colouring of a graph. St000918The 2-limited packing number of a graph. St001057The Grundy value of the game of creating an independent set in a graph. St001322The size of a minimal independent dominating set in a graph. St001337The upper domination number of a graph. St001338The upper irredundance number of a graph. St001691The number of kings in a graph. St001333The cardinality of a minimal edge-isolating set of a graph. St001339The irredundance number of a graph. St001340The cardinality of a minimal non-edge isolating set of a graph. St001354The number of series nodes in the modular decomposition of a graph. St001363The Euler characteristic of a graph according to Knill. St001393The induced matching number of a graph. St001430The number of positive entries in a signed permutation. St000297The number of leading ones in a binary word. St000877The depth of the binary word interpreted as a path. St000885The number of critical steps in the Catalan decomposition of a binary word. St001261The Castelnuovo-Mumford regularity of a graph. St000878The number of ones minus the number of zeros of a binary word. St000093The cardinality of a maximal independent set of vertices of a graph. St000264The girth of a graph, which is not a tree. St000188The area of the Dyck path corresponding to a parking function and the total displacement of a parking function. St000195The number of secondary dinversion pairs of the dyck path corresponding to a parking function. St000943The number of spots the most unlucky car had to go further in a parking function. St001195The global dimension of the algebra A/AfA of the corresponding Nakayama algebra A with minimal left faithful projective-injective module Af. St001208The number of connected components of the quiver of A/T when T is the 1-tilting module corresponding to the permutation in the Auslander algebra A of K[x]/(x^n). St001768The number of reduced words of a signed permutation. St001371The length of the longest Yamanouchi prefix of a binary word. St001730The number of times the path corresponding to a binary word crosses the base line. St001927Sparre Andersen's number of positives of a signed permutation. St000056The decomposition (or block) number of a permutation. St000295The length of the border of a binary word. St000296The length of the symmetric border of a binary word. St000326The position of the first one in a binary word after appending a 1 at the end. St000627The exponent of a binary word. St000657The smallest part of an integer composition. St000694The number of affine bounded permutations that project to a given permutation. St000788The number of nesting-similar perfect matchings of a perfect matching. St000942The number of critical left to right maxima of the parking functions. St001041The depth of the label 1 in the decreasing labelled binary unordered tree associated with the perfect matching. St001043The depth of the leaf closest to the root in the binary unordered tree associated with the perfect matching. St001052The length of the exterior of a permutation. St001096The size of the overlap set of a permutation. St001174The Gorenstein dimension of the algebra A/I when I is the tilting module corresponding to the permutation in the Auslander algebra of K[x]/(x^n). St001256Number of simple reflexive modules that are 2-stable reflexive. St001260The permanent of an alternating sign matrix. St001267The length of the Lyndon factorization of the binary word. St001355Number of non-empty prefixes of a binary word that contain equally many 0's and 1's. St001410The minimal entry of a semistandard tableau. St001431Half of the Loewy length minus one of a modified stable Auslander algebra of the Nakayama algebra corresponding to the Dyck path. St001437The flex of a binary word. St001461The number of topologically connected components of the chord diagram of a permutation. St001493The number of simple modules with maximal even projective dimension in the corresponding Nakayama algebra. St001590The crossing number of a perfect matching. St001830The chord expansion number of a perfect matching. St001832The number of non-crossing perfect matchings in the chord expansion of a perfect matching. St001859The number of factors of the Stanley symmetric function associated with a permutation. St001884The number of borders of a binary word. St001904The length of the initial strictly increasing segment of a parking function. St001937The size of the center of a parking function. St000074The number of special entries. St000084The number of subtrees. St000193The row of the unique '1' in the first column of the alternating sign matrix. St000221The number of strong fixed points of a permutation. St000279The size of the preimage of the map 'cycle-as-one-line notation' from Permutations to Permutations. St000328The maximum number of child nodes in a tree. St000366The number of double descents of a permutation. St000375The number of non weak exceedences of a permutation that are mid-points of a decreasing subsequence of length 3. St000508Eigenvalues of the random-to-random operator acting on a simple module. St000629The defect of a binary word. St000666The number of right tethers of a permutation. St000689The maximal n such that the minimal generator-cogenerator module in the LNakayama algebra of a Dyck path is n-rigid. St000787The number of flips required to make a perfect matching noncrossing. St000876The number of factors in the Catalan decomposition of a binary word. St000894The trace of an alternating sign matrix. St000905The number of different multiplicities of parts of an integer composition. St001001The number of indecomposable modules with projective and injective dimension equal to the global dimension of the Nakayama algebra corresponding to the Dyck path. St001084The number of occurrences of the vincular pattern |1-23 in a permutation. St001086The number of occurrences of the consecutive pattern 132 in a permutation. St001087The number of occurrences of the vincular pattern |12-3 in a permutation. St001131The number of trivial trees on the path to label one in the decreasing labelled binary unordered tree associated with the perfect matching. St001133The smallest label in the subtree rooted at the sister of 1 in the decreasing labelled binary unordered tree associated with the perfect matching. St001137Number of simple modules that are 3-regular in the corresponding Nakayama algebra. St001163The number of simple modules with dominant dimension at least three in the corresponding Nakayama algebra. St001171The vector space dimension of Ext_A^1(I_o,A) when I_o is the tilting module corresponding to the permutation o in the Auslander algebra A of K[x]/(x^n). St001204Call a CNakayama algebra (a Nakayama algebra with a cyclic quiver) with Kupisch series L=[c_0,c_1,...,c_{n−1}] such that n=c_0 < c_i for all i > 0 a special CNakayama algebra. St001207The Lowey length of the algebra A/T when T is the 1-tilting module corresponding to the permutation in the Auslander algebra of K[x]/(x^n). St001221The number of simple modules in the corresponding LNakayama algebra that have 2 dimensional second Extension group with the regular module. St001292The injective dimension of the tensor product of two copies of the dual of the Nakayama algebra associated to a Dyck path. St001314The number of tilting modules of arbitrary projective dimension that have no simple modules as a direct summand in the corresponding Nakayama algebra. St001335The cardinality of a minimal cycle-isolating set of a graph. St001381The fertility of a permutation. St001429The number of negative entries in a signed permutation. St001436The index of a given binary word in the lex-order among all its cyclic shifts. St001444The rank of the skew-symmetric form which is non-zero on crossing arcs of a perfect matching. St001466The number of transpositions swapping cyclically adjacent numbers in a permutation. St001524The degree of symmetry of a binary word. St001551The number of restricted non-inversions between exceedances where the rightmost exceedance is linked. St001552The number of inversions between excedances and fixed points of a permutation. St001557The number of inversions of the second entry of a permutation. St001663The number of occurrences of the Hertzsprung pattern 132 in a permutation. St001803The maximal overlap of the cylindrical tableau associated with a tableau. St001804The minimal height of the rectangular inner shape in a cylindrical tableau associated to a tableau. St001810The number of fixed points of a permutation smaller than its largest moved point. St001811The Castelnuovo-Mumford regularity of a permutation. St001831The multiplicity of the non-nesting perfect matching in the chord expansion of a perfect matching. St001837The number of occurrences of a 312 pattern in the restricted growth word of a perfect matching. St001850The number of Hecke atoms of a permutation. St001851The number of Hecke atoms of a signed permutation. St001857The number of edges in the reduced word graph of a signed permutation. St001738The minimal order of a graph which is not an induced subgraph of the given graph. St001805The maximal overlap of a cylindrical tableau associated with a semistandard tableau. St001604The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on polygons. St000907The number of maximal antichains of minimal length in a poset. St000322The skewness of a graph. St000286The number of connected components of the complement of a graph. St000287The number of connected components of a graph. St001518The number of graphs with the same ordinary spectrum as the given graph. St000095The number of triangles of a graph. St000096The number of spanning trees of a graph. St000261The edge connectivity of a graph. St000262The vertex connectivity of a graph. St000274The number of perfect matchings of a graph. St000276The size of the preimage of the map 'to graph' from Ordered trees to Graphs. St000303The determinant of the product of the incidence matrix and its transpose of a graph divided by 4. St000310The minimal degree of a vertex of a graph. St000315The number of isolated vertices of a graph. St001572The minimal number of edges to remove to make a graph bipartite. St001573The minimal number of edges to remove to make a graph triangle-free. St001578The minimal number of edges to add or remove to make a graph a line graph. St001690The length of a longest path in a graph such that after removing the paths edges, every vertex of the path has distance two from some other vertex of the path. St001871The number of triconnected components of a graph. St000782The indicator function of whether a given perfect matching is an L & P matching. St001765The number of connected components of the friends and strangers graph. St001200The number of simple modules in eAe with projective dimension at most 2 in the corresponding Nakayama algebra A with minimal faithful projective-injective module eA. St001570The minimal number of edges to add to make a graph Hamiltonian.