Your data matches 40 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
St000018: 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] => 2
[3,1,2] => 2
[3,2,1] => 3
[1,2,3,4] => 0
[1,2,4,3] => 1
[1,3,2,4] => 1
[1,3,4,2] => 2
[1,4,2,3] => 2
[1,4,3,2] => 3
[2,1,3,4] => 1
[2,1,4,3] => 2
[2,3,1,4] => 2
[2,3,4,1] => 3
[2,4,1,3] => 3
[2,4,3,1] => 4
[3,1,2,4] => 2
[3,1,4,2] => 3
[3,2,1,4] => 3
[3,2,4,1] => 4
[3,4,1,2] => 4
[3,4,2,1] => 5
[4,1,2,3] => 3
[4,1,3,2] => 4
[4,2,1,3] => 4
[4,2,3,1] => 5
[4,3,1,2] => 5
[4,3,2,1] => 6
[1,2,3,4,5] => 0
[1,2,3,5,4] => 1
[1,2,4,3,5] => 1
[1,2,4,5,3] => 2
[1,2,5,3,4] => 2
[1,2,5,4,3] => 3
[1,3,2,4,5] => 1
[1,3,2,5,4] => 2
[1,3,4,2,5] => 2
[1,3,4,5,2] => 3
[1,3,5,2,4] => 3
[1,3,5,4,2] => 4
[1,4,2,3,5] => 2
[1,4,2,5,3] => 3
[1,4,3,2,5] => 3
[1,4,3,5,2] => 4
[1,4,5,2,3] => 4
Description
The number of inversions of a permutation. This equals the minimal number of simple transpositions $(i,i+1)$ needed to write $\pi$. Thus, it is also the Coxeter length of $\pi$.
Mp00175: Permutations inverse Foata bijectionPermutations
Mp00109: Permutations descent wordBinary words
St000391: Binary words ⟶ ℤResult quality: 88% values known / values provided: 90%distinct values known / distinct values provided: 88%
Values
[1] => [1] => => ? = 0
[1,2] => [1,2] => 0 => 0
[2,1] => [2,1] => 1 => 1
[1,2,3] => [1,2,3] => 00 => 0
[1,3,2] => [3,1,2] => 10 => 1
[2,1,3] => [2,1,3] => 10 => 1
[2,3,1] => [2,3,1] => 01 => 2
[3,1,2] => [1,3,2] => 01 => 2
[3,2,1] => [3,2,1] => 11 => 3
[1,2,3,4] => [1,2,3,4] => 000 => 0
[1,2,4,3] => [4,1,2,3] => 100 => 1
[1,3,2,4] => [3,1,2,4] => 100 => 1
[1,3,4,2] => [3,4,1,2] => 010 => 2
[1,4,2,3] => [1,4,2,3] => 010 => 2
[1,4,3,2] => [4,3,1,2] => 110 => 3
[2,1,3,4] => [2,1,3,4] => 100 => 1
[2,1,4,3] => [2,4,1,3] => 010 => 2
[2,3,1,4] => [2,3,1,4] => 010 => 2
[2,3,4,1] => [2,3,4,1] => 001 => 3
[2,4,1,3] => [4,2,1,3] => 110 => 3
[2,4,3,1] => [4,2,3,1] => 101 => 4
[3,1,2,4] => [1,3,2,4] => 010 => 2
[3,1,4,2] => [1,3,4,2] => 001 => 3
[3,2,1,4] => [3,2,1,4] => 110 => 3
[3,2,4,1] => [3,2,4,1] => 101 => 4
[3,4,1,2] => [3,1,4,2] => 101 => 4
[3,4,2,1] => [3,4,2,1] => 011 => 5
[4,1,2,3] => [1,2,4,3] => 001 => 3
[4,1,3,2] => [4,1,3,2] => 101 => 4
[4,2,1,3] => [2,1,4,3] => 101 => 4
[4,2,3,1] => [2,4,3,1] => 011 => 5
[4,3,1,2] => [1,4,3,2] => 011 => 5
[4,3,2,1] => [4,3,2,1] => 111 => 6
[1,2,3,4,5] => [1,2,3,4,5] => 0000 => 0
[1,2,3,5,4] => [5,1,2,3,4] => 1000 => 1
[1,2,4,3,5] => [4,1,2,3,5] => 1000 => 1
[1,2,4,5,3] => [4,5,1,2,3] => 0100 => 2
[1,2,5,3,4] => [1,5,2,3,4] => 0100 => 2
[1,2,5,4,3] => [5,4,1,2,3] => 1100 => 3
[1,3,2,4,5] => [3,1,2,4,5] => 1000 => 1
[1,3,2,5,4] => [3,5,1,2,4] => 0100 => 2
[1,3,4,2,5] => [3,4,1,2,5] => 0100 => 2
[1,3,4,5,2] => [3,4,5,1,2] => 0010 => 3
[1,3,5,2,4] => [5,3,1,2,4] => 1100 => 3
[1,3,5,4,2] => [5,3,4,1,2] => 1010 => 4
[1,4,2,3,5] => [1,4,2,3,5] => 0100 => 2
[1,4,2,5,3] => [1,4,5,2,3] => 0010 => 3
[1,4,3,2,5] => [4,3,1,2,5] => 1100 => 3
[1,4,3,5,2] => [4,3,5,1,2] => 1010 => 4
[1,4,5,2,3] => [4,1,5,2,3] => 1010 => 4
[1,4,5,3,2] => [4,5,3,1,2] => 0110 => 5
[] => [] => ? => ? = 0
[3,7,5,2,4,1,8,6] => ? => ? => ? = 13
[4,6,8,3,2,7,5,1] => ? => ? => ? = 18
[8,3,7,5,1,4,6,2] => ? => ? => ? = 19
[8,4,1,7,5,3,6,2] => ? => ? => ? = 18
[8,3,6,7,2,1,5,4] => ? => ? => ? = 19
[8,5,7,2,1,3,6,4] => ? => ? => ? = 18
[2,1,4,3,6,5,8,7,10,9,12,11] => [2,4,6,8,10,12,1,3,5,7,9,11] => 00000100000 => ? = 6
[2,1,4,3,6,5,8,7,12,11,10,9] => [12,11,2,4,6,8,10,1,3,5,7,9] => 11000010000 => ? = 10
[2,1,4,3,6,5,10,9,8,7,12,11] => [10,9,2,4,6,8,12,1,3,5,7,11] => 11000010000 => ? = 10
[2,1,4,3,6,5,12,9,8,11,10,7] => [2,12,9,11,4,6,8,10,1,3,5,7] => 01010001000 => ? = 14
[2,1,4,3,6,5,12,11,10,9,8,7] => [12,11,10,9,2,4,6,8,1,3,5,7] => 11110001000 => ? = 18
[2,1,4,3,8,7,6,5,10,9,12,11] => [8,7,2,4,6,10,12,1,3,5,9,11] => 11000010000 => ? = 10
[2,1,4,3,8,7,6,5,12,11,10,9] => [8,12,7,11,2,4,6,10,1,3,5,9] => 01010001000 => ? = 14
[2,1,4,3,10,7,6,9,8,5,12,11] => [2,10,7,9,4,6,8,12,1,3,5,11] => 01010001000 => ? = 14
[2,1,4,3,12,7,6,9,8,11,10,5] => [2,4,12,7,9,11,6,8,10,1,3,5] => 00100100100 => ? = 18
[2,1,4,3,12,7,6,11,10,9,8,5] => [12,11,2,10,7,9,4,6,8,1,3,5] => 11010100100 => ? = 22
[2,1,4,3,10,9,8,7,6,5,12,11] => [10,9,8,7,2,4,6,12,1,3,5,11] => 11110001000 => ? = 18
[2,1,4,3,12,9,8,7,6,11,10,5] => [12,9,2,8,7,11,4,6,10,1,3,5] => 11010100100 => ? = 22
[2,1,4,3,12,11,8,7,10,9,6,5] => [8,12,7,11,10,9,2,4,6,1,3,5] => 01011100100 => ? = 26
[2,1,4,3,12,11,10,9,8,7,6,5] => [12,11,10,9,8,7,2,4,6,1,3,5] => 11111100100 => ? = 30
[2,1,6,5,4,3,8,7,10,9,12,11] => [6,5,2,4,8,10,12,1,3,7,9,11] => 11000010000 => ? = 10
[2,1,6,5,4,3,8,7,12,11,10,9] => [6,12,5,11,2,4,8,10,1,3,7,9] => 01010001000 => ? = 14
[2,1,6,5,4,3,10,9,8,7,12,11] => [6,10,5,9,2,4,8,12,1,3,7,11] => 01010001000 => ? = 14
[2,1,6,5,4,3,12,9,8,11,10,7] => [6,5,12,9,11,2,4,8,10,1,3,7] => 10101000100 => ? = 18
[2,1,6,5,4,3,12,11,10,9,8,7] => [12,11,6,10,5,9,2,4,8,1,3,7] => 11010100100 => ? = 22
[2,1,8,5,4,7,6,3,10,9,12,11] => [2,8,5,7,4,6,10,12,1,3,9,11] => 01010001000 => ? = 14
[2,1,8,5,4,7,6,3,12,11,10,9] => [2,8,12,5,7,11,4,6,10,1,3,9] => 00100100100 => ? = 18
[2,1,10,5,4,7,6,9,8,3,12,11] => [10,5,2,4,7,9,6,8,12,1,3,11] => 11000100100 => ? = 18
[2,1,12,5,4,7,6,9,8,11,10,3] => [12,5,7,2,4,6,9,11,8,10,1,3] => 10100001010 => ? = 22
[2,1,12,5,4,7,6,11,10,9,8,3] => [12,5,11,10,2,4,7,9,6,8,1,3] => 10110001010 => ? = 26
[2,1,10,5,4,9,8,7,6,3,12,11] => [10,9,2,8,5,7,4,6,12,1,3,11] => 11010100100 => ? = 22
[2,1,12,5,4,9,8,7,6,11,10,3] => [12,5,9,8,2,4,7,11,6,10,1,3] => 10110001010 => ? = 26
[2,1,12,5,4,11,8,7,10,9,6,3] => [2,12,5,11,8,10,7,9,4,6,1,3] => 01010101010 => ? = 30
[2,1,12,5,4,11,10,9,8,7,6,3] => [12,11,10,9,2,8,5,7,4,6,1,3] => 11110101010 => ? = 34
[2,1,8,7,6,5,4,3,10,9,12,11] => [8,7,6,5,2,4,10,12,1,3,9,11] => 11110001000 => ? = 18
[2,1,8,7,6,5,4,3,12,11,10,9] => [8,7,6,12,5,11,2,4,10,1,3,9] => 11010100100 => ? = 22
[2,1,10,7,6,5,4,9,8,3,12,11] => [10,7,2,6,5,9,4,8,12,1,3,11] => 11010100100 => ? = 22
[2,1,12,7,6,5,4,9,8,11,10,3] => [7,6,12,5,2,4,9,11,8,10,1,3] => 10110001010 => ? = 26
[2,1,12,7,6,5,4,11,10,9,8,3] => [2,12,7,11,6,10,5,9,4,8,1,3] => 01010101010 => ? = 30
[2,1,10,9,6,5,8,7,4,3,12,11] => [6,10,5,9,8,7,2,4,12,1,3,11] => 01011100100 => ? = 26
[2,1,12,9,6,5,8,7,4,11,10,3] => [2,12,6,9,5,8,7,11,4,10,1,3] => 01010101010 => ? = 30
[2,1,12,11,6,5,8,7,10,9,4,3] => [6,8,12,5,7,11,10,9,2,4,1,3] => 00100111010 => ? = 34
[2,1,12,11,6,5,10,9,8,7,4,3] => [12,11,6,10,5,9,8,7,2,4,1,3] => 11010111010 => ? = 38
[2,1,10,9,8,7,6,5,4,3,12,11] => [10,9,8,7,6,5,2,4,12,1,3,11] => 11111100100 => ? = 30
[2,1,12,9,8,7,6,5,4,11,10,3] => [12,9,8,7,2,6,5,11,4,10,1,3] => 11110101010 => ? = 34
[2,1,12,11,8,7,6,5,10,9,4,3] => [8,7,6,12,5,11,10,9,2,4,1,3] => 11010111010 => ? = 38
[2,1,12,11,10,7,6,9,8,5,4,3] => [7,12,6,11,10,9,8,5,2,4,1,3] => 01011111010 => ? = 42
[2,1,12,11,10,9,8,7,6,5,4,3] => [12,11,10,9,8,7,6,5,2,4,1,3] => 11111111010 => ? = 46
Description
The sum of the positions of the ones in a binary word.
Mp00175: Permutations inverse Foata bijectionPermutations
Mp00071: Permutations descent compositionInteger compositions
St000008: Integer compositions ⟶ ℤResult quality: 86% values known / values provided: 86%distinct values known / distinct values provided: 90%
Values
[1] => [1] => [1] => 0
[1,2] => [1,2] => [2] => 0
[2,1] => [2,1] => [1,1] => 1
[1,2,3] => [1,2,3] => [3] => 0
[1,3,2] => [3,1,2] => [1,2] => 1
[2,1,3] => [2,1,3] => [1,2] => 1
[2,3,1] => [2,3,1] => [2,1] => 2
[3,1,2] => [1,3,2] => [2,1] => 2
[3,2,1] => [3,2,1] => [1,1,1] => 3
[1,2,3,4] => [1,2,3,4] => [4] => 0
[1,2,4,3] => [4,1,2,3] => [1,3] => 1
[1,3,2,4] => [3,1,2,4] => [1,3] => 1
[1,3,4,2] => [3,4,1,2] => [2,2] => 2
[1,4,2,3] => [1,4,2,3] => [2,2] => 2
[1,4,3,2] => [4,3,1,2] => [1,1,2] => 3
[2,1,3,4] => [2,1,3,4] => [1,3] => 1
[2,1,4,3] => [2,4,1,3] => [2,2] => 2
[2,3,1,4] => [2,3,1,4] => [2,2] => 2
[2,3,4,1] => [2,3,4,1] => [3,1] => 3
[2,4,1,3] => [4,2,1,3] => [1,1,2] => 3
[2,4,3,1] => [4,2,3,1] => [1,2,1] => 4
[3,1,2,4] => [1,3,2,4] => [2,2] => 2
[3,1,4,2] => [1,3,4,2] => [3,1] => 3
[3,2,1,4] => [3,2,1,4] => [1,1,2] => 3
[3,2,4,1] => [3,2,4,1] => [1,2,1] => 4
[3,4,1,2] => [3,1,4,2] => [1,2,1] => 4
[3,4,2,1] => [3,4,2,1] => [2,1,1] => 5
[4,1,2,3] => [1,2,4,3] => [3,1] => 3
[4,1,3,2] => [4,1,3,2] => [1,2,1] => 4
[4,2,1,3] => [2,1,4,3] => [1,2,1] => 4
[4,2,3,1] => [2,4,3,1] => [2,1,1] => 5
[4,3,1,2] => [1,4,3,2] => [2,1,1] => 5
[4,3,2,1] => [4,3,2,1] => [1,1,1,1] => 6
[1,2,3,4,5] => [1,2,3,4,5] => [5] => 0
[1,2,3,5,4] => [5,1,2,3,4] => [1,4] => 1
[1,2,4,3,5] => [4,1,2,3,5] => [1,4] => 1
[1,2,4,5,3] => [4,5,1,2,3] => [2,3] => 2
[1,2,5,3,4] => [1,5,2,3,4] => [2,3] => 2
[1,2,5,4,3] => [5,4,1,2,3] => [1,1,3] => 3
[1,3,2,4,5] => [3,1,2,4,5] => [1,4] => 1
[1,3,2,5,4] => [3,5,1,2,4] => [2,3] => 2
[1,3,4,2,5] => [3,4,1,2,5] => [2,3] => 2
[1,3,4,5,2] => [3,4,5,1,2] => [3,2] => 3
[1,3,5,2,4] => [5,3,1,2,4] => [1,1,3] => 3
[1,3,5,4,2] => [5,3,4,1,2] => [1,2,2] => 4
[1,4,2,3,5] => [1,4,2,3,5] => [2,3] => 2
[1,4,2,5,3] => [1,4,5,2,3] => [3,2] => 3
[1,4,3,2,5] => [4,3,1,2,5] => [1,1,3] => 3
[1,4,3,5,2] => [4,3,5,1,2] => [1,2,2] => 4
[1,4,5,2,3] => [4,1,5,2,3] => [1,2,2] => 4
[2,1,10,5,4,7,6,9,8,3] => [10,5,2,4,7,9,6,8,1,3] => [1,1,4,2,2] => ? = 17
[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] => ? = 29
[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] => ? = 31
[4,3,2,1,10,7,6,9,8,5] => [4,3,10,7,9,2,6,8,1,5] => [1,2,2,3,2] => ? = 17
[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] => ? = 25
[7,3,2,8,9,10,1,4,5,6] => [7,8,9,3,2,1,4,5,10,6] => [3,1,1,4,1] => ? = 21
[8,5,4,3,2,9,10,1,6,7] => [5,4,3,8,9,2,1,6,10,7] => [1,1,3,1,3,1] => ? = 23
[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] => ? = 33
[9,3,1,2,4,5,6,7,8] => [1,3,2,4,5,6,7,9,8] => [2,6,1] => ? = 10
[9,7,8,1,2,3,4,5,6] => [1,2,3,4,7,5,9,8,6] => [5,2,1,1] => ? = 20
[] => [] => [] => ? = 0
[3,7,5,2,4,1,8,6] => ? => ? => ? = 13
[4,6,8,3,2,7,5,1] => ? => ? => ? = 18
[8,3,7,5,1,4,6,2] => ? => ? => ? = 19
[8,4,1,7,5,3,6,2] => ? => ? => ? = 18
[8,3,6,7,2,1,5,4] => ? => ? => ? = 19
[8,5,7,2,1,3,6,4] => ? => ? => ? = 18
[2,3,4,5,6,7,8,1,9] => [2,3,4,5,6,7,8,1,9] => [7,2] => ? = 7
[2,3,4,5,6,7,8,9,1,10] => [2,3,4,5,6,7,8,9,1,10] => [8,2] => ? = 8
[2,3,4,5,6,7,1,8,9] => [2,3,4,5,6,7,1,8,9] => [6,3] => ? = 6
[2,1,6,5,4,3,12,9,8,11,10,7] => [6,5,12,9,11,2,4,8,10,1,3,7] => [1,2,2,4,3] => ? = 18
[2,1,10,5,4,7,6,9,8,3,12,11] => [10,5,2,4,7,9,6,8,12,1,3,11] => [1,1,4,3,3] => ? = 18
[2,1,12,5,4,7,6,9,8,11,10,3] => [12,5,7,2,4,6,9,11,8,10,1,3] => [1,2,5,2,2] => ? = 22
[2,1,12,5,4,7,6,11,10,9,8,3] => [12,5,11,10,2,4,7,9,6,8,1,3] => [1,2,1,4,2,2] => ? = 26
[2,1,12,5,4,9,8,7,6,11,10,3] => [12,5,9,8,2,4,7,11,6,10,1,3] => [1,2,1,4,2,2] => ? = 26
[2,1,12,7,6,5,4,9,8,11,10,3] => [7,6,12,5,2,4,9,11,8,10,1,3] => [1,2,1,4,2,2] => ? = 26
[4,3,2,1,6,5,12,9,8,11,10,7] => [4,3,12,9,11,2,6,8,10,1,5,7] => [1,2,2,4,3] => ? = 18
[4,3,2,1,10,7,6,9,8,5,12,11] => [4,3,10,7,9,2,6,8,12,1,5,11] => [1,2,2,4,3] => ? = 18
[4,3,2,1,12,7,6,9,8,11,10,5] => [4,3,7,9,12,11,2,6,8,10,1,5] => [1,4,1,4,2] => ? = 22
[4,3,2,1,12,7,6,11,10,9,8,5] => [12,4,11,3,10,7,9,2,6,8,1,5] => [1,2,2,2,3,2] => ? = 26
[4,3,2,1,12,9,8,7,6,11,10,5] => [12,4,9,3,8,7,11,2,6,10,1,5] => [1,2,2,2,3,2] => ? = 26
[6,3,2,5,4,1,12,9,8,11,10,7] => [3,12,6,2,5,9,11,4,8,10,1,7] => [2,1,4,3,2] => ? = 22
[12,3,2,11,6,5,8,7,10,9,4,1] => [3,2,12,6,8,11,10,5,7,9,4,1] => [1,2,3,1,3,1,1] => ? = 38
[6,5,4,3,2,1,12,9,8,11,10,7] => [6,12,5,4,3,9,11,2,8,10,1,7] => [2,1,1,3,3,2] => ? = 26
[10,8,9,5,6,7,1,2,3,4] => [1,5,2,8,6,3,10,9,7,4] => [2,2,1,2,1,1,1] => ? = 35
[10,8,9,4,5,6,1,2,3,7] => [4,1,5,2,8,6,3,10,9,7] => [1,2,2,1,2,1,1] => ? = 32
[10,7,8,5,6,9,1,2,3,4] => [1,7,5,2,8,6,3,10,9,4] => [2,1,2,1,2,1,1] => ? = 33
[10,7,8,4,5,9,1,2,3,6] => [4,1,7,5,2,8,3,10,9,6] => [1,2,1,2,2,1,1] => ? = 31
[10,6,7,4,5,8,1,2,3,9] => [6,4,1,7,5,2,8,3,10,9] => [1,1,2,1,2,2,1] => ? = 28
[10,6,7,3,4,8,1,2,5,9] => [3,6,4,1,7,2,8,5,10,9] => [2,1,2,2,2,1] => ? = 26
[9,8,10,5,6,7,1,2,3,4] => [1,5,2,9,8,6,3,10,7,4] => [2,2,1,1,2,1,1] => ? = 34
[9,8,10,4,5,6,1,2,3,7] => [4,1,5,2,9,8,6,3,10,7] => [1,2,2,1,1,2,1] => ? = 31
[9,7,10,5,6,8,1,2,3,4] => [1,7,5,2,9,6,3,10,8,4] => [2,1,2,1,2,1,1] => ? = 33
[9,7,10,4,5,8,1,2,3,6] => [4,1,7,5,2,9,3,10,8,6] => [1,2,1,2,2,1,1] => ? = 31
[9,6,10,4,5,7,1,2,3,8] => [4,1,9,6,5,2,7,3,10,8] => [1,2,1,1,2,2,1] => ? = 29
[9,6,10,3,4,7,1,2,5,8] => [3,6,1,9,4,2,7,5,10,8] => [2,2,1,2,2,1] => ? = 27
[8,7,9,5,6,10,1,2,3,4] => [1,8,7,5,2,9,6,3,10,4] => [2,1,1,2,1,2,1] => ? = 31
[8,7,9,4,5,10,1,2,3,6] => [4,1,8,7,5,2,9,3,10,6] => [1,2,1,1,2,2,1] => ? = 29
[8,6,9,4,5,10,1,2,3,7] => [6,4,1,8,5,2,9,3,10,7] => [1,1,2,1,2,2,1] => ? = 28
[7,6,8,4,5,9,1,2,3,10] => [7,6,4,1,8,5,2,9,3,10] => [1,1,1,2,1,2,2] => ? = 25
Description
The major index of the composition. The descents of a composition $[c_1,c_2,\dots,c_k]$ are the partial sums $c_1, c_1+c_2,\dots, c_1+\dots+c_{k-1}$, excluding the sum of all parts. The major index of a composition is the sum of its descents. For details about the major index see [[Permutations/Descents-Major]].
Mp00175: Permutations inverse Foata bijectionPermutations
Mp00070: Permutations Robinson-Schensted recording tableauStandard tableaux
St000330: Standard tableaux ⟶ ℤResult quality: 85% values known / values provided: 85%distinct values known / distinct values provided: 88%
Values
[1] => [1] => [[1]]
=> 0
[1,2] => [1,2] => [[1,2]]
=> 0
[2,1] => [2,1] => [[1],[2]]
=> 1
[1,2,3] => [1,2,3] => [[1,2,3]]
=> 0
[1,3,2] => [3,1,2] => [[1,3],[2]]
=> 1
[2,1,3] => [2,1,3] => [[1,3],[2]]
=> 1
[2,3,1] => [2,3,1] => [[1,2],[3]]
=> 2
[3,1,2] => [1,3,2] => [[1,2],[3]]
=> 2
[3,2,1] => [3,2,1] => [[1],[2],[3]]
=> 3
[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
[1,3,2,4] => [3,1,2,4] => [[1,3,4],[2]]
=> 1
[1,3,4,2] => [3,4,1,2] => [[1,2],[3,4]]
=> 2
[1,4,2,3] => [1,4,2,3] => [[1,2,4],[3]]
=> 2
[1,4,3,2] => [4,3,1,2] => [[1,4],[2],[3]]
=> 3
[2,1,3,4] => [2,1,3,4] => [[1,3,4],[2]]
=> 1
[2,1,4,3] => [2,4,1,3] => [[1,2],[3,4]]
=> 2
[2,3,1,4] => [2,3,1,4] => [[1,2,4],[3]]
=> 2
[2,3,4,1] => [2,3,4,1] => [[1,2,3],[4]]
=> 3
[2,4,1,3] => [4,2,1,3] => [[1,4],[2],[3]]
=> 3
[2,4,3,1] => [4,2,3,1] => [[1,3],[2],[4]]
=> 4
[3,1,2,4] => [1,3,2,4] => [[1,2,4],[3]]
=> 2
[3,1,4,2] => [1,3,4,2] => [[1,2,3],[4]]
=> 3
[3,2,1,4] => [3,2,1,4] => [[1,4],[2],[3]]
=> 3
[3,2,4,1] => [3,2,4,1] => [[1,3],[2],[4]]
=> 4
[3,4,1,2] => [3,1,4,2] => [[1,3],[2,4]]
=> 4
[3,4,2,1] => [3,4,2,1] => [[1,2],[3],[4]]
=> 5
[4,1,2,3] => [1,2,4,3] => [[1,2,3],[4]]
=> 3
[4,1,3,2] => [4,1,3,2] => [[1,3],[2],[4]]
=> 4
[4,2,1,3] => [2,1,4,3] => [[1,3],[2,4]]
=> 4
[4,2,3,1] => [2,4,3,1] => [[1,2],[3],[4]]
=> 5
[4,3,1,2] => [1,4,3,2] => [[1,2],[3],[4]]
=> 5
[4,3,2,1] => [4,3,2,1] => [[1],[2],[3],[4]]
=> 6
[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
[1,2,4,3,5] => [4,1,2,3,5] => [[1,3,4,5],[2]]
=> 1
[1,2,4,5,3] => [4,5,1,2,3] => [[1,2,5],[3,4]]
=> 2
[1,2,5,3,4] => [1,5,2,3,4] => [[1,2,4,5],[3]]
=> 2
[1,2,5,4,3] => [5,4,1,2,3] => [[1,4,5],[2],[3]]
=> 3
[1,3,2,4,5] => [3,1,2,4,5] => [[1,3,4,5],[2]]
=> 1
[1,3,2,5,4] => [3,5,1,2,4] => [[1,2,5],[3,4]]
=> 2
[1,3,4,2,5] => [3,4,1,2,5] => [[1,2,5],[3,4]]
=> 2
[1,3,4,5,2] => [3,4,5,1,2] => [[1,2,3],[4,5]]
=> 3
[1,3,5,2,4] => [5,3,1,2,4] => [[1,4,5],[2],[3]]
=> 3
[1,3,5,4,2] => [5,3,4,1,2] => [[1,3],[2,5],[4]]
=> 4
[1,4,2,3,5] => [1,4,2,3,5] => [[1,2,4,5],[3]]
=> 2
[1,4,2,5,3] => [1,4,5,2,3] => [[1,2,3],[4,5]]
=> 3
[1,4,3,2,5] => [4,3,1,2,5] => [[1,4,5],[2],[3]]
=> 3
[1,4,3,5,2] => [4,3,5,1,2] => [[1,3],[2,5],[4]]
=> 4
[1,4,5,2,3] => [4,1,5,2,3] => [[1,3,5],[2,4]]
=> 4
[6,3,2,5,4,1,8,7,10,9] => [3,6,2,5,4,8,10,1,7,9] => [[1,2,6,7],[3,4,9,10],[5],[8]]
=> ? = 13
[8,3,2,5,4,7,6,1,10,9] => [3,5,8,2,4,7,6,10,1,9] => [[1,2,3,8],[4,5,6,10],[7],[9]]
=> ? = 17
[8,5,4,3,2,7,6,1,10,9] => [5,4,3,8,2,7,6,10,1,9] => [[1,4,8],[2,6,10],[3,7],[5],[9]]
=> ? = 21
[10,5,4,3,2,7,6,9,8,1] => [5,4,3,7,10,2,6,9,8,1] => [[1,4,5],[2,7,8],[3,9],[6],[10]]
=> ? = 25
[2,1,8,5,4,7,6,3,10,9] => [2,8,5,7,4,6,10,1,3,9] => [[1,2,4,7],[3,6,10],[5,9],[8]]
=> ? = 13
[8,7,4,3,6,5,2,1,10,9] => [4,8,3,7,6,5,2,10,1,9] => [[1,2,8],[3,4,10],[5],[6],[7],[9]]
=> ? = 25
[10,7,4,3,6,5,2,9,8,1] => [4,7,3,6,5,10,2,9,8,1] => [[1,2,6],[3,4,8],[5,9],[7],[10]]
=> ? = 29
[2,1,10,5,4,7,6,9,8,3] => [10,5,2,4,7,9,6,8,1,3] => [[1,4,5,6],[2,7,8],[3,10],[9]]
=> ? = 17
[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]]
=> ? = 29
[8,3,2,7,6,5,4,1,10,9] => [8,7,3,6,2,5,4,10,1,9] => [[1,4,8],[2,6,10],[3],[5],[7],[9]]
=> ? = 21
[10,3,2,7,6,5,4,9,8,1] => [7,6,3,5,10,2,4,9,8,1] => [[1,4,5],[2,7,8],[3,9],[6],[10]]
=> ? = 25
[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]]
=> ? = 31
[10,7,6,5,4,3,2,9,8,1] => [7,6,5,4,3,10,2,9,8,1] => [[1,6],[2,8],[3,9],[4],[5],[7],[10]]
=> ? = 33
[2,1,10,7,6,5,4,9,8,3] => [10,7,2,6,5,9,4,8,1,3] => [[1,4,6],[2,8],[3,10],[5],[7],[9]]
=> ? = 21
[10,9,6,5,4,3,8,7,2,1] => [6,5,4,10,3,9,8,7,2,1] => [[1,4],[2,6],[3,7],[5,8],[9],[10]]
=> ? = 37
[2,1,4,3,10,7,6,9,8,5] => [2,10,7,9,4,6,8,1,3,5] => [[1,2,4,7],[3,6,10],[5,9],[8]]
=> ? = 13
[4,3,2,1,10,7,6,9,8,5] => [4,3,10,7,9,2,6,8,1,5] => [[1,3,5],[2,4,8],[6,7],[9,10]]
=> ? = 17
[10,3,2,9,6,5,8,7,4,1] => [3,6,10,9,8,2,5,7,4,1] => [[1,2,3],[4,7,8],[5],[6],[9],[10]]
=> ? = 29
[2,1,10,9,6,5,8,7,4,3] => [6,10,5,9,8,7,2,4,1,3] => [[1,2],[3,4],[5,8],[6,10],[7],[9]]
=> ? = 25
[7,3,2,8,9,10,1,4,5,6] => [7,8,9,3,2,1,4,5,10,6] => [[1,2,3,9],[4,7,8,10],[5],[6]]
=> ? = 21
[8,5,4,3,2,9,10,1,6,7] => [5,4,3,8,9,2,1,6,10,7] => [[1,4,5,9],[2,8,10],[3],[6],[7]]
=> ? = 23
[10,3,2,5,4,9,8,7,6,1] => [10,9,3,5,8,2,4,7,6,1] => [[1,4,5],[2,7,8],[3],[6],[9],[10]]
=> ? = 25
[2,1,10,5,4,9,8,7,6,3] => [10,9,2,8,5,7,4,6,1,3] => [[1,4,6],[2,8],[3,10],[5],[7],[9]]
=> ? = 21
[10,9,4,3,8,7,6,5,2,1] => [10,9,4,8,3,7,6,5,2,1] => [[1,4],[2,6],[3],[5],[7],[8],[9],[10]]
=> ? = 37
[9,7,5,10,3,8,2,6,1,4] => [5,3,7,2,9,1,10,8,6,4] => [[1,3,5,7],[2,8],[4,9],[6,10]]
=> ? = 33
[10,3,2,9,8,7,6,5,4,1] => [10,9,8,7,3,6,2,5,4,1] => [[1,6],[2,8],[3],[4],[5],[7],[9],[10]]
=> ? = 33
[2,9,1,3,4,5,6,7,8] => [2,1,3,4,5,6,9,7,8] => [[1,3,4,5,6,7,9],[2,8]]
=> ? = 8
[9,3,1,2,4,5,6,7,8] => [1,3,2,4,5,6,7,9,8] => [[1,2,4,5,6,7,8],[3,9]]
=> ? = 10
[2,3,4,5,6,7,9,1,8] => [9,2,3,4,5,6,7,1,8] => [[1,3,4,5,6,7,9],[2],[8]]
=> ? = 8
[3,7,5,2,4,1,8,6] => ? => ?
=> ? = 13
[4,6,8,3,2,7,5,1] => ? => ?
=> ? = 18
[8,3,7,5,1,4,6,2] => ? => ?
=> ? = 19
[8,4,1,7,5,3,6,2] => ? => ?
=> ? = 18
[8,3,6,7,2,1,5,4] => ? => ?
=> ? = 19
[8,5,7,2,1,3,6,4] => ? => ?
=> ? = 18
[2,3,4,5,6,7,8,1,9] => [2,3,4,5,6,7,8,1,9] => [[1,2,3,4,5,6,7,9],[8]]
=> ? = 7
[2,3,4,5,6,7,1,8,9] => [2,3,4,5,6,7,1,8,9] => [[1,2,3,4,5,6,8,9],[7]]
=> ? = 6
[2,1,4,3,6,5,8,7,12,11,10,9] => [12,11,2,4,6,8,10,1,3,5,7,9] => [[1,4,5,6,7],[2,9,10,11,12],[3],[8]]
=> ? = 10
[2,1,4,3,6,5,10,9,8,7,12,11] => [10,9,2,4,6,8,12,1,3,5,7,11] => [[1,4,5,6,7],[2,9,10,11,12],[3],[8]]
=> ? = 10
[2,1,4,3,6,5,12,9,8,11,10,7] => [2,12,9,11,4,6,8,10,1,3,5,7] => [[1,2,4,7,8],[3,6,11,12],[5,10],[9]]
=> ? = 14
[2,1,4,3,6,5,12,11,10,9,8,7] => [12,11,10,9,2,4,6,8,1,3,5,7] => [[1,6,7,8],[2,10,11,12],[3],[4],[5],[9]]
=> ? = 18
[2,1,4,3,8,7,6,5,10,9,12,11] => [8,7,2,4,6,10,12,1,3,5,9,11] => [[1,4,5,6,7],[2,9,10,11,12],[3],[8]]
=> ? = 10
[2,1,4,3,10,7,6,9,8,5,12,11] => [2,10,7,9,4,6,8,12,1,3,5,11] => [[1,2,4,7,8],[3,6,11,12],[5,10],[9]]
=> ? = 14
[2,1,4,3,12,7,6,9,8,11,10,5] => [2,4,12,7,9,11,6,8,10,1,3,5] => [[1,2,3,5,6],[4,8,9],[7,11,12],[10]]
=> ? = 18
[2,1,4,3,12,7,6,11,10,9,8,5] => [12,11,2,10,7,9,4,6,8,1,3,5] => [[1,4,6,9],[2,8,12],[3,11],[5],[7],[10]]
=> ? = 22
[2,1,4,3,10,9,8,7,6,5,12,11] => [10,9,8,7,2,4,6,12,1,3,5,11] => [[1,6,7,8],[2,10,11,12],[3],[4],[5],[9]]
=> ? = 18
[2,1,4,3,12,9,8,7,6,11,10,5] => [12,9,2,8,7,11,4,6,10,1,3,5] => [[1,4,6,9],[2,8,12],[3,11],[5],[7],[10]]
=> ? = 22
[2,1,4,3,12,11,8,7,10,9,6,5] => [8,12,7,11,10,9,2,4,6,1,3,5] => [[1,2,9],[3,4,12],[5,8],[6,11],[7],[10]]
=> ? = 26
[2,1,4,3,12,11,10,9,8,7,6,5] => [12,11,10,9,8,7,2,4,6,1,3,5] => [[1,8,9],[2,11,12],[3],[4],[5],[6],[7],[10]]
=> ? = 30
[2,1,6,5,4,3,8,7,10,9,12,11] => [6,5,2,4,8,10,12,1,3,7,9,11] => [[1,4,5,6,7],[2,9,10,11,12],[3],[8]]
=> ? = 10
Description
The (standard) major index of a standard tableau. A descent of a standard tableau $T$ is an index $i$ such that $i+1$ appears in a row strictly below the row of $i$. The (standard) major index is the the sum of the descents.
Mp00175: Permutations inverse Foata bijectionPermutations
Mp00070: Permutations Robinson-Schensted recording tableauStandard tableaux
Mp00085: Standard tableaux Schützenberger involutionStandard tableaux
St000169: Standard tableaux ⟶ ℤResult quality: 84% values known / values provided: 84%distinct values known / distinct values provided: 88%
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] => [2,3,1] => [[1,2],[3]]
=> [[1,3],[2]]
=> 2
[3,1,2] => [1,3,2] => [[1,2],[3]]
=> [[1,3],[2]]
=> 2
[3,2,1] => [3,2,1] => [[1],[2],[3]]
=> [[1],[2],[3]]
=> 3
[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] => [3,4,1,2] => [[1,2],[3,4]]
=> [[1,2],[3,4]]
=> 2
[1,4,2,3] => [1,4,2,3] => [[1,2,4],[3]]
=> [[1,2,4],[3]]
=> 2
[1,4,3,2] => [4,3,1,2] => [[1,4],[2],[3]]
=> [[1,2],[3],[4]]
=> 3
[2,1,3,4] => [2,1,3,4] => [[1,3,4],[2]]
=> [[1,2,3],[4]]
=> 1
[2,1,4,3] => [2,4,1,3] => [[1,2],[3,4]]
=> [[1,2],[3,4]]
=> 2
[2,3,1,4] => [2,3,1,4] => [[1,2,4],[3]]
=> [[1,2,4],[3]]
=> 2
[2,3,4,1] => [2,3,4,1] => [[1,2,3],[4]]
=> [[1,3,4],[2]]
=> 3
[2,4,1,3] => [4,2,1,3] => [[1,4],[2],[3]]
=> [[1,2],[3],[4]]
=> 3
[2,4,3,1] => [4,2,3,1] => [[1,3],[2],[4]]
=> [[1,3],[2],[4]]
=> 4
[3,1,2,4] => [1,3,2,4] => [[1,2,4],[3]]
=> [[1,2,4],[3]]
=> 2
[3,1,4,2] => [1,3,4,2] => [[1,2,3],[4]]
=> [[1,3,4],[2]]
=> 3
[3,2,1,4] => [3,2,1,4] => [[1,4],[2],[3]]
=> [[1,2],[3],[4]]
=> 3
[3,2,4,1] => [3,2,4,1] => [[1,3],[2],[4]]
=> [[1,3],[2],[4]]
=> 4
[3,4,1,2] => [3,1,4,2] => [[1,3],[2,4]]
=> [[1,3],[2,4]]
=> 4
[3,4,2,1] => [3,4,2,1] => [[1,2],[3],[4]]
=> [[1,4],[2],[3]]
=> 5
[4,1,2,3] => [1,2,4,3] => [[1,2,3],[4]]
=> [[1,3,4],[2]]
=> 3
[4,1,3,2] => [4,1,3,2] => [[1,3],[2],[4]]
=> [[1,3],[2],[4]]
=> 4
[4,2,1,3] => [2,1,4,3] => [[1,3],[2,4]]
=> [[1,3],[2,4]]
=> 4
[4,2,3,1] => [2,4,3,1] => [[1,2],[3],[4]]
=> [[1,4],[2],[3]]
=> 5
[4,3,1,2] => [1,4,3,2] => [[1,2],[3],[4]]
=> [[1,4],[2],[3]]
=> 5
[4,3,2,1] => [4,3,2,1] => [[1],[2],[3],[4]]
=> [[1],[2],[3],[4]]
=> 6
[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] => [4,5,1,2,3] => [[1,2,5],[3,4]]
=> [[1,2,3],[4,5]]
=> 2
[1,2,5,3,4] => [1,5,2,3,4] => [[1,2,4,5],[3]]
=> [[1,2,3,5],[4]]
=> 2
[1,2,5,4,3] => [5,4,1,2,3] => [[1,4,5],[2],[3]]
=> [[1,2,3],[4],[5]]
=> 3
[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] => [3,5,1,2,4] => [[1,2,5],[3,4]]
=> [[1,2,3],[4,5]]
=> 2
[1,3,4,2,5] => [3,4,1,2,5] => [[1,2,5],[3,4]]
=> [[1,2,3],[4,5]]
=> 2
[1,3,4,5,2] => [3,4,5,1,2] => [[1,2,3],[4,5]]
=> [[1,2,5],[3,4]]
=> 3
[1,3,5,2,4] => [5,3,1,2,4] => [[1,4,5],[2],[3]]
=> [[1,2,3],[4],[5]]
=> 3
[1,3,5,4,2] => [5,3,4,1,2] => [[1,3],[2,5],[4]]
=> [[1,2],[3,4],[5]]
=> 4
[1,4,2,3,5] => [1,4,2,3,5] => [[1,2,4,5],[3]]
=> [[1,2,3,5],[4]]
=> 2
[1,4,2,5,3] => [1,4,5,2,3] => [[1,2,3],[4,5]]
=> [[1,2,5],[3,4]]
=> 3
[1,4,3,2,5] => [4,3,1,2,5] => [[1,4,5],[2],[3]]
=> [[1,2,3],[4],[5]]
=> 3
[1,4,3,5,2] => [4,3,5,1,2] => [[1,3],[2,5],[4]]
=> [[1,2],[3,4],[5]]
=> 4
[1,4,5,2,3] => [4,1,5,2,3] => [[1,3,5],[2,4]]
=> [[1,2,4],[3,5]]
=> 4
[6,3,2,5,4,1,8,7,10,9] => [3,6,2,5,4,8,10,1,7,9] => [[1,2,6,7],[3,4,9,10],[5],[8]]
=> ?
=> ? = 13
[8,3,2,5,4,7,6,1,10,9] => [3,5,8,2,4,7,6,10,1,9] => [[1,2,3,8],[4,5,6,10],[7],[9]]
=> ?
=> ? = 17
[8,5,4,3,2,7,6,1,10,9] => [5,4,3,8,2,7,6,10,1,9] => [[1,4,8],[2,6,10],[3,7],[5],[9]]
=> ?
=> ? = 21
[10,5,4,3,2,7,6,9,8,1] => [5,4,3,7,10,2,6,9,8,1] => [[1,4,5],[2,7,8],[3,9],[6],[10]]
=> ?
=> ? = 25
[2,1,8,5,4,7,6,3,10,9] => [2,8,5,7,4,6,10,1,3,9] => [[1,2,4,7],[3,6,10],[5,9],[8]]
=> [[1,2,3,10],[4,5,6],[7,8],[9]]
=> ? = 13
[8,7,4,3,6,5,2,1,10,9] => [4,8,3,7,6,5,2,10,1,9] => [[1,2,8],[3,4,10],[5],[6],[7],[9]]
=> ?
=> ? = 25
[10,7,4,3,6,5,2,9,8,1] => [4,7,3,6,5,10,2,9,8,1] => [[1,2,6],[3,4,8],[5,9],[7],[10]]
=> ?
=> ? = 29
[2,1,10,5,4,7,6,9,8,3] => [10,5,2,4,7,9,6,8,1,3] => [[1,4,5,6],[2,7,8],[3,10],[9]]
=> ?
=> ? = 17
[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]]
=> ?
=> ? = 29
[8,3,2,7,6,5,4,1,10,9] => [8,7,3,6,2,5,4,10,1,9] => [[1,4,8],[2,6,10],[3],[5],[7],[9]]
=> ?
=> ? = 21
[10,3,2,7,6,5,4,9,8,1] => [7,6,3,5,10,2,4,9,8,1] => [[1,4,5],[2,7,8],[3,9],[6],[10]]
=> ?
=> ? = 25
[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]]
=> ? = 31
[10,7,6,5,4,3,2,9,8,1] => [7,6,5,4,3,10,2,9,8,1] => [[1,6],[2,8],[3,9],[4],[5],[7],[10]]
=> ?
=> ? = 33
[2,1,10,7,6,5,4,9,8,3] => [10,7,2,6,5,9,4,8,1,3] => [[1,4,6],[2,8],[3,10],[5],[7],[9]]
=> ?
=> ? = 21
[10,9,6,5,4,3,8,7,2,1] => [6,5,4,10,3,9,8,7,2,1] => [[1,4],[2,6],[3,7],[5,8],[9],[10]]
=> ?
=> ? = 37
[2,1,4,3,10,7,6,9,8,5] => [2,10,7,9,4,6,8,1,3,5] => [[1,2,4,7],[3,6,10],[5,9],[8]]
=> [[1,2,3,10],[4,5,6],[7,8],[9]]
=> ? = 13
[4,3,2,1,10,7,6,9,8,5] => [4,3,10,7,9,2,6,8,1,5] => [[1,3,5],[2,4,8],[6,7],[9,10]]
=> ?
=> ? = 17
[10,3,2,9,6,5,8,7,4,1] => [3,6,10,9,8,2,5,7,4,1] => [[1,2,3],[4,7,8],[5],[6],[9],[10]]
=> ?
=> ? = 29
[2,1,10,9,6,5,8,7,4,3] => [6,10,5,9,8,7,2,4,1,3] => [[1,2],[3,4],[5,8],[6,10],[7],[9]]
=> ?
=> ? = 25
[7,3,2,8,9,10,1,4,5,6] => [7,8,9,3,2,1,4,5,10,6] => [[1,2,3,9],[4,7,8,10],[5],[6]]
=> ?
=> ? = 21
[8,5,4,3,2,9,10,1,6,7] => [5,4,3,8,9,2,1,6,10,7] => [[1,4,5,9],[2,8,10],[3],[6],[7]]
=> ?
=> ? = 23
[10,3,2,5,4,9,8,7,6,1] => [10,9,3,5,8,2,4,7,6,1] => [[1,4,5],[2,7,8],[3],[6],[9],[10]]
=> ?
=> ? = 25
[2,1,10,5,4,9,8,7,6,3] => [10,9,2,8,5,7,4,6,1,3] => [[1,4,6],[2,8],[3,10],[5],[7],[9]]
=> ?
=> ? = 21
[10,9,4,3,8,7,6,5,2,1] => [10,9,4,8,3,7,6,5,2,1] => [[1,4],[2,6],[3],[5],[7],[8],[9],[10]]
=> [[1,6],[2,8],[3],[4],[5],[7],[9],[10]]
=> ? = 37
[9,7,5,10,3,8,2,6,1,4] => [5,3,7,2,9,1,10,8,6,4] => [[1,3,5,7],[2,8],[4,9],[6,10]]
=> ?
=> ? = 33
[10,3,2,9,8,7,6,5,4,1] => [10,9,8,7,3,6,2,5,4,1] => [[1,6],[2,8],[3],[4],[5],[7],[9],[10]]
=> [[1,4],[2,6],[3],[5],[7],[8],[9],[10]]
=> ? = 33
[2,9,1,3,4,5,6,7,8] => [2,1,3,4,5,6,9,7,8] => [[1,3,4,5,6,7,9],[2,8]]
=> ?
=> ? = 8
[9,3,1,2,4,5,6,7,8] => [1,3,2,4,5,6,7,9,8] => [[1,2,4,5,6,7,8],[3,9]]
=> [[1,3,4,5,6,7,9],[2,8]]
=> ? = 10
[2,3,4,5,6,7,9,1,8] => [9,2,3,4,5,6,7,1,8] => [[1,3,4,5,6,7,9],[2],[8]]
=> ?
=> ? = 8
[3,7,5,2,4,1,8,6] => ? => ?
=> ?
=> ? = 13
[4,6,8,3,2,7,5,1] => ? => ?
=> ?
=> ? = 18
[8,3,7,5,1,4,6,2] => ? => ?
=> ?
=> ? = 19
[8,4,1,7,5,3,6,2] => ? => ?
=> ?
=> ? = 18
[8,3,6,7,2,1,5,4] => ? => ?
=> ?
=> ? = 19
[8,5,7,2,1,3,6,4] => ? => ?
=> ?
=> ? = 18
[2,3,4,5,6,7,1,8,9] => [2,3,4,5,6,7,1,8,9] => [[1,2,3,4,5,6,8,9],[7]]
=> [[1,2,3,5,6,7,8,9],[4]]
=> ? = 6
[2,1,4,3,6,5,8,7,12,11,10,9] => [12,11,2,4,6,8,10,1,3,5,7,9] => [[1,4,5,6,7],[2,9,10,11,12],[3],[8]]
=> [[1,2,3,4,5],[6,7,8,9,10],[11],[12]]
=> ? = 10
[2,1,4,3,6,5,10,9,8,7,12,11] => [10,9,2,4,6,8,12,1,3,5,7,11] => [[1,4,5,6,7],[2,9,10,11,12],[3],[8]]
=> [[1,2,3,4,5],[6,7,8,9,10],[11],[12]]
=> ? = 10
[2,1,4,3,6,5,12,9,8,11,10,7] => [2,12,9,11,4,6,8,10,1,3,5,7] => [[1,2,4,7,8],[3,6,11,12],[5,10],[9]]
=> ?
=> ? = 14
[2,1,4,3,6,5,12,11,10,9,8,7] => [12,11,10,9,2,4,6,8,1,3,5,7] => [[1,6,7,8],[2,10,11,12],[3],[4],[5],[9]]
=> ?
=> ? = 18
[2,1,4,3,8,7,6,5,10,9,12,11] => [8,7,2,4,6,10,12,1,3,5,9,11] => [[1,4,5,6,7],[2,9,10,11,12],[3],[8]]
=> [[1,2,3,4,5],[6,7,8,9,10],[11],[12]]
=> ? = 10
[2,1,4,3,8,7,6,5,12,11,10,9] => [8,12,7,11,2,4,6,10,1,3,5,9] => [[1,2,7,8],[3,4,11,12],[5,6],[9,10]]
=> ?
=> ? = 14
[2,1,4,3,10,7,6,9,8,5,12,11] => [2,10,7,9,4,6,8,12,1,3,5,11] => [[1,2,4,7,8],[3,6,11,12],[5,10],[9]]
=> ?
=> ? = 14
[2,1,4,3,12,7,6,9,8,11,10,5] => [2,4,12,7,9,11,6,8,10,1,3,5] => [[1,2,3,5,6],[4,8,9],[7,11,12],[10]]
=> ?
=> ? = 18
[2,1,4,3,12,7,6,11,10,9,8,5] => [12,11,2,10,7,9,4,6,8,1,3,5] => [[1,4,6,9],[2,8,12],[3,11],[5],[7],[10]]
=> ?
=> ? = 22
[2,1,4,3,10,9,8,7,6,5,12,11] => [10,9,8,7,2,4,6,12,1,3,5,11] => [[1,6,7,8],[2,10,11,12],[3],[4],[5],[9]]
=> ?
=> ? = 18
[2,1,4,3,12,9,8,7,6,11,10,5] => [12,9,2,8,7,11,4,6,10,1,3,5] => [[1,4,6,9],[2,8,12],[3,11],[5],[7],[10]]
=> ?
=> ? = 22
[2,1,4,3,12,11,8,7,10,9,6,5] => [8,12,7,11,10,9,2,4,6,1,3,5] => [[1,2,9],[3,4,12],[5,8],[6,11],[7],[10]]
=> ?
=> ? = 26
[2,1,4,3,12,11,10,9,8,7,6,5] => [12,11,10,9,8,7,2,4,6,1,3,5] => [[1,8,9],[2,11,12],[3],[4],[5],[6],[7],[10]]
=> ?
=> ? = 30
[2,1,6,5,4,3,8,7,10,9,12,11] => [6,5,2,4,8,10,12,1,3,7,9,11] => [[1,4,5,6,7],[2,9,10,11,12],[3],[8]]
=> [[1,2,3,4,5],[6,7,8,9,10],[11],[12]]
=> ? = 10
Description
The cocharge of a standard tableau. The '''cocharge''' of a standard tableau $T$, denoted $\mathrm{cc}(T)$, is defined to be the cocharge of the reading word of the tableau. The cocharge of a permutation $w_1 w_2\cdots w_n$ can be computed by the following algorithm: 1) Starting from $w_n$, scan the entries right-to-left until finding the entry $1$ with a superscript $0$. 2) Continue scanning until the $2$ is found, and label this with a superscript $1$. Then scan until the $3$ is found, labeling with a $2$, and so on, incrementing the label each time, until the beginning of the word is reached. Then go back to the end and scan again from right to left, and *do not* increment the superscript label for the first number found in the next scan. Then continue scanning and labeling, each time incrementing the superscript only if we have not cycled around the word since the last labeling. 3) The cocharge is defined as the sum of the superscript labels on the letters.
Mp00175: Permutations inverse Foata bijectionPermutations
Mp00064: Permutations reversePermutations
Mp00070: Permutations Robinson-Schensted recording tableauStandard tableaux
St000009: Standard tableaux ⟶ ℤResult quality: 72% values known / values provided: 72%distinct values known / distinct values provided: 83%
Values
[1] => [1] => [1] => [[1]]
=> 0
[1,2] => [1,2] => [2,1] => [[1],[2]]
=> 0
[2,1] => [2,1] => [1,2] => [[1,2]]
=> 1
[1,2,3] => [1,2,3] => [3,2,1] => [[1],[2],[3]]
=> 0
[1,3,2] => [3,1,2] => [2,1,3] => [[1,3],[2]]
=> 1
[2,1,3] => [2,1,3] => [3,1,2] => [[1,3],[2]]
=> 1
[2,3,1] => [2,3,1] => [1,3,2] => [[1,2],[3]]
=> 2
[3,1,2] => [1,3,2] => [2,3,1] => [[1,2],[3]]
=> 2
[3,2,1] => [3,2,1] => [1,2,3] => [[1,2,3]]
=> 3
[1,2,3,4] => [1,2,3,4] => [4,3,2,1] => [[1],[2],[3],[4]]
=> 0
[1,2,4,3] => [4,1,2,3] => [3,2,1,4] => [[1,4],[2],[3]]
=> 1
[1,3,2,4] => [3,1,2,4] => [4,2,1,3] => [[1,4],[2],[3]]
=> 1
[1,3,4,2] => [3,4,1,2] => [2,1,4,3] => [[1,3],[2,4]]
=> 2
[1,4,2,3] => [1,4,2,3] => [3,2,4,1] => [[1,3],[2],[4]]
=> 2
[1,4,3,2] => [4,3,1,2] => [2,1,3,4] => [[1,3,4],[2]]
=> 3
[2,1,3,4] => [2,1,3,4] => [4,3,1,2] => [[1,4],[2],[3]]
=> 1
[2,1,4,3] => [2,4,1,3] => [3,1,4,2] => [[1,3],[2,4]]
=> 2
[2,3,1,4] => [2,3,1,4] => [4,1,3,2] => [[1,3],[2],[4]]
=> 2
[2,3,4,1] => [2,3,4,1] => [1,4,3,2] => [[1,2],[3],[4]]
=> 3
[2,4,1,3] => [4,2,1,3] => [3,1,2,4] => [[1,3,4],[2]]
=> 3
[2,4,3,1] => [4,2,3,1] => [1,3,2,4] => [[1,2,4],[3]]
=> 4
[3,1,2,4] => [1,3,2,4] => [4,2,3,1] => [[1,3],[2],[4]]
=> 2
[3,1,4,2] => [1,3,4,2] => [2,4,3,1] => [[1,2],[3],[4]]
=> 3
[3,2,1,4] => [3,2,1,4] => [4,1,2,3] => [[1,3,4],[2]]
=> 3
[3,2,4,1] => [3,2,4,1] => [1,4,2,3] => [[1,2,4],[3]]
=> 4
[3,4,1,2] => [3,1,4,2] => [2,4,1,3] => [[1,2],[3,4]]
=> 4
[3,4,2,1] => [3,4,2,1] => [1,2,4,3] => [[1,2,3],[4]]
=> 5
[4,1,2,3] => [1,2,4,3] => [3,4,2,1] => [[1,2],[3],[4]]
=> 3
[4,1,3,2] => [4,1,3,2] => [2,3,1,4] => [[1,2,4],[3]]
=> 4
[4,2,1,3] => [2,1,4,3] => [3,4,1,2] => [[1,2],[3,4]]
=> 4
[4,2,3,1] => [2,4,3,1] => [1,3,4,2] => [[1,2,3],[4]]
=> 5
[4,3,1,2] => [1,4,3,2] => [2,3,4,1] => [[1,2,3],[4]]
=> 5
[4,3,2,1] => [4,3,2,1] => [1,2,3,4] => [[1,2,3,4]]
=> 6
[1,2,3,4,5] => [1,2,3,4,5] => [5,4,3,2,1] => [[1],[2],[3],[4],[5]]
=> 0
[1,2,3,5,4] => [5,1,2,3,4] => [4,3,2,1,5] => [[1,5],[2],[3],[4]]
=> 1
[1,2,4,3,5] => [4,1,2,3,5] => [5,3,2,1,4] => [[1,5],[2],[3],[4]]
=> 1
[1,2,4,5,3] => [4,5,1,2,3] => [3,2,1,5,4] => [[1,4],[2,5],[3]]
=> 2
[1,2,5,3,4] => [1,5,2,3,4] => [4,3,2,5,1] => [[1,4],[2],[3],[5]]
=> 2
[1,2,5,4,3] => [5,4,1,2,3] => [3,2,1,4,5] => [[1,4,5],[2],[3]]
=> 3
[1,3,2,4,5] => [3,1,2,4,5] => [5,4,2,1,3] => [[1,5],[2],[3],[4]]
=> 1
[1,3,2,5,4] => [3,5,1,2,4] => [4,2,1,5,3] => [[1,4],[2,5],[3]]
=> 2
[1,3,4,2,5] => [3,4,1,2,5] => [5,2,1,4,3] => [[1,4],[2,5],[3]]
=> 2
[1,3,4,5,2] => [3,4,5,1,2] => [2,1,5,4,3] => [[1,3],[2,4],[5]]
=> 3
[1,3,5,2,4] => [5,3,1,2,4] => [4,2,1,3,5] => [[1,4,5],[2],[3]]
=> 3
[1,3,5,4,2] => [5,3,4,1,2] => [2,1,4,3,5] => [[1,3,5],[2,4]]
=> 4
[1,4,2,3,5] => [1,4,2,3,5] => [5,3,2,4,1] => [[1,4],[2],[3],[5]]
=> 2
[1,4,2,5,3] => [1,4,5,2,3] => [3,2,5,4,1] => [[1,3],[2,4],[5]]
=> 3
[1,4,3,2,5] => [4,3,1,2,5] => [5,2,1,3,4] => [[1,4,5],[2],[3]]
=> 3
[1,4,3,5,2] => [4,3,5,1,2] => [2,1,5,3,4] => [[1,3,5],[2,4]]
=> 4
[1,4,5,2,3] => [4,1,5,2,3] => [3,2,5,1,4] => [[1,3],[2,5],[4]]
=> 4
[8,7,5,6,4,2,3,1] => [5,2,8,7,6,4,3,1] => [1,3,4,6,7,8,2,5] => ?
=> ? = 26
[6,7,8,5,2,3,4,1] => [6,2,7,3,8,5,4,1] => [1,4,5,8,3,7,2,6] => ?
=> ? = 22
[7,8,3,2,4,5,6,1] => [3,2,4,7,5,8,6,1] => [1,6,8,5,7,4,2,3] => ?
=> ? = 18
[8,7,4,5,6,1,2,3] => [4,1,5,2,8,7,6,3] => [3,6,7,8,2,5,1,4] => ?
=> ? = 22
[7,5,4,3,6,2,1,8] => [5,4,3,7,6,2,1,8] => [8,1,2,6,7,3,4,5] => ?
=> ? = 18
[6,7,5,4,2,3,1,8] => [6,2,7,5,4,3,1,8] => [8,1,3,4,5,7,2,6] => ?
=> ? = 19
[4,3,5,2,7,6,8,1] => [4,3,5,7,2,6,8,1] => [1,8,6,2,7,5,3,4] => ?
=> ? = 12
[1,4,3,8,7,6,5,2] => [8,7,4,6,3,5,1,2] => [2,1,5,3,6,4,7,8] => ?
=> ? = 13
[2,1,6,5,7,4,8,3] => [6,5,7,2,4,8,1,3] => [3,1,8,4,2,7,5,6] => ?
=> ? = 10
[2,4,3,1,6,8,7,5] => [4,8,2,3,6,7,1,5] => [5,1,7,6,3,2,8,4] => ?
=> ? = 8
[3,2,5,4,6,1,8,7] => [3,5,2,4,6,8,1,7] => [7,1,8,6,4,2,5,3] => ?
=> ? = 8
[2,1,4,6,5,3,8,7] => [6,2,4,5,8,1,3,7] => [7,3,1,8,5,4,2,6] => ?
=> ? = 6
[3,2,4,1,6,5,8,7] => [3,2,4,6,8,1,5,7] => [7,5,1,8,6,4,2,3] => ?
=> ? = 6
[1,8,4,7,6,5,3,2] => [8,7,4,6,5,3,1,2] => [2,1,3,5,6,4,7,8] => ?
=> ? = 18
[1,8,7,4,6,5,3,2] => [8,4,7,6,5,3,1,2] => [2,1,3,5,6,7,4,8] => ?
=> ? = 19
[2,8,4,3,5,7,6,1] => [4,8,2,3,7,5,6,1] => [1,6,5,7,3,2,8,4] => ?
=> ? = 14
[8,2,7,4,6,5,3,1] => [8,2,7,6,4,5,3,1] => [1,3,5,4,6,7,2,8] => ?
=> ? = 21
[4,3,2,7,5,6,8,1] => [4,7,3,2,5,6,8,1] => [1,8,6,5,2,3,7,4] => ?
=> ? = 12
[4,3,2,8,5,7,6,1] => [8,4,3,7,2,5,6,1] => [1,6,5,2,7,3,4,8] => ?
=> ? = 14
[2,1,4,3,8,5,6,7] => [2,8,4,1,3,5,6,7] => [7,6,5,3,1,4,8,2] => ?
=> ? = 5
[2,1,6,3,4,5,8,7] => [2,1,6,8,3,4,5,7] => [7,5,4,3,8,6,1,2] => ?
=> ? = 5
[2,7,8,1,3,4,5,6] => [2,1,3,7,4,8,5,6] => [6,5,8,4,7,3,1,2] => ?
=> ? = 11
[3,4,6,8,1,2,5,7] => [8,6,3,1,4,2,5,7] => [7,5,2,4,1,3,6,8] => ?
=> ? = 11
[3,5,6,8,1,2,4,7] => [8,5,1,6,3,2,4,7] => [7,4,2,3,6,1,5,8] => ?
=> ? = 12
[3,6,7,8,1,2,4,5] => [6,1,7,3,2,8,4,5] => [5,4,8,2,3,7,1,6] => ?
=> ? = 14
[1,3,2,6,4,8,5,7] => [6,8,3,1,2,4,5,7] => [7,5,4,2,1,3,8,6] => ?
=> ? = 5
[1,3,2,6,4,5,7,8] => [6,3,1,2,4,5,7,8] => [8,7,5,4,2,1,3,6] => ?
=> ? = 3
[4,6,7,8,1,2,3,5] => [6,1,7,2,8,4,3,5] => [5,3,4,8,2,7,1,6] => ?
=> ? = 15
[4,7,1,2,3,5,6,8] => [1,2,4,3,7,5,6,8] => [8,6,5,7,3,4,2,1] => ?
=> ? = 8
[1,4,2,3,5,7,6,8] => [1,4,7,2,3,5,6,8] => [8,6,5,3,2,7,4,1] => ?
=> ? = 3
[1,4,2,3,5,8,6,7] => [4,1,8,2,3,5,6,7] => [7,6,5,3,2,8,1,4] => ?
=> ? = 4
[1,5,8,2,3,4,6,7] => [1,2,8,3,5,4,6,7] => [7,6,4,5,3,8,2,1] => ?
=> ? = 8
[1,6,2,7,3,4,5,8] => [1,6,2,3,7,4,5,8] => [8,5,4,7,3,2,6,1] => ?
=> ? = 7
[1,6,2,3,4,8,5,7] => [6,1,2,3,8,4,5,7] => [7,5,4,8,3,2,1,6] => ?
=> ? = 6
[1,2,7,3,4,5,8,6] => [1,2,3,7,8,4,5,6] => [6,5,4,8,7,3,2,1] => ?
=> ? = 5
[4,3,2,1,6,5,8,7,10,9] => [4,3,2,6,8,10,1,5,7,9] => [9,7,5,1,10,8,6,2,3,4] => ?
=> ? = 9
[6,3,2,5,4,1,8,7,10,9] => [3,6,2,5,4,8,10,1,7,9] => [9,7,1,10,8,4,5,2,6,3] => ?
=> ? = 13
[8,3,2,5,4,7,6,1,10,9] => [3,5,8,2,4,7,6,10,1,9] => [9,1,10,6,7,4,2,8,5,3] => ?
=> ? = 17
[10,3,2,5,4,7,6,9,8,1] => [3,5,7,10,2,4,6,9,8,1] => [1,8,9,6,4,2,10,7,5,3] => ?
=> ? = 21
[2,1,6,5,4,3,8,7,10,9] => [6,5,2,4,8,10,1,3,7,9] => [9,7,3,1,10,8,4,2,5,6] => ?
=> ? = 9
[6,5,4,3,2,1,8,7,10,9] => [6,5,4,3,2,8,10,1,7,9] => [9,7,1,10,8,2,3,4,5,6] => ?
=> ? = 17
[8,5,4,3,2,7,6,1,10,9] => [5,4,3,8,2,7,6,10,1,9] => [9,1,10,6,7,2,8,3,4,5] => ?
=> ? = 21
[10,5,4,3,2,7,6,9,8,1] => [5,4,3,7,10,2,6,9,8,1] => [1,8,9,6,2,10,7,3,4,5] => ?
=> ? = 25
[2,1,8,5,4,7,6,3,10,9] => [2,8,5,7,4,6,10,1,3,9] => [9,3,1,10,6,4,7,5,8,2] => ?
=> ? = 13
[8,7,4,3,6,5,2,1,10,9] => [4,8,3,7,6,5,2,10,1,9] => [9,1,10,2,5,6,7,3,8,4] => ?
=> ? = 25
[10,7,4,3,6,5,2,9,8,1] => [4,7,3,6,5,10,2,9,8,1] => [1,8,9,2,10,5,6,3,7,4] => ?
=> ? = 29
[2,1,10,5,4,7,6,9,8,3] => [10,5,2,4,7,9,6,8,1,3] => [3,1,8,6,9,7,4,2,5,10] => ?
=> ? = 17
[10,9,4,3,6,5,8,7,2,1] => [4,6,10,3,5,9,8,7,2,1] => [1,2,7,8,9,5,3,10,6,4] => ?
=> ? = 33
[8,9,5,6,3,4,10,1,2,7] => [5,3,8,6,4,1,9,2,10,7] => [7,10,2,9,1,4,6,8,3,5] => ?
=> ? = 29
[2,1,4,3,8,7,6,5,10,9] => [8,7,2,4,6,10,1,3,5,9] => [9,5,3,1,10,6,4,2,7,8] => ?
=> ? = 9
Description
The charge of a standard tableau.
Mp00062: Permutations Lehmer-code to major-code bijectionPermutations
Mp00071: Permutations descent compositionInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
St001161: Dyck paths ⟶ ℤResult quality: 56% values known / values provided: 71%distinct values known / distinct values provided: 56%
Values
[1] => [1] => [1] => [1,0]
=> 0
[1,2] => [1,2] => [2] => [1,1,0,0]
=> 0
[2,1] => [2,1] => [1,1] => [1,0,1,0]
=> 1
[1,2,3] => [1,2,3] => [3] => [1,1,1,0,0,0]
=> 0
[1,3,2] => [3,1,2] => [1,2] => [1,0,1,1,0,0]
=> 1
[2,1,3] => [2,1,3] => [1,2] => [1,0,1,1,0,0]
=> 1
[2,3,1] => [1,3,2] => [2,1] => [1,1,0,0,1,0]
=> 2
[3,1,2] => [2,3,1] => [2,1] => [1,1,0,0,1,0]
=> 2
[3,2,1] => [3,2,1] => [1,1,1] => [1,0,1,0,1,0]
=> 3
[1,2,3,4] => [1,2,3,4] => [4] => [1,1,1,1,0,0,0,0]
=> 0
[1,2,4,3] => [4,1,2,3] => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
[1,3,2,4] => [3,1,2,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
[1,3,4,2] => [2,4,1,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> 2
[1,4,2,3] => [3,4,1,2] => [2,2] => [1,1,0,0,1,1,0,0]
=> 2
[1,4,3,2] => [4,3,1,2] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 3
[2,1,3,4] => [2,1,3,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
[2,1,4,3] => [1,4,2,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> 2
[2,3,1,4] => [1,3,2,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> 2
[2,3,4,1] => [1,2,4,3] => [3,1] => [1,1,1,0,0,0,1,0]
=> 3
[2,4,1,3] => [1,3,4,2] => [3,1] => [1,1,1,0,0,0,1,0]
=> 3
[2,4,3,1] => [4,1,3,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 4
[3,1,2,4] => [2,3,1,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> 2
[3,1,4,2] => [4,2,1,3] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 3
[3,2,1,4] => [3,2,1,4] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 3
[3,2,4,1] => [2,1,4,3] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 4
[3,4,1,2] => [3,1,4,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 4
[3,4,2,1] => [1,4,3,2] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 5
[4,1,2,3] => [2,3,4,1] => [3,1] => [1,1,1,0,0,0,1,0]
=> 3
[4,1,3,2] => [4,2,3,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 4
[4,2,1,3] => [3,2,4,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 4
[4,2,3,1] => [2,4,3,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 5
[4,3,1,2] => [3,4,2,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 5
[4,3,2,1] => [4,3,2,1] => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> 6
[1,2,3,4,5] => [1,2,3,4,5] => [5] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,2,3,5,4] => [5,1,2,3,4] => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> 1
[1,2,4,3,5] => [4,1,2,3,5] => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> 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,2,5,3,4] => [4,5,1,2,3] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 2
[1,2,5,4,3] => [5,4,1,2,3] => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> 3
[1,3,2,4,5] => [3,1,2,4,5] => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> 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,3,4,2,5] => [2,4,1,3,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 2
[1,3,4,5,2] => [2,3,5,1,4] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 3
[1,3,5,2,4] => [2,4,5,1,3] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 3
[1,3,5,4,2] => [5,2,4,1,3] => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> 4
[1,4,2,3,5] => [3,4,1,2,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 2
[1,4,2,5,3] => [5,3,1,2,4] => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> 3
[1,4,3,2,5] => [4,3,1,2,5] => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> 3
[1,4,3,5,2] => [3,2,5,1,4] => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> 4
[1,4,5,2,3] => [4,2,5,1,3] => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> 4
[3,4,5,2,6,7,8,1] => [1,2,4,3,5,6,8,7] => [3,4,1] => [1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0]
=> ? = 10
[5,2,3,4,6,7,8,1] => [2,3,4,1,5,6,8,7] => [3,4,1] => [1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0]
=> ? = 10
[2,3,4,5,6,7,8,1] => [1,2,3,4,5,6,8,7] => [7,1] => [1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0]
=> ? = 7
[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]
=> ? = 20
[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]
=> ? = 20
[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]
=> ? = 12
[8,7,6,5,4,1,2,3] => [6,7,8,5,4,3,2,1] => [3,1,1,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0]
=> ? = 25
[8,7,6,5,1,2,3,4] => [5,6,7,8,4,3,2,1] => [4,1,1,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0]
=> ? = 22
[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]
=> ? = 21
[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]
=> ? = 20
[8,7,6,1,2,3,4,5] => [4,5,6,7,8,3,2,1] => [5,1,1,1] => [1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0]
=> ? = 18
[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]
=> ? = 17
[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]
=> ? = 15
[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]
=> ? = 19
[8,7,1,2,3,4,5,6] => [3,4,5,6,7,8,2,1] => [6,1,1] => [1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0]
=> ? = 13
[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]
=> ? = 12
[8,2,3,4,1,5,6,7] => [2,3,5,4,6,7,8,1] => [3,4,1] => [1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0]
=> ? = 10
[8,4,1,2,3,5,6,7] => [3,4,5,2,6,7,8,1] => [3,4,1] => [1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0]
=> ? = 10
[8,1,2,3,4,5,6,7] => [2,3,4,5,6,7,8,1] => [7,1] => [1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0]
=> ? = 7
[5,6,7,4,3,2,1,8] => [1,2,7,6,5,4,3,8] => [3,1,1,1,2] => [1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,0]
=> ? = 18
[7,6,3,4,5,2,1,8] => [3,4,7,6,5,2,1,8] => [3,1,1,1,2] => [1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,0]
=> ? = 18
[2,3,4,5,6,7,1,8] => [1,2,3,4,5,7,6,8] => [6,2] => [1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0]
=> ? = 6
[6,7,1,2,3,4,5,8] => [3,4,5,6,1,7,2,8] => [4,2,2] => [1,1,1,1,0,0,0,0,1,1,0,0,1,1,0,0]
=> ? = 10
[7,1,2,3,4,5,6,8] => [2,3,4,5,6,7,1,8] => [6,2] => [1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0]
=> ? = 6
[2,3,4,5,6,1,7,8] => [1,2,3,4,6,5,7,8] => [5,3] => [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> ? = 5
[6,1,2,3,4,5,7,8] => [2,3,4,5,6,1,7,8] => [5,3] => [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> ? = 5
[2,3,4,5,1,6,7,8] => [1,2,3,5,4,6,7,8] => [4,4] => [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> ? = 4
[5,1,2,3,4,6,7,8] => [2,3,4,5,1,6,7,8] => [4,4] => [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> ? = 4
[1,2,3,4,5,6,7,8] => [1,2,3,4,5,6,7,8] => [8] => [1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0]
=> ? = 0
[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]
=> ? = 16
[3,2,5,4,7,6,8,1] => [1,3,6,2,4,5,8,7] => [3,4,1] => [1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0]
=> ? = 10
[1,6,7,8,5,4,3,2] => [2,3,8,7,6,5,1,4] => [3,1,1,1,2] => [1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,0]
=> ? = 18
[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]
=> ? = 9
[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]
=> ? = 12
[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]
=> ? = 9
[1,2,3,5,6,7,8,4] => [4,5,6,8,1,2,3,7] => [4,4] => [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> ? = 4
[3,4,2,1,7,8,6,5] => [1,2,5,8,3,7,4,6] => [4,2,2] => [1,1,1,1,0,0,0,0,1,1,0,0,1,1,0,0]
=> ? = 10
[2,3,4,1,6,7,8,5] => [1,2,3,5,6,8,4,7] => [6,2] => [1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0]
=> ? = 6
[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]
=> ? = 9
[2,3,1,4,5,7,8,6] => [1,2,6,8,3,4,5,7] => [4,4] => [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> ? = 4
[2,3,4,5,6,1,8,7] => [1,2,3,4,5,8,6,7] => [6,2] => [1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0]
=> ? = 6
[2,1,4,3,6,5,8,7] => [1,3,5,8,2,4,6,7] => [4,4] => [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> ? = 4
[3,2,5,4,7,6,1,8] => [1,3,7,2,4,6,5,8] => [3,3,2] => [1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0]
=> ? = 9
[1,3,4,2,6,7,5,8] => [2,3,5,7,1,4,6,8] => [4,4] => [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> ? = 4
[1,3,2,5,4,7,6,8] => [2,4,7,1,3,5,6,8] => [3,5] => [1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0]
=> ? = 3
[1,8,7,4,5,6,3,2] => [4,5,8,7,6,3,1,2] => [3,1,1,1,2] => [1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,0]
=> ? = 18
[2,3,4,8,5,6,7,1] => [5,6,8,1,2,3,7,4] => [3,4,1] => [1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0]
=> ? = 10
[2,3,7,4,5,6,8,1] => [4,5,6,1,2,3,8,7] => [3,4,1] => [1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0]
=> ? = 10
[8,3,2,5,4,7,6,1] => [2,4,8,3,5,7,6,1] => [3,3,1,1] => [1,1,1,0,0,0,1,1,1,0,0,0,1,0,1,0]
=> ? = 16
[2,4,6,8,1,3,5,7] => [2,5,6,1,3,7,8,4] => [3,4,1] => [1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0]
=> ? = 10
Description
The major index north count of a Dyck path. The descent set $\operatorname{des}(D)$ of a Dyck path $D = D_1 \cdots D_{2n}$ with $D_i \in \{N,E\}$ is given by all indices $i$ such that $D_i = E$ and $D_{i+1} = N$. This is, the positions of the valleys of $D$. The '''major index''' of a Dyck path is then the sum of the positions of the valleys, $\sum_{i \in \operatorname{des}(D)} i$, see [[St000027]]. The '''major index north count''' is given by $\sum_{i \in \operatorname{des}(D)} \#\{ j \leq i \mid D_j = N\}$.
Mp00062: Permutations Lehmer-code to major-code bijectionPermutations
Mp00071: Permutations descent compositionInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
St000947: Dyck paths ⟶ ℤResult quality: 56% values known / values provided: 71%distinct values known / distinct values provided: 56%
Values
[1] => [1] => [1] => [1,0]
=> ? = 0
[1,2] => [1,2] => [2] => [1,1,0,0]
=> 0
[2,1] => [2,1] => [1,1] => [1,0,1,0]
=> 1
[1,2,3] => [1,2,3] => [3] => [1,1,1,0,0,0]
=> 0
[1,3,2] => [3,1,2] => [1,2] => [1,0,1,1,0,0]
=> 1
[2,1,3] => [2,1,3] => [1,2] => [1,0,1,1,0,0]
=> 1
[2,3,1] => [1,3,2] => [2,1] => [1,1,0,0,1,0]
=> 2
[3,1,2] => [2,3,1] => [2,1] => [1,1,0,0,1,0]
=> 2
[3,2,1] => [3,2,1] => [1,1,1] => [1,0,1,0,1,0]
=> 3
[1,2,3,4] => [1,2,3,4] => [4] => [1,1,1,1,0,0,0,0]
=> 0
[1,2,4,3] => [4,1,2,3] => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
[1,3,2,4] => [3,1,2,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
[1,3,4,2] => [2,4,1,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> 2
[1,4,2,3] => [3,4,1,2] => [2,2] => [1,1,0,0,1,1,0,0]
=> 2
[1,4,3,2] => [4,3,1,2] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 3
[2,1,3,4] => [2,1,3,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
[2,1,4,3] => [1,4,2,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> 2
[2,3,1,4] => [1,3,2,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> 2
[2,3,4,1] => [1,2,4,3] => [3,1] => [1,1,1,0,0,0,1,0]
=> 3
[2,4,1,3] => [1,3,4,2] => [3,1] => [1,1,1,0,0,0,1,0]
=> 3
[2,4,3,1] => [4,1,3,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 4
[3,1,2,4] => [2,3,1,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> 2
[3,1,4,2] => [4,2,1,3] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 3
[3,2,1,4] => [3,2,1,4] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 3
[3,2,4,1] => [2,1,4,3] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 4
[3,4,1,2] => [3,1,4,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 4
[3,4,2,1] => [1,4,3,2] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 5
[4,1,2,3] => [2,3,4,1] => [3,1] => [1,1,1,0,0,0,1,0]
=> 3
[4,1,3,2] => [4,2,3,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 4
[4,2,1,3] => [3,2,4,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 4
[4,2,3,1] => [2,4,3,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 5
[4,3,1,2] => [3,4,2,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 5
[4,3,2,1] => [4,3,2,1] => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> 6
[1,2,3,4,5] => [1,2,3,4,5] => [5] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,2,3,5,4] => [5,1,2,3,4] => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> 1
[1,2,4,3,5] => [4,1,2,3,5] => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> 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,2,5,3,4] => [4,5,1,2,3] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 2
[1,2,5,4,3] => [5,4,1,2,3] => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> 3
[1,3,2,4,5] => [3,1,2,4,5] => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> 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,3,4,2,5] => [2,4,1,3,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 2
[1,3,4,5,2] => [2,3,5,1,4] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 3
[1,3,5,2,4] => [2,4,5,1,3] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 3
[1,3,5,4,2] => [5,2,4,1,3] => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> 4
[1,4,2,3,5] => [3,4,1,2,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 2
[1,4,2,5,3] => [5,3,1,2,4] => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> 3
[1,4,3,2,5] => [4,3,1,2,5] => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> 3
[1,4,3,5,2] => [3,2,5,1,4] => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> 4
[1,4,5,2,3] => [4,2,5,1,3] => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> 4
[1,4,5,3,2] => [2,5,4,1,3] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> 5
[3,4,5,2,6,7,8,1] => [1,2,4,3,5,6,8,7] => [3,4,1] => [1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0]
=> ? = 10
[5,2,3,4,6,7,8,1] => [2,3,4,1,5,6,8,7] => [3,4,1] => [1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0]
=> ? = 10
[2,3,4,5,6,7,8,1] => [1,2,3,4,5,6,8,7] => [7,1] => [1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0]
=> ? = 7
[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]
=> ? = 20
[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]
=> ? = 20
[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]
=> ? = 12
[8,7,6,5,4,1,2,3] => [6,7,8,5,4,3,2,1] => [3,1,1,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0]
=> ? = 25
[8,7,6,5,1,2,3,4] => [5,6,7,8,4,3,2,1] => [4,1,1,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0]
=> ? = 22
[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]
=> ? = 21
[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]
=> ? = 20
[8,7,6,1,2,3,4,5] => [4,5,6,7,8,3,2,1] => [5,1,1,1] => [1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0]
=> ? = 18
[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]
=> ? = 17
[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]
=> ? = 15
[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]
=> ? = 19
[8,7,1,2,3,4,5,6] => [3,4,5,6,7,8,2,1] => [6,1,1] => [1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0]
=> ? = 13
[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]
=> ? = 12
[8,2,3,4,1,5,6,7] => [2,3,5,4,6,7,8,1] => [3,4,1] => [1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0]
=> ? = 10
[8,4,1,2,3,5,6,7] => [3,4,5,2,6,7,8,1] => [3,4,1] => [1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0]
=> ? = 10
[8,1,2,3,4,5,6,7] => [2,3,4,5,6,7,8,1] => [7,1] => [1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0]
=> ? = 7
[5,6,7,4,3,2,1,8] => [1,2,7,6,5,4,3,8] => [3,1,1,1,2] => [1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,0]
=> ? = 18
[7,6,3,4,5,2,1,8] => [3,4,7,6,5,2,1,8] => [3,1,1,1,2] => [1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,0]
=> ? = 18
[2,3,4,5,6,7,1,8] => [1,2,3,4,5,7,6,8] => [6,2] => [1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0]
=> ? = 6
[6,7,1,2,3,4,5,8] => [3,4,5,6,1,7,2,8] => [4,2,2] => [1,1,1,1,0,0,0,0,1,1,0,0,1,1,0,0]
=> ? = 10
[7,1,2,3,4,5,6,8] => [2,3,4,5,6,7,1,8] => [6,2] => [1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0]
=> ? = 6
[2,3,4,5,6,1,7,8] => [1,2,3,4,6,5,7,8] => [5,3] => [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> ? = 5
[6,1,2,3,4,5,7,8] => [2,3,4,5,6,1,7,8] => [5,3] => [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> ? = 5
[2,3,4,5,1,6,7,8] => [1,2,3,5,4,6,7,8] => [4,4] => [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> ? = 4
[5,1,2,3,4,6,7,8] => [2,3,4,5,1,6,7,8] => [4,4] => [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> ? = 4
[1,2,3,4,5,6,7,8] => [1,2,3,4,5,6,7,8] => [8] => [1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0]
=> ? = 0
[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]
=> ? = 16
[3,2,5,4,7,6,8,1] => [1,3,6,2,4,5,8,7] => [3,4,1] => [1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0]
=> ? = 10
[1,6,7,8,5,4,3,2] => [2,3,8,7,6,5,1,4] => [3,1,1,1,2] => [1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,0]
=> ? = 18
[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]
=> ? = 9
[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]
=> ? = 12
[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]
=> ? = 9
[1,2,3,5,6,7,8,4] => [4,5,6,8,1,2,3,7] => [4,4] => [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> ? = 4
[3,4,2,1,7,8,6,5] => [1,2,5,8,3,7,4,6] => [4,2,2] => [1,1,1,1,0,0,0,0,1,1,0,0,1,1,0,0]
=> ? = 10
[2,3,4,1,6,7,8,5] => [1,2,3,5,6,8,4,7] => [6,2] => [1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0]
=> ? = 6
[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]
=> ? = 9
[2,3,1,4,5,7,8,6] => [1,2,6,8,3,4,5,7] => [4,4] => [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> ? = 4
[2,3,4,5,6,1,8,7] => [1,2,3,4,5,8,6,7] => [6,2] => [1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0]
=> ? = 6
[2,1,4,3,6,5,8,7] => [1,3,5,8,2,4,6,7] => [4,4] => [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> ? = 4
[3,2,5,4,7,6,1,8] => [1,3,7,2,4,6,5,8] => [3,3,2] => [1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0]
=> ? = 9
[1,3,4,2,6,7,5,8] => [2,3,5,7,1,4,6,8] => [4,4] => [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> ? = 4
[1,3,2,5,4,7,6,8] => [2,4,7,1,3,5,6,8] => [3,5] => [1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0]
=> ? = 3
[1,8,7,4,5,6,3,2] => [4,5,8,7,6,3,1,2] => [3,1,1,1,2] => [1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,0]
=> ? = 18
[2,3,4,8,5,6,7,1] => [5,6,8,1,2,3,7,4] => [3,4,1] => [1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0]
=> ? = 10
[2,3,7,4,5,6,8,1] => [4,5,6,1,2,3,8,7] => [3,4,1] => [1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0]
=> ? = 10
[8,3,2,5,4,7,6,1] => [2,4,8,3,5,7,6,1] => [3,3,1,1] => [1,1,1,0,0,0,1,1,1,0,0,0,1,0,1,0]
=> ? = 16
Description
The major index east count of a Dyck path. The descent set $\operatorname{des}(D)$ of a Dyck path $D = D_1 \cdots D_{2n}$ with $D_i \in \{N,E\}$ is given by all indices $i$ such that $D_i = E$ and $D_{i+1} = N$. This is, the positions of the valleys of $D$. The '''major index''' of a Dyck path is then the sum of the positions of the valleys, $\sum_{i \in \operatorname{des}(D)} i$, see [[St000027]]. The '''major index east count''' is given by $\sum_{i \in \operatorname{des}(D)} \#\{ j \leq i \mid D_j = E\}$.
Mp00069: Permutations complementPermutations
St000246: Permutations ⟶ ℤResult quality: 47% values known / values provided: 47%distinct values known / distinct values provided: 71%
Values
[1] => [1] => 0
[1,2] => [2,1] => 0
[2,1] => [1,2] => 1
[1,2,3] => [3,2,1] => 0
[1,3,2] => [3,1,2] => 1
[2,1,3] => [2,3,1] => 1
[2,3,1] => [2,1,3] => 2
[3,1,2] => [1,3,2] => 2
[3,2,1] => [1,2,3] => 3
[1,2,3,4] => [4,3,2,1] => 0
[1,2,4,3] => [4,3,1,2] => 1
[1,3,2,4] => [4,2,3,1] => 1
[1,3,4,2] => [4,2,1,3] => 2
[1,4,2,3] => [4,1,3,2] => 2
[1,4,3,2] => [4,1,2,3] => 3
[2,1,3,4] => [3,4,2,1] => 1
[2,1,4,3] => [3,4,1,2] => 2
[2,3,1,4] => [3,2,4,1] => 2
[2,3,4,1] => [3,2,1,4] => 3
[2,4,1,3] => [3,1,4,2] => 3
[2,4,3,1] => [3,1,2,4] => 4
[3,1,2,4] => [2,4,3,1] => 2
[3,1,4,2] => [2,4,1,3] => 3
[3,2,1,4] => [2,3,4,1] => 3
[3,2,4,1] => [2,3,1,4] => 4
[3,4,1,2] => [2,1,4,3] => 4
[3,4,2,1] => [2,1,3,4] => 5
[4,1,2,3] => [1,4,3,2] => 3
[4,1,3,2] => [1,4,2,3] => 4
[4,2,1,3] => [1,3,4,2] => 4
[4,2,3,1] => [1,3,2,4] => 5
[4,3,1,2] => [1,2,4,3] => 5
[4,3,2,1] => [1,2,3,4] => 6
[1,2,3,4,5] => [5,4,3,2,1] => 0
[1,2,3,5,4] => [5,4,3,1,2] => 1
[1,2,4,3,5] => [5,4,2,3,1] => 1
[1,2,4,5,3] => [5,4,2,1,3] => 2
[1,2,5,3,4] => [5,4,1,3,2] => 2
[1,2,5,4,3] => [5,4,1,2,3] => 3
[1,3,2,4,5] => [5,3,4,2,1] => 1
[1,3,2,5,4] => [5,3,4,1,2] => 2
[1,3,4,2,5] => [5,3,2,4,1] => 2
[1,3,4,5,2] => [5,3,2,1,4] => 3
[1,3,5,2,4] => [5,3,1,4,2] => 3
[1,3,5,4,2] => [5,3,1,2,4] => 4
[1,4,2,3,5] => [5,2,4,3,1] => 2
[1,4,2,5,3] => [5,2,4,1,3] => 3
[1,4,3,2,5] => [5,2,3,4,1] => 3
[1,4,3,5,2] => [5,2,3,1,4] => 4
[1,4,5,2,3] => [5,2,1,4,3] => 4
[1,2,3,4,6,5,7] => [7,6,5,4,2,3,1] => ? = 1
[1,2,3,6,4,7,5] => [7,6,5,2,4,1,3] => ? = 3
[1,2,6,3,4,7,5] => [7,6,2,5,4,1,3] => ? = 4
[1,3,2,4,5,6,7] => [7,5,6,4,3,2,1] => ? = 1
[1,3,7,2,4,5,6] => [7,5,1,6,4,3,2] => ? = 5
[1,4,6,7,2,3,5] => [7,4,2,1,6,5,3] => ? = 8
[1,4,7,2,3,5,6] => [7,4,1,6,5,3,2] => ? = 6
[1,5,2,3,4,7,6] => [7,3,6,5,4,1,2] => ? = 4
[1,5,2,7,3,4,6] => [7,3,6,1,5,4,2] => ? = 6
[1,5,6,2,7,3,4] => [7,3,2,6,1,5,4] => ? = 8
[1,5,6,7,2,3,4] => [7,3,2,1,6,5,4] => ? = 9
[1,5,7,2,3,4,6] => [7,3,1,6,5,4,2] => ? = 7
[1,6,2,3,4,7,5] => [7,2,6,5,4,1,3] => ? = 5
[1,6,2,3,7,4,5] => [7,2,6,5,1,4,3] => ? = 6
[1,6,2,7,3,4,5] => [7,2,6,1,5,4,3] => ? = 7
[1,6,7,2,3,4,5] => [7,2,1,6,5,4,3] => ? = 8
[1,7,2,3,4,5,6] => [7,1,6,5,4,3,2] => ? = 5
[1,7,3,5,6,4,2] => [7,1,5,3,2,4,6] => ? = 11
[1,7,3,6,5,4,2] => [7,1,5,2,3,4,6] => ? = 12
[1,7,4,3,6,5,2] => [7,1,4,5,2,3,6] => ? = 11
[1,7,4,5,3,6,2] => [7,1,4,3,5,2,6] => ? = 11
[1,7,4,5,6,3,2] => [7,1,4,3,2,5,6] => ? = 12
[1,7,4,6,5,3,2] => [7,1,4,2,3,5,6] => ? = 13
[1,7,5,4,3,6,2] => [7,1,3,4,5,2,6] => ? = 12
[1,7,5,4,6,3,2] => [7,1,3,4,2,5,6] => ? = 13
[1,7,6,4,5,3,2] => [7,1,2,4,3,5,6] => ? = 14
[2,1,3,4,5,6,7] => [6,7,5,4,3,2,1] => ? = 1
[2,1,3,4,7,5,6] => [6,7,5,4,1,3,2] => ? = 3
[2,1,3,7,4,5,6] => [6,7,5,1,4,3,2] => ? = 4
[2,1,6,3,4,5,7] => [6,7,2,5,4,3,1] => ? = 4
[2,1,7,3,4,5,6] => [6,7,1,5,4,3,2] => ? = 5
[2,3,1,4,5,6,7] => [6,5,7,4,3,2,1] => ? = 2
[2,3,4,1,5,6,7] => [6,5,4,7,3,2,1] => ? = 3
[2,3,4,1,5,7,6] => [6,5,4,7,3,1,2] => ? = 4
[2,3,4,5,1,6,7] => [6,5,4,3,7,2,1] => ? = 4
[2,3,4,5,1,7,6] => [6,5,4,3,7,1,2] => ? = 5
[2,3,4,5,6,1,7] => [6,5,4,3,2,7,1] => ? = 5
[2,3,4,5,7,1,6] => [6,5,4,3,1,7,2] => ? = 6
[2,3,4,6,1,7,5] => [6,5,4,2,7,1,3] => ? = 6
[2,3,4,6,7,1,5] => [6,5,4,2,1,7,3] => ? = 7
[2,3,4,7,1,5,6] => [6,5,4,1,7,3,2] => ? = 6
[2,3,5,6,7,1,4] => [6,5,3,2,1,7,4] => ? = 8
[2,4,1,3,5,6,7] => [6,4,7,5,3,2,1] => ? = 3
[2,5,1,3,4,6,7] => [6,3,7,5,4,2,1] => ? = 4
[2,5,7,1,3,4,6] => [6,3,1,7,5,4,2] => ? = 8
[2,6,1,3,4,5,7] => [6,2,7,5,4,3,1] => ? = 5
[2,6,1,7,3,4,5] => [6,2,7,1,5,4,3] => ? = 8
[2,6,7,1,3,4,5] => [6,2,1,7,5,4,3] => ? = 9
[2,7,1,3,4,5,6] => [6,1,7,5,4,3,2] => ? = 6
[3,1,2,4,5,6,7] => [5,7,6,4,3,2,1] => ? = 2
Description
The number of non-inversions of a permutation. For a permutation of $\{1,\ldots,n\}$, this is given by $\operatorname{noninv}(\pi) = \binom{n}{2}-\operatorname{inv}(\pi)$.
Mp00175: Permutations inverse Foata bijectionPermutations
Mp00071: Permutations descent compositionInteger compositions
Mp00184: Integer compositions to threshold graphGraphs
St000081: Graphs ⟶ ℤResult quality: 39% values known / values provided: 39%distinct values known / distinct values provided: 62%
Values
[1] => [1] => [1] => ([],1)
=> 0
[1,2] => [1,2] => [2] => ([],2)
=> 0
[2,1] => [2,1] => [1,1] => ([(0,1)],2)
=> 1
[1,2,3] => [1,2,3] => [3] => ([],3)
=> 0
[1,3,2] => [3,1,2] => [1,2] => ([(1,2)],3)
=> 1
[2,1,3] => [2,1,3] => [1,2] => ([(1,2)],3)
=> 1
[2,3,1] => [2,3,1] => [2,1] => ([(0,2),(1,2)],3)
=> 2
[3,1,2] => [1,3,2] => [2,1] => ([(0,2),(1,2)],3)
=> 2
[3,2,1] => [3,2,1] => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 3
[1,2,3,4] => [1,2,3,4] => [4] => ([],4)
=> 0
[1,2,4,3] => [4,1,2,3] => [1,3] => ([(2,3)],4)
=> 1
[1,3,2,4] => [3,1,2,4] => [1,3] => ([(2,3)],4)
=> 1
[1,3,4,2] => [3,4,1,2] => [2,2] => ([(1,3),(2,3)],4)
=> 2
[1,4,2,3] => [1,4,2,3] => [2,2] => ([(1,3),(2,3)],4)
=> 2
[1,4,3,2] => [4,3,1,2] => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 3
[2,1,3,4] => [2,1,3,4] => [1,3] => ([(2,3)],4)
=> 1
[2,1,4,3] => [2,4,1,3] => [2,2] => ([(1,3),(2,3)],4)
=> 2
[2,3,1,4] => [2,3,1,4] => [2,2] => ([(1,3),(2,3)],4)
=> 2
[2,3,4,1] => [2,3,4,1] => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[2,4,1,3] => [4,2,1,3] => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 3
[2,4,3,1] => [4,2,3,1] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4
[3,1,2,4] => [1,3,2,4] => [2,2] => ([(1,3),(2,3)],4)
=> 2
[3,1,4,2] => [1,3,4,2] => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[3,2,1,4] => [3,2,1,4] => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> 3
[3,2,4,1] => [3,2,4,1] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4
[3,4,1,2] => [3,1,4,2] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4
[3,4,2,1] => [3,4,2,1] => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 5
[4,1,2,3] => [1,2,4,3] => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[4,1,3,2] => [4,1,3,2] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4
[4,2,1,3] => [2,1,4,3] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4
[4,2,3,1] => [2,4,3,1] => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 5
[4,3,1,2] => [1,4,3,2] => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 5
[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)
=> 6
[1,2,3,4,5] => [1,2,3,4,5] => [5] => ([],5)
=> 0
[1,2,3,5,4] => [5,1,2,3,4] => [1,4] => ([(3,4)],5)
=> 1
[1,2,4,3,5] => [4,1,2,3,5] => [1,4] => ([(3,4)],5)
=> 1
[1,2,4,5,3] => [4,5,1,2,3] => [2,3] => ([(2,4),(3,4)],5)
=> 2
[1,2,5,3,4] => [1,5,2,3,4] => [2,3] => ([(2,4),(3,4)],5)
=> 2
[1,2,5,4,3] => [5,4,1,2,3] => [1,1,3] => ([(2,3),(2,4),(3,4)],5)
=> 3
[1,3,2,4,5] => [3,1,2,4,5] => [1,4] => ([(3,4)],5)
=> 1
[1,3,2,5,4] => [3,5,1,2,4] => [2,3] => ([(2,4),(3,4)],5)
=> 2
[1,3,4,2,5] => [3,4,1,2,5] => [2,3] => ([(2,4),(3,4)],5)
=> 2
[1,3,4,5,2] => [3,4,5,1,2] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> 3
[1,3,5,2,4] => [5,3,1,2,4] => [1,1,3] => ([(2,3),(2,4),(3,4)],5)
=> 3
[1,3,5,4,2] => [5,3,4,1,2] => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[1,4,2,3,5] => [1,4,2,3,5] => [2,3] => ([(2,4),(3,4)],5)
=> 2
[1,4,2,5,3] => [1,4,5,2,3] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> 3
[1,4,3,2,5] => [4,3,1,2,5] => [1,1,3] => ([(2,3),(2,4),(3,4)],5)
=> 3
[1,4,3,5,2] => [4,3,5,1,2] => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[1,4,5,2,3] => [4,1,5,2,3] => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[7,6,5,4,8,3,2,1] => [7,6,5,4,8,3,2,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)
=> ? = 24
[6,5,7,4,8,3,2,1] => [6,5,7,4,8,3,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)
=> ? = 22
[6,7,8,3,4,5,2,1] => [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)
=> ? = 22
[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)
=> ? = 24
[6,7,8,5,2,3,4,1] => [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)
=> ? = 22
[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)
=> ? = 22
[7,8,3,2,4,5,6,1] => [3,2,4,7,5,8,6,1] => [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)
=> ? = 18
[6,5,7,4,3,2,8,1] => [6,5,7,4,3,2,8,1] => [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)
=> ? = 20
[6,5,4,3,7,2,8,1] => [6,5,4,3,7,2,8,1] => [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)
=> ? = 18
[5,4,6,3,7,2,8,1] => [5,4,6,3,7,2,8,1] => [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)
=> ? = 16
[3,4,5,2,6,7,8,1] => [3,4,5,2,6,7,8,1] => [3,4,1] => ([(0,7),(1,7),(2,7),(3,6),(3,7),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 10
[5,2,3,4,6,7,8,1] => [2,3,5,4,6,7,8,1] => [3,4,1] => ([(0,7),(1,7),(2,7),(3,6),(3,7),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 10
[4,3,2,5,6,7,8,1] => [4,3,2,5,6,7,8,1] => [1,1,5,1] => ([(0,7),(1,7),(2,7),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 10
[3,4,2,5,6,7,8,1] => [3,4,2,5,6,7,8,1] => [2,5,1] => ([(0,7),(1,7),(2,7),(3,7),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 9
[4,2,3,5,6,7,8,1] => [2,4,3,5,6,7,8,1] => [2,5,1] => ([(0,7),(1,7),(2,7),(3,7),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 9
[3,2,4,5,6,7,8,1] => [3,2,4,5,6,7,8,1] => [1,6,1] => ([(0,7),(1,7),(2,7),(3,7),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 8
[2,3,4,5,6,7,8,1] => [2,3,4,5,6,7,8,1] => [7,1] => ([(0,7),(1,7),(2,7),(3,7),(4,7),(5,7),(6,7)],8)
=> ? = 7
[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)
=> ? = 24
[5,6,7,8,3,4,1,2] => [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)
=> ? = 20
[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)
=> ? = 20
[3,4,5,6,7,8,1,2] => [3,4,5,6,7,1,8,2] => [5,2,1] => ([(0,7),(1,6),(1,7),(2,6),(2,7),(3,6),(3,7),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 12
[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)
=> ? = 24
[8,7,6,5,4,1,2,3] => [1,2,8,7,6,5,4,3] => [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)
=> ? = 25
[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)
=> ? = 22
[8,5,6,7,4,1,2,3] => [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)
=> ? = 22
[8,7,6,4,5,1,2,3] => [1,4,2,8,7,6,5,3] => [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)
=> ? = 24
[8,6,7,4,5,1,2,3] => [1,6,4,2,8,7,5,3] => [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)
=> ? = 23
[8,7,4,5,6,1,2,3] => [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)
=> ? = 22
[7,8,4,5,6,1,2,3] => [4,1,7,5,2,8,6,3] => [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)
=> ? = 21
[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)
=> ? = 20
[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)
=> ? = 20
[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)
=> ? = 18
[8,7,6,5,1,2,3,4] => [1,2,3,8,7,6,5,4] => [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)
=> ? = 22
[8,7,5,6,1,2,3,4] => [1,2,5,3,8,7,6,4] => [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)
=> ? = 21
[7,8,5,6,1,2,3,4] => [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)
=> ? = 20
[8,5,6,7,1,2,3,4] => [1,5,2,6,3,8,7,4] => [2,2,2,1,1] => ([(0,6),(0,7),(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)
=> ? = 19
[5,6,7,8,1,2,3,4] => [5,1,6,2,7,3,8,4] => [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)
=> ? = 16
[8,7,6,4,3,2,1,5] => [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)
=> ? = 24
[8,7,6,4,2,1,3,5] => [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)
=> ? = 22
[8,7,6,1,2,3,4,5] => [1,2,3,4,8,7,6,5] => [5,1,1,1] => ([(0,5),(0,6),(0,7),(1,5),(1,6),(1,7),(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)
=> ? = 18
[8,6,7,1,2,3,4,5] => [1,2,3,6,4,8,7,5] => [4,2,1,1] => ([(0,6),(0,7),(1,5),(1,6),(1,7),(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)
=> ? = 17
[6,7,8,1,2,3,4,5] => [1,2,6,3,7,4,8,5] => [3,2,2,1] => ([(0,7),(1,6),(1,7),(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)
=> ? = 15
[7,8,5,4,2,1,3,6] => [2,1,7,5,4,3,8,6] => [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)
=> ? = 20
[7,8,5,4,1,2,3,6] => [1,2,7,5,4,3,8,6] => [3,1,1,2,1] => ([(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)
=> ? = 19
[8,7,1,2,3,4,5,6] => [1,2,3,4,5,8,7,6] => [6,1,1] => ([(0,6),(0,7),(1,6),(1,7),(2,6),(2,7),(3,6),(3,7),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 13
[7,8,1,2,3,4,5,6] => [1,2,3,4,7,5,8,6] => [5,2,1] => ([(0,7),(1,6),(1,7),(2,6),(2,7),(3,6),(3,7),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> ? = 12
[8,6,5,4,3,1,2,7] => [1,6,5,4,3,2,8,7] => [2,1,1,1,2,1] => ([(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)
=> ? = 21
[8,5,6,3,4,1,2,7] => [5,3,1,6,4,2,8,7] => [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)
=> ? = 19
[8,6,5,4,2,1,3,7] => [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)
=> ? = 20
[8,6,4,3,2,1,5,7] => [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)
=> ? = 18
Description
The number of edges of a graph.
The following 30 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St001397Number of pairs of incomparable elements in a finite poset. St000833The comajor index of a permutation. St000446The disorder of a permutation. St000795The mad of a permutation. St000004The major index of a permutation. St000228The size of a partition. St000305The inverse major index of a permutation. St000005The bounce statistic of a Dyck path. St000304The load of a permutation. St001341The number of edges in the center of a graph. St000448The number of pairs of vertices of a graph with distance 2. St001646The number of edges that can be added without increasing the maximal degree of a graph. St001311The cyclomatic number of a graph. St000067The inversion number of the alternating sign matrix. St000332The positive inversions of an alternating sign matrix. St001428The number of B-inversions of a signed permutation. St001622The number of join-irreducible elements of a lattice. St000450The number of edges minus the number of vertices plus 2 of a graph. St001621The number of atoms of a lattice. St001772The number of occurrences of the signed pattern 12 in a signed permutation. St001862The number of crossings of a signed permutation. St001866The nesting alignments of a signed permutation. St001875The number of simple modules with projective dimension at most 1. St000136The dinv of a parking function. St000194The number of primary dinversion pairs of a labelled dyck path corresponding to a parking function. St001433The flag major index of a signed permutation. St001822The number of alignments of a signed permutation. St001583The projective dimension of the simple module corresponding to the point in the poset of the symmetric group under bruhat order. St001633The number of simple modules with projective dimension two in the incidence algebra of the poset. St001877Number of indecomposable injective modules with projective dimension 2.