Values
0 => 0 => [2] => [[2],[]] => 0
1 => 1 => [1,1] => [[1,1],[]] => 0
00 => 00 => [3] => [[3],[]] => 0
01 => 10 => [1,2] => [[2,1],[]] => 0
10 => 01 => [2,1] => [[2,2],[1]] => 1
11 => 11 => [1,1,1] => [[1,1,1],[]] => 0
000 => 000 => [4] => [[4],[]] => 0
001 => 100 => [1,3] => [[3,1],[]] => 0
010 => 010 => [2,2] => [[3,2],[1]] => 1
011 => 110 => [1,1,2] => [[2,1,1],[]] => 0
100 => 001 => [3,1] => [[3,3],[2]] => 2
101 => 101 => [1,2,1] => [[2,2,1],[1]] => 1
110 => 011 => [2,1,1] => [[2,2,2],[1,1]] => 2
111 => 111 => [1,1,1,1] => [[1,1,1,1],[]] => 0
0000 => 0000 => [5] => [[5],[]] => 0
0001 => 1000 => [1,4] => [[4,1],[]] => 0
0010 => 0100 => [2,3] => [[4,2],[1]] => 1
0011 => 1100 => [1,1,3] => [[3,1,1],[]] => 0
0100 => 0010 => [3,2] => [[4,3],[2]] => 2
0101 => 1010 => [1,2,2] => [[3,2,1],[1]] => 1
0110 => 0110 => [2,1,2] => [[3,2,2],[1,1]] => 2
0111 => 1110 => [1,1,1,2] => [[2,1,1,1],[]] => 0
1000 => 0001 => [4,1] => [[4,4],[3]] => 3
1001 => 1001 => [1,3,1] => [[3,3,1],[2]] => 2
1010 => 0101 => [2,2,1] => [[3,3,2],[2,1]] => 3
1011 => 1101 => [1,1,2,1] => [[2,2,1,1],[1]] => 1
1100 => 0011 => [3,1,1] => [[3,3,3],[2,2]] => 4
1101 => 1011 => [1,2,1,1] => [[2,2,2,1],[1,1]] => 2
1110 => 0111 => [2,1,1,1] => [[2,2,2,2],[1,1,1]] => 3
1111 => 1111 => [1,1,1,1,1] => [[1,1,1,1,1],[]] => 0
=> => [1] => [[1],[]] => 0
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 number of missing boxes of a skew partition.
Map
to ribbon
Description
The ribbon shape corresponding to an integer composition.
For an integer composition $(a_1, \dots, a_n)$, this is the ribbon shape whose $i$th row from the bottom has $a_i$ cells.
Map
to composition
Description
The composition corresponding to a binary word.
Prepending $1$ to a binary word $w$, the $i$-th part of the composition equals $1$ plus the number of zeros after the $i$-th $1$ in $w$.
This map is not surjective, since the empty composition does not have a preimage.
Map
reverse
Description
Return the reversal of a binary word.