Identifier
Values
[1,0] => [[1],[2]] => 1 => 1 => 0
[1,0,1,0] => [[1,3],[2,4]] => 101 => 101 => 1
[1,1,0,0] => [[1,2],[3,4]] => 010 => 100 => 1
[1,0,1,0,1,0] => [[1,3,5],[2,4,6]] => 10101 => 11001 => 2
[1,0,1,1,0,0] => [[1,3,4],[2,5,6]] => 10010 => 10100 => 1
[1,1,0,0,1,0] => [[1,2,5],[3,4,6]] => 01001 => 01001 => 1
[1,1,0,1,0,0] => [[1,2,4],[3,5,6]] => 01010 => 11000 => 2
[1,1,1,0,0,0] => [[1,2,3],[4,5,6]] => 00100 => 01000 => 1
[1,0,1,0,1,0,1,0] => [[1,3,5,7],[2,4,6,8]] => 1010101 => 1110001 => 3
[1,0,1,0,1,1,0,0] => [[1,3,5,6],[2,4,7,8]] => 1010010 => 1011000 => 2
[1,0,1,1,0,0,1,0] => [[1,3,4,7],[2,5,6,8]] => 1001001 => 0101001 => 1
[1,0,1,1,0,1,0,0] => [[1,3,4,6],[2,5,7,8]] => 1001010 => 1101000 => 2
[1,0,1,1,1,0,0,0] => [[1,3,4,5],[2,6,7,8]] => 1000100 => 0100100 => 1
[1,1,0,0,1,0,1,0] => [[1,2,5,7],[3,4,6,8]] => 0100101 => 1010001 => 2
[1,1,0,0,1,1,0,0] => [[1,2,5,6],[3,4,7,8]] => 0100010 => 1001000 => 1
[1,1,0,1,0,0,1,0] => [[1,2,4,7],[3,5,6,8]] => 0101001 => 0110001 => 2
[1,1,0,1,0,1,0,0] => [[1,2,4,6],[3,5,7,8]] => 0101010 => 1110000 => 3
[1,1,0,1,1,0,0,0] => [[1,2,4,5],[3,6,7,8]] => 0100100 => 0101000 => 2
[1,1,1,0,0,0,1,0] => [[1,2,3,7],[4,5,6,8]] => 0010001 => 0010001 => 1
[1,1,1,0,0,1,0,0] => [[1,2,3,6],[4,5,7,8]] => 0010010 => 1010000 => 2
[1,1,1,0,1,0,0,0] => [[1,2,3,5],[4,6,7,8]] => 0010100 => 0110000 => 2
[1,1,1,1,0,0,0,0] => [[1,2,3,4],[5,6,7,8]] => 0001000 => 0010000 => 1
[1,0,1,0,1,0,1,0,1,0] => [[1,3,5,7,9],[2,4,6,8,10]] => 101010101 => 111100001 => 4
[1,0,1,0,1,0,1,1,0,0] => [[1,3,5,7,8],[2,4,6,9,10]] => 101010010 => 101110000 => 3
[1,0,1,0,1,1,0,0,1,0] => [[1,3,5,6,9],[2,4,7,8,10]] => 101001001 => 010110001 => 2
[1,0,1,0,1,1,0,1,0,0] => [[1,3,5,6,8],[2,4,7,9,10]] => 101001010 => 110110000 => 3
[1,0,1,0,1,1,1,0,0,0] => [[1,3,5,6,7],[2,4,8,9,10]] => 101000100 => 010011000 => 2
[1,0,1,1,0,0,1,0,1,0] => [[1,3,4,7,9],[2,5,6,8,10]] => 100100101 => 101010001 => 2
[1,0,1,1,0,0,1,1,0,0] => [[1,3,4,7,8],[2,5,6,9,10]] => 100100010 => 100101000 => 2
[1,0,1,1,0,1,0,0,1,0] => [[1,3,4,6,9],[2,5,7,8,10]] => 100101001 => 011010001 => 2
[1,0,1,1,0,1,0,1,0,0] => [[1,3,4,6,8],[2,5,7,9,10]] => 100101010 => 111010000 => 3
[1,0,1,1,0,1,1,0,0,0] => [[1,3,4,6,7],[2,5,8,9,10]] => 100100100 => 010101000 => 2
[1,0,1,1,1,0,0,0,1,0] => [[1,3,4,5,9],[2,6,7,8,10]] => 100010001 => 001001001 => 1
[1,0,1,1,1,0,0,1,0,0] => [[1,3,4,5,8],[2,6,7,9,10]] => 100010010 => 101001000 => 2
[1,0,1,1,1,0,1,0,0,0] => [[1,3,4,5,7],[2,6,8,9,10]] => 100010100 => 011001000 => 2
[1,0,1,1,1,1,0,0,0,0] => [[1,3,4,5,6],[2,7,8,9,10]] => 100001000 => 001000100 => 1
[1,1,0,0,1,0,1,0,1,0] => [[1,2,5,7,9],[3,4,6,8,10]] => 010010101 => 110100001 => 3
[1,1,0,0,1,0,1,1,0,0] => [[1,2,5,7,8],[3,4,6,9,10]] => 010010010 => 101010000 => 2
[1,1,0,0,1,1,0,0,1,0] => [[1,2,5,6,9],[3,4,7,8,10]] => 010001001 => 010010001 => 1
[1,1,0,0,1,1,0,1,0,0] => [[1,2,5,6,8],[3,4,7,9,10]] => 010001010 => 110010000 => 2
[1,1,0,0,1,1,1,0,0,0] => [[1,2,5,6,7],[3,4,8,9,10]] => 010000100 => 010001000 => 1
[1,1,0,1,0,0,1,0,1,0] => [[1,2,4,7,9],[3,5,6,8,10]] => 010100101 => 101100001 => 3
[1,1,0,1,0,0,1,1,0,0] => [[1,2,4,7,8],[3,5,6,9,10]] => 010100010 => 100110000 => 2
[1,1,0,1,0,1,0,0,1,0] => [[1,2,4,6,9],[3,5,7,8,10]] => 010101001 => 011100001 => 3
[1,1,0,1,0,1,0,1,0,0] => [[1,2,4,6,8],[3,5,7,9,10]] => 010101010 => 111100000 => 4
[1,1,0,1,0,1,1,0,0,0] => [[1,2,4,6,7],[3,5,8,9,10]] => 010100100 => 010110000 => 3
[1,1,0,1,1,0,0,0,1,0] => [[1,2,4,5,9],[3,6,7,8,10]] => 010010001 => 001010001 => 2
[1,1,0,1,1,0,0,1,0,0] => [[1,2,4,5,8],[3,6,7,9,10]] => 010010010 => 101010000 => 2
[1,1,0,1,1,0,1,0,0,0] => [[1,2,4,5,7],[3,6,8,9,10]] => 010010100 => 011010000 => 3
[1,1,0,1,1,1,0,0,0,0] => [[1,2,4,5,6],[3,7,8,9,10]] => 010001000 => 001001000 => 1
[1,1,1,0,0,0,1,0,1,0] => [[1,2,3,7,9],[4,5,6,8,10]] => 001000101 => 100100001 => 2
[1,1,1,0,0,0,1,1,0,0] => [[1,2,3,7,8],[4,5,6,9,10]] => 001000010 => 100010000 => 1
[1,1,1,0,0,1,0,0,1,0] => [[1,2,3,6,9],[4,5,7,8,10]] => 001001001 => 010100001 => 2
[1,1,1,0,0,1,0,1,0,0] => [[1,2,3,6,8],[4,5,7,9,10]] => 001001010 => 110100000 => 3
[1,1,1,0,0,1,1,0,0,0] => [[1,2,3,6,7],[4,5,8,9,10]] => 001000100 => 010010000 => 2
[1,1,1,0,1,0,0,0,1,0] => [[1,2,3,5,9],[4,6,7,8,10]] => 001010001 => 001100001 => 2
[1,1,1,0,1,0,0,1,0,0] => [[1,2,3,5,8],[4,6,7,9,10]] => 001010010 => 101100000 => 3
[1,1,1,0,1,0,1,0,0,0] => [[1,2,3,5,7],[4,6,8,9,10]] => 001010100 => 011100000 => 3
[1,1,1,0,1,1,0,0,0,0] => [[1,2,3,5,6],[4,7,8,9,10]] => 001001000 => 001010000 => 2
[1,1,1,1,0,0,0,0,1,0] => [[1,2,3,4,9],[5,6,7,8,10]] => 000100001 => 000100001 => 1
[1,1,1,1,0,0,0,1,0,0] => [[1,2,3,4,8],[5,6,7,9,10]] => 000100010 => 100100000 => 2
[1,1,1,1,0,0,1,0,0,0] => [[1,2,3,4,7],[5,6,8,9,10]] => 000100100 => 010100000 => 2
[1,1,1,1,0,1,0,0,0,0] => [[1,2,3,4,6],[5,7,8,9,10]] => 000101000 => 001100000 => 2
[1,1,1,1,1,0,0,0,0,0] => [[1,2,3,4,5],[6,7,8,9,10]] => 000010000 => 000100000 => 1
[1,0,1,1,0,0,1,1,0,0,1,0] => [[1,3,4,7,8,11],[2,5,6,9,10,12]] => 10010001001 => 01001010001 => 2
[1,0,1,1,0,0,1,1,1,0,0,0] => [[1,3,4,7,8,9],[2,5,6,10,11,12]] => 10010000100 => 01000101000 => 2
[1,0,1,1,0,1,1,0,0,0,1,0] => [[1,3,4,6,7,11],[2,5,8,9,10,12]] => 10010010001 => 00101010001 => 2
[1,0,1,1,0,1,1,1,0,0,0,0] => [[1,3,4,6,7,8],[2,5,9,10,11,12]] => 10010001000 => 00100101000 => 2
[1,0,1,1,1,0,0,0,1,0,1,0] => [[1,3,4,5,9,11],[2,6,7,8,10,12]] => 10001000101 => 10010010001 => 1
[1,0,1,1,1,0,0,0,1,1,0,0] => [[1,3,4,5,9,10],[2,6,7,8,11,12]] => 10001000010 => 10001001000 => 1
[1,0,1,1,1,0,0,1,0,0,1,0] => [[1,3,4,5,8,11],[2,6,7,9,10,12]] => 10001001001 => 01010010001 => 2
[1,0,1,1,1,0,0,1,1,0,0,0] => [[1,3,4,5,8,9],[2,6,7,10,11,12]] => 10001000100 => 01001001000 => 1
[1,0,1,1,1,0,1,1,0,0,0,0] => [[1,3,4,5,7,8],[2,6,9,10,11,12]] => 10001001000 => 00101001000 => 2
[1,0,1,1,1,1,0,0,0,0,1,0] => [[1,3,4,5,6,11],[2,7,8,9,10,12]] => 10000100001 => 00010001001 => 1
[1,0,1,1,1,1,0,0,0,1,0,0] => [[1,3,4,5,6,10],[2,7,8,9,11,12]] => 10000100010 => 10010001000 => 1
[1,0,1,1,1,1,0,0,1,0,0,0] => [[1,3,4,5,6,9],[2,7,8,10,11,12]] => 10000100100 => 01010001000 => 2
[1,0,1,1,1,1,1,0,0,0,0,0] => [[1,3,4,5,6,7],[2,8,9,10,11,12]] => 10000010000 => 00010000100 => 1
[1,1,0,0,1,1,1,0,0,0,1,0] => [[1,2,5,6,7,11],[3,4,8,9,10,12]] => 01000010001 => 00100010001 => 1
[1,1,0,0,1,1,1,1,0,0,0,0] => [[1,2,5,6,7,8],[3,4,9,10,11,12]] => 01000001000 => 00100001000 => 1
[1,1,0,1,0,1,0,1,0,0,1,0] => [[1,2,4,6,8,11],[3,5,7,9,10,12]] => 01010101001 => 01111000001 => 4
[1,1,0,1,1,1,0,0,0,0,1,0] => [[1,2,4,5,6,11],[3,7,8,9,10,12]] => 01000100001 => 00010010001 => 1
[1,1,0,1,1,1,1,0,0,0,0,0] => [[1,2,4,5,6,7],[3,8,9,10,11,12]] => 01000010000 => 00010001000 => 1
[1,1,1,0,0,0,1,1,0,0,1,0] => [[1,2,3,7,8,11],[4,5,6,9,10,12]] => 00100001001 => 01000100001 => 1
[1,1,1,0,0,0,1,1,1,0,0,0] => [[1,2,3,7,8,9],[4,5,6,10,11,12]] => 00100000100 => 01000010000 => 1
[1,1,1,0,0,1,1,0,0,0,1,0] => [[1,2,3,6,7,11],[4,5,8,9,10,12]] => 00100010001 => 00100100001 => 2
[1,1,1,0,0,1,1,1,0,0,0,0] => [[1,2,3,6,7,8],[4,5,9,10,11,12]] => 00100001000 => 00100010000 => 1
[1,1,1,0,1,1,0,0,0,0,1,0] => [[1,2,3,5,6,11],[4,7,8,9,10,12]] => 00100100001 => 00010100001 => 2
[1,1,1,0,1,1,1,0,0,0,0,0] => [[1,2,3,5,6,7],[4,8,9,10,11,12]] => 00100010000 => 00010010000 => 2
[1,1,1,1,1,0,0,0,0,0,1,0] => [[1,2,3,4,5,11],[6,7,8,9,10,12]] => 00001000001 => 00001000001 => 1
search for individual values
searching the database for the individual values of this statistic
/ search for generating function
searching the database for statistics with the same generating function
click to show known generating functions       
Description
The balance of a binary word.
The balance of a word is the smallest number $q$ such that the word is $q$-balanced [1].
A binary word $w$ is $q$-balanced if for any two factors $u$, $v$ of $w$ of the same length, the difference between the number of ones in $u$ and $v$ is at most $q$.
Map
Foata bijection
Description
The Foata bijection $\phi$ is a bijection on the set of words of given content (by a slight generalization of Section 2 in [1]).
Given a word $w_1 w_2 ... w_n$, compute the image inductively by starting with $\phi(w_1) = w_1$. At the $i$-th step, if $\phi(w_1 w_2 ... w_i) = v_1 v_2 ... v_i$, define $\phi(w_1 w_2 ... w_i w_{i+1})$ by placing $w_{i+1}$ on the end of the word $v_1 v_2 ... v_i$ and breaking the word up into blocks as follows.
  • If $w_{i+1} \geq v_i$, place a vertical line to the right of each $v_k$ for which $w_{i+1} \geq v_k$.
  • If $w_{i+1} < v_i$, place a vertical line to the right of each $v_k$ for which $w_{i+1} < v_k$.
In either case, place a vertical line at the start of the word as well. Now, within each block between vertical lines, cyclically shift the entries one place to the right.
For instance, to compute $\phi(4154223)$, the sequence of words is
  • 4,
  • |4|1 -- > 41,
  • |4|1|5 -- > 415,
  • |415|4 -- > 5414,
  • |5|4|14|2 -- > 54412,
  • |5441|2|2 -- > 154422,
  • |1|5442|2|3 -- > 1254423.
So $\phi(4154223) = 1254423$.
Map
to two-row standard tableau
Description
Return a standard tableau of shape $(n,n)$ where $n$ is the semilength of the Dyck path.
Given a Dyck path $D$, its image is given by recording the positions of the up-steps in the first row and the positions of the down-steps in the second row.
Map
descent word
Description
The descent word of a standard Young tableau.
For a standard Young tableau of size $n$ we set $w_i=1$ if $i+1$ is in a lower row than $i$, and $0$ otherwise, for $1\leq i < n$.