Your data matches 82 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
St000662: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => 0
[1,2] => 0
[2,1] => 1
[1,2,3] => 0
[1,3,2] => 1
[2,1,3] => 1
[2,3,1] => 1
[3,1,2] => 1
[3,2,1] => 2
[1,2,3,4] => 0
[1,2,4,3] => 1
[1,3,2,4] => 1
[1,3,4,2] => 1
[1,4,2,3] => 1
[1,4,3,2] => 2
[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] => 2
[3,1,2,4] => 1
[3,1,4,2] => 2
[3,2,1,4] => 2
[3,2,4,1] => 2
[3,4,1,2] => 2
[3,4,2,1] => 2
[4,1,2,3] => 1
[4,1,3,2] => 2
[4,2,1,3] => 2
[4,2,3,1] => 2
[4,3,1,2] => 2
[4,3,2,1] => 3
[1,2,3,4,5] => 0
[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] => 2
[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] => 1
[1,3,5,4,2] => 2
[1,4,2,3,5] => 1
[1,4,2,5,3] => 2
[1,4,3,2,5] => 2
[1,4,3,5,2] => 2
[1,4,5,2,3] => 2
Description
The staircase size of the code of a permutation. The code $c(\pi)$ of a permutation $\pi$ of length $n$ is given by the sequence $(c_1,\ldots,c_{n})$ with $c_i = |\{j > i : \pi(j) < \pi(i)\}|$. This is a bijection between permutations and all sequences $(c_1,\ldots,c_n)$ with $0 \leq c_i \leq n-i$. The staircase size of the code is the maximal $k$ such that there exists a subsequence $(c_{i_k},\ldots,c_{i_1})$ of $c(\pi)$ with $c_{i_j} \geq j$. This statistic is mapped through [[Mp00062]] to the number of descents, showing that together with the number of inversions [[St000018]] it is Euler-Mahonian.
Matching statistic: St000010
Mp00062: Permutations Lehmer-code to major-code bijectionPermutations
Mp00071: Permutations descent compositionInteger compositions
Mp00040: Integer compositions to partitionInteger partitions
St000010: Integer partitions ⟶ ℤResult quality: 99% values known / values provided: 99%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1] => [1]
=> 1 = 0 + 1
[1,2] => [1,2] => [2] => [2]
=> 1 = 0 + 1
[2,1] => [2,1] => [1,1] => [1,1]
=> 2 = 1 + 1
[1,2,3] => [1,2,3] => [3] => [3]
=> 1 = 0 + 1
[1,3,2] => [3,1,2] => [1,2] => [2,1]
=> 2 = 1 + 1
[2,1,3] => [2,1,3] => [1,2] => [2,1]
=> 2 = 1 + 1
[2,3,1] => [1,3,2] => [2,1] => [2,1]
=> 2 = 1 + 1
[3,1,2] => [2,3,1] => [2,1] => [2,1]
=> 2 = 1 + 1
[3,2,1] => [3,2,1] => [1,1,1] => [1,1,1]
=> 3 = 2 + 1
[1,2,3,4] => [1,2,3,4] => [4] => [4]
=> 1 = 0 + 1
[1,2,4,3] => [4,1,2,3] => [1,3] => [3,1]
=> 2 = 1 + 1
[1,3,2,4] => [3,1,2,4] => [1,3] => [3,1]
=> 2 = 1 + 1
[1,3,4,2] => [2,4,1,3] => [2,2] => [2,2]
=> 2 = 1 + 1
[1,4,2,3] => [3,4,1,2] => [2,2] => [2,2]
=> 2 = 1 + 1
[1,4,3,2] => [4,3,1,2] => [1,1,2] => [2,1,1]
=> 3 = 2 + 1
[2,1,3,4] => [2,1,3,4] => [1,3] => [3,1]
=> 2 = 1 + 1
[2,1,4,3] => [1,4,2,3] => [2,2] => [2,2]
=> 2 = 1 + 1
[2,3,1,4] => [1,3,2,4] => [2,2] => [2,2]
=> 2 = 1 + 1
[2,3,4,1] => [1,2,4,3] => [3,1] => [3,1]
=> 2 = 1 + 1
[2,4,1,3] => [1,3,4,2] => [3,1] => [3,1]
=> 2 = 1 + 1
[2,4,3,1] => [4,1,3,2] => [1,2,1] => [2,1,1]
=> 3 = 2 + 1
[3,1,2,4] => [2,3,1,4] => [2,2] => [2,2]
=> 2 = 1 + 1
[3,1,4,2] => [4,2,1,3] => [1,1,2] => [2,1,1]
=> 3 = 2 + 1
[3,2,1,4] => [3,2,1,4] => [1,1,2] => [2,1,1]
=> 3 = 2 + 1
[3,2,4,1] => [2,1,4,3] => [1,2,1] => [2,1,1]
=> 3 = 2 + 1
[3,4,1,2] => [3,1,4,2] => [1,2,1] => [2,1,1]
=> 3 = 2 + 1
[3,4,2,1] => [1,4,3,2] => [2,1,1] => [2,1,1]
=> 3 = 2 + 1
[4,1,2,3] => [2,3,4,1] => [3,1] => [3,1]
=> 2 = 1 + 1
[4,1,3,2] => [4,2,3,1] => [1,2,1] => [2,1,1]
=> 3 = 2 + 1
[4,2,1,3] => [3,2,4,1] => [1,2,1] => [2,1,1]
=> 3 = 2 + 1
[4,2,3,1] => [2,4,3,1] => [2,1,1] => [2,1,1]
=> 3 = 2 + 1
[4,3,1,2] => [3,4,2,1] => [2,1,1] => [2,1,1]
=> 3 = 2 + 1
[4,3,2,1] => [4,3,2,1] => [1,1,1,1] => [1,1,1,1]
=> 4 = 3 + 1
[1,2,3,4,5] => [1,2,3,4,5] => [5] => [5]
=> 1 = 0 + 1
[1,2,3,5,4] => [5,1,2,3,4] => [1,4] => [4,1]
=> 2 = 1 + 1
[1,2,4,3,5] => [4,1,2,3,5] => [1,4] => [4,1]
=> 2 = 1 + 1
[1,2,4,5,3] => [3,5,1,2,4] => [2,3] => [3,2]
=> 2 = 1 + 1
[1,2,5,3,4] => [4,5,1,2,3] => [2,3] => [3,2]
=> 2 = 1 + 1
[1,2,5,4,3] => [5,4,1,2,3] => [1,1,3] => [3,1,1]
=> 3 = 2 + 1
[1,3,2,4,5] => [3,1,2,4,5] => [1,4] => [4,1]
=> 2 = 1 + 1
[1,3,2,5,4] => [2,5,1,3,4] => [2,3] => [3,2]
=> 2 = 1 + 1
[1,3,4,2,5] => [2,4,1,3,5] => [2,3] => [3,2]
=> 2 = 1 + 1
[1,3,4,5,2] => [2,3,5,1,4] => [3,2] => [3,2]
=> 2 = 1 + 1
[1,3,5,2,4] => [2,4,5,1,3] => [3,2] => [3,2]
=> 2 = 1 + 1
[1,3,5,4,2] => [5,2,4,1,3] => [1,2,2] => [2,2,1]
=> 3 = 2 + 1
[1,4,2,3,5] => [3,4,1,2,5] => [2,3] => [3,2]
=> 2 = 1 + 1
[1,4,2,5,3] => [5,3,1,2,4] => [1,1,3] => [3,1,1]
=> 3 = 2 + 1
[1,4,3,2,5] => [4,3,1,2,5] => [1,1,3] => [3,1,1]
=> 3 = 2 + 1
[1,4,3,5,2] => [3,2,5,1,4] => [1,2,2] => [2,2,1]
=> 3 = 2 + 1
[1,4,5,2,3] => [4,2,5,1,3] => [1,2,2] => [2,2,1]
=> 3 = 2 + 1
[] => [] => [] => ?
=> ? = 0 + 1
[6,3,2,5,4,1,12,9,8,11,10,7] => [8,12,2,1,4,9,11,3,5,10,6,7] => [2,1,4,3,2] => ?
=> ? = 4 + 1
[6,3,2,5,4,1,12,11,10,9,8,7] => [1,12,11,10,2,4,9,3,5,8,6,7] => [2,1,1,3,3,2] => ?
=> ? = 5 + 1
[8,3,2,5,4,7,6,1,12,11,10,9] => [12,2,4,6,11,3,1,5,7,10,8,9] => [1,4,1,4,2] => ?
=> ? = 4 + 1
[2,4,7,8,11,12,1,3,5,6,9,10] => [7,3,8,2,4,9,10,11,1,5,12,6] => [1,2,5,3,1] => ?
=> ? = 4 + 1
[2,5,6,10,11,12,1,3,4,7,8,9] => [2,3,7,8,9,10,4,11,1,5,12,6] => [6,2,3,1] => ?
=> ? = 3 + 1
[2,7,8,9,10,12,1,3,4,5,6,11] => [7,2,8,3,9,4,10,1,5,11,12,6] => [1,2,2,2,4,1] => ?
=> ? = 5 + 1
[3,4,6,8,11,12,1,2,5,7,9,10] => [3,7,8,1,2,4,9,10,11,5,12,6] => [3,6,2,1] => ?
=> ? = 3 + 1
[3,4,7,8,10,12,1,2,5,6,9,11] => [7,3,8,1,2,4,9,10,5,11,12,6] => [1,2,5,3,1] => ?
=> ? = 4 + 1
[3,5,6,10,11,12,1,2,4,7,8,9] => [2,3,7,8,9,10,1,4,11,5,12,6] => [6,3,2,1] => ?
=> ? = 3 + 1
[4,5,6,9,10,12,1,2,3,7,8,11] => [1,2,3,7,8,9,4,10,5,11,12,6] => [6,2,3,1] => ?
=> ? = 3 + 1
[4,5,6,9,11,12,1,2,3,7,8,10] => [1,2,3,7,8,9,4,10,11,5,12,6] => [6,3,2,1] => ?
=> ? = 3 + 1
[4,5,6,10,11,12,1,2,3,7,8,9] => [1,2,3,7,8,9,10,4,11,5,12,6] => [7,2,2,1] => ?
=> ? = 3 + 1
[5,1,2,4,8,3,6,7] => ? => ? => ?
=> ? = 2 + 1
[6,8,7,5,4,3,2,1,9] => [8,1,7,6,5,4,3,2,9] => ? => ?
=> ? = 6 + 1
[1,8,7,9,6,5,4,3,2] => [3,2,9,8,7,6,5,1,4] => ? => ?
=> ? = 6 + 1
[8,5,3,6,2,7,4,1] => ? => ? => ?
=> ? = 5 + 1
[1,7,6,5,4,8,2,3] => ? => ? => ?
=> ? = 5 + 1
[6,1,7,5,3,8,2,4] => ? => ? => ?
=> ? = 4 + 1
[2,1,7,5,6,8,3,4] => ? => ? => ?
=> ? = 3 + 1
[5,4,1,7,6,8,2,3] => ? => ? => ?
=> ? = 4 + 1
[4,8,5,6,2,7,3,1] => ? => ? => ?
=> ? = 4 + 1
[7,8,5,2,4,6,3,1] => ? => ? => ?
=> ? = 5 + 1
[2,8,6,3,7,4,5,1] => ? => ? => ?
=> ? = 4 + 1
[6,8,1,4,7,2,5,3] => ? => ? => ?
=> ? = 4 + 1
[6,1,2,8,4,3,5,7] => ? => ? => ?
=> ? = 3 + 1
[6,5,1,4,3,8,2,7] => ? => ? => ?
=> ? = 4 + 1
[1,6,2,5,8,3,4,7] => ? => ? => ?
=> ? = 3 + 1
[8,5,1,3,7,2,6,4] => ? => ? => ?
=> ? = 4 + 1
[2,7,6,8,5,3,4,1] => ? => ? => ?
=> ? = 5 + 1
[1,4,8,6,7,5,2,3] => ? => ? => ?
=> ? = 4 + 1
[7,3,8,5,4,6,2,1] => ? => ? => ?
=> ? = 5 + 1
[5,4,2,8,7,3,6,1] => ? => ? => ?
=> ? = 4 + 1
[1,3,8,7,5,6,2,4] => ? => ? => ?
=> ? = 4 + 1
[5,4,1,8,7,6,2,3] => ? => ? => ?
=> ? = 4 + 1
Description
The length of the partition.
Mp00062: Permutations Lehmer-code to major-code bijectionPermutations
Mp00071: Permutations descent compositionInteger compositions
Mp00094: Integer compositions to binary wordBinary words
St000288: Binary words ⟶ ℤResult quality: 86% values known / values provided: 86%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1] => 1 => 1 = 0 + 1
[1,2] => [1,2] => [2] => 10 => 1 = 0 + 1
[2,1] => [2,1] => [1,1] => 11 => 2 = 1 + 1
[1,2,3] => [1,2,3] => [3] => 100 => 1 = 0 + 1
[1,3,2] => [3,1,2] => [1,2] => 110 => 2 = 1 + 1
[2,1,3] => [2,1,3] => [1,2] => 110 => 2 = 1 + 1
[2,3,1] => [1,3,2] => [2,1] => 101 => 2 = 1 + 1
[3,1,2] => [2,3,1] => [2,1] => 101 => 2 = 1 + 1
[3,2,1] => [3,2,1] => [1,1,1] => 111 => 3 = 2 + 1
[1,2,3,4] => [1,2,3,4] => [4] => 1000 => 1 = 0 + 1
[1,2,4,3] => [4,1,2,3] => [1,3] => 1100 => 2 = 1 + 1
[1,3,2,4] => [3,1,2,4] => [1,3] => 1100 => 2 = 1 + 1
[1,3,4,2] => [2,4,1,3] => [2,2] => 1010 => 2 = 1 + 1
[1,4,2,3] => [3,4,1,2] => [2,2] => 1010 => 2 = 1 + 1
[1,4,3,2] => [4,3,1,2] => [1,1,2] => 1110 => 3 = 2 + 1
[2,1,3,4] => [2,1,3,4] => [1,3] => 1100 => 2 = 1 + 1
[2,1,4,3] => [1,4,2,3] => [2,2] => 1010 => 2 = 1 + 1
[2,3,1,4] => [1,3,2,4] => [2,2] => 1010 => 2 = 1 + 1
[2,3,4,1] => [1,2,4,3] => [3,1] => 1001 => 2 = 1 + 1
[2,4,1,3] => [1,3,4,2] => [3,1] => 1001 => 2 = 1 + 1
[2,4,3,1] => [4,1,3,2] => [1,2,1] => 1101 => 3 = 2 + 1
[3,1,2,4] => [2,3,1,4] => [2,2] => 1010 => 2 = 1 + 1
[3,1,4,2] => [4,2,1,3] => [1,1,2] => 1110 => 3 = 2 + 1
[3,2,1,4] => [3,2,1,4] => [1,1,2] => 1110 => 3 = 2 + 1
[3,2,4,1] => [2,1,4,3] => [1,2,1] => 1101 => 3 = 2 + 1
[3,4,1,2] => [3,1,4,2] => [1,2,1] => 1101 => 3 = 2 + 1
[3,4,2,1] => [1,4,3,2] => [2,1,1] => 1011 => 3 = 2 + 1
[4,1,2,3] => [2,3,4,1] => [3,1] => 1001 => 2 = 1 + 1
[4,1,3,2] => [4,2,3,1] => [1,2,1] => 1101 => 3 = 2 + 1
[4,2,1,3] => [3,2,4,1] => [1,2,1] => 1101 => 3 = 2 + 1
[4,2,3,1] => [2,4,3,1] => [2,1,1] => 1011 => 3 = 2 + 1
[4,3,1,2] => [3,4,2,1] => [2,1,1] => 1011 => 3 = 2 + 1
[4,3,2,1] => [4,3,2,1] => [1,1,1,1] => 1111 => 4 = 3 + 1
[1,2,3,4,5] => [1,2,3,4,5] => [5] => 10000 => 1 = 0 + 1
[1,2,3,5,4] => [5,1,2,3,4] => [1,4] => 11000 => 2 = 1 + 1
[1,2,4,3,5] => [4,1,2,3,5] => [1,4] => 11000 => 2 = 1 + 1
[1,2,4,5,3] => [3,5,1,2,4] => [2,3] => 10100 => 2 = 1 + 1
[1,2,5,3,4] => [4,5,1,2,3] => [2,3] => 10100 => 2 = 1 + 1
[1,2,5,4,3] => [5,4,1,2,3] => [1,1,3] => 11100 => 3 = 2 + 1
[1,3,2,4,5] => [3,1,2,4,5] => [1,4] => 11000 => 2 = 1 + 1
[1,3,2,5,4] => [2,5,1,3,4] => [2,3] => 10100 => 2 = 1 + 1
[1,3,4,2,5] => [2,4,1,3,5] => [2,3] => 10100 => 2 = 1 + 1
[1,3,4,5,2] => [2,3,5,1,4] => [3,2] => 10010 => 2 = 1 + 1
[1,3,5,2,4] => [2,4,5,1,3] => [3,2] => 10010 => 2 = 1 + 1
[1,3,5,4,2] => [5,2,4,1,3] => [1,2,2] => 11010 => 3 = 2 + 1
[1,4,2,3,5] => [3,4,1,2,5] => [2,3] => 10100 => 2 = 1 + 1
[1,4,2,5,3] => [5,3,1,2,4] => [1,1,3] => 11100 => 3 = 2 + 1
[1,4,3,2,5] => [4,3,1,2,5] => [1,1,3] => 11100 => 3 = 2 + 1
[1,4,3,5,2] => [3,2,5,1,4] => [1,2,2] => 11010 => 3 = 2 + 1
[1,4,5,2,3] => [4,2,5,1,3] => [1,2,2] => 11010 => 3 = 2 + 1
[2,1,4,3,6,5,8,7,10,9] => [1,3,5,7,10,2,4,6,8,9] => [5,5] => 1000010000 => ? = 1 + 1
[4,3,2,1,6,5,8,7,10,9] => [3,2,1,5,7,10,4,6,8,9] => [1,1,4,4] => 1110001000 => ? = 3 + 1
[6,3,2,5,4,1,8,7,10,9] => [2,5,3,4,1,7,10,6,8,9] => [2,2,3,3] => 1010100100 => ? = 3 + 1
[8,3,2,5,4,7,6,1,10,9] => [2,4,7,3,5,6,1,10,8,9] => [3,3,2,2] => 1001001010 => ? = 3 + 1
[10,3,2,5,4,7,6,9,8,1] => [2,4,6,10,3,5,7,9,8,1] => [4,4,1,1] => 1000100011 => ? = 3 + 1
[2,1,6,5,4,3,8,7,10,9] => [5,4,1,3,7,10,2,6,8,9] => [1,1,4,4] => 1110001000 => ? = 3 + 1
[6,5,4,3,2,1,8,7,10,9] => [5,4,3,2,1,7,10,6,8,9] => [1,1,1,1,3,3] => 1111100100 => ? = 5 + 1
[8,5,4,3,2,7,6,1,10,9] => [4,3,2,7,5,6,1,10,8,9] => [1,1,2,2,2,2] => 1110101010 => ? = 5 + 1
[10,5,4,3,2,7,6,9,8,1] => [4,3,2,6,10,5,7,9,8,1] => [1,1,3,3,1,1] => 1110010011 => ? = 5 + 1
[2,1,8,5,4,7,6,3,10,9] => [4,7,5,6,1,3,10,2,8,9] => [2,2,3,3] => 1010100100 => ? = 3 + 1
[8,7,4,3,6,5,2,1,10,9] => [3,7,4,6,5,2,1,10,8,9] => [2,2,1,1,2,2] => 1010111010 => ? = 5 + 1
[10,7,4,3,6,5,2,9,8,1] => [3,6,4,5,2,10,7,9,8,1] => [2,2,2,2,1,1] => 1010101011 => ? = 5 + 1
[2,1,10,5,4,7,6,9,8,3] => [4,6,10,5,7,9,1,8,2,3] => [3,3,2,2] => 1001001010 => ? = 3 + 1
[10,9,4,3,6,5,8,7,2,1] => [3,5,10,4,6,9,8,7,2,1] => [3,3,1,1,1,1] => 1001001111 => ? = 5 + 1
[8,9,5,6,3,4,10,1,2,7] => [5,3,8,6,4,1,9,2,10,7] => [1,2,1,1,2,2,1] => 1101110101 => ? = 6 + 1
[2,1,4,3,8,7,6,5,10,9] => [7,6,1,3,5,10,2,4,8,9] => [1,1,4,4] => 1110001000 => ? = 3 + 1
[4,3,2,1,8,7,6,5,10,9] => [1,7,2,6,3,5,10,4,8,9] => [2,2,3,3] => 1010100100 => ? = 3 + 1
[8,3,2,7,6,5,4,1,10,9] => [7,6,2,5,3,4,1,10,8,9] => [1,1,2,2,2,2] => 1110101010 => ? = 5 + 1
[10,3,2,7,6,5,4,9,8,1] => [6,5,2,4,10,3,7,9,8,1] => [1,1,3,3,1,1] => 1110010011 => ? = 5 + 1
[2,1,8,7,6,5,4,3,10,9] => [7,6,5,4,1,3,10,2,8,9] => [1,1,1,1,3,3] => 1111100100 => ? = 5 + 1
[8,7,6,5,4,3,2,1,10,9] => [7,6,5,4,3,2,1,10,8,9] => [1,1,1,1,1,1,2,2] => 1111111010 => ? = 7 + 1
[9,7,6,5,4,3,2,10,1,8] => [7,6,5,4,3,2,9,1,10,8] => [1,1,1,1,1,2,2,1] => 1111110101 => ? = 7 + 1
[10,7,6,5,4,3,2,9,8,1] => [6,5,4,3,2,10,7,9,8,1] => [1,1,1,1,2,2,1,1] => 1111101011 => ? = 7 + 1
[2,1,10,7,6,5,4,9,8,3] => [6,5,4,10,7,9,1,8,2,3] => [1,1,2,2,2,2] => 1110101010 => ? = 5 + 1
[10,9,6,5,4,3,8,7,2,1] => [5,4,3,10,6,9,8,7,2,1] => [1,1,2,2,1,1,1,1] => 1110101111 => ? = 7 + 1
[2,1,4,3,10,7,6,9,8,5] => [6,10,7,9,1,3,8,2,4,5] => [2,2,3,3] => 1010100100 => ? = 3 + 1
[4,3,2,1,10,7,6,9,8,5] => [1,6,10,2,7,9,3,8,4,5] => [3,3,2,2] => 1001001010 => ? = 3 + 1
[10,3,2,9,6,5,8,7,4,1] => [5,10,6,9,2,8,3,7,4,1] => [2,2,2,2,1,1] => 1010101011 => ? = 5 + 1
[2,1,10,9,6,5,8,7,4,3] => [5,10,6,9,8,7,1,4,2,3] => [2,2,1,1,2,2] => 1010111010 => ? = 5 + 1
[10,9,8,5,4,7,6,3,2,1] => [4,10,5,9,8,7,6,3,2,1] => [2,2,1,1,1,1,1,1] => 1010111111 => ? = 7 + 1
[6,7,8,9,10,1,2,3,4,5] => [6,1,7,2,8,3,9,4,10,5] => [1,2,2,2,2,1] => 1101010101 => ? = 5 + 1
[8,5,4,3,2,9,10,1,6,7] => [4,3,2,8,9,5,1,6,10,7] => [1,1,3,1,3,1] => 1110011001 => ? = 5 + 1
[2,1,4,3,6,5,10,9,8,7] => [10,9,1,3,5,8,2,4,6,7] => [1,1,4,4] => 1110001000 => ? = 3 + 1
[4,3,2,1,6,5,10,9,8,7] => [1,10,2,9,3,5,8,4,6,7] => [2,2,3,3] => 1010100100 => ? = 3 + 1
[10,3,2,5,4,9,8,7,6,1] => [10,9,2,4,8,3,5,7,6,1] => [1,1,3,3,1,1] => 1110010011 => ? = 5 + 1
[2,1,6,5,4,3,10,9,8,7] => [3,10,4,9,1,5,8,2,6,7] => [2,2,3,3] => 1010100100 => ? = 3 + 1
[6,5,4,3,2,1,10,9,8,7] => [3,2,1,10,4,9,5,8,6,7] => [1,1,2,2,2,2] => 1110101010 => ? = 5 + 1
[10,5,4,3,2,9,8,7,6,1] => [2,10,3,9,4,8,5,7,6,1] => [2,2,2,2,1,1] => 1010101011 => ? = 5 + 1
[2,1,10,5,4,9,8,7,6,3] => [10,9,4,8,5,7,1,6,2,3] => [1,1,2,2,2,2] => 1110101010 => ? = 5 + 1
[10,9,4,3,8,7,6,5,2,1] => [10,9,3,8,4,7,6,5,2,1] => [1,1,2,2,1,1,1,1] => 1110101111 => ? = 7 + 1
[9,7,5,10,3,8,2,6,1,4] => [5,3,7,2,9,1,10,8,6,4] => [1,2,2,2,1,1,1] => 1101010111 => ? = 6 + 1
[2,1,4,3,10,9,8,7,6,5] => [10,9,8,7,1,3,6,2,4,5] => [1,1,1,1,3,3] => 1111100100 => ? = 5 + 1
[4,3,2,1,10,9,8,7,6,5] => [10,9,1,8,2,7,3,6,4,5] => [1,1,2,2,2,2] => 1110101010 => ? = 5 + 1
[10,3,2,9,8,7,6,5,4,1] => [10,9,8,7,2,6,3,5,4,1] => [1,1,1,1,2,2,1,1] => 1111101011 => ? = 7 + 1
[2,1,10,9,8,7,6,5,4,3] => [10,9,8,7,6,5,1,4,2,3] => [1,1,1,1,1,1,2,2] => 1111111010 => ? = 7 + 1
[10,9,8,7,6,5,4,3,2,1] => [10,9,8,7,6,5,4,3,2,1] => [1,1,1,1,1,1,1,1,1,1] => 1111111111 => ? = 9 + 1
[9,1,2,3,4,5,6,7,8] => [2,3,4,5,6,7,8,9,1] => [8,1] => 100000001 => ? = 1 + 1
[8,1,2,3,4,5,6,9,7] => [9,2,3,4,5,6,7,1,8] => [1,6,2] => 110000010 => ? = 2 + 1
[2,9,1,3,4,5,6,7,8] => [1,3,4,5,6,7,8,9,2] => [8,1] => 100000001 => ? = 1 + 1
[9,3,1,2,4,5,6,7,8] => [3,4,2,5,6,7,8,9,1] => [2,6,1] => 101000001 => ? = 2 + 1
Description
The number of ones in a binary word. This is also known as the Hamming weight of the word.
Matching statistic: St000377
Mp00062: Permutations Lehmer-code to major-code bijectionPermutations
Mp00204: Permutations LLPSInteger partitions
Mp00322: Integer partitions Loehr-WarringtonInteger partitions
St000377: Integer partitions ⟶ ℤResult quality: 83% values known / values provided: 83%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1]
=> [1]
=> 0
[1,2] => [1,2] => [1,1]
=> [2]
=> 0
[2,1] => [2,1] => [2]
=> [1,1]
=> 1
[1,2,3] => [1,2,3] => [1,1,1]
=> [2,1]
=> 0
[1,3,2] => [3,1,2] => [2,1]
=> [3]
=> 1
[2,1,3] => [2,1,3] => [2,1]
=> [3]
=> 1
[2,3,1] => [1,3,2] => [2,1]
=> [3]
=> 1
[3,1,2] => [2,3,1] => [2,1]
=> [3]
=> 1
[3,2,1] => [3,2,1] => [3]
=> [1,1,1]
=> 2
[1,2,3,4] => [1,2,3,4] => [1,1,1,1]
=> [3,1]
=> 0
[1,2,4,3] => [4,1,2,3] => [2,1,1]
=> [2,2]
=> 1
[1,3,2,4] => [3,1,2,4] => [2,1,1]
=> [2,2]
=> 1
[1,3,4,2] => [2,4,1,3] => [2,1,1]
=> [2,2]
=> 1
[1,4,2,3] => [3,4,1,2] => [2,1,1]
=> [2,2]
=> 1
[1,4,3,2] => [4,3,1,2] => [3,1]
=> [2,1,1]
=> 2
[2,1,3,4] => [2,1,3,4] => [2,1,1]
=> [2,2]
=> 1
[2,1,4,3] => [1,4,2,3] => [2,1,1]
=> [2,2]
=> 1
[2,3,1,4] => [1,3,2,4] => [2,1,1]
=> [2,2]
=> 1
[2,3,4,1] => [1,2,4,3] => [2,1,1]
=> [2,2]
=> 1
[2,4,1,3] => [1,3,4,2] => [2,1,1]
=> [2,2]
=> 1
[2,4,3,1] => [4,1,3,2] => [3,1]
=> [2,1,1]
=> 2
[3,1,2,4] => [2,3,1,4] => [2,1,1]
=> [2,2]
=> 1
[3,1,4,2] => [4,2,1,3] => [3,1]
=> [2,1,1]
=> 2
[3,2,1,4] => [3,2,1,4] => [3,1]
=> [2,1,1]
=> 2
[3,2,4,1] => [2,1,4,3] => [2,2]
=> [4]
=> 2
[3,4,1,2] => [3,1,4,2] => [2,2]
=> [4]
=> 2
[3,4,2,1] => [1,4,3,2] => [3,1]
=> [2,1,1]
=> 2
[4,1,2,3] => [2,3,4,1] => [2,1,1]
=> [2,2]
=> 1
[4,1,3,2] => [4,2,3,1] => [3,1]
=> [2,1,1]
=> 2
[4,2,1,3] => [3,2,4,1] => [3,1]
=> [2,1,1]
=> 2
[4,2,3,1] => [2,4,3,1] => [3,1]
=> [2,1,1]
=> 2
[4,3,1,2] => [3,4,2,1] => [3,1]
=> [2,1,1]
=> 2
[4,3,2,1] => [4,3,2,1] => [4]
=> [1,1,1,1]
=> 3
[1,2,3,4,5] => [1,2,3,4,5] => [1,1,1,1,1]
=> [3,2]
=> 0
[1,2,3,5,4] => [5,1,2,3,4] => [2,1,1,1]
=> [3,1,1]
=> 1
[1,2,4,3,5] => [4,1,2,3,5] => [2,1,1,1]
=> [3,1,1]
=> 1
[1,2,4,5,3] => [3,5,1,2,4] => [2,1,1,1]
=> [3,1,1]
=> 1
[1,2,5,3,4] => [4,5,1,2,3] => [2,1,1,1]
=> [3,1,1]
=> 1
[1,2,5,4,3] => [5,4,1,2,3] => [3,1,1]
=> [4,1]
=> 2
[1,3,2,4,5] => [3,1,2,4,5] => [2,1,1,1]
=> [3,1,1]
=> 1
[1,3,2,5,4] => [2,5,1,3,4] => [2,1,1,1]
=> [3,1,1]
=> 1
[1,3,4,2,5] => [2,4,1,3,5] => [2,1,1,1]
=> [3,1,1]
=> 1
[1,3,4,5,2] => [2,3,5,1,4] => [2,1,1,1]
=> [3,1,1]
=> 1
[1,3,5,2,4] => [2,4,5,1,3] => [2,1,1,1]
=> [3,1,1]
=> 1
[1,3,5,4,2] => [5,2,4,1,3] => [3,1,1]
=> [4,1]
=> 2
[1,4,2,3,5] => [3,4,1,2,5] => [2,1,1,1]
=> [3,1,1]
=> 1
[1,4,2,5,3] => [5,3,1,2,4] => [3,1,1]
=> [4,1]
=> 2
[1,4,3,2,5] => [4,3,1,2,5] => [3,1,1]
=> [4,1]
=> 2
[1,4,3,5,2] => [3,2,5,1,4] => [3,1,1]
=> [4,1]
=> 2
[1,4,5,2,3] => [4,2,5,1,3] => [3,1,1]
=> [4,1]
=> 2
[6,7,4,5,8,1,2,3] => [6,3,1,7,4,2,8,5] => ?
=> ?
=> ? = 5
[7,6,4,5,3,2,1,8] => [3,7,6,5,4,2,1,8] => ?
=> ?
=> ? = 5
[7,5,4,3,6,2,1,8] => [4,3,2,7,6,5,1,8] => ?
=> ?
=> ? = 5
[3,2,6,5,4,8,7,1] => [4,1,3,8,2,5,7,6] => ?
=> ?
=> ? = 3
[1,5,8,7,6,4,3,2] => [8,7,2,6,5,4,1,3] => ?
=> ?
=> ? = 5
[5,7,6,4,3,2,1,8] => [7,1,6,5,4,3,2,8] => ?
=> ?
=> ? = 5
[4,7,6,5,3,2,1,8] => [7,6,1,5,4,3,2,8] => ?
=> ?
=> ? = 5
[1,3,2,5,4,7,6,8] => [2,4,7,1,3,5,6,8] => ?
=> ?
=> ? = 1
[1,8,4,7,6,5,3,2] => [8,7,3,6,5,4,1,2] => ?
=> ?
=> ? = 5
[2,8,4,3,5,7,6,1] => [3,8,4,5,7,1,6,2] => ?
=> ?
=> ? = 3
[2,5,7,8,1,3,4,6] => [5,2,6,7,1,3,8,4] => ?
=> ?
=> ? = 3
[1,3,2,6,4,7,5,8] => [7,2,5,1,3,4,6,8] => ?
=> ?
=> ? = 2
[1,3,2,6,4,5,7,8] => [2,5,6,1,3,4,7,8] => ?
=> ?
=> ? = 1
[1,3,2,7,4,5,6,8] => [2,5,6,7,1,3,4,8] => ?
=> ?
=> ? = 1
[4,5,7,8,1,2,3,6] => [1,5,2,6,7,3,8,4] => ?
=> ?
=> ? = 3
[1,4,2,5,3,7,6,8] => [4,2,7,1,3,5,6,8] => ?
=> ?
=> ? = 2
[1,4,2,5,3,8,6,7] => [4,2,7,8,1,3,5,6] => ?
=> ?
=> ? = 2
[4,6,7,8,1,2,3,5] => [1,5,6,2,7,3,8,4] => ?
=> ?
=> ? = 3
[1,4,2,6,3,7,5,8] => [2,7,5,1,3,4,6,8] => ?
=> ?
=> ? = 2
[1,4,2,6,3,5,7,8] => [5,2,6,1,3,4,7,8] => ?
=> ?
=> ? = 2
[1,5,2,6,3,4,7,8] => [5,6,3,1,2,4,7,8] => ?
=> ?
=> ? = 2
[1,5,2,8,3,4,6,7] => [5,6,2,7,8,1,3,4] => ?
=> ?
=> ? = 2
[6,7,1,2,3,4,8,5] => [8,3,4,5,1,6,2,7] => ?
=> ?
=> ? = 3
[1,6,2,7,3,4,5,8] => [5,6,7,3,1,2,4,8] => ?
=> ?
=> ? = 2
[1,6,2,3,4,7,5,8] => [7,3,4,5,1,2,6,8] => ?
=> ?
=> ? = 2
[1,6,8,2,3,4,5,7] => [4,5,6,2,7,8,1,3] => ?
=> ?
=> ? = 2
[1,2,3,6,4,5,7,8] => [5,6,1,2,3,4,7,8] => ?
=> ?
=> ? = 1
[2,1,4,3,6,5,8,7,10,9] => [1,3,5,7,10,2,4,6,8,9] => ?
=> ?
=> ? = 1
[4,3,2,1,6,5,8,7,10,9] => [3,2,1,5,7,10,4,6,8,9] => ?
=> ?
=> ? = 3
[6,3,2,5,4,1,8,7,10,9] => [2,5,3,4,1,7,10,6,8,9] => ?
=> ?
=> ? = 3
[8,3,2,5,4,7,6,1,10,9] => [2,4,7,3,5,6,1,10,8,9] => ?
=> ?
=> ? = 3
[10,3,2,5,4,7,6,9,8,1] => [2,4,6,10,3,5,7,9,8,1] => ?
=> ?
=> ? = 3
[2,1,6,5,4,3,8,7,10,9] => [5,4,1,3,7,10,2,6,8,9] => ?
=> ?
=> ? = 3
[6,5,4,3,2,1,8,7,10,9] => [5,4,3,2,1,7,10,6,8,9] => ?
=> ?
=> ? = 5
[8,5,4,3,2,7,6,1,10,9] => [4,3,2,7,5,6,1,10,8,9] => ?
=> ?
=> ? = 5
[10,5,4,3,2,7,6,9,8,1] => [4,3,2,6,10,5,7,9,8,1] => ?
=> ?
=> ? = 5
[2,1,8,5,4,7,6,3,10,9] => [4,7,5,6,1,3,10,2,8,9] => ?
=> ?
=> ? = 3
[8,7,4,3,6,5,2,1,10,9] => [3,7,4,6,5,2,1,10,8,9] => ?
=> ?
=> ? = 5
[10,7,4,3,6,5,2,9,8,1] => [3,6,4,5,2,10,7,9,8,1] => ?
=> ?
=> ? = 5
[2,1,10,5,4,7,6,9,8,3] => [4,6,10,5,7,9,1,8,2,3] => ?
=> ?
=> ? = 3
[10,9,4,3,6,5,8,7,2,1] => [3,5,10,4,6,9,8,7,2,1] => ?
=> ?
=> ? = 5
[2,1,4,3,8,7,6,5,10,9] => [7,6,1,3,5,10,2,4,8,9] => ?
=> ?
=> ? = 3
[4,3,2,1,8,7,6,5,10,9] => [1,7,2,6,3,5,10,4,8,9] => ?
=> ?
=> ? = 3
[8,3,2,7,6,5,4,1,10,9] => [7,6,2,5,3,4,1,10,8,9] => ?
=> ?
=> ? = 5
[10,3,2,7,6,5,4,9,8,1] => [6,5,2,4,10,3,7,9,8,1] => ?
=> ?
=> ? = 5
[2,1,8,7,6,5,4,3,10,9] => [7,6,5,4,1,3,10,2,8,9] => ?
=> ?
=> ? = 5
[8,7,6,5,4,3,2,1,10,9] => [7,6,5,4,3,2,1,10,8,9] => ?
=> ?
=> ? = 7
[10,7,6,5,4,3,2,9,8,1] => [6,5,4,3,2,10,7,9,8,1] => ?
=> ?
=> ? = 7
[2,1,10,7,6,5,4,9,8,3] => [6,5,4,10,7,9,1,8,2,3] => ?
=> ?
=> ? = 5
[10,9,6,5,4,3,8,7,2,1] => [5,4,3,10,6,9,8,7,2,1] => ?
=> ?
=> ? = 7
Description
The dinv defect of an integer partition. This is the number of cells $c$ in the diagram of an integer partition $\lambda$ for which $\operatorname{arm}(c)-\operatorname{leg}(c) \not\in \{0,1\}$.
Matching statistic: St001176
Mp00062: Permutations Lehmer-code to major-code bijectionPermutations
Mp00204: Permutations LLPSInteger partitions
Mp00044: Integer partitions conjugateInteger partitions
St001176: Integer partitions ⟶ ℤResult quality: 83% values known / values provided: 83%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1]
=> [1]
=> 0
[1,2] => [1,2] => [1,1]
=> [2]
=> 0
[2,1] => [2,1] => [2]
=> [1,1]
=> 1
[1,2,3] => [1,2,3] => [1,1,1]
=> [3]
=> 0
[1,3,2] => [3,1,2] => [2,1]
=> [2,1]
=> 1
[2,1,3] => [2,1,3] => [2,1]
=> [2,1]
=> 1
[2,3,1] => [1,3,2] => [2,1]
=> [2,1]
=> 1
[3,1,2] => [2,3,1] => [2,1]
=> [2,1]
=> 1
[3,2,1] => [3,2,1] => [3]
=> [1,1,1]
=> 2
[1,2,3,4] => [1,2,3,4] => [1,1,1,1]
=> [4]
=> 0
[1,2,4,3] => [4,1,2,3] => [2,1,1]
=> [3,1]
=> 1
[1,3,2,4] => [3,1,2,4] => [2,1,1]
=> [3,1]
=> 1
[1,3,4,2] => [2,4,1,3] => [2,1,1]
=> [3,1]
=> 1
[1,4,2,3] => [3,4,1,2] => [2,1,1]
=> [3,1]
=> 1
[1,4,3,2] => [4,3,1,2] => [3,1]
=> [2,1,1]
=> 2
[2,1,3,4] => [2,1,3,4] => [2,1,1]
=> [3,1]
=> 1
[2,1,4,3] => [1,4,2,3] => [2,1,1]
=> [3,1]
=> 1
[2,3,1,4] => [1,3,2,4] => [2,1,1]
=> [3,1]
=> 1
[2,3,4,1] => [1,2,4,3] => [2,1,1]
=> [3,1]
=> 1
[2,4,1,3] => [1,3,4,2] => [2,1,1]
=> [3,1]
=> 1
[2,4,3,1] => [4,1,3,2] => [3,1]
=> [2,1,1]
=> 2
[3,1,2,4] => [2,3,1,4] => [2,1,1]
=> [3,1]
=> 1
[3,1,4,2] => [4,2,1,3] => [3,1]
=> [2,1,1]
=> 2
[3,2,1,4] => [3,2,1,4] => [3,1]
=> [2,1,1]
=> 2
[3,2,4,1] => [2,1,4,3] => [2,2]
=> [2,2]
=> 2
[3,4,1,2] => [3,1,4,2] => [2,2]
=> [2,2]
=> 2
[3,4,2,1] => [1,4,3,2] => [3,1]
=> [2,1,1]
=> 2
[4,1,2,3] => [2,3,4,1] => [2,1,1]
=> [3,1]
=> 1
[4,1,3,2] => [4,2,3,1] => [3,1]
=> [2,1,1]
=> 2
[4,2,1,3] => [3,2,4,1] => [3,1]
=> [2,1,1]
=> 2
[4,2,3,1] => [2,4,3,1] => [3,1]
=> [2,1,1]
=> 2
[4,3,1,2] => [3,4,2,1] => [3,1]
=> [2,1,1]
=> 2
[4,3,2,1] => [4,3,2,1] => [4]
=> [1,1,1,1]
=> 3
[1,2,3,4,5] => [1,2,3,4,5] => [1,1,1,1,1]
=> [5]
=> 0
[1,2,3,5,4] => [5,1,2,3,4] => [2,1,1,1]
=> [4,1]
=> 1
[1,2,4,3,5] => [4,1,2,3,5] => [2,1,1,1]
=> [4,1]
=> 1
[1,2,4,5,3] => [3,5,1,2,4] => [2,1,1,1]
=> [4,1]
=> 1
[1,2,5,3,4] => [4,5,1,2,3] => [2,1,1,1]
=> [4,1]
=> 1
[1,2,5,4,3] => [5,4,1,2,3] => [3,1,1]
=> [3,1,1]
=> 2
[1,3,2,4,5] => [3,1,2,4,5] => [2,1,1,1]
=> [4,1]
=> 1
[1,3,2,5,4] => [2,5,1,3,4] => [2,1,1,1]
=> [4,1]
=> 1
[1,3,4,2,5] => [2,4,1,3,5] => [2,1,1,1]
=> [4,1]
=> 1
[1,3,4,5,2] => [2,3,5,1,4] => [2,1,1,1]
=> [4,1]
=> 1
[1,3,5,2,4] => [2,4,5,1,3] => [2,1,1,1]
=> [4,1]
=> 1
[1,3,5,4,2] => [5,2,4,1,3] => [3,1,1]
=> [3,1,1]
=> 2
[1,4,2,3,5] => [3,4,1,2,5] => [2,1,1,1]
=> [4,1]
=> 1
[1,4,2,5,3] => [5,3,1,2,4] => [3,1,1]
=> [3,1,1]
=> 2
[1,4,3,2,5] => [4,3,1,2,5] => [3,1,1]
=> [3,1,1]
=> 2
[1,4,3,5,2] => [3,2,5,1,4] => [3,1,1]
=> [3,1,1]
=> 2
[1,4,5,2,3] => [4,2,5,1,3] => [3,1,1]
=> [3,1,1]
=> 2
[6,7,4,5,8,1,2,3] => [6,3,1,7,4,2,8,5] => ?
=> ?
=> ? = 5
[7,6,4,5,3,2,1,8] => [3,7,6,5,4,2,1,8] => ?
=> ?
=> ? = 5
[7,5,4,3,6,2,1,8] => [4,3,2,7,6,5,1,8] => ?
=> ?
=> ? = 5
[3,2,6,5,4,8,7,1] => [4,1,3,8,2,5,7,6] => ?
=> ?
=> ? = 3
[1,5,8,7,6,4,3,2] => [8,7,2,6,5,4,1,3] => ?
=> ?
=> ? = 5
[5,7,6,4,3,2,1,8] => [7,1,6,5,4,3,2,8] => ?
=> ?
=> ? = 5
[4,7,6,5,3,2,1,8] => [7,6,1,5,4,3,2,8] => ?
=> ?
=> ? = 5
[1,3,2,5,4,7,6,8] => [2,4,7,1,3,5,6,8] => ?
=> ?
=> ? = 1
[1,8,4,7,6,5,3,2] => [8,7,3,6,5,4,1,2] => ?
=> ?
=> ? = 5
[2,8,4,3,5,7,6,1] => [3,8,4,5,7,1,6,2] => ?
=> ?
=> ? = 3
[2,5,7,8,1,3,4,6] => [5,2,6,7,1,3,8,4] => ?
=> ?
=> ? = 3
[1,3,2,6,4,7,5,8] => [7,2,5,1,3,4,6,8] => ?
=> ?
=> ? = 2
[1,3,2,6,4,5,7,8] => [2,5,6,1,3,4,7,8] => ?
=> ?
=> ? = 1
[1,3,2,7,4,5,6,8] => [2,5,6,7,1,3,4,8] => ?
=> ?
=> ? = 1
[4,5,7,8,1,2,3,6] => [1,5,2,6,7,3,8,4] => ?
=> ?
=> ? = 3
[1,4,2,5,3,7,6,8] => [4,2,7,1,3,5,6,8] => ?
=> ?
=> ? = 2
[1,4,2,5,3,8,6,7] => [4,2,7,8,1,3,5,6] => ?
=> ?
=> ? = 2
[4,6,7,8,1,2,3,5] => [1,5,6,2,7,3,8,4] => ?
=> ?
=> ? = 3
[1,4,2,6,3,7,5,8] => [2,7,5,1,3,4,6,8] => ?
=> ?
=> ? = 2
[1,4,2,6,3,5,7,8] => [5,2,6,1,3,4,7,8] => ?
=> ?
=> ? = 2
[1,5,2,6,3,4,7,8] => [5,6,3,1,2,4,7,8] => ?
=> ?
=> ? = 2
[1,5,2,8,3,4,6,7] => [5,6,2,7,8,1,3,4] => ?
=> ?
=> ? = 2
[6,7,1,2,3,4,8,5] => [8,3,4,5,1,6,2,7] => ?
=> ?
=> ? = 3
[1,6,2,7,3,4,5,8] => [5,6,7,3,1,2,4,8] => ?
=> ?
=> ? = 2
[1,6,2,3,4,7,5,8] => [7,3,4,5,1,2,6,8] => ?
=> ?
=> ? = 2
[1,6,8,2,3,4,5,7] => [4,5,6,2,7,8,1,3] => ?
=> ?
=> ? = 2
[1,2,3,6,4,5,7,8] => [5,6,1,2,3,4,7,8] => ?
=> ?
=> ? = 1
[2,1,4,3,6,5,8,7,10,9] => [1,3,5,7,10,2,4,6,8,9] => ?
=> ?
=> ? = 1
[4,3,2,1,6,5,8,7,10,9] => [3,2,1,5,7,10,4,6,8,9] => ?
=> ?
=> ? = 3
[6,3,2,5,4,1,8,7,10,9] => [2,5,3,4,1,7,10,6,8,9] => ?
=> ?
=> ? = 3
[8,3,2,5,4,7,6,1,10,9] => [2,4,7,3,5,6,1,10,8,9] => ?
=> ?
=> ? = 3
[10,3,2,5,4,7,6,9,8,1] => [2,4,6,10,3,5,7,9,8,1] => ?
=> ?
=> ? = 3
[2,1,6,5,4,3,8,7,10,9] => [5,4,1,3,7,10,2,6,8,9] => ?
=> ?
=> ? = 3
[6,5,4,3,2,1,8,7,10,9] => [5,4,3,2,1,7,10,6,8,9] => ?
=> ?
=> ? = 5
[8,5,4,3,2,7,6,1,10,9] => [4,3,2,7,5,6,1,10,8,9] => ?
=> ?
=> ? = 5
[10,5,4,3,2,7,6,9,8,1] => [4,3,2,6,10,5,7,9,8,1] => ?
=> ?
=> ? = 5
[2,1,8,5,4,7,6,3,10,9] => [4,7,5,6,1,3,10,2,8,9] => ?
=> ?
=> ? = 3
[8,7,4,3,6,5,2,1,10,9] => [3,7,4,6,5,2,1,10,8,9] => ?
=> ?
=> ? = 5
[10,7,4,3,6,5,2,9,8,1] => [3,6,4,5,2,10,7,9,8,1] => ?
=> ?
=> ? = 5
[2,1,10,5,4,7,6,9,8,3] => [4,6,10,5,7,9,1,8,2,3] => ?
=> ?
=> ? = 3
[10,9,4,3,6,5,8,7,2,1] => [3,5,10,4,6,9,8,7,2,1] => ?
=> ?
=> ? = 5
[2,1,4,3,8,7,6,5,10,9] => [7,6,1,3,5,10,2,4,8,9] => ?
=> ?
=> ? = 3
[4,3,2,1,8,7,6,5,10,9] => [1,7,2,6,3,5,10,4,8,9] => ?
=> ?
=> ? = 3
[8,3,2,7,6,5,4,1,10,9] => [7,6,2,5,3,4,1,10,8,9] => ?
=> ?
=> ? = 5
[10,3,2,7,6,5,4,9,8,1] => [6,5,2,4,10,3,7,9,8,1] => ?
=> ?
=> ? = 5
[2,1,8,7,6,5,4,3,10,9] => [7,6,5,4,1,3,10,2,8,9] => ?
=> ?
=> ? = 5
[8,7,6,5,4,3,2,1,10,9] => [7,6,5,4,3,2,1,10,8,9] => ?
=> ?
=> ? = 7
[10,7,6,5,4,3,2,9,8,1] => [6,5,4,3,2,10,7,9,8,1] => ?
=> ?
=> ? = 7
[2,1,10,7,6,5,4,9,8,3] => [6,5,4,10,7,9,1,8,2,3] => ?
=> ?
=> ? = 5
[10,9,6,5,4,3,8,7,2,1] => [5,4,3,10,6,9,8,7,2,1] => ?
=> ?
=> ? = 7
Description
The size of a partition minus its first part. This is the number of boxes in its diagram that are not in the first row.
Matching statistic: St000097
Mp00062: Permutations Lehmer-code to major-code bijectionPermutations
Mp00071: Permutations descent compositionInteger compositions
Mp00184: Integer compositions to threshold graphGraphs
St000097: Graphs ⟶ ℤResult quality: 81% values known / values provided: 81%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1] => ([],1)
=> 1 = 0 + 1
[1,2] => [1,2] => [2] => ([],2)
=> 1 = 0 + 1
[2,1] => [2,1] => [1,1] => ([(0,1)],2)
=> 2 = 1 + 1
[1,2,3] => [1,2,3] => [3] => ([],3)
=> 1 = 0 + 1
[1,3,2] => [3,1,2] => [1,2] => ([(1,2)],3)
=> 2 = 1 + 1
[2,1,3] => [2,1,3] => [1,2] => ([(1,2)],3)
=> 2 = 1 + 1
[2,3,1] => [1,3,2] => [2,1] => ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[3,1,2] => [2,3,1] => [2,1] => ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[3,2,1] => [3,2,1] => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 3 = 2 + 1
[1,2,3,4] => [1,2,3,4] => [4] => ([],4)
=> 1 = 0 + 1
[1,2,4,3] => [4,1,2,3] => [1,3] => ([(2,3)],4)
=> 2 = 1 + 1
[1,3,2,4] => [3,1,2,4] => [1,3] => ([(2,3)],4)
=> 2 = 1 + 1
[1,3,4,2] => [2,4,1,3] => [2,2] => ([(1,3),(2,3)],4)
=> 2 = 1 + 1
[1,4,2,3] => [3,4,1,2] => [2,2] => ([(1,3),(2,3)],4)
=> 2 = 1 + 1
[1,4,3,2] => [4,3,1,2] => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[2,1,3,4] => [2,1,3,4] => [1,3] => ([(2,3)],4)
=> 2 = 1 + 1
[2,1,4,3] => [1,4,2,3] => [2,2] => ([(1,3),(2,3)],4)
=> 2 = 1 + 1
[2,3,1,4] => [1,3,2,4] => [2,2] => ([(1,3),(2,3)],4)
=> 2 = 1 + 1
[2,3,4,1] => [1,2,4,3] => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[2,4,1,3] => [1,3,4,2] => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[2,4,3,1] => [4,1,3,2] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[3,1,2,4] => [2,3,1,4] => [2,2] => ([(1,3),(2,3)],4)
=> 2 = 1 + 1
[3,1,4,2] => [4,2,1,3] => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[3,2,1,4] => [3,2,1,4] => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[3,2,4,1] => [2,1,4,3] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[3,4,1,2] => [3,1,4,2] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[3,4,2,1] => [1,4,3,2] => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[4,1,2,3] => [2,3,4,1] => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[4,1,3,2] => [4,2,3,1] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[4,2,1,3] => [3,2,4,1] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[4,2,3,1] => [2,4,3,1] => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[4,3,1,2] => [3,4,2,1] => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[4,3,2,1] => [4,3,2,1] => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4 = 3 + 1
[1,2,3,4,5] => [1,2,3,4,5] => [5] => ([],5)
=> 1 = 0 + 1
[1,2,3,5,4] => [5,1,2,3,4] => [1,4] => ([(3,4)],5)
=> 2 = 1 + 1
[1,2,4,3,5] => [4,1,2,3,5] => [1,4] => ([(3,4)],5)
=> 2 = 1 + 1
[1,2,4,5,3] => [3,5,1,2,4] => [2,3] => ([(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,2,5,3,4] => [4,5,1,2,3] => [2,3] => ([(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,2,5,4,3] => [5,4,1,2,3] => [1,1,3] => ([(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[1,3,2,4,5] => [3,1,2,4,5] => [1,4] => ([(3,4)],5)
=> 2 = 1 + 1
[1,3,2,5,4] => [2,5,1,3,4] => [2,3] => ([(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,3,4,2,5] => [2,4,1,3,5] => [2,3] => ([(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,3,4,5,2] => [2,3,5,1,4] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,3,5,2,4] => [2,4,5,1,3] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,3,5,4,2] => [5,2,4,1,3] => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[1,4,2,3,5] => [3,4,1,2,5] => [2,3] => ([(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,4,2,5,3] => [5,3,1,2,4] => [1,1,3] => ([(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[1,4,3,2,5] => [4,3,1,2,5] => [1,1,3] => ([(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[1,4,3,5,2] => [3,2,5,1,4] => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[1,4,5,2,3] => [4,2,5,1,3] => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[2,1,4,3,6,5,8,7,10,9] => [1,3,5,7,10,2,4,6,8,9] => [5,5] => ([(4,9),(5,9),(6,9),(7,9),(8,9)],10)
=> ? = 1 + 1
[4,3,2,1,6,5,8,7,10,9] => [3,2,1,5,7,10,4,6,8,9] => [1,1,4,4] => ([(3,9),(4,9),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 3 + 1
[6,3,2,5,4,1,8,7,10,9] => [2,5,3,4,1,7,10,6,8,9] => [2,2,3,3] => ([(2,9),(3,9),(4,8),(4,9),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 3 + 1
[8,3,2,5,4,7,6,1,10,9] => [2,4,7,3,5,6,1,10,8,9] => [3,3,2,2] => ([(1,9),(2,8),(2,9),(3,8),(3,9),(4,7),(4,8),(4,9),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 3 + 1
[10,3,2,5,4,7,6,9,8,1] => [2,4,6,10,3,5,7,9,8,1] => [4,4,1,1] => ([(0,8),(0,9),(1,8),(1,9),(2,8),(2,9),(3,7),(3,8),(3,9),(4,7),(4,8),(4,9),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 3 + 1
[2,1,6,5,4,3,8,7,10,9] => [5,4,1,3,7,10,2,6,8,9] => [1,1,4,4] => ([(3,9),(4,9),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 3 + 1
[6,5,4,3,2,1,8,7,10,9] => [5,4,3,2,1,7,10,6,8,9] => [1,1,1,1,3,3] => ([(2,9),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 5 + 1
[8,5,4,3,2,7,6,1,10,9] => [4,3,2,7,5,6,1,10,8,9] => [1,1,2,2,2,2] => ([(1,9),(2,8),(2,9),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 5 + 1
[10,5,4,3,2,7,6,9,8,1] => [4,3,2,6,10,5,7,9,8,1] => [1,1,3,3,1,1] => ([(0,8),(0,9),(1,8),(1,9),(2,7),(2,8),(2,9),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 5 + 1
[2,1,8,5,4,7,6,3,10,9] => [4,7,5,6,1,3,10,2,8,9] => [2,2,3,3] => ([(2,9),(3,9),(4,8),(4,9),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 3 + 1
[8,7,4,3,6,5,2,1,10,9] => [3,7,4,6,5,2,1,10,8,9] => [2,2,1,1,2,2] => ([(1,9),(2,6),(2,7),(2,8),(2,9),(3,5),(3,6),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 5 + 1
[10,7,4,3,6,5,2,9,8,1] => [3,6,4,5,2,10,7,9,8,1] => [2,2,2,2,1,1] => ([(0,8),(0,9),(1,7),(1,8),(1,9),(2,6),(2,7),(2,8),(2,9),(3,5),(3,6),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 5 + 1
[2,1,10,5,4,7,6,9,8,3] => [4,6,10,5,7,9,1,8,2,3] => [3,3,2,2] => ([(1,9),(2,8),(2,9),(3,8),(3,9),(4,7),(4,8),(4,9),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 3 + 1
[10,9,4,3,6,5,8,7,2,1] => [3,5,10,4,6,9,8,7,2,1] => [3,3,1,1,1,1] => ([(0,6),(0,7),(0,8),(0,9),(1,6),(1,7),(1,8),(1,9),(2,5),(2,6),(2,7),(2,8),(2,9),(3,5),(3,6),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 5 + 1
[8,9,5,6,3,4,10,1,2,7] => [5,3,8,6,4,1,9,2,10,7] => [1,2,1,1,2,2,1] => ([(0,9),(1,8),(1,9),(2,5),(2,6),(2,7),(2,8),(2,9),(3,4),(3,5),(3,6),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 6 + 1
[2,1,4,3,8,7,6,5,10,9] => [7,6,1,3,5,10,2,4,8,9] => [1,1,4,4] => ([(3,9),(4,9),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 3 + 1
[4,3,2,1,8,7,6,5,10,9] => [1,7,2,6,3,5,10,4,8,9] => [2,2,3,3] => ([(2,9),(3,9),(4,8),(4,9),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 3 + 1
[8,3,2,7,6,5,4,1,10,9] => [7,6,2,5,3,4,1,10,8,9] => [1,1,2,2,2,2] => ([(1,9),(2,8),(2,9),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 5 + 1
[10,3,2,7,6,5,4,9,8,1] => [6,5,2,4,10,3,7,9,8,1] => [1,1,3,3,1,1] => ([(0,8),(0,9),(1,8),(1,9),(2,7),(2,8),(2,9),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 5 + 1
[2,1,8,7,6,5,4,3,10,9] => [7,6,5,4,1,3,10,2,8,9] => [1,1,1,1,3,3] => ([(2,9),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 5 + 1
[8,7,6,5,4,3,2,1,10,9] => [7,6,5,4,3,2,1,10,8,9] => [1,1,1,1,1,1,2,2] => ([(1,9),(2,3),(2,4),(2,5),(2,6),(2,7),(2,8),(2,9),(3,4),(3,5),(3,6),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 7 + 1
[9,7,6,5,4,3,2,10,1,8] => [7,6,5,4,3,2,9,1,10,8] => [1,1,1,1,1,2,2,1] => ([(0,9),(1,8),(1,9),(2,3),(2,4),(2,5),(2,6),(2,7),(2,8),(2,9),(3,4),(3,5),(3,6),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 7 + 1
[10,7,6,5,4,3,2,9,8,1] => [6,5,4,3,2,10,7,9,8,1] => [1,1,1,1,2,2,1,1] => ([(0,8),(0,9),(1,7),(1,8),(1,9),(2,3),(2,4),(2,5),(2,6),(2,7),(2,8),(2,9),(3,4),(3,5),(3,6),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 7 + 1
[2,1,10,7,6,5,4,9,8,3] => [6,5,4,10,7,9,1,8,2,3] => [1,1,2,2,2,2] => ([(1,9),(2,8),(2,9),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 5 + 1
[10,9,6,5,4,3,8,7,2,1] => [5,4,3,10,6,9,8,7,2,1] => [1,1,2,2,1,1,1,1] => ([(0,6),(0,7),(0,8),(0,9),(1,5),(1,6),(1,7),(1,8),(1,9),(2,3),(2,4),(2,5),(2,6),(2,7),(2,8),(2,9),(3,4),(3,5),(3,6),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 7 + 1
[2,1,4,3,10,7,6,9,8,5] => [6,10,7,9,1,3,8,2,4,5] => [2,2,3,3] => ([(2,9),(3,9),(4,8),(4,9),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 3 + 1
[4,3,2,1,10,7,6,9,8,5] => [1,6,10,2,7,9,3,8,4,5] => [3,3,2,2] => ([(1,9),(2,8),(2,9),(3,8),(3,9),(4,7),(4,8),(4,9),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 3 + 1
[10,3,2,9,6,5,8,7,4,1] => [5,10,6,9,2,8,3,7,4,1] => [2,2,2,2,1,1] => ([(0,8),(0,9),(1,7),(1,8),(1,9),(2,6),(2,7),(2,8),(2,9),(3,5),(3,6),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 5 + 1
[2,1,10,9,6,5,8,7,4,3] => [5,10,6,9,8,7,1,4,2,3] => [2,2,1,1,2,2] => ([(1,9),(2,6),(2,7),(2,8),(2,9),(3,5),(3,6),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 5 + 1
[10,9,8,5,4,7,6,3,2,1] => [4,10,5,9,8,7,6,3,2,1] => [2,2,1,1,1,1,1,1] => ([(0,4),(0,5),(0,6),(0,7),(0,8),(0,9),(1,3),(1,4),(1,5),(1,6),(1,7),(1,8),(1,9),(2,3),(2,4),(2,5),(2,6),(2,7),(2,8),(2,9),(3,4),(3,5),(3,6),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 7 + 1
[6,7,8,9,10,1,2,3,4,5] => [6,1,7,2,8,3,9,4,10,5] => [1,2,2,2,2,1] => ([(0,9),(1,8),(1,9),(2,7),(2,8),(2,9),(3,6),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 5 + 1
[7,3,2,8,9,10,1,4,5,6] => [7,8,2,4,1,9,3,5,10,6] => [2,2,2,3,1] => ([(0,9),(1,9),(2,8),(2,9),(3,7),(3,8),(3,9),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 4 + 1
[8,5,4,3,2,9,10,1,6,7] => [4,3,2,8,9,5,1,6,10,7] => [1,1,3,1,3,1] => ([(0,9),(1,9),(2,7),(2,8),(2,9),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 5 + 1
[2,1,4,3,6,5,10,9,8,7] => [10,9,1,3,5,8,2,4,6,7] => [1,1,4,4] => ([(3,9),(4,9),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 3 + 1
[4,3,2,1,6,5,10,9,8,7] => [1,10,2,9,3,5,8,4,6,7] => [2,2,3,3] => ([(2,9),(3,9),(4,8),(4,9),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 3 + 1
[6,3,2,5,4,1,10,9,8,7] => [10,2,4,1,9,3,5,8,6,7] => [1,2,2,3,2] => ([(1,9),(2,9),(3,8),(3,9),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 4 + 1
[10,3,2,5,4,9,8,7,6,1] => [10,9,2,4,8,3,5,7,6,1] => [1,1,3,3,1,1] => ([(0,8),(0,9),(1,8),(1,9),(2,7),(2,8),(2,9),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 5 + 1
[2,1,6,5,4,3,10,9,8,7] => [3,10,4,9,1,5,8,2,6,7] => [2,2,3,3] => ([(2,9),(3,9),(4,8),(4,9),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 3 + 1
[6,5,4,3,2,1,10,9,8,7] => [3,2,1,10,4,9,5,8,6,7] => [1,1,2,2,2,2] => ([(1,9),(2,8),(2,9),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 5 + 1
[10,5,4,3,2,9,8,7,6,1] => [2,10,3,9,4,8,5,7,6,1] => [2,2,2,2,1,1] => ([(0,8),(0,9),(1,7),(1,8),(1,9),(2,6),(2,7),(2,8),(2,9),(3,5),(3,6),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 5 + 1
[2,1,10,5,4,9,8,7,6,3] => [10,9,4,8,5,7,1,6,2,3] => [1,1,2,2,2,2] => ([(1,9),(2,8),(2,9),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 5 + 1
[10,9,4,3,8,7,6,5,2,1] => [10,9,3,8,4,7,6,5,2,1] => [1,1,2,2,1,1,1,1] => ([(0,6),(0,7),(0,8),(0,9),(1,5),(1,6),(1,7),(1,8),(1,9),(2,3),(2,4),(2,5),(2,6),(2,7),(2,8),(2,9),(3,4),(3,5),(3,6),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 7 + 1
[9,7,5,10,3,8,2,6,1,4] => [5,3,7,2,9,1,10,8,6,4] => [1,2,2,2,1,1,1] => ([(0,7),(0,8),(0,9),(1,6),(1,7),(1,8),(1,9),(2,5),(2,6),(2,7),(2,8),(2,9),(3,4),(3,5),(3,6),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 6 + 1
[2,1,4,3,10,9,8,7,6,5] => [10,9,8,7,1,3,6,2,4,5] => [1,1,1,1,3,3] => ([(2,9),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 5 + 1
[4,3,2,1,10,9,8,7,6,5] => [10,9,1,8,2,7,3,6,4,5] => [1,1,2,2,2,2] => ([(1,9),(2,8),(2,9),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 5 + 1
[10,3,2,9,8,7,6,5,4,1] => [10,9,8,7,2,6,3,5,4,1] => [1,1,1,1,2,2,1,1] => ([(0,8),(0,9),(1,7),(1,8),(1,9),(2,3),(2,4),(2,5),(2,6),(2,7),(2,8),(2,9),(3,4),(3,5),(3,6),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 7 + 1
[2,1,10,9,8,7,6,5,4,3] => [10,9,8,7,6,5,1,4,2,3] => [1,1,1,1,1,1,2,2] => ([(1,9),(2,3),(2,4),(2,5),(2,6),(2,7),(2,8),(2,9),(3,4),(3,5),(3,6),(3,7),(3,8),(3,9),(4,5),(4,6),(4,7),(4,8),(4,9),(5,6),(5,7),(5,8),(5,9),(6,7),(6,8),(6,9),(7,8),(7,9),(8,9)],10)
=> ? = 7 + 1
[9,1,2,3,4,5,6,7,8] => [2,3,4,5,6,7,8,9,1] => [8,1] => ([(0,8),(1,8),(2,8),(3,8),(4,8),(5,8),(6,8),(7,8)],9)
=> ? = 1 + 1
[8,1,2,3,4,5,6,9,7] => [9,2,3,4,5,6,7,1,8] => [1,6,2] => ([(1,8),(2,8),(3,8),(4,8),(5,8),(6,7),(6,8),(7,8)],9)
=> ? = 2 + 1
[2,9,1,3,4,5,6,7,8] => [1,3,4,5,6,7,8,9,2] => [8,1] => ([(0,8),(1,8),(2,8),(3,8),(4,8),(5,8),(6,8),(7,8)],9)
=> ? = 1 + 1
Description
The order of the largest clique of the graph. A clique in a graph $G$ is a subset $U \subseteq V(G)$ such that any pair of vertices in $U$ are adjacent. I.e. the subgraph induced by $U$ is a complete graph.
Mp00062: Permutations Lehmer-code to major-code bijectionPermutations
Mp00070: Permutations Robinson-Schensted recording tableauStandard tableaux
Mp00085: Standard tableaux Schützenberger involutionStandard tableaux
St000157: Standard tableaux ⟶ ℤResult quality: 81% values known / values provided: 81%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [[1]]
=> [[1]]
=> 0
[1,2] => [1,2] => [[1,2]]
=> [[1,2]]
=> 0
[2,1] => [2,1] => [[1],[2]]
=> [[1],[2]]
=> 1
[1,2,3] => [1,2,3] => [[1,2,3]]
=> [[1,2,3]]
=> 0
[1,3,2] => [3,1,2] => [[1,3],[2]]
=> [[1,2],[3]]
=> 1
[2,1,3] => [2,1,3] => [[1,3],[2]]
=> [[1,2],[3]]
=> 1
[2,3,1] => [1,3,2] => [[1,2],[3]]
=> [[1,3],[2]]
=> 1
[3,1,2] => [2,3,1] => [[1,2],[3]]
=> [[1,3],[2]]
=> 1
[3,2,1] => [3,2,1] => [[1],[2],[3]]
=> [[1],[2],[3]]
=> 2
[1,2,3,4] => [1,2,3,4] => [[1,2,3,4]]
=> [[1,2,3,4]]
=> 0
[1,2,4,3] => [4,1,2,3] => [[1,3,4],[2]]
=> [[1,2,3],[4]]
=> 1
[1,3,2,4] => [3,1,2,4] => [[1,3,4],[2]]
=> [[1,2,3],[4]]
=> 1
[1,3,4,2] => [2,4,1,3] => [[1,2],[3,4]]
=> [[1,2],[3,4]]
=> 1
[1,4,2,3] => [3,4,1,2] => [[1,2],[3,4]]
=> [[1,2],[3,4]]
=> 1
[1,4,3,2] => [4,3,1,2] => [[1,4],[2],[3]]
=> [[1,2],[3],[4]]
=> 2
[2,1,3,4] => [2,1,3,4] => [[1,3,4],[2]]
=> [[1,2,3],[4]]
=> 1
[2,1,4,3] => [1,4,2,3] => [[1,2,4],[3]]
=> [[1,2,4],[3]]
=> 1
[2,3,1,4] => [1,3,2,4] => [[1,2,4],[3]]
=> [[1,2,4],[3]]
=> 1
[2,3,4,1] => [1,2,4,3] => [[1,2,3],[4]]
=> [[1,3,4],[2]]
=> 1
[2,4,1,3] => [1,3,4,2] => [[1,2,3],[4]]
=> [[1,3,4],[2]]
=> 1
[2,4,3,1] => [4,1,3,2] => [[1,3],[2],[4]]
=> [[1,3],[2],[4]]
=> 2
[3,1,2,4] => [2,3,1,4] => [[1,2,4],[3]]
=> [[1,2,4],[3]]
=> 1
[3,1,4,2] => [4,2,1,3] => [[1,4],[2],[3]]
=> [[1,2],[3],[4]]
=> 2
[3,2,1,4] => [3,2,1,4] => [[1,4],[2],[3]]
=> [[1,2],[3],[4]]
=> 2
[3,2,4,1] => [2,1,4,3] => [[1,3],[2,4]]
=> [[1,3],[2,4]]
=> 2
[3,4,1,2] => [3,1,4,2] => [[1,3],[2,4]]
=> [[1,3],[2,4]]
=> 2
[3,4,2,1] => [1,4,3,2] => [[1,2],[3],[4]]
=> [[1,4],[2],[3]]
=> 2
[4,1,2,3] => [2,3,4,1] => [[1,2,3],[4]]
=> [[1,3,4],[2]]
=> 1
[4,1,3,2] => [4,2,3,1] => [[1,3],[2],[4]]
=> [[1,3],[2],[4]]
=> 2
[4,2,1,3] => [3,2,4,1] => [[1,3],[2],[4]]
=> [[1,3],[2],[4]]
=> 2
[4,2,3,1] => [2,4,3,1] => [[1,2],[3],[4]]
=> [[1,4],[2],[3]]
=> 2
[4,3,1,2] => [3,4,2,1] => [[1,2],[3],[4]]
=> [[1,4],[2],[3]]
=> 2
[4,3,2,1] => [4,3,2,1] => [[1],[2],[3],[4]]
=> [[1],[2],[3],[4]]
=> 3
[1,2,3,4,5] => [1,2,3,4,5] => [[1,2,3,4,5]]
=> [[1,2,3,4,5]]
=> 0
[1,2,3,5,4] => [5,1,2,3,4] => [[1,3,4,5],[2]]
=> [[1,2,3,4],[5]]
=> 1
[1,2,4,3,5] => [4,1,2,3,5] => [[1,3,4,5],[2]]
=> [[1,2,3,4],[5]]
=> 1
[1,2,4,5,3] => [3,5,1,2,4] => [[1,2,5],[3,4]]
=> [[1,2,3],[4,5]]
=> 1
[1,2,5,3,4] => [4,5,1,2,3] => [[1,2,5],[3,4]]
=> [[1,2,3],[4,5]]
=> 1
[1,2,5,4,3] => [5,4,1,2,3] => [[1,4,5],[2],[3]]
=> [[1,2,3],[4],[5]]
=> 2
[1,3,2,4,5] => [3,1,2,4,5] => [[1,3,4,5],[2]]
=> [[1,2,3,4],[5]]
=> 1
[1,3,2,5,4] => [2,5,1,3,4] => [[1,2,5],[3,4]]
=> [[1,2,3],[4,5]]
=> 1
[1,3,4,2,5] => [2,4,1,3,5] => [[1,2,5],[3,4]]
=> [[1,2,3],[4,5]]
=> 1
[1,3,4,5,2] => [2,3,5,1,4] => [[1,2,3],[4,5]]
=> [[1,2,5],[3,4]]
=> 1
[1,3,5,2,4] => [2,4,5,1,3] => [[1,2,3],[4,5]]
=> [[1,2,5],[3,4]]
=> 1
[1,3,5,4,2] => [5,2,4,1,3] => [[1,3],[2,5],[4]]
=> [[1,2],[3,4],[5]]
=> 2
[1,4,2,3,5] => [3,4,1,2,5] => [[1,2,5],[3,4]]
=> [[1,2,3],[4,5]]
=> 1
[1,4,2,5,3] => [5,3,1,2,4] => [[1,4,5],[2],[3]]
=> [[1,2,3],[4],[5]]
=> 2
[1,4,3,2,5] => [4,3,1,2,5] => [[1,4,5],[2],[3]]
=> [[1,2,3],[4],[5]]
=> 2
[1,4,3,5,2] => [3,2,5,1,4] => [[1,3],[2,5],[4]]
=> [[1,2],[3,4],[5]]
=> 2
[1,4,5,2,3] => [4,2,5,1,3] => [[1,3],[2,5],[4]]
=> [[1,2],[3,4],[5]]
=> 2
[8,6,7,4,5,1,2,3] => [6,7,4,2,8,5,3,1] => ?
=> ?
=> ? = 5
[7,6,4,5,3,2,1,8] => [3,7,6,5,4,2,1,8] => ?
=> ?
=> ? = 5
[7,5,4,3,6,2,1,8] => [4,3,2,7,6,5,1,8] => ?
=> ?
=> ? = 5
[3,2,6,5,4,8,7,1] => [4,1,3,8,2,5,7,6] => ?
=> ?
=> ? = 3
[4,7,6,5,3,2,1,8] => [7,6,1,5,4,3,2,8] => ?
=> ?
=> ? = 5
[1,3,2,5,4,7,6,8] => [2,4,7,1,3,5,6,8] => ?
=> ?
=> ? = 1
[1,8,4,7,6,5,3,2] => [8,7,3,6,5,4,1,2] => ?
=> ?
=> ? = 5
[2,8,4,3,5,7,6,1] => [3,8,4,5,7,1,6,2] => ?
=> ?
=> ? = 3
[2,5,7,8,1,3,4,6] => [5,2,6,7,1,3,8,4] => ?
=> ?
=> ? = 3
[1,3,2,6,4,7,5,8] => [7,2,5,1,3,4,6,8] => ?
=> ?
=> ? = 2
[1,3,2,6,4,5,7,8] => [2,5,6,1,3,4,7,8] => ?
=> ?
=> ? = 1
[1,3,2,7,4,5,6,8] => [2,5,6,7,1,3,4,8] => ?
=> ?
=> ? = 1
[4,5,7,8,1,2,3,6] => [1,5,2,6,7,3,8,4] => ?
=> ?
=> ? = 3
[1,4,2,5,3,7,6,8] => [4,2,7,1,3,5,6,8] => ?
=> ?
=> ? = 2
[1,4,2,5,3,8,6,7] => [4,2,7,8,1,3,5,6] => ?
=> ?
=> ? = 2
[4,6,7,8,1,2,3,5] => [1,5,6,2,7,3,8,4] => ?
=> ?
=> ? = 3
[1,4,2,6,3,7,5,8] => [2,7,5,1,3,4,6,8] => ?
=> ?
=> ? = 2
[1,4,2,6,3,5,7,8] => [5,2,6,1,3,4,7,8] => ?
=> ?
=> ? = 2
[1,5,2,6,3,4,7,8] => [5,6,3,1,2,4,7,8] => ?
=> ?
=> ? = 2
[1,5,2,8,3,4,6,7] => [5,6,2,7,8,1,3,4] => ?
=> ?
=> ? = 2
[6,7,1,2,3,4,8,5] => [8,3,4,5,1,6,2,7] => ?
=> ?
=> ? = 3
[1,6,2,7,3,4,5,8] => [5,6,7,3,1,2,4,8] => ?
=> ?
=> ? = 2
[1,6,2,3,4,7,5,8] => [7,3,4,5,1,2,6,8] => ?
=> ?
=> ? = 2
[1,6,8,2,3,4,5,7] => [4,5,6,2,7,8,1,3] => ?
=> ?
=> ? = 2
[1,2,3,6,4,5,7,8] => [5,6,1,2,3,4,7,8] => ?
=> ?
=> ? = 1
[2,1,4,3,6,5,8,7,10,9] => [1,3,5,7,10,2,4,6,8,9] => ?
=> ?
=> ? = 1
[4,3,2,1,6,5,8,7,10,9] => [3,2,1,5,7,10,4,6,8,9] => ?
=> ?
=> ? = 3
[6,3,2,5,4,1,8,7,10,9] => [2,5,3,4,1,7,10,6,8,9] => ?
=> ?
=> ? = 3
[8,3,2,5,4,7,6,1,10,9] => [2,4,7,3,5,6,1,10,8,9] => ?
=> ?
=> ? = 3
[10,3,2,5,4,7,6,9,8,1] => [2,4,6,10,3,5,7,9,8,1] => ?
=> ?
=> ? = 3
[2,1,6,5,4,3,8,7,10,9] => [5,4,1,3,7,10,2,6,8,9] => ?
=> ?
=> ? = 3
[6,5,4,3,2,1,8,7,10,9] => [5,4,3,2,1,7,10,6,8,9] => ?
=> ?
=> ? = 5
[8,5,4,3,2,7,6,1,10,9] => [4,3,2,7,5,6,1,10,8,9] => ?
=> ?
=> ? = 5
[10,5,4,3,2,7,6,9,8,1] => [4,3,2,6,10,5,7,9,8,1] => ?
=> ?
=> ? = 5
[2,1,8,5,4,7,6,3,10,9] => [4,7,5,6,1,3,10,2,8,9] => ?
=> ?
=> ? = 3
[8,7,4,3,6,5,2,1,10,9] => [3,7,4,6,5,2,1,10,8,9] => ?
=> ?
=> ? = 5
[10,7,4,3,6,5,2,9,8,1] => [3,6,4,5,2,10,7,9,8,1] => ?
=> ?
=> ? = 5
[2,1,10,5,4,7,6,9,8,3] => [4,6,10,5,7,9,1,8,2,3] => ?
=> ?
=> ? = 3
[10,9,4,3,6,5,8,7,2,1] => [3,5,10,4,6,9,8,7,2,1] => ?
=> ?
=> ? = 5
[8,9,5,6,3,4,10,1,2,7] => [5,3,8,6,4,1,9,2,10,7] => [[1,3,7,9],[2,4,10],[5,8],[6]]
=> ?
=> ? = 6
[2,1,4,3,8,7,6,5,10,9] => [7,6,1,3,5,10,2,4,8,9] => ?
=> ?
=> ? = 3
[4,3,2,1,8,7,6,5,10,9] => [1,7,2,6,3,5,10,4,8,9] => ?
=> ?
=> ? = 3
[8,3,2,7,6,5,4,1,10,9] => [7,6,2,5,3,4,1,10,8,9] => ?
=> ?
=> ? = 5
[10,3,2,7,6,5,4,9,8,1] => [6,5,2,4,10,3,7,9,8,1] => ?
=> ?
=> ? = 5
[2,1,8,7,6,5,4,3,10,9] => [7,6,5,4,1,3,10,2,8,9] => ?
=> ?
=> ? = 5
[8,7,6,5,4,3,2,1,10,9] => [7,6,5,4,3,2,1,10,8,9] => ?
=> ?
=> ? = 7
[9,7,6,5,4,3,2,10,1,8] => [7,6,5,4,3,2,9,1,10,8] => [[1,7,9],[2,10],[3],[4],[5],[6],[8]]
=> [[1,3,5],[2,4],[6],[7],[8],[9],[10]]
=> ? = 7
[10,7,6,5,4,3,2,9,8,1] => [6,5,4,3,2,10,7,9,8,1] => ?
=> ?
=> ? = 7
[2,1,10,7,6,5,4,9,8,3] => [6,5,4,10,7,9,1,8,2,3] => ?
=> ?
=> ? = 5
[10,9,6,5,4,3,8,7,2,1] => [5,4,3,10,6,9,8,7,2,1] => ?
=> ?
=> ? = 7
Description
The number of descents of a standard tableau. Entry $i$ of a standard Young tableau is a descent if $i+1$ appears in a row below the row of $i$.
Matching statistic: St001581
Mp00062: Permutations Lehmer-code to major-code bijectionPermutations
Mp00071: Permutations descent compositionInteger compositions
Mp00184: Integer compositions to threshold graphGraphs
St001581: Graphs ⟶ ℤResult quality: 66% values known / values provided: 66%distinct values known / distinct values provided: 70%
Values
[1] => [1] => [1] => ([],1)
=> 1 = 0 + 1
[1,2] => [1,2] => [2] => ([],2)
=> 1 = 0 + 1
[2,1] => [2,1] => [1,1] => ([(0,1)],2)
=> 2 = 1 + 1
[1,2,3] => [1,2,3] => [3] => ([],3)
=> 1 = 0 + 1
[1,3,2] => [3,1,2] => [1,2] => ([(1,2)],3)
=> 2 = 1 + 1
[2,1,3] => [2,1,3] => [1,2] => ([(1,2)],3)
=> 2 = 1 + 1
[2,3,1] => [1,3,2] => [2,1] => ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[3,1,2] => [2,3,1] => [2,1] => ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[3,2,1] => [3,2,1] => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 3 = 2 + 1
[1,2,3,4] => [1,2,3,4] => [4] => ([],4)
=> 1 = 0 + 1
[1,2,4,3] => [4,1,2,3] => [1,3] => ([(2,3)],4)
=> 2 = 1 + 1
[1,3,2,4] => [3,1,2,4] => [1,3] => ([(2,3)],4)
=> 2 = 1 + 1
[1,3,4,2] => [2,4,1,3] => [2,2] => ([(1,3),(2,3)],4)
=> 2 = 1 + 1
[1,4,2,3] => [3,4,1,2] => [2,2] => ([(1,3),(2,3)],4)
=> 2 = 1 + 1
[1,4,3,2] => [4,3,1,2] => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[2,1,3,4] => [2,1,3,4] => [1,3] => ([(2,3)],4)
=> 2 = 1 + 1
[2,1,4,3] => [1,4,2,3] => [2,2] => ([(1,3),(2,3)],4)
=> 2 = 1 + 1
[2,3,1,4] => [1,3,2,4] => [2,2] => ([(1,3),(2,3)],4)
=> 2 = 1 + 1
[2,3,4,1] => [1,2,4,3] => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[2,4,1,3] => [1,3,4,2] => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[2,4,3,1] => [4,1,3,2] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[3,1,2,4] => [2,3,1,4] => [2,2] => ([(1,3),(2,3)],4)
=> 2 = 1 + 1
[3,1,4,2] => [4,2,1,3] => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[3,2,1,4] => [3,2,1,4] => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[3,2,4,1] => [2,1,4,3] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[3,4,1,2] => [3,1,4,2] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[3,4,2,1] => [1,4,3,2] => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[4,1,2,3] => [2,3,4,1] => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[4,1,3,2] => [4,2,3,1] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[4,2,1,3] => [3,2,4,1] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[4,2,3,1] => [2,4,3,1] => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[4,3,1,2] => [3,4,2,1] => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[4,3,2,1] => [4,3,2,1] => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4 = 3 + 1
[1,2,3,4,5] => [1,2,3,4,5] => [5] => ([],5)
=> 1 = 0 + 1
[1,2,3,5,4] => [5,1,2,3,4] => [1,4] => ([(3,4)],5)
=> 2 = 1 + 1
[1,2,4,3,5] => [4,1,2,3,5] => [1,4] => ([(3,4)],5)
=> 2 = 1 + 1
[1,2,4,5,3] => [3,5,1,2,4] => [2,3] => ([(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,2,5,3,4] => [4,5,1,2,3] => [2,3] => ([(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,2,5,4,3] => [5,4,1,2,3] => [1,1,3] => ([(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[1,3,2,4,5] => [3,1,2,4,5] => [1,4] => ([(3,4)],5)
=> 2 = 1 + 1
[1,3,2,5,4] => [2,5,1,3,4] => [2,3] => ([(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,3,4,2,5] => [2,4,1,3,5] => [2,3] => ([(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,3,4,5,2] => [2,3,5,1,4] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,3,5,2,4] => [2,4,5,1,3] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,3,5,4,2] => [5,2,4,1,3] => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[1,4,2,3,5] => [3,4,1,2,5] => [2,3] => ([(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,4,2,5,3] => [5,3,1,2,4] => [1,1,3] => ([(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[1,4,3,2,5] => [4,3,1,2,5] => [1,1,3] => ([(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[1,4,3,5,2] => [3,2,5,1,4] => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[1,4,5,2,3] => [4,2,5,1,3] => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[8,7,6,5,4,3,2,1] => [8,7,6,5,4,3,2,1] => [1,1,1,1,1,1,1,1] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 7 + 1
[7,6,8,5,4,3,2,1] => [2,1,8,7,6,5,4,3] => [1,2,1,1,1,1,1] => ([(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[7,8,5,6,4,3,2,1] => [3,1,8,7,6,5,4,2] => [1,2,1,1,1,1,1] => ([(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[7,8,6,4,5,3,2,1] => [4,1,8,7,6,5,3,2] => [1,2,1,1,1,1,1] => ([(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[8,6,7,4,5,3,2,1] => [4,2,8,7,6,5,3,1] => [1,2,1,1,1,1,1] => ([(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[7,6,5,4,8,3,2,1] => [4,3,2,1,8,7,6,5] => [1,1,1,2,1,1,1] => ([(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[6,5,7,4,8,3,2,1] => [2,1,4,3,8,7,6,5] => [1,2,2,1,1,1] => ([(0,5),(0,6),(0,7),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[7,8,6,5,3,4,2,1] => [5,1,8,7,6,4,3,2] => [1,2,1,1,1,1,1] => ([(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[8,6,7,5,3,4,2,1] => [5,2,8,7,6,4,3,1] => [1,2,1,1,1,1,1] => ([(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[8,7,5,6,3,4,2,1] => [5,3,8,7,6,4,2,1] => [1,2,1,1,1,1,1] => ([(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[6,7,8,3,4,5,2,1] => [4,1,5,2,8,7,6,3] => [1,2,2,1,1,1] => ([(0,5),(0,6),(0,7),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[7,8,6,5,4,2,3,1] => [6,1,8,7,5,4,3,2] => [1,2,1,1,1,1,1] => ([(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[8,6,7,5,4,2,3,1] => [6,2,8,7,5,4,3,1] => [1,2,1,1,1,1,1] => ([(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[8,7,5,6,4,2,3,1] => [6,3,8,7,5,4,2,1] => [1,2,1,1,1,1,1] => ([(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[8,7,6,4,5,2,3,1] => [6,4,8,7,5,3,2,1] => [1,2,1,1,1,1,1] => ([(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[8,6,5,7,3,2,4,1] => [6,5,3,2,8,7,4,1] => [1,1,1,2,1,1,1] => ([(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[6,7,8,5,2,3,4,1] => [5,1,6,2,8,7,4,3] => [1,2,2,1,1,1] => ([(0,5),(0,6),(0,7),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[8,5,6,7,2,3,4,1] => [5,2,6,3,8,7,4,1] => [1,2,2,1,1,1] => ([(0,5),(0,6),(0,7),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[7,8,3,2,4,5,6,1] => [4,3,5,6,1,8,7,2] => [1,3,2,1,1] => ([(0,6),(0,7),(1,5),(1,6),(1,7),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 4 + 1
[7,6,5,4,3,2,8,1] => [6,5,4,3,2,1,8,7] => [1,1,1,1,1,2,1] => ([(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[6,5,7,4,3,2,8,1] => [2,1,6,5,4,3,8,7] => [1,2,1,1,2,1] => ([(0,7),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[6,5,4,3,7,2,8,1] => [4,3,2,1,6,5,8,7] => [1,1,1,2,2,1] => ([(0,7),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[5,4,6,3,7,2,8,1] => [2,1,4,3,6,5,8,7] => [1,2,2,2,1] => ([(0,7),(1,6),(1,7),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 4 + 1
[8,7,6,5,4,3,1,2] => [7,8,6,5,4,3,2,1] => [2,1,1,1,1,1,1] => ([(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[7,8,6,5,4,3,1,2] => [7,1,8,6,5,4,3,2] => [1,2,1,1,1,1,1] => ([(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[8,6,7,5,4,3,1,2] => [7,2,8,6,5,4,3,1] => [1,2,1,1,1,1,1] => ([(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[8,7,5,6,4,3,1,2] => [7,3,8,6,5,4,2,1] => [1,2,1,1,1,1,1] => ([(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[8,7,6,4,5,3,1,2] => [7,4,8,6,5,3,2,1] => [1,2,1,1,1,1,1] => ([(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[8,7,6,5,3,4,1,2] => [7,5,8,6,4,3,2,1] => [1,2,1,1,1,1,1] => ([(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[8,7,5,6,3,4,1,2] => [7,5,3,8,6,4,2,1] => [1,1,2,1,1,1,1] => ([(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[7,8,5,6,3,4,1,2] => [7,5,3,1,8,6,4,2] => [1,1,1,2,1,1,1] => ([(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[5,6,7,8,3,4,1,2] => [1,2,7,5,3,8,6,4] => [3,1,2,1,1] => ([(0,6),(0,7),(1,4),(1,5),(1,6),(1,7),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 4 + 1
[7,8,3,4,5,6,1,2] => [3,4,7,5,1,8,6,2] => [3,1,2,1,1] => ([(0,6),(0,7),(1,4),(1,5),(1,6),(1,7),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 4 + 1
[8,7,6,5,4,2,1,3] => [7,6,8,5,4,3,2,1] => [1,2,1,1,1,1,1] => ([(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[7,6,8,5,4,2,1,3] => [7,6,2,1,8,5,4,3] => [1,1,1,2,1,1,1] => ([(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[8,7,6,5,4,1,2,3] => [6,7,8,5,4,3,2,1] => [3,1,1,1,1,1] => ([(0,3),(0,4),(0,5),(0,6),(0,7),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[6,7,8,5,4,1,2,3] => [6,1,7,2,8,5,4,3] => [1,2,2,1,1,1] => ([(0,5),(0,6),(0,7),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[8,5,6,7,4,1,2,3] => [6,2,7,3,8,5,4,1] => [1,2,2,1,1,1] => ([(0,5),(0,6),(0,7),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[8,7,6,4,5,1,2,3] => [6,7,4,8,5,3,2,1] => [2,2,1,1,1,1] => ([(0,4),(0,5),(0,6),(0,7),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[8,6,7,4,5,1,2,3] => [6,7,4,2,8,5,3,1] => [2,1,2,1,1,1] => ([(0,5),(0,6),(0,7),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[8,7,4,5,6,1,2,3] => [6,3,7,4,8,5,2,1] => [1,2,2,1,1,1] => ([(0,5),(0,6),(0,7),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[7,8,4,5,6,1,2,3] => [6,3,7,4,1,8,5,2] => [1,2,1,2,1,1] => ([(0,6),(0,7),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[6,7,4,5,8,1,2,3] => [6,3,1,7,4,2,8,5] => [1,1,2,1,2,1] => ([(0,7),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[7,6,5,8,3,2,1,4] => [7,6,5,3,2,1,8,4] => [1,1,1,1,1,2,1] => ([(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[7,5,6,8,2,3,1,4] => [5,2,7,6,3,1,8,4] => [1,2,1,1,2,1] => ([(0,7),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[6,7,5,8,3,1,2,4] => [6,1,7,5,3,2,8,4] => [1,2,1,1,2,1] => ([(0,7),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[6,5,7,8,2,1,3,4] => [6,5,2,1,7,3,8,4] => [1,1,1,2,2,1] => ([(0,7),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[8,7,6,5,1,2,3,4] => [5,6,7,8,4,3,2,1] => [4,1,1,1,1] => ([(0,4),(0,5),(0,6),(0,7),(1,4),(1,5),(1,6),(1,7),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 4 + 1
[8,7,5,6,1,2,3,4] => [5,6,7,3,8,4,2,1] => [3,2,1,1,1] => ([(0,5),(0,6),(0,7),(1,4),(1,5),(1,6),(1,7),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 4 + 1
[7,8,5,6,1,2,3,4] => [5,6,7,3,1,8,4,2] => [3,1,2,1,1] => ([(0,6),(0,7),(1,4),(1,5),(1,6),(1,7),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 4 + 1
Description
The achromatic number of a graph. This is the maximal number of colours of a proper colouring, such that for any pair of colours there are two adjacent vertices with these colours.
Matching statistic: St000011
Mp00062: Permutations Lehmer-code to major-code bijectionPermutations
Mp00071: Permutations descent compositionInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
St000011: Dyck paths ⟶ ℤResult quality: 62% values known / values provided: 62%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1] => [1,0]
=> 1 = 0 + 1
[1,2] => [1,2] => [2] => [1,1,0,0]
=> 1 = 0 + 1
[2,1] => [2,1] => [1,1] => [1,0,1,0]
=> 2 = 1 + 1
[1,2,3] => [1,2,3] => [3] => [1,1,1,0,0,0]
=> 1 = 0 + 1
[1,3,2] => [3,1,2] => [1,2] => [1,0,1,1,0,0]
=> 2 = 1 + 1
[2,1,3] => [2,1,3] => [1,2] => [1,0,1,1,0,0]
=> 2 = 1 + 1
[2,3,1] => [1,3,2] => [2,1] => [1,1,0,0,1,0]
=> 2 = 1 + 1
[3,1,2] => [2,3,1] => [2,1] => [1,1,0,0,1,0]
=> 2 = 1 + 1
[3,2,1] => [3,2,1] => [1,1,1] => [1,0,1,0,1,0]
=> 3 = 2 + 1
[1,2,3,4] => [1,2,3,4] => [4] => [1,1,1,1,0,0,0,0]
=> 1 = 0 + 1
[1,2,4,3] => [4,1,2,3] => [1,3] => [1,0,1,1,1,0,0,0]
=> 2 = 1 + 1
[1,3,2,4] => [3,1,2,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> 2 = 1 + 1
[1,3,4,2] => [2,4,1,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> 2 = 1 + 1
[1,4,2,3] => [3,4,1,2] => [2,2] => [1,1,0,0,1,1,0,0]
=> 2 = 1 + 1
[1,4,3,2] => [4,3,1,2] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 3 = 2 + 1
[2,1,3,4] => [2,1,3,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> 2 = 1 + 1
[2,1,4,3] => [1,4,2,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> 2 = 1 + 1
[2,3,1,4] => [1,3,2,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> 2 = 1 + 1
[2,3,4,1] => [1,2,4,3] => [3,1] => [1,1,1,0,0,0,1,0]
=> 2 = 1 + 1
[2,4,1,3] => [1,3,4,2] => [3,1] => [1,1,1,0,0,0,1,0]
=> 2 = 1 + 1
[2,4,3,1] => [4,1,3,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 3 = 2 + 1
[3,1,2,4] => [2,3,1,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> 2 = 1 + 1
[3,1,4,2] => [4,2,1,3] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 3 = 2 + 1
[3,2,1,4] => [3,2,1,4] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 3 = 2 + 1
[3,2,4,1] => [2,1,4,3] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 3 = 2 + 1
[3,4,1,2] => [3,1,4,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 3 = 2 + 1
[3,4,2,1] => [1,4,3,2] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 3 = 2 + 1
[4,1,2,3] => [2,3,4,1] => [3,1] => [1,1,1,0,0,0,1,0]
=> 2 = 1 + 1
[4,1,3,2] => [4,2,3,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 3 = 2 + 1
[4,2,1,3] => [3,2,4,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 3 = 2 + 1
[4,2,3,1] => [2,4,3,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 3 = 2 + 1
[4,3,1,2] => [3,4,2,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 3 = 2 + 1
[4,3,2,1] => [4,3,2,1] => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> 4 = 3 + 1
[1,2,3,4,5] => [1,2,3,4,5] => [5] => [1,1,1,1,1,0,0,0,0,0]
=> 1 = 0 + 1
[1,2,3,5,4] => [5,1,2,3,4] => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> 2 = 1 + 1
[1,2,4,3,5] => [4,1,2,3,5] => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> 2 = 1 + 1
[1,2,4,5,3] => [3,5,1,2,4] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 2 = 1 + 1
[1,2,5,3,4] => [4,5,1,2,3] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 2 = 1 + 1
[1,2,5,4,3] => [5,4,1,2,3] => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> 3 = 2 + 1
[1,3,2,4,5] => [3,1,2,4,5] => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> 2 = 1 + 1
[1,3,2,5,4] => [2,5,1,3,4] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 2 = 1 + 1
[1,3,4,2,5] => [2,4,1,3,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 2 = 1 + 1
[1,3,4,5,2] => [2,3,5,1,4] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 2 = 1 + 1
[1,3,5,2,4] => [2,4,5,1,3] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 2 = 1 + 1
[1,3,5,4,2] => [5,2,4,1,3] => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> 3 = 2 + 1
[1,4,2,3,5] => [3,4,1,2,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 2 = 1 + 1
[1,4,2,5,3] => [5,3,1,2,4] => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> 3 = 2 + 1
[1,4,3,2,5] => [4,3,1,2,5] => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> 3 = 2 + 1
[1,4,3,5,2] => [3,2,5,1,4] => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> 3 = 2 + 1
[1,4,5,2,3] => [4,2,5,1,3] => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> 3 = 2 + 1
[6,5,7,4,8,3,2,1] => [2,1,4,3,8,7,6,5] => [1,2,2,1,1,1] => [1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0]
=> ? = 5 + 1
[6,7,8,3,4,5,2,1] => [4,1,5,2,8,7,6,3] => [1,2,2,1,1,1] => [1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0]
=> ? = 5 + 1
[6,7,8,5,2,3,4,1] => [5,1,6,2,8,7,4,3] => [1,2,2,1,1,1] => [1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0]
=> ? = 5 + 1
[8,5,6,7,2,3,4,1] => [5,2,6,3,8,7,4,1] => [1,2,2,1,1,1] => [1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0]
=> ? = 5 + 1
[7,8,3,2,4,5,6,1] => [4,3,5,6,1,8,7,2] => [1,3,2,1,1] => [1,0,1,1,1,0,0,0,1,1,0,0,1,0,1,0]
=> ? = 4 + 1
[6,5,7,4,3,2,8,1] => [2,1,6,5,4,3,8,7] => [1,2,1,1,2,1] => [1,0,1,1,0,0,1,0,1,0,1,1,0,0,1,0]
=> ? = 5 + 1
[6,5,4,3,7,2,8,1] => [4,3,2,1,6,5,8,7] => [1,1,1,2,2,1] => [1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0]
=> ? = 5 + 1
[5,6,7,8,3,4,1,2] => [1,2,7,5,3,8,6,4] => [3,1,2,1,1] => [1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,0]
=> ? = 4 + 1
[7,8,3,4,5,6,1,2] => [3,4,7,5,1,8,6,2] => [3,1,2,1,1] => [1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,0]
=> ? = 4 + 1
[3,4,5,6,7,8,1,2] => [1,2,3,4,7,5,8,6] => [5,2,1] => [1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,0]
=> ? = 2 + 1
[6,7,8,5,4,1,2,3] => [6,1,7,2,8,5,4,3] => [1,2,2,1,1,1] => [1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0]
=> ? = 5 + 1
[8,5,6,7,4,1,2,3] => [6,2,7,3,8,5,4,1] => [1,2,2,1,1,1] => [1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0]
=> ? = 5 + 1
[8,6,7,4,5,1,2,3] => [6,7,4,2,8,5,3,1] => [2,1,2,1,1,1] => [1,1,0,0,1,0,1,1,0,0,1,0,1,0,1,0]
=> ? = 5 + 1
[8,7,4,5,6,1,2,3] => [6,3,7,4,8,5,2,1] => [1,2,2,1,1,1] => [1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0]
=> ? = 5 + 1
[7,8,4,5,6,1,2,3] => [6,3,7,4,1,8,5,2] => [1,2,1,2,1,1] => [1,0,1,1,0,0,1,0,1,1,0,0,1,0,1,0]
=> ? = 5 + 1
[6,7,4,5,8,1,2,3] => [6,3,1,7,4,2,8,5] => [1,1,2,1,2,1] => [1,0,1,0,1,1,0,0,1,0,1,1,0,0,1,0]
=> ? = 5 + 1
[7,5,6,8,2,3,1,4] => [5,2,7,6,3,1,8,4] => [1,2,1,1,2,1] => [1,0,1,1,0,0,1,0,1,0,1,1,0,0,1,0]
=> ? = 5 + 1
[6,7,5,8,3,1,2,4] => [6,1,7,5,3,2,8,4] => [1,2,1,1,2,1] => [1,0,1,1,0,0,1,0,1,0,1,1,0,0,1,0]
=> ? = 5 + 1
[6,5,7,8,2,1,3,4] => [6,5,2,1,7,3,8,4] => [1,1,1,2,2,1] => [1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0]
=> ? = 5 + 1
[8,7,5,6,1,2,3,4] => [5,6,7,3,8,4,2,1] => [3,2,1,1,1] => [1,1,1,0,0,0,1,1,0,0,1,0,1,0,1,0]
=> ? = 4 + 1
[7,8,5,6,1,2,3,4] => [5,6,7,3,1,8,4,2] => [3,1,2,1,1] => [1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,0]
=> ? = 4 + 1
[8,5,6,7,1,2,3,4] => [5,6,2,7,3,8,4,1] => [2,2,2,1,1] => [1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0]
=> ? = 4 + 1
[8,7,6,4,2,1,3,5] => [6,5,7,4,8,3,2,1] => [1,2,2,1,1,1] => [1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0]
=> ? = 5 + 1
[8,6,7,1,2,3,4,5] => [4,5,6,7,2,8,3,1] => [4,2,1,1] => [1,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0]
=> ? = 3 + 1
[6,7,8,1,2,3,4,5] => [4,5,6,1,7,2,8,3] => [3,2,2,1] => [1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0]
=> ? = 3 + 1
[7,8,5,4,2,1,3,6] => [6,5,7,4,3,1,8,2] => [1,2,1,1,2,1] => [1,0,1,1,0,0,1,0,1,0,1,1,0,0,1,0]
=> ? = 5 + 1
[7,8,5,4,1,2,3,6] => [5,6,7,4,3,1,8,2] => [3,1,1,2,1] => [1,1,1,0,0,0,1,0,1,0,1,1,0,0,1,0]
=> ? = 4 + 1
[7,8,1,2,3,4,5,6] => [3,4,5,6,7,1,8,2] => [5,2,1] => [1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,0]
=> ? = 2 + 1
[8,5,6,3,4,1,2,7] => [6,4,2,7,5,3,8,1] => [1,1,2,1,2,1] => [1,0,1,0,1,1,0,0,1,0,1,1,0,0,1,0]
=> ? = 5 + 1
[8,6,5,4,2,1,3,7] => [6,5,7,4,3,2,8,1] => [1,2,1,1,2,1] => [1,0,1,1,0,0,1,0,1,0,1,1,0,0,1,0]
=> ? = 5 + 1
[8,6,4,3,2,1,5,7] => [6,5,4,3,7,2,8,1] => [1,1,1,2,2,1] => [1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0]
=> ? = 5 + 1
[5,6,7,2,3,4,1,8] => [4,1,5,2,7,6,3,8] => [1,2,2,1,2] => [1,0,1,1,0,0,1,1,0,0,1,0,1,1,0,0]
=> ? = 4 + 1
[5,6,3,4,1,2,7,8] => [5,3,1,6,4,2,7,8] => [1,1,2,1,3] => [1,0,1,0,1,1,0,0,1,0,1,1,1,0,0,0]
=> ? = 4 + 1
[4,5,6,1,2,3,7,8] => [4,1,5,2,6,3,7,8] => [1,2,2,3] => [1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0]
=> ? = 3 + 1
[3,5,8,7,6,4,2,1] => [8,7,2,6,1,5,4,3] => [1,1,2,2,1,1] => [1,0,1,0,1,1,0,0,1,1,0,0,1,0,1,0]
=> ? = 5 + 1
[4,3,6,5,8,7,2,1] => [1,3,8,2,4,7,6,5] => [3,3,1,1] => [1,1,1,0,0,0,1,1,1,0,0,0,1,0,1,0]
=> ? = 3 + 1
[2,6,8,7,5,4,3,1] => [8,2,7,6,5,1,4,3] => [1,2,1,1,2,1] => [1,0,1,1,0,0,1,0,1,0,1,1,0,0,1,0]
=> ? = 5 + 1
[2,3,5,6,8,7,4,1] => [8,3,4,7,1,2,6,5] => [1,3,3,1] => [1,0,1,1,1,0,0,0,1,1,1,0,0,0,1,0]
=> ? = 3 + 1
[3,2,6,5,4,8,7,1] => [4,1,3,8,2,5,7,6] => [1,3,3,1] => [1,0,1,1,1,0,0,0,1,1,1,0,0,0,1,0]
=> ? = 3 + 1
[4,3,6,5,7,2,8,1] => [1,4,2,3,6,5,8,7] => [2,3,2,1] => [1,1,0,0,1,1,1,0,0,0,1,1,0,0,1,0]
=> ? = 3 + 1
[3,2,6,5,7,4,8,1] => [4,1,3,6,2,5,8,7] => [1,3,3,1] => [1,0,1,1,1,0,0,0,1,1,1,0,0,0,1,0]
=> ? = 3 + 1
[4,3,5,2,7,6,8,1] => [2,1,3,6,4,5,8,7] => [1,3,3,1] => [1,0,1,1,1,0,0,0,1,1,1,0,0,0,1,0]
=> ? = 3 + 1
[1,4,3,6,5,8,7,2] => [2,4,8,3,5,7,1,6] => [3,3,2] => [1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0]
=> ? = 2 + 1
[2,1,6,5,7,4,8,3] => [4,3,6,1,5,8,2,7] => [1,2,3,2] => [1,0,1,1,0,0,1,1,1,0,0,0,1,1,0,0]
=> ? = 3 + 1
[1,2,6,7,8,5,4,3] => [3,4,8,7,6,1,2,5] => [3,1,1,3] => [1,1,1,0,0,0,1,0,1,0,1,1,1,0,0,0]
=> ? = 3 + 1
[3,2,1,6,5,8,7,4] => [1,4,8,2,5,7,3,6] => [3,3,2] => [1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0]
=> ? = 2 + 1
[2,1,4,3,8,7,6,5] => [8,7,1,3,6,2,4,5] => [1,1,3,3] => [1,0,1,0,1,1,1,0,0,0,1,1,1,0,0,0]
=> ? = 3 + 1
[2,1,4,3,6,8,7,5] => [8,1,3,5,7,2,4,6] => [1,4,3] => [1,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0]
=> ? = 2 + 1
[2,1,4,3,7,6,8,5] => [6,1,3,5,8,2,4,7] => [1,4,3] => [1,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0]
=> ? = 2 + 1
[3,2,5,4,1,8,7,6] => [1,3,8,2,4,7,5,6] => [3,3,2] => [1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0]
=> ? = 2 + 1
Description
The number of touch points (or returns) of a Dyck path. This is the number of points, excluding the origin, where the Dyck path has height 0.
Matching statistic: St000098
Mp00062: Permutations Lehmer-code to major-code bijectionPermutations
Mp00071: Permutations descent compositionInteger compositions
Mp00184: Integer compositions to threshold graphGraphs
St000098: Graphs ⟶ ℤResult quality: 61% values known / values provided: 61%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1] => ([],1)
=> 1 = 0 + 1
[1,2] => [1,2] => [2] => ([],2)
=> 1 = 0 + 1
[2,1] => [2,1] => [1,1] => ([(0,1)],2)
=> 2 = 1 + 1
[1,2,3] => [1,2,3] => [3] => ([],3)
=> 1 = 0 + 1
[1,3,2] => [3,1,2] => [1,2] => ([(1,2)],3)
=> 2 = 1 + 1
[2,1,3] => [2,1,3] => [1,2] => ([(1,2)],3)
=> 2 = 1 + 1
[2,3,1] => [1,3,2] => [2,1] => ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[3,1,2] => [2,3,1] => [2,1] => ([(0,2),(1,2)],3)
=> 2 = 1 + 1
[3,2,1] => [3,2,1] => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 3 = 2 + 1
[1,2,3,4] => [1,2,3,4] => [4] => ([],4)
=> 1 = 0 + 1
[1,2,4,3] => [4,1,2,3] => [1,3] => ([(2,3)],4)
=> 2 = 1 + 1
[1,3,2,4] => [3,1,2,4] => [1,3] => ([(2,3)],4)
=> 2 = 1 + 1
[1,3,4,2] => [2,4,1,3] => [2,2] => ([(1,3),(2,3)],4)
=> 2 = 1 + 1
[1,4,2,3] => [3,4,1,2] => [2,2] => ([(1,3),(2,3)],4)
=> 2 = 1 + 1
[1,4,3,2] => [4,3,1,2] => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[2,1,3,4] => [2,1,3,4] => [1,3] => ([(2,3)],4)
=> 2 = 1 + 1
[2,1,4,3] => [1,4,2,3] => [2,2] => ([(1,3),(2,3)],4)
=> 2 = 1 + 1
[2,3,1,4] => [1,3,2,4] => [2,2] => ([(1,3),(2,3)],4)
=> 2 = 1 + 1
[2,3,4,1] => [1,2,4,3] => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[2,4,1,3] => [1,3,4,2] => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[2,4,3,1] => [4,1,3,2] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[3,1,2,4] => [2,3,1,4] => [2,2] => ([(1,3),(2,3)],4)
=> 2 = 1 + 1
[3,1,4,2] => [4,2,1,3] => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[3,2,1,4] => [3,2,1,4] => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[3,2,4,1] => [2,1,4,3] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[3,4,1,2] => [3,1,4,2] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[3,4,2,1] => [1,4,3,2] => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[4,1,2,3] => [2,3,4,1] => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[4,1,3,2] => [4,2,3,1] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[4,2,1,3] => [3,2,4,1] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[4,2,3,1] => [2,4,3,1] => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[4,3,1,2] => [3,4,2,1] => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[4,3,2,1] => [4,3,2,1] => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4 = 3 + 1
[1,2,3,4,5] => [1,2,3,4,5] => [5] => ([],5)
=> 1 = 0 + 1
[1,2,3,5,4] => [5,1,2,3,4] => [1,4] => ([(3,4)],5)
=> 2 = 1 + 1
[1,2,4,3,5] => [4,1,2,3,5] => [1,4] => ([(3,4)],5)
=> 2 = 1 + 1
[1,2,4,5,3] => [3,5,1,2,4] => [2,3] => ([(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,2,5,3,4] => [4,5,1,2,3] => [2,3] => ([(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,2,5,4,3] => [5,4,1,2,3] => [1,1,3] => ([(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[1,3,2,4,5] => [3,1,2,4,5] => [1,4] => ([(3,4)],5)
=> 2 = 1 + 1
[1,3,2,5,4] => [2,5,1,3,4] => [2,3] => ([(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,3,4,2,5] => [2,4,1,3,5] => [2,3] => ([(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,3,4,5,2] => [2,3,5,1,4] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,3,5,2,4] => [2,4,5,1,3] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,3,5,4,2] => [5,2,4,1,3] => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[1,4,2,3,5] => [3,4,1,2,5] => [2,3] => ([(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,4,2,5,3] => [5,3,1,2,4] => [1,1,3] => ([(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[1,4,3,2,5] => [4,3,1,2,5] => [1,1,3] => ([(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[1,4,3,5,2] => [3,2,5,1,4] => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[1,4,5,2,3] => [4,2,5,1,3] => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[7,6,5,4,3,2,1,8] => [7,6,5,4,3,2,1,8] => [1,1,1,1,1,1,2] => ([(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[6,7,5,4,3,2,1,8] => [1,7,6,5,4,3,2,8] => [2,1,1,1,1,2] => ([(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[6,5,7,4,3,2,1,8] => [2,1,7,6,5,4,3,8] => [1,2,1,1,1,2] => ([(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[5,6,7,4,3,2,1,8] => [1,2,7,6,5,4,3,8] => [3,1,1,1,2] => ([(1,4),(1,5),(1,6),(1,7),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 4 + 1
[7,6,4,5,3,2,1,8] => [3,7,6,5,4,2,1,8] => [2,1,1,1,1,2] => ([(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[6,5,4,7,3,2,1,8] => [3,2,1,7,6,5,4,8] => [1,1,2,1,1,2] => ([(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[7,5,6,3,4,2,1,8] => [4,2,7,6,5,3,1,8] => [1,2,1,1,1,2] => ([(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[7,6,4,3,5,2,1,8] => [4,3,7,6,5,2,1,8] => [1,2,1,1,1,2] => ([(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[7,6,3,4,5,2,1,8] => [3,4,7,6,5,2,1,8] => [3,1,1,1,2] => ([(1,4),(1,5),(1,6),(1,7),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 4 + 1
[7,5,4,3,6,2,1,8] => [4,3,2,7,6,5,1,8] => [1,1,2,1,1,2] => ([(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[6,7,5,4,2,3,1,8] => [5,1,7,6,4,3,2,8] => [1,2,1,1,1,2] => ([(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[6,5,7,3,2,4,1,8] => [5,4,2,1,7,6,3,8] => [1,1,1,2,1,2] => ([(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[5,6,7,2,3,4,1,8] => [4,1,5,2,7,6,3,8] => [1,2,2,1,2] => ([(1,6),(1,7),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 4 + 1
[2,3,4,5,6,7,1,8] => [1,2,3,4,5,7,6,8] => [6,2] => ([(1,7),(2,7),(3,7),(4,7),(5,7),(6,7)],8)
=> ? = 1 + 1
[5,6,7,1,2,3,4,8] => [4,5,1,6,2,7,3,8] => [2,2,2,2] => ([(1,7),(2,6),(2,7),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 3 + 1
[6,7,1,2,3,4,5,8] => [3,4,5,6,1,7,2,8] => [4,2,2] => ([(1,7),(2,6),(2,7),(3,6),(3,7),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 2 + 1
[7,1,2,3,4,5,6,8] => [2,3,4,5,6,7,1,8] => [6,2] => ([(1,7),(2,7),(3,7),(4,7),(5,7),(6,7)],8)
=> ? = 1 + 1
[6,5,4,3,2,1,7,8] => [6,5,4,3,2,1,7,8] => [1,1,1,1,1,3] => ([(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[2,3,4,5,6,1,7,8] => [1,2,3,4,6,5,7,8] => [5,3] => ([(2,7),(3,7),(4,7),(5,7),(6,7)],8)
=> ? = 1 + 1
[5,6,3,4,1,2,7,8] => [5,3,1,6,4,2,7,8] => [1,1,2,1,3] => ([(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 4 + 1
[4,5,6,1,2,3,7,8] => [4,1,5,2,6,3,7,8] => [1,2,2,3] => ([(2,7),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 3 + 1
[6,1,2,3,4,5,7,8] => [2,3,4,5,6,1,7,8] => [5,3] => ([(2,7),(3,7),(4,7),(5,7),(6,7)],8)
=> ? = 1 + 1
[5,4,3,2,1,6,7,8] => [5,4,3,2,1,6,7,8] => [1,1,1,1,4] => ([(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 4 + 1
[2,3,4,5,1,6,7,8] => [1,2,3,5,4,6,7,8] => [4,4] => ([(3,7),(4,7),(5,7),(6,7)],8)
=> ? = 1 + 1
[5,1,2,3,4,6,7,8] => [2,3,4,5,1,6,7,8] => [4,4] => ([(3,7),(4,7),(5,7),(6,7)],8)
=> ? = 1 + 1
[4,3,2,1,5,6,7,8] => [4,3,2,1,5,6,7,8] => [1,1,1,5] => ([(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 3 + 1
[3,4,1,2,5,6,7,8] => [3,1,4,2,5,6,7,8] => [1,2,5] => ([(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 2 + 1
[3,2,1,4,5,6,7,8] => [3,2,1,4,5,6,7,8] => [1,1,6] => ([(5,6),(5,7),(6,7)],8)
=> ? = 2 + 1
[2,1,3,4,5,6,7,8] => [2,1,3,4,5,6,7,8] => [1,7] => ([(6,7)],8)
=> ? = 1 + 1
[1,2,3,4,5,6,7,8] => [1,2,3,4,5,6,7,8] => [8] => ([],8)
=> ? = 0 + 1
[1,8,7,6,5,4,3,2] => [8,7,6,5,4,3,1,2] => [1,1,1,1,1,1,2] => ([(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 6 + 1
[1,7,8,6,5,4,3,2] => [2,8,7,6,5,4,1,3] => [2,1,1,1,1,2] => ([(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[1,6,8,7,5,4,3,2] => [8,2,7,6,5,4,1,3] => [1,2,1,1,1,2] => ([(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[1,7,6,8,5,4,3,2] => [3,2,8,7,6,5,1,4] => [1,2,1,1,1,2] => ([(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[1,6,7,8,5,4,3,2] => [2,3,8,7,6,5,1,4] => [3,1,1,1,2] => ([(1,4),(1,5),(1,6),(1,7),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 4 + 1
[1,5,8,7,6,4,3,2] => [8,7,2,6,5,4,1,3] => [1,1,2,1,1,2] => ([(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[1,7,6,5,8,4,3,2] => [4,3,2,8,7,6,1,5] => [1,1,2,1,1,2] => ([(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[1,3,5,7,8,6,4,2] => [4,8,3,7,2,6,1,5] => [2,2,2,2] => ([(1,7),(2,6),(2,7),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 3 + 1
[1,4,3,8,7,6,5,2] => [8,7,2,6,3,5,1,4] => [1,1,2,2,2] => ([(1,7),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 4 + 1
[1,6,5,4,3,8,7,2] => [4,3,2,8,5,7,1,6] => [1,1,2,2,2] => ([(1,7),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 4 + 1
[1,4,3,6,5,8,7,2] => [2,4,8,3,5,7,1,6] => [3,3,2] => ([(1,7),(2,7),(3,6),(3,7),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 2 + 1
[2,1,8,7,6,5,4,3] => [8,7,6,5,1,4,2,3] => [1,1,1,1,2,2] => ([(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 5 + 1
[2,1,6,5,7,4,8,3] => [4,3,6,1,5,8,2,7] => [1,2,3,2] => ([(1,7),(2,7),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 3 + 1
[2,1,5,4,7,6,8,3] => [3,6,1,4,5,8,2,7] => [2,4,2] => ([(1,7),(2,7),(3,7),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 2 + 1
[1,2,6,7,8,5,4,3] => [3,4,8,7,6,1,2,5] => [3,1,1,3] => ([(2,5),(2,6),(2,7),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 3 + 1
[3,2,1,8,7,6,5,4] => [8,7,1,6,2,5,3,4] => [1,1,2,2,2] => ([(1,7),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 4 + 1
[3,2,1,6,5,8,7,4] => [1,4,8,2,5,7,3,6] => [3,3,2] => ([(1,7),(2,7),(3,6),(3,7),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 2 + 1
[1,2,3,5,6,7,8,4] => [4,5,6,8,1,2,3,7] => [4,4] => ([(3,7),(4,7),(5,7),(6,7)],8)
=> ? = 1 + 1
[4,3,2,1,8,7,6,5] => [1,8,2,7,3,6,4,5] => [2,2,2,2] => ([(1,7),(2,6),(2,7),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 3 + 1
[3,4,2,1,7,8,6,5] => [1,2,5,8,3,7,4,6] => [4,2,2] => ([(1,7),(2,6),(2,7),(3,6),(3,7),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 2 + 1
Description
The chromatic number of a graph. The minimal number of colors needed to color the vertices of the graph such that no two vertices which share an edge have the same color.
The following 72 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000306The bounce count of a Dyck path. St000024The number of double up and double down steps of a Dyck path. St000053The number of valleys of the Dyck path. St000211The rank of the set partition. St000272The treewidth of a graph. St000362The size of a minimal vertex cover of a graph. St000536The pathwidth of a graph. St001197The global dimension of $eAe$ for the corresponding Nakayama algebra $A$ with minimal faithful projective-injective module $eA$. St001506Half the projective dimension of the unique simple module with even projective dimension in a magnitude 1 Nakayama algebra. St000172The Grundy number of a graph. St001007Number of simple modules with projective dimension 1 in the Nakayama algebra corresponding to the Dyck path. St001029The size of the core of a graph. St001068Number of torsionless simple modules in the corresponding Nakayama algebra. St001203We associate to 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 Dyck path as follows: St001494The Alon-Tarsi number of a graph. St001580The acyclic chromatic number of a graph. St001670The connected partition number of a graph. St001028Number of simple modules with injective dimension equal to the dominant dimension in the Nakayama algebra corresponding to the Dyck path. St001199The dominant dimension of $eAe$ for the corresponding Nakayama algebra $A$ with minimal faithful projective-injective module $eA$. St001277The degeneracy of a graph. St001358The largest degree of a regular subgraph of a graph. St001302The number of minimally dominating sets of vertices of a graph. St001304The number of maximally independent sets of vertices of a graph. St001963The tree-depth of a graph. St000245The number of ascents of a permutation. St000167The number of leaves of an ordered tree. St000672The number of minimal elements in Bruhat order not less than the permutation. St000703The number of deficiencies of a permutation. St000470The number of runs in a permutation. St000354The number of recoils of a permutation. St000702The number of weak deficiencies of a permutation. St000021The number of descents of a permutation. St001298The number of repeated entries in the Lehmer code of a permutation. St001489The maximum of the number of descents and the number of inverse descents. St000325The width of the tree associated to a permutation. St000155The number of exceedances (also excedences) of a permutation. St000168The number of internal nodes of an ordered tree. St000329The number of evenly positioned ascents of the Dyck path, with the initial position equal to 1. St001169Number of simple modules with projective dimension at least two in the corresponding Nakayama algebra. St001205The number of non-simple indecomposable projective-injective modules of the algebra $eAe$ in the corresponding Nakayama algebra $A$ with minimal faithful projective-injective module $eA$. St001225The vector space dimension of the first extension group between J and itself when J is the Jacobson radical of the corresponding Nakayama algebra. St001278The number of indecomposable modules that are fixed by $\tau \Omega^1$ composed with its inverse in the corresponding Nakayama algebra. St000015The number of peaks of a Dyck path. St000062The length of the longest increasing subsequence of the permutation. St000213The number of weak exceedances (also weak excedences) of a permutation. St000314The number of left-to-right-maxima of a permutation. St000443The number of long tunnels of a Dyck path. St000822The Hadwiger number of the graph. St001187The number of simple modules with grade at least one in the corresponding Nakayama algebra. St001202Call 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. St001224Let X be the direct sum of all simple modules of the corresponding Nakayama algebra. St001290The first natural number n such that the tensor product of n copies of D(A) is zero for the corresponding Nakayama algebra A. St000083The number of left oriented leafs of a binary tree except the first one. St001812The biclique partition number of a graph. St001427The number of descents of a signed permutation. St001907The number of Bastidas - Hohlweg - Saliola excedances of a signed permutation. St001232The number of indecomposable modules with projective dimension 2 for Nakayama algebras with global dimension at most 2. St001330The hat guessing number of a graph. St001875The number of simple modules with projective dimension at most 1. St001864The number of excedances of a signed permutation. St001896The number of right descents of a signed permutations. St001942The number of loops of the quiver corresponding to the reduced incidence algebra of a poset. St000914The sum of the values of the Möbius function of a poset. St001890The maximum magnitude of the Möbius function of a poset. St001095The number of non-isomorphic posets with precisely one further covering relation. St001946The number of descents in a parking function. St001905The number of preferred parking spots in a parking function less than the index of the car. St001935The number of ascents in a parking function. 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)$. St000454The largest eigenvalue of a graph if it is integral. St001624The breadth of a lattice. St001626The number of maximal proper sublattices of a lattice.