Your data matches 58 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
Matching statistic: St000169
Mp00033: Dyck paths to two-row standard tableauStandard tableaux
St000169: Standard tableaux ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,0]
=> [[1],[2]]
=> 1
[1,0,1,0]
=> [[1,3],[2,4]]
=> 4
[1,1,0,0]
=> [[1,2],[3,4]]
=> 2
[1,0,1,0,1,0]
=> [[1,3,5],[2,4,6]]
=> 9
[1,0,1,1,0,0]
=> [[1,3,4],[2,5,6]]
=> 7
[1,1,0,0,1,0]
=> [[1,2,5],[3,4,6]]
=> 5
[1,1,0,1,0,0]
=> [[1,2,4],[3,5,6]]
=> 6
[1,1,1,0,0,0]
=> [[1,2,3],[4,5,6]]
=> 3
[1,0,1,0,1,0,1,0]
=> [[1,3,5,7],[2,4,6,8]]
=> 16
[1,0,1,0,1,1,0,0]
=> [[1,3,5,6],[2,4,7,8]]
=> 14
[1,0,1,1,0,0,1,0]
=> [[1,3,4,7],[2,5,6,8]]
=> 12
[1,0,1,1,0,1,0,0]
=> [[1,3,4,6],[2,5,7,8]]
=> 13
[1,0,1,1,1,0,0,0]
=> [[1,3,4,5],[2,6,7,8]]
=> 10
[1,1,0,0,1,0,1,0]
=> [[1,2,5,7],[3,4,6,8]]
=> 10
[1,1,0,0,1,1,0,0]
=> [[1,2,5,6],[3,4,7,8]]
=> 8
[1,1,0,1,0,0,1,0]
=> [[1,2,4,7],[3,5,6,8]]
=> 11
[1,1,0,1,0,1,0,0]
=> [[1,2,4,6],[3,5,7,8]]
=> 12
[1,1,0,1,1,0,0,0]
=> [[1,2,4,5],[3,6,7,8]]
=> 9
[1,1,1,0,0,0,1,0]
=> [[1,2,3,7],[4,5,6,8]]
=> 6
[1,1,1,0,0,1,0,0]
=> [[1,2,3,6],[4,5,7,8]]
=> 7
[1,1,1,0,1,0,0,0]
=> [[1,2,3,5],[4,6,7,8]]
=> 8
[1,1,1,1,0,0,0,0]
=> [[1,2,3,4],[5,6,7,8]]
=> 4
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.
Mp00093: Dyck paths to binary wordBinary words
St000290: Binary words ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,0]
=> 10 => 1
[1,0,1,0]
=> 1010 => 4
[1,1,0,0]
=> 1100 => 2
[1,0,1,0,1,0]
=> 101010 => 9
[1,0,1,1,0,0]
=> 101100 => 5
[1,1,0,0,1,0]
=> 110010 => 7
[1,1,0,1,0,0]
=> 110100 => 6
[1,1,1,0,0,0]
=> 111000 => 3
[1,0,1,0,1,0,1,0]
=> 10101010 => 16
[1,0,1,0,1,1,0,0]
=> 10101100 => 10
[1,0,1,1,0,0,1,0]
=> 10110010 => 12
[1,0,1,1,0,1,0,0]
=> 10110100 => 11
[1,0,1,1,1,0,0,0]
=> 10111000 => 6
[1,1,0,0,1,0,1,0]
=> 11001010 => 14
[1,1,0,0,1,1,0,0]
=> 11001100 => 8
[1,1,0,1,0,0,1,0]
=> 11010010 => 13
[1,1,0,1,0,1,0,0]
=> 11010100 => 12
[1,1,0,1,1,0,0,0]
=> 11011000 => 7
[1,1,1,0,0,0,1,0]
=> 11100010 => 10
[1,1,1,0,0,1,0,0]
=> 11100100 => 9
[1,1,1,0,1,0,0,0]
=> 11101000 => 8
[1,1,1,1,0,0,0,0]
=> 11110000 => 4
Description
The major index of a binary word. This is the sum of the positions of descents, i.e., a one followed by a zero. For words of length $n$ with $a$ zeros, the generating function for the major index is the $q$-binomial coefficient $\binom{n}{a}_q$.
Mp00033: Dyck paths to two-row standard tableauStandard tableaux
St000330: Standard tableaux ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,0]
=> [[1],[2]]
=> 1
[1,0,1,0]
=> [[1,3],[2,4]]
=> 4
[1,1,0,0]
=> [[1,2],[3,4]]
=> 2
[1,0,1,0,1,0]
=> [[1,3,5],[2,4,6]]
=> 9
[1,0,1,1,0,0]
=> [[1,3,4],[2,5,6]]
=> 5
[1,1,0,0,1,0]
=> [[1,2,5],[3,4,6]]
=> 7
[1,1,0,1,0,0]
=> [[1,2,4],[3,5,6]]
=> 6
[1,1,1,0,0,0]
=> [[1,2,3],[4,5,6]]
=> 3
[1,0,1,0,1,0,1,0]
=> [[1,3,5,7],[2,4,6,8]]
=> 16
[1,0,1,0,1,1,0,0]
=> [[1,3,5,6],[2,4,7,8]]
=> 10
[1,0,1,1,0,0,1,0]
=> [[1,3,4,7],[2,5,6,8]]
=> 12
[1,0,1,1,0,1,0,0]
=> [[1,3,4,6],[2,5,7,8]]
=> 11
[1,0,1,1,1,0,0,0]
=> [[1,3,4,5],[2,6,7,8]]
=> 6
[1,1,0,0,1,0,1,0]
=> [[1,2,5,7],[3,4,6,8]]
=> 14
[1,1,0,0,1,1,0,0]
=> [[1,2,5,6],[3,4,7,8]]
=> 8
[1,1,0,1,0,0,1,0]
=> [[1,2,4,7],[3,5,6,8]]
=> 13
[1,1,0,1,0,1,0,0]
=> [[1,2,4,6],[3,5,7,8]]
=> 12
[1,1,0,1,1,0,0,0]
=> [[1,2,4,5],[3,6,7,8]]
=> 7
[1,1,1,0,0,0,1,0]
=> [[1,2,3,7],[4,5,6,8]]
=> 10
[1,1,1,0,0,1,0,0]
=> [[1,2,3,6],[4,5,7,8]]
=> 9
[1,1,1,0,1,0,0,0]
=> [[1,2,3,5],[4,6,7,8]]
=> 8
[1,1,1,1,0,0,0,0]
=> [[1,2,3,4],[5,6,7,8]]
=> 4
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.
Matching statistic: St001697
Mp00033: Dyck paths to two-row standard tableauStandard tableaux
St001697: Standard tableaux ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,0]
=> [[1],[2]]
=> 1
[1,0,1,0]
=> [[1,3],[2,4]]
=> 4
[1,1,0,0]
=> [[1,2],[3,4]]
=> 2
[1,0,1,0,1,0]
=> [[1,3,5],[2,4,6]]
=> 9
[1,0,1,1,0,0]
=> [[1,3,4],[2,5,6]]
=> 7
[1,1,0,0,1,0]
=> [[1,2,5],[3,4,6]]
=> 5
[1,1,0,1,0,0]
=> [[1,2,4],[3,5,6]]
=> 6
[1,1,1,0,0,0]
=> [[1,2,3],[4,5,6]]
=> 3
[1,0,1,0,1,0,1,0]
=> [[1,3,5,7],[2,4,6,8]]
=> 16
[1,0,1,0,1,1,0,0]
=> [[1,3,5,6],[2,4,7,8]]
=> 14
[1,0,1,1,0,0,1,0]
=> [[1,3,4,7],[2,5,6,8]]
=> 12
[1,0,1,1,0,1,0,0]
=> [[1,3,4,6],[2,5,7,8]]
=> 13
[1,0,1,1,1,0,0,0]
=> [[1,3,4,5],[2,6,7,8]]
=> 10
[1,1,0,0,1,0,1,0]
=> [[1,2,5,7],[3,4,6,8]]
=> 10
[1,1,0,0,1,1,0,0]
=> [[1,2,5,6],[3,4,7,8]]
=> 8
[1,1,0,1,0,0,1,0]
=> [[1,2,4,7],[3,5,6,8]]
=> 11
[1,1,0,1,0,1,0,0]
=> [[1,2,4,6],[3,5,7,8]]
=> 12
[1,1,0,1,1,0,0,0]
=> [[1,2,4,5],[3,6,7,8]]
=> 9
[1,1,1,0,0,0,1,0]
=> [[1,2,3,7],[4,5,6,8]]
=> 6
[1,1,1,0,0,1,0,0]
=> [[1,2,3,6],[4,5,7,8]]
=> 7
[1,1,1,0,1,0,0,0]
=> [[1,2,3,5],[4,6,7,8]]
=> 8
[1,1,1,1,0,0,0,0]
=> [[1,2,3,4],[5,6,7,8]]
=> 4
Description
The shifted natural comajor index of a standard Young tableau. A natural descent of a standard tableau $T$ is an entry $i$ such that $i+1$ appears in a higher row than $i$ in English notation. The natural comajor index of a tableau of shape $\lambda$, size $n$ with natural descent set $D$ is then $b(\lambda)+\sum_{d\in D} n-d$, where $b(\lambda) = \sum_i (i-1)\lambda_i$.
Matching statistic: St000008
Mp00033: Dyck paths to two-row standard tableauStandard tableaux
Mp00207: Standard tableaux horizontal strip sizesInteger compositions
St000008: Integer compositions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,0]
=> [[1],[2]]
=> [1,1] => 1
[1,0,1,0]
=> [[1,3],[2,4]]
=> [1,2,1] => 4
[1,1,0,0]
=> [[1,2],[3,4]]
=> [2,2] => 2
[1,0,1,0,1,0]
=> [[1,3,5],[2,4,6]]
=> [1,2,2,1] => 9
[1,0,1,1,0,0]
=> [[1,3,4],[2,5,6]]
=> [1,3,2] => 5
[1,1,0,0,1,0]
=> [[1,2,5],[3,4,6]]
=> [2,3,1] => 7
[1,1,0,1,0,0]
=> [[1,2,4],[3,5,6]]
=> [2,2,2] => 6
[1,1,1,0,0,0]
=> [[1,2,3],[4,5,6]]
=> [3,3] => 3
[1,0,1,0,1,0,1,0]
=> [[1,3,5,7],[2,4,6,8]]
=> [1,2,2,2,1] => 16
[1,0,1,0,1,1,0,0]
=> [[1,3,5,6],[2,4,7,8]]
=> [1,2,3,2] => 10
[1,0,1,1,0,0,1,0]
=> [[1,3,4,7],[2,5,6,8]]
=> [1,3,3,1] => 12
[1,0,1,1,0,1,0,0]
=> [[1,3,4,6],[2,5,7,8]]
=> [1,3,2,2] => 11
[1,0,1,1,1,0,0,0]
=> [[1,3,4,5],[2,6,7,8]]
=> [1,4,3] => 6
[1,1,0,0,1,0,1,0]
=> [[1,2,5,7],[3,4,6,8]]
=> [2,3,2,1] => 14
[1,1,0,0,1,1,0,0]
=> [[1,2,5,6],[3,4,7,8]]
=> [2,4,2] => 8
[1,1,0,1,0,0,1,0]
=> [[1,2,4,7],[3,5,6,8]]
=> [2,2,3,1] => 13
[1,1,0,1,0,1,0,0]
=> [[1,2,4,6],[3,5,7,8]]
=> [2,2,2,2] => 12
[1,1,0,1,1,0,0,0]
=> [[1,2,4,5],[3,6,7,8]]
=> [2,3,3] => 7
[1,1,1,0,0,0,1,0]
=> [[1,2,3,7],[4,5,6,8]]
=> [3,4,1] => 10
[1,1,1,0,0,1,0,0]
=> [[1,2,3,6],[4,5,7,8]]
=> [3,3,2] => 9
[1,1,1,0,1,0,0,0]
=> [[1,2,3,5],[4,6,7,8]]
=> [3,2,3] => 8
[1,1,1,1,0,0,0,0]
=> [[1,2,3,4],[5,6,7,8]]
=> [4,4] => 4
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]].
Matching statistic: St000009
Mp00033: Dyck paths to two-row standard tableauStandard tableaux
Mp00084: Standard tableaux conjugateStandard tableaux
St000009: Standard tableaux ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,0]
=> [[1],[2]]
=> [[1,2]]
=> 1
[1,0,1,0]
=> [[1,3],[2,4]]
=> [[1,2],[3,4]]
=> 4
[1,1,0,0]
=> [[1,2],[3,4]]
=> [[1,3],[2,4]]
=> 2
[1,0,1,0,1,0]
=> [[1,3,5],[2,4,6]]
=> [[1,2],[3,4],[5,6]]
=> 9
[1,0,1,1,0,0]
=> [[1,3,4],[2,5,6]]
=> [[1,2],[3,5],[4,6]]
=> 7
[1,1,0,0,1,0]
=> [[1,2,5],[3,4,6]]
=> [[1,3],[2,4],[5,6]]
=> 5
[1,1,0,1,0,0]
=> [[1,2,4],[3,5,6]]
=> [[1,3],[2,5],[4,6]]
=> 6
[1,1,1,0,0,0]
=> [[1,2,3],[4,5,6]]
=> [[1,4],[2,5],[3,6]]
=> 3
[1,0,1,0,1,0,1,0]
=> [[1,3,5,7],[2,4,6,8]]
=> [[1,2],[3,4],[5,6],[7,8]]
=> 16
[1,0,1,0,1,1,0,0]
=> [[1,3,5,6],[2,4,7,8]]
=> [[1,2],[3,4],[5,7],[6,8]]
=> 14
[1,0,1,1,0,0,1,0]
=> [[1,3,4,7],[2,5,6,8]]
=> [[1,2],[3,5],[4,6],[7,8]]
=> 12
[1,0,1,1,0,1,0,0]
=> [[1,3,4,6],[2,5,7,8]]
=> [[1,2],[3,5],[4,7],[6,8]]
=> 13
[1,0,1,1,1,0,0,0]
=> [[1,3,4,5],[2,6,7,8]]
=> [[1,2],[3,6],[4,7],[5,8]]
=> 10
[1,1,0,0,1,0,1,0]
=> [[1,2,5,7],[3,4,6,8]]
=> [[1,3],[2,4],[5,6],[7,8]]
=> 10
[1,1,0,0,1,1,0,0]
=> [[1,2,5,6],[3,4,7,8]]
=> [[1,3],[2,4],[5,7],[6,8]]
=> 8
[1,1,0,1,0,0,1,0]
=> [[1,2,4,7],[3,5,6,8]]
=> [[1,3],[2,5],[4,6],[7,8]]
=> 11
[1,1,0,1,0,1,0,0]
=> [[1,2,4,6],[3,5,7,8]]
=> [[1,3],[2,5],[4,7],[6,8]]
=> 12
[1,1,0,1,1,0,0,0]
=> [[1,2,4,5],[3,6,7,8]]
=> [[1,3],[2,6],[4,7],[5,8]]
=> 9
[1,1,1,0,0,0,1,0]
=> [[1,2,3,7],[4,5,6,8]]
=> [[1,4],[2,5],[3,6],[7,8]]
=> 6
[1,1,1,0,0,1,0,0]
=> [[1,2,3,6],[4,5,7,8]]
=> [[1,4],[2,5],[3,7],[6,8]]
=> 7
[1,1,1,0,1,0,0,0]
=> [[1,2,3,5],[4,6,7,8]]
=> [[1,4],[2,6],[3,7],[5,8]]
=> 8
[1,1,1,1,0,0,0,0]
=> [[1,2,3,4],[5,6,7,8]]
=> [[1,5],[2,6],[3,7],[4,8]]
=> 4
Description
The charge of a standard tableau.
Matching statistic: St000293
Mp00093: Dyck paths to binary wordBinary words
Mp00096: Binary words Foata bijectionBinary words
St000293: Binary words ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,0]
=> 10 => 10 => 1
[1,0,1,0]
=> 1010 => 1100 => 4
[1,1,0,0]
=> 1100 => 0110 => 2
[1,0,1,0,1,0]
=> 101010 => 111000 => 9
[1,0,1,1,0,0]
=> 101100 => 011010 => 5
[1,1,0,0,1,0]
=> 110010 => 101100 => 7
[1,1,0,1,0,0]
=> 110100 => 011100 => 6
[1,1,1,0,0,0]
=> 111000 => 001110 => 3
[1,0,1,0,1,0,1,0]
=> 10101010 => 11110000 => 16
[1,0,1,0,1,1,0,0]
=> 10101100 => 01110010 => 10
[1,0,1,1,0,0,1,0]
=> 10110010 => 10110100 => 12
[1,0,1,1,0,1,0,0]
=> 10110100 => 01110100 => 11
[1,0,1,1,1,0,0,0]
=> 10111000 => 00110110 => 6
[1,1,0,0,1,0,1,0]
=> 11001010 => 11011000 => 14
[1,1,0,0,1,1,0,0]
=> 11001100 => 01011010 => 8
[1,1,0,1,0,0,1,0]
=> 11010010 => 10111000 => 13
[1,1,0,1,0,1,0,0]
=> 11010100 => 01111000 => 12
[1,1,0,1,1,0,0,0]
=> 11011000 => 00111010 => 7
[1,1,1,0,0,0,1,0]
=> 11100010 => 10011100 => 10
[1,1,1,0,0,1,0,0]
=> 11100100 => 01011100 => 9
[1,1,1,0,1,0,0,0]
=> 11101000 => 00111100 => 8
[1,1,1,1,0,0,0,0]
=> 11110000 => 00011110 => 4
Description
The number of inversions of a binary word.
Matching statistic: St000391
Mp00033: Dyck paths to two-row standard tableauStandard tableaux
Mp00134: Standard tableaux descent wordBinary words
St000391: Binary words ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,0]
=> [[1],[2]]
=> 1 => 1
[1,0,1,0]
=> [[1,3],[2,4]]
=> 101 => 4
[1,1,0,0]
=> [[1,2],[3,4]]
=> 010 => 2
[1,0,1,0,1,0]
=> [[1,3,5],[2,4,6]]
=> 10101 => 9
[1,0,1,1,0,0]
=> [[1,3,4],[2,5,6]]
=> 10010 => 5
[1,1,0,0,1,0]
=> [[1,2,5],[3,4,6]]
=> 01001 => 7
[1,1,0,1,0,0]
=> [[1,2,4],[3,5,6]]
=> 01010 => 6
[1,1,1,0,0,0]
=> [[1,2,3],[4,5,6]]
=> 00100 => 3
[1,0,1,0,1,0,1,0]
=> [[1,3,5,7],[2,4,6,8]]
=> 1010101 => 16
[1,0,1,0,1,1,0,0]
=> [[1,3,5,6],[2,4,7,8]]
=> 1010010 => 10
[1,0,1,1,0,0,1,0]
=> [[1,3,4,7],[2,5,6,8]]
=> 1001001 => 12
[1,0,1,1,0,1,0,0]
=> [[1,3,4,6],[2,5,7,8]]
=> 1001010 => 11
[1,0,1,1,1,0,0,0]
=> [[1,3,4,5],[2,6,7,8]]
=> 1000100 => 6
[1,1,0,0,1,0,1,0]
=> [[1,2,5,7],[3,4,6,8]]
=> 0100101 => 14
[1,1,0,0,1,1,0,0]
=> [[1,2,5,6],[3,4,7,8]]
=> 0100010 => 8
[1,1,0,1,0,0,1,0]
=> [[1,2,4,7],[3,5,6,8]]
=> 0101001 => 13
[1,1,0,1,0,1,0,0]
=> [[1,2,4,6],[3,5,7,8]]
=> 0101010 => 12
[1,1,0,1,1,0,0,0]
=> [[1,2,4,5],[3,6,7,8]]
=> 0100100 => 7
[1,1,1,0,0,0,1,0]
=> [[1,2,3,7],[4,5,6,8]]
=> 0010001 => 10
[1,1,1,0,0,1,0,0]
=> [[1,2,3,6],[4,5,7,8]]
=> 0010010 => 9
[1,1,1,0,1,0,0,0]
=> [[1,2,3,5],[4,6,7,8]]
=> 0010100 => 8
[1,1,1,1,0,0,0,0]
=> [[1,2,3,4],[5,6,7,8]]
=> 0001000 => 4
Description
The sum of the positions of the ones in a binary word.
Matching statistic: St000947
Mp00033: Dyck paths to two-row standard tableauStandard tableaux
Mp00207: Standard tableaux horizontal strip sizesInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
St000947: Dyck paths ⟶ ℤResult quality: 82% values known / values provided: 82%distinct values known / distinct values provided: 100%
Values
[1,0]
=> [[1],[2]]
=> [1,1] => [1,0,1,0]
=> 1
[1,0,1,0]
=> [[1,3],[2,4]]
=> [1,2,1] => [1,0,1,1,0,0,1,0]
=> 4
[1,1,0,0]
=> [[1,2],[3,4]]
=> [2,2] => [1,1,0,0,1,1,0,0]
=> 2
[1,0,1,0,1,0]
=> [[1,3,5],[2,4,6]]
=> [1,2,2,1] => [1,0,1,1,0,0,1,1,0,0,1,0]
=> 9
[1,0,1,1,0,0]
=> [[1,3,4],[2,5,6]]
=> [1,3,2] => [1,0,1,1,1,0,0,0,1,1,0,0]
=> 5
[1,1,0,0,1,0]
=> [[1,2,5],[3,4,6]]
=> [2,3,1] => [1,1,0,0,1,1,1,0,0,0,1,0]
=> 7
[1,1,0,1,0,0]
=> [[1,2,4],[3,5,6]]
=> [2,2,2] => [1,1,0,0,1,1,0,0,1,1,0,0]
=> 6
[1,1,1,0,0,0]
=> [[1,2,3],[4,5,6]]
=> [3,3] => [1,1,1,0,0,0,1,1,1,0,0,0]
=> 3
[1,0,1,0,1,0,1,0]
=> [[1,3,5,7],[2,4,6,8]]
=> [1,2,2,2,1] => [1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0]
=> 16
[1,0,1,0,1,1,0,0]
=> [[1,3,5,6],[2,4,7,8]]
=> [1,2,3,2] => [1,0,1,1,0,0,1,1,1,0,0,0,1,1,0,0]
=> 10
[1,0,1,1,0,0,1,0]
=> [[1,3,4,7],[2,5,6,8]]
=> [1,3,3,1] => [1,0,1,1,1,0,0,0,1,1,1,0,0,0,1,0]
=> 12
[1,0,1,1,0,1,0,0]
=> [[1,3,4,6],[2,5,7,8]]
=> [1,3,2,2] => [1,0,1,1,1,0,0,0,1,1,0,0,1,1,0,0]
=> 11
[1,0,1,1,1,0,0,0]
=> [[1,3,4,5],[2,6,7,8]]
=> [1,4,3] => [1,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0]
=> 6
[1,1,0,0,1,0,1,0]
=> [[1,2,5,7],[3,4,6,8]]
=> [2,3,2,1] => [1,1,0,0,1,1,1,0,0,0,1,1,0,0,1,0]
=> 14
[1,1,0,0,1,1,0,0]
=> [[1,2,5,6],[3,4,7,8]]
=> [2,4,2] => [1,1,0,0,1,1,1,1,0,0,0,0,1,1,0,0]
=> 8
[1,1,0,1,0,0,1,0]
=> [[1,2,4,7],[3,5,6,8]]
=> [2,2,3,1] => [1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0]
=> 13
[1,1,0,1,0,1,0,0]
=> [[1,2,4,6],[3,5,7,8]]
=> [2,2,2,2] => [1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0]
=> 12
[1,1,0,1,1,0,0,0]
=> [[1,2,4,5],[3,6,7,8]]
=> [2,3,3] => [1,1,0,0,1,1,1,0,0,0,1,1,1,0,0,0]
=> 7
[1,1,1,0,0,0,1,0]
=> [[1,2,3,7],[4,5,6,8]]
=> [3,4,1] => [1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0]
=> ? ∊ {4,8,9,10}
[1,1,1,0,0,1,0,0]
=> [[1,2,3,6],[4,5,7,8]]
=> [3,3,2] => [1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0]
=> ? ∊ {4,8,9,10}
[1,1,1,0,1,0,0,0]
=> [[1,2,3,5],[4,6,7,8]]
=> [3,2,3] => [1,1,1,0,0,0,1,1,0,0,1,1,1,0,0,0]
=> ? ∊ {4,8,9,10}
[1,1,1,1,0,0,0,0]
=> [[1,2,3,4],[5,6,7,8]]
=> [4,4] => [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> ? ∊ {4,8,9,10}
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\}$.
Matching statistic: St001161
Mp00033: Dyck paths to two-row standard tableauStandard tableaux
Mp00207: Standard tableaux horizontal strip sizesInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
St001161: Dyck paths ⟶ ℤResult quality: 82% values known / values provided: 82%distinct values known / distinct values provided: 100%
Values
[1,0]
=> [[1],[2]]
=> [1,1] => [1,0,1,0]
=> 1
[1,0,1,0]
=> [[1,3],[2,4]]
=> [1,2,1] => [1,0,1,1,0,0,1,0]
=> 4
[1,1,0,0]
=> [[1,2],[3,4]]
=> [2,2] => [1,1,0,0,1,1,0,0]
=> 2
[1,0,1,0,1,0]
=> [[1,3,5],[2,4,6]]
=> [1,2,2,1] => [1,0,1,1,0,0,1,1,0,0,1,0]
=> 9
[1,0,1,1,0,0]
=> [[1,3,4],[2,5,6]]
=> [1,3,2] => [1,0,1,1,1,0,0,0,1,1,0,0]
=> 5
[1,1,0,0,1,0]
=> [[1,2,5],[3,4,6]]
=> [2,3,1] => [1,1,0,0,1,1,1,0,0,0,1,0]
=> 7
[1,1,0,1,0,0]
=> [[1,2,4],[3,5,6]]
=> [2,2,2] => [1,1,0,0,1,1,0,0,1,1,0,0]
=> 6
[1,1,1,0,0,0]
=> [[1,2,3],[4,5,6]]
=> [3,3] => [1,1,1,0,0,0,1,1,1,0,0,0]
=> 3
[1,0,1,0,1,0,1,0]
=> [[1,3,5,7],[2,4,6,8]]
=> [1,2,2,2,1] => [1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0]
=> 16
[1,0,1,0,1,1,0,0]
=> [[1,3,5,6],[2,4,7,8]]
=> [1,2,3,2] => [1,0,1,1,0,0,1,1,1,0,0,0,1,1,0,0]
=> 10
[1,0,1,1,0,0,1,0]
=> [[1,3,4,7],[2,5,6,8]]
=> [1,3,3,1] => [1,0,1,1,1,0,0,0,1,1,1,0,0,0,1,0]
=> 12
[1,0,1,1,0,1,0,0]
=> [[1,3,4,6],[2,5,7,8]]
=> [1,3,2,2] => [1,0,1,1,1,0,0,0,1,1,0,0,1,1,0,0]
=> 11
[1,0,1,1,1,0,0,0]
=> [[1,3,4,5],[2,6,7,8]]
=> [1,4,3] => [1,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0]
=> 6
[1,1,0,0,1,0,1,0]
=> [[1,2,5,7],[3,4,6,8]]
=> [2,3,2,1] => [1,1,0,0,1,1,1,0,0,0,1,1,0,0,1,0]
=> 14
[1,1,0,0,1,1,0,0]
=> [[1,2,5,6],[3,4,7,8]]
=> [2,4,2] => [1,1,0,0,1,1,1,1,0,0,0,0,1,1,0,0]
=> 8
[1,1,0,1,0,0,1,0]
=> [[1,2,4,7],[3,5,6,8]]
=> [2,2,3,1] => [1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0]
=> 13
[1,1,0,1,0,1,0,0]
=> [[1,2,4,6],[3,5,7,8]]
=> [2,2,2,2] => [1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0]
=> 12
[1,1,0,1,1,0,0,0]
=> [[1,2,4,5],[3,6,7,8]]
=> [2,3,3] => [1,1,0,0,1,1,1,0,0,0,1,1,1,0,0,0]
=> 7
[1,1,1,0,0,0,1,0]
=> [[1,2,3,7],[4,5,6,8]]
=> [3,4,1] => [1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0]
=> ? ∊ {4,8,9,10}
[1,1,1,0,0,1,0,0]
=> [[1,2,3,6],[4,5,7,8]]
=> [3,3,2] => [1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0]
=> ? ∊ {4,8,9,10}
[1,1,1,0,1,0,0,0]
=> [[1,2,3,5],[4,6,7,8]]
=> [3,2,3] => [1,1,1,0,0,0,1,1,0,0,1,1,1,0,0,0]
=> ? ∊ {4,8,9,10}
[1,1,1,1,0,0,0,0]
=> [[1,2,3,4],[5,6,7,8]]
=> [4,4] => [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> ? ∊ {4,8,9,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\}$.
The following 48 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000305The inverse major index of a permutation. St000446The disorder of a permutation. St000004The major index of a permutation. St000005The bounce statistic of a Dyck path. St000081The number of edges of a graph. St000154The sum of the descent bottoms of a permutation. St000156The Denert index of a permutation. St000304The load of a permutation. St000334The maz index, the major index of a permutation after replacing fixed points by zeros. St000339The maf index of a permutation. St000578The number of occurrences of the pattern {{1},{2}} such that 1 is a singleton. St000794The mak of a permutation. St000797The stat`` of a permutation. St000798The makl of a permutation. St000833The comajor index of a permutation. St001671Haglund's hag of a permutation. St000494The number of inversions of distance at most 3 of a permutation. St000327The number of cover relations in a poset. St001232The number of indecomposable modules with projective dimension 2 for Nakayama algebras with global dimension at most 2. St000456The monochromatic index of a connected graph. St001645The pebbling number of a connected graph. St001879The number of indecomposable summands of the top of the first syzygy of the dual of the regular module in the incidence algebra of the lattice. St000466The Gutman (or modified Schultz) index of a connected graph. St000718The largest Laplacian eigenvalue of a graph if it is integral. St001880The number of 2-Gorenstein indecomposable injective modules in the incidence algebra of the lattice. St000545The number of parabolic double cosets with minimal element being the given permutation. St000033The number of permutations greater than or equal to the given permutation in (strong) Bruhat order. St000101The cocharge of a semistandard tableau. St000454The largest eigenvalue of a graph if it is integral. St000958The number of Bruhat factorizations of a permutation. St001171The vector space dimension of $Ext_A^1(I_o,A)$ when $I_o$ is the tilting module corresponding to the permutation $o$ in the Auslander algebra $A$ of $K[x]/(x^n)$. St001583The projective dimension of the simple module corresponding to the point in the poset of the symmetric group under bruhat order. St001684The reduced word complexity of a permutation. St001821The sorting index of a signed permutation. St001823The Stasinski-Voll length of a signed permutation. St001894The depth of a signed permutation. St000209Maximum difference of elements in cycles. St000538The number of even inversions of a permutation. St000649The number of 3-excedences of a permutation. St000951The dimension of $Ext^{1}(D(A),A)$ of the corresponding LNakayama algebra. St001207The Lowey length of the algebra $A/T$ when $T$ is the 1-tilting module corresponding to the permutation in the Auslander algebra of $K[x]/(x^n)$. St001285The number of primes in the column sums of the two line notation of a permutation. St001582The grades of the simple modules corresponding to the points in the poset of the symmetric group under the Bruhat order. St001722The number of minimal chains with small intervals between a binary word and the top element. St001806The upper middle entry of a permutation. St000226The convexity of a permutation. St000886The number of permutations with the same antidiagonal sums. St001874Lusztig's a-function for the symmetric group.