Processing math: 100%

Identifier
Values
[1,0] => [1,1,0,0] => [1,0,1,0] => 1010 => 1
[1,0,1,0] => [1,1,0,1,0,0] => [1,0,1,0,1,0] => 101010 => 1
[1,1,0,0] => [1,1,1,0,0,0] => [1,0,1,1,0,0] => 101100 => 2
[1,0,1,0,1,0] => [1,1,0,1,0,1,0,0] => [1,0,1,0,1,0,1,0] => 10101010 => 1
[1,0,1,1,0,0] => [1,1,0,1,1,0,0,0] => [1,0,1,0,1,1,0,0] => 10101100 => 2
[1,1,0,0,1,0] => [1,1,1,0,0,1,0,0] => [1,0,1,1,0,0,1,0] => 10110010 => 2
[1,1,0,1,0,0] => [1,1,1,0,1,0,0,0] => [1,0,1,1,0,1,0,0] => 10110100 => 2
[1,1,1,0,0,0] => [1,1,1,1,0,0,0,0] => [1,0,1,1,1,0,0,0] => 10111000 => 3
[1,0,1,0,1,0,1,0] => [1,1,0,1,0,1,0,1,0,0] => [1,0,1,0,1,0,1,0,1,0] => 1010101010 => 1
[1,0,1,0,1,1,0,0] => [1,1,0,1,0,1,1,0,0,0] => [1,0,1,0,1,0,1,1,0,0] => 1010101100 => 2
[1,0,1,1,0,0,1,0] => [1,1,0,1,1,0,0,1,0,0] => [1,0,1,0,1,1,0,0,1,0] => 1010110010 => 2
[1,0,1,1,0,1,0,0] => [1,1,0,1,1,0,1,0,0,0] => [1,0,1,0,1,1,0,1,0,0] => 1010110100 => 2
[1,0,1,1,1,0,0,0] => [1,1,0,1,1,1,0,0,0,0] => [1,0,1,0,1,1,1,0,0,0] => 1010111000 => 3
[1,1,0,0,1,0,1,0] => [1,1,1,0,0,1,0,1,0,0] => [1,0,1,1,0,0,1,0,1,0] => 1011001010 => 2
[1,1,0,0,1,1,0,0] => [1,1,1,0,0,1,1,0,0,0] => [1,0,1,1,0,0,1,1,0,0] => 1011001100 => 2
[1,1,0,1,0,0,1,0] => [1,1,1,0,1,0,0,1,0,0] => [1,0,1,1,0,1,0,0,1,0] => 1011010010 => 2
[1,1,0,1,0,1,0,0] => [1,1,1,0,1,0,1,0,0,0] => [1,0,1,1,0,1,0,1,0,0] => 1011010100 => 2
[1,1,0,1,1,0,0,0] => [1,1,1,0,1,1,0,0,0,0] => [1,0,1,1,0,1,1,0,0,0] => 1011011000 => 2
[1,1,1,0,0,0,1,0] => [1,1,1,1,0,0,0,1,0,0] => [1,0,1,1,1,0,0,0,1,0] => 1011100010 => 3
[1,1,1,0,0,1,0,0] => [1,1,1,1,0,0,1,0,0,0] => [1,0,1,1,1,0,0,1,0,0] => 1011100100 => 3
[1,1,1,0,1,0,0,0] => [1,1,1,1,0,1,0,0,0,0] => [1,0,1,1,1,0,1,0,0,0] => 1011101000 => 3
[1,1,1,1,0,0,0,0] => [1,1,1,1,1,0,0,0,0,0] => [1,0,1,1,1,1,0,0,0,0] => 1011110000 => 4
[1,0,1,0,1,0,1,0,1,0] => [1,1,0,1,0,1,0,1,0,1,0,0] => [1,0,1,0,1,0,1,0,1,0,1,0] => 101010101010 => 1
[1,0,1,0,1,0,1,1,0,0] => [1,1,0,1,0,1,0,1,1,0,0,0] => [1,0,1,0,1,0,1,0,1,1,0,0] => 101010101100 => 2
[1,0,1,0,1,1,0,0,1,0] => [1,1,0,1,0,1,1,0,0,1,0,0] => [1,0,1,0,1,0,1,1,0,0,1,0] => 101010110010 => 2
[1,0,1,0,1,1,0,1,0,0] => [1,1,0,1,0,1,1,0,1,0,0,0] => [1,0,1,0,1,0,1,1,0,1,0,0] => 101010110100 => 2
[1,0,1,0,1,1,1,0,0,0] => [1,1,0,1,0,1,1,1,0,0,0,0] => [1,0,1,0,1,0,1,1,1,0,0,0] => 101010111000 => 3
[1,0,1,1,0,0,1,0,1,0] => [1,1,0,1,1,0,0,1,0,1,0,0] => [1,0,1,0,1,1,0,0,1,0,1,0] => 101011001010 => 2
[1,0,1,1,0,0,1,1,0,0] => [1,1,0,1,1,0,0,1,1,0,0,0] => [1,0,1,0,1,1,0,0,1,1,0,0] => 101011001100 => 2
[1,0,1,1,0,1,0,0,1,0] => [1,1,0,1,1,0,1,0,0,1,0,0] => [1,0,1,0,1,1,0,1,0,0,1,0] => 101011010010 => 2
[1,0,1,1,0,1,0,1,0,0] => [1,1,0,1,1,0,1,0,1,0,0,0] => [1,0,1,0,1,1,0,1,0,1,0,0] => 101011010100 => 2
[1,0,1,1,0,1,1,0,0,0] => [1,1,0,1,1,0,1,1,0,0,0,0] => [1,0,1,0,1,1,0,1,1,0,0,0] => 101011011000 => 2
[1,0,1,1,1,0,0,0,1,0] => [1,1,0,1,1,1,0,0,0,1,0,0] => [1,0,1,0,1,1,1,0,0,0,1,0] => 101011100010 => 3
[1,0,1,1,1,0,0,1,0,0] => [1,1,0,1,1,1,0,0,1,0,0,0] => [1,0,1,0,1,1,1,0,0,1,0,0] => 101011100100 => 3
[1,0,1,1,1,0,1,0,0,0] => [1,1,0,1,1,1,0,1,0,0,0,0] => [1,0,1,0,1,1,1,0,1,0,0,0] => 101011101000 => 3
[1,0,1,1,1,1,0,0,0,0] => [1,1,0,1,1,1,1,0,0,0,0,0] => [1,0,1,0,1,1,1,1,0,0,0,0] => 101011110000 => 4
[1,1,0,0,1,0,1,0,1,0] => [1,1,1,0,0,1,0,1,0,1,0,0] => [1,0,1,1,0,0,1,0,1,0,1,0] => 101100101010 => 2
[1,1,0,0,1,0,1,1,0,0] => [1,1,1,0,0,1,0,1,1,0,0,0] => [1,0,1,1,0,0,1,0,1,1,0,0] => 101100101100 => 2
[1,1,0,0,1,1,0,0,1,0] => [1,1,1,0,0,1,1,0,0,1,0,0] => [1,0,1,1,0,0,1,1,0,0,1,0] => 101100110010 => 2
[1,1,0,0,1,1,0,1,0,0] => [1,1,1,0,0,1,1,0,1,0,0,0] => [1,0,1,1,0,0,1,1,0,1,0,0] => 101100110100 => 2
[1,1,0,0,1,1,1,0,0,0] => [1,1,1,0,0,1,1,1,0,0,0,0] => [1,0,1,1,0,0,1,1,1,0,0,0] => 101100111000 => 3
[1,1,0,1,0,0,1,0,1,0] => [1,1,1,0,1,0,0,1,0,1,0,0] => [1,0,1,1,0,1,0,0,1,0,1,0] => 101101001010 => 2
[1,1,0,1,0,0,1,1,0,0] => [1,1,1,0,1,0,0,1,1,0,0,0] => [1,0,1,1,0,1,0,0,1,1,0,0] => 101101001100 => 2
[1,1,0,1,0,1,0,0,1,0] => [1,1,1,0,1,0,1,0,0,1,0,0] => [1,0,1,1,0,1,0,1,0,0,1,0] => 101101010010 => 2
[1,1,0,1,0,1,0,1,0,0] => [1,1,1,0,1,0,1,0,1,0,0,0] => [1,0,1,1,0,1,0,1,0,1,0,0] => 101101010100 => 2
[1,1,0,1,0,1,1,0,0,0] => [1,1,1,0,1,0,1,1,0,0,0,0] => [1,0,1,1,0,1,0,1,1,0,0,0] => 101101011000 => 2
[1,1,0,1,1,0,0,0,1,0] => [1,1,1,0,1,1,0,0,0,1,0,0] => [1,0,1,1,0,1,1,0,0,0,1,0] => 101101100010 => 3
[1,1,0,1,1,0,0,1,0,0] => [1,1,1,0,1,1,0,0,1,0,0,0] => [1,0,1,1,0,1,1,0,0,1,0,0] => 101101100100 => 3
[1,1,0,1,1,0,1,0,0,0] => [1,1,1,0,1,1,0,1,0,0,0,0] => [1,0,1,1,0,1,1,0,1,0,0,0] => 101101101000 => 3
[1,1,0,1,1,1,0,0,0,0] => [1,1,1,0,1,1,1,0,0,0,0,0] => [1,0,1,1,0,1,1,1,0,0,0,0] => 101101110000 => 3
[1,1,1,0,0,0,1,0,1,0] => [1,1,1,1,0,0,0,1,0,1,0,0] => [1,0,1,1,1,0,0,0,1,0,1,0] => 101110001010 => 3
[1,1,1,0,0,0,1,1,0,0] => [1,1,1,1,0,0,0,1,1,0,0,0] => [1,0,1,1,1,0,0,0,1,1,0,0] => 101110001100 => 3
[1,1,1,0,0,1,0,0,1,0] => [1,1,1,1,0,0,1,0,0,1,0,0] => [1,0,1,1,1,0,0,1,0,0,1,0] => 101110010010 => 3
[1,1,1,0,0,1,0,1,0,0] => [1,1,1,1,0,0,1,0,1,0,0,0] => [1,0,1,1,1,0,0,1,0,1,0,0] => 101110010100 => 2
[1,1,1,0,0,1,1,0,0,0] => [1,1,1,1,0,0,1,1,0,0,0,0] => [1,0,1,1,1,0,0,1,1,0,0,0] => 101110011000 => 3
[1,1,1,0,1,0,0,0,1,0] => [1,1,1,1,0,1,0,0,0,1,0,0] => [1,0,1,1,1,0,1,0,0,0,1,0] => 101110100010 => 3
[1,1,1,0,1,0,0,1,0,0] => [1,1,1,1,0,1,0,0,1,0,0,0] => [1,0,1,1,1,0,1,0,0,1,0,0] => 101110100100 => 3
[1,1,1,0,1,0,1,0,0,0] => [1,1,1,1,0,1,0,1,0,0,0,0] => [1,0,1,1,1,0,1,0,1,0,0,0] => 101110101000 => 3
[1,1,1,0,1,1,0,0,0,0] => [1,1,1,1,0,1,1,0,0,0,0,0] => [1,0,1,1,1,0,1,1,0,0,0,0] => 101110110000 => 3
[1,1,1,1,0,0,0,0,1,0] => [1,1,1,1,1,0,0,0,0,1,0,0] => [1,0,1,1,1,1,0,0,0,0,1,0] => 101111000010 => 4
[1,1,1,1,0,0,0,1,0,0] => [1,1,1,1,1,0,0,0,1,0,0,0] => [1,0,1,1,1,1,0,0,0,1,0,0] => 101111000100 => 4
[1,1,1,1,0,0,1,0,0,0] => [1,1,1,1,1,0,0,1,0,0,0,0] => [1,0,1,1,1,1,0,0,1,0,0,0] => 101111001000 => 4
[1,1,1,1,0,1,0,0,0,0] => [1,1,1,1,1,0,1,0,0,0,0,0] => [1,0,1,1,1,1,0,1,0,0,0,0] => 101111010000 => 4
[1,1,1,1,1,0,0,0,0,0] => [1,1,1,1,1,1,0,0,0,0,0,0] => [1,0,1,1,1,1,1,0,0,0,0,0] => 101111100000 => 5
[1,1,0,1,1,1,1,0,0,0,0,0] => [1,1,1,0,1,1,1,1,0,0,0,0,0,0] => [1,0,1,1,0,1,1,1,1,0,0,0,0,0] => 10110111100000 => 4
[1,1,1,0,1,1,0,1,0,0,0,0] => [1,1,1,1,0,1,1,0,1,0,0,0,0,0] => [1,0,1,1,1,0,1,1,0,1,0,0,0,0] => 10111011010000 => 4
[1,1,1,0,1,1,1,0,0,0,0,0] => [1,1,1,1,0,1,1,1,0,0,0,0,0,0] => [1,0,1,1,1,0,1,1,1,0,0,0,0,0] => 10111011100000 => 4
[1,1,1,1,0,0,1,1,0,0,0,0] => [1,1,1,1,1,0,0,1,1,0,0,0,0,0] => [1,0,1,1,1,1,0,0,1,1,0,0,0,0] => 10111100110000 => 4
[1,1,1,1,0,1,0,0,1,0,0,0] => [1,1,1,1,1,0,1,0,0,1,0,0,0,0] => [1,0,1,1,1,1,0,1,0,0,1,0,0,0] => 10111101001000 => 4
[1,1,1,1,0,1,0,1,0,0,0,0] => [1,1,1,1,1,0,1,0,1,0,0,0,0,0] => [1,0,1,1,1,1,0,1,0,1,0,0,0,0] => 10111101010000 => 4
[1,1,1,1,0,1,1,0,0,0,0,0] => [1,1,1,1,1,0,1,1,0,0,0,0,0,0] => [1,0,1,1,1,1,0,1,1,0,0,0,0,0] => 10111101100000 => 4
[1,1,1,1,1,0,0,0,0,1,0,0] => [1,1,1,1,1,1,0,0,0,0,1,0,0,0] => [1,0,1,1,1,1,1,0,0,0,0,1,0,0] => 10111110000100 => 5
[1,1,1,1,1,0,0,0,1,0,0,0] => [1,1,1,1,1,1,0,0,0,1,0,0,0,0] => [1,0,1,1,1,1,1,0,0,0,1,0,0,0] => 10111110001000 => 5
[1,1,1,1,1,0,0,1,0,0,0,0] => [1,1,1,1,1,1,0,0,1,0,0,0,0,0] => [1,0,1,1,1,1,1,0,0,1,0,0,0,0] => 10111110010000 => 5
[1,1,1,1,1,0,1,0,0,0,0,0] => [1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [1,0,1,1,1,1,1,0,1,0,0,0,0,0] => 10111110100000 => 5
[1,1,1,1,1,1,0,0,0,0,0,0] => [1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,0,1,1,1,1,1,1,0,0,0,0,0,0] => 10111111000000 => 6
[1,1,1,1,0,1,1,1,0,0,0,0,0,0] => [1,1,1,1,1,0,1,1,1,0,0,0,0,0,0,0] => [1,0,1,1,1,1,0,1,1,1,0,0,0,0,0,0] => 1011110111000000 => 5
[1,1,1,1,1,0,1,0,1,0,0,0,0,0] => [1,1,1,1,1,1,0,1,0,1,0,0,0,0,0,0] => [1,0,1,1,1,1,1,0,1,0,1,0,0,0,0,0] => 1011111010100000 => 5
[1,1,1,1,1,0,1,1,0,0,0,0,0,0] => [1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [1,0,1,1,1,1,1,0,1,1,0,0,0,0,0,0] => 1011111011000000 => 5
[1,1,1,1,1,1,0,0,0,1,0,0,0,0] => [1,1,1,1,1,1,1,0,0,0,1,0,0,0,0,0] => [1,0,1,1,1,1,1,1,0,0,0,1,0,0,0,0] => 1011111100010000 => 6
[1,1,1,1,1,1,0,0,1,0,0,0,0,0] => [1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => [1,0,1,1,1,1,1,1,0,0,1,0,0,0,0,0] => 1011111100100000 => 6
[1,1,1,1,1,1,0,1,0,0,0,0,0,0] => [1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [1,0,1,1,1,1,1,1,0,1,0,0,0,0,0,0] => 1011111101000000 => 6
[1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => 1011111110000000 => 7
[1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => [1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0,0] => [1,0,1,1,1,1,1,1,0,1,1,0,0,0,0,0,0,0] => 101111110110000000 => 6
[1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => [1,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0,0] => [1,0,1,1,1,1,1,1,1,0,0,1,0,0,0,0,0,0] => 101111111001000000 => 7
[1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => [1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [1,0,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0] => 101111111010000000 => 7
[1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [1,0,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => 101111111100000000 => 8
[] => [1,0] => [1,0] => 10 => 1
[1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => [1,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0,0] => [1,0,1,1,1,1,1,1,1,1,0,1,0,0,0,0,0,0,0,0] => 10111111110100000000 => 8
[1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => [1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0] => 10111111111000000000 => 9
[1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => [1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0] => [1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0] => 1011111111110000000000 => 10
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
to binary word
Description
Return the Dyck word as binary word.
Map
promotion
Description
The promotion of the two-row standard Young tableau of a Dyck path.
Dyck paths of semilength n are in bijection with standard Young tableaux of shape (n2), see Mp00033to two-row standard tableau.
This map is the bijection on such standard Young tableaux given by Schützenberger's promotion. For definitions and details, see [1] and the references therein.
Map
prime Dyck path
Description
Return the Dyck path obtained by adding an initial up and a final down step.