Identifier
Values
0 => [2] => [1,1,0,0] => [1,0,1,0] => 0
1 => [1,1] => [1,0,1,0] => [1,1,0,0] => 0
00 => [3] => [1,1,1,0,0,0] => [1,0,1,0,1,0] => 0
01 => [2,1] => [1,1,0,0,1,0] => [1,0,1,1,0,0] => 1
10 => [1,2] => [1,0,1,1,0,0] => [1,1,0,0,1,0] => 0
11 => [1,1,1] => [1,0,1,0,1,0] => [1,1,0,1,0,0] => 0
000 => [4] => [1,1,1,1,0,0,0,0] => [1,0,1,0,1,0,1,0] => 0
001 => [3,1] => [1,1,1,0,0,0,1,0] => [1,0,1,0,1,1,0,0] => 2
010 => [2,2] => [1,1,0,0,1,1,0,0] => [1,0,1,1,0,0,1,0] => 1
011 => [2,1,1] => [1,1,0,0,1,0,1,0] => [1,0,1,1,0,1,0,0] => 2
100 => [1,3] => [1,0,1,1,1,0,0,0] => [1,1,0,0,1,0,1,0] => 0
101 => [1,2,1] => [1,0,1,1,0,0,1,0] => [1,1,0,0,1,1,0,0] => 1
110 => [1,1,2] => [1,0,1,0,1,1,0,0] => [1,1,0,1,0,0,1,0] => 0
111 => [1,1,1,1] => [1,0,1,0,1,0,1,0] => [1,1,0,1,0,1,0,0] => 0
0000 => [5] => [1,1,1,1,1,0,0,0,0,0] => [1,0,1,0,1,0,1,0,1,0] => 0
0001 => [4,1] => [1,1,1,1,0,0,0,0,1,0] => [1,0,1,0,1,0,1,1,0,0] => 3
0010 => [3,2] => [1,1,1,0,0,0,1,1,0,0] => [1,0,1,0,1,1,0,0,1,0] => 2
0011 => [3,1,1] => [1,1,1,0,0,0,1,0,1,0] => [1,0,1,0,1,1,0,1,0,0] => 4
0100 => [2,3] => [1,1,0,0,1,1,1,0,0,0] => [1,0,1,1,0,0,1,0,1,0] => 1
0101 => [2,2,1] => [1,1,0,0,1,1,0,0,1,0] => [1,0,1,1,0,0,1,1,0,0] => 3
0110 => [2,1,2] => [1,1,0,0,1,0,1,1,0,0] => [1,0,1,1,0,1,0,0,1,0] => 2
0111 => [2,1,1,1] => [1,1,0,0,1,0,1,0,1,0] => [1,0,1,1,0,1,0,1,0,0] => 3
1000 => [1,4] => [1,0,1,1,1,1,0,0,0,0] => [1,1,0,0,1,0,1,0,1,0] => 0
1001 => [1,3,1] => [1,0,1,1,1,0,0,0,1,0] => [1,1,0,0,1,0,1,1,0,0] => 2
1010 => [1,2,2] => [1,0,1,1,0,0,1,1,0,0] => [1,1,0,0,1,1,0,0,1,0] => 1
1011 => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0] => [1,1,0,0,1,1,0,1,0,0] => 2
1100 => [1,1,3] => [1,0,1,0,1,1,1,0,0,0] => [1,1,0,1,0,0,1,0,1,0] => 0
1101 => [1,1,2,1] => [1,0,1,0,1,1,0,0,1,0] => [1,1,0,1,0,0,1,1,0,0] => 1
1110 => [1,1,1,2] => [1,0,1,0,1,0,1,1,0,0] => [1,1,0,1,0,1,0,0,1,0] => 0
1111 => [1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0] => [1,1,0,1,0,1,0,1,0,0] => 0
00000 => [6] => [1,1,1,1,1,1,0,0,0,0,0,0] => [1,0,1,0,1,0,1,0,1,0,1,0] => 0
00001 => [5,1] => [1,1,1,1,1,0,0,0,0,0,1,0] => [1,0,1,0,1,0,1,0,1,1,0,0] => 4
00010 => [4,2] => [1,1,1,1,0,0,0,0,1,1,0,0] => [1,0,1,0,1,0,1,1,0,0,1,0] => 3
00011 => [4,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0] => [1,0,1,0,1,0,1,1,0,1,0,0] => 6
00100 => [3,3] => [1,1,1,0,0,0,1,1,1,0,0,0] => [1,0,1,0,1,1,0,0,1,0,1,0] => 2
00101 => [3,2,1] => [1,1,1,0,0,0,1,1,0,0,1,0] => [1,0,1,0,1,1,0,0,1,1,0,0] => 5
00110 => [3,1,2] => [1,1,1,0,0,0,1,0,1,1,0,0] => [1,0,1,0,1,1,0,1,0,0,1,0] => 4
00111 => [3,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0] => [1,0,1,0,1,1,0,1,0,1,0,0] => 6
01000 => [2,4] => [1,1,0,0,1,1,1,1,0,0,0,0] => [1,0,1,1,0,0,1,0,1,0,1,0] => 1
01001 => [2,3,1] => [1,1,0,0,1,1,1,0,0,0,1,0] => [1,0,1,1,0,0,1,0,1,1,0,0] => 4
01010 => [2,2,2] => [1,1,0,0,1,1,0,0,1,1,0,0] => [1,0,1,1,0,0,1,1,0,0,1,0] => 3
01011 => [2,2,1,1] => [1,1,0,0,1,1,0,0,1,0,1,0] => [1,0,1,1,0,0,1,1,0,1,0,0] => 5
01100 => [2,1,3] => [1,1,0,0,1,0,1,1,1,0,0,0] => [1,0,1,1,0,1,0,0,1,0,1,0] => 2
01101 => [2,1,2,1] => [1,1,0,0,1,0,1,1,0,0,1,0] => [1,0,1,1,0,1,0,0,1,1,0,0] => 4
01110 => [2,1,1,2] => [1,1,0,0,1,0,1,0,1,1,0,0] => [1,0,1,1,0,1,0,1,0,0,1,0] => 3
01111 => [2,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0] => [1,0,1,1,0,1,0,1,0,1,0,0] => 4
10000 => [1,5] => [1,0,1,1,1,1,1,0,0,0,0,0] => [1,1,0,0,1,0,1,0,1,0,1,0] => 0
10001 => [1,4,1] => [1,0,1,1,1,1,0,0,0,0,1,0] => [1,1,0,0,1,0,1,0,1,1,0,0] => 3
10010 => [1,3,2] => [1,0,1,1,1,0,0,0,1,1,0,0] => [1,1,0,0,1,0,1,1,0,0,1,0] => 2
10011 => [1,3,1,1] => [1,0,1,1,1,0,0,0,1,0,1,0] => [1,1,0,0,1,0,1,1,0,1,0,0] => 4
10100 => [1,2,3] => [1,0,1,1,0,0,1,1,1,0,0,0] => [1,1,0,0,1,1,0,0,1,0,1,0] => 1
10101 => [1,2,2,1] => [1,0,1,1,0,0,1,1,0,0,1,0] => [1,1,0,0,1,1,0,0,1,1,0,0] => 3
10110 => [1,2,1,2] => [1,0,1,1,0,0,1,0,1,1,0,0] => [1,1,0,0,1,1,0,1,0,0,1,0] => 2
10111 => [1,2,1,1,1] => [1,0,1,1,0,0,1,0,1,0,1,0] => [1,1,0,0,1,1,0,1,0,1,0,0] => 3
11000 => [1,1,4] => [1,0,1,0,1,1,1,1,0,0,0,0] => [1,1,0,1,0,0,1,0,1,0,1,0] => 0
11001 => [1,1,3,1] => [1,0,1,0,1,1,1,0,0,0,1,0] => [1,1,0,1,0,0,1,0,1,1,0,0] => 2
11010 => [1,1,2,2] => [1,0,1,0,1,1,0,0,1,1,0,0] => [1,1,0,1,0,0,1,1,0,0,1,0] => 1
11011 => [1,1,2,1,1] => [1,0,1,0,1,1,0,0,1,0,1,0] => [1,1,0,1,0,0,1,1,0,1,0,0] => 2
11100 => [1,1,1,3] => [1,0,1,0,1,0,1,1,1,0,0,0] => [1,1,0,1,0,1,0,0,1,0,1,0] => 0
11101 => [1,1,1,2,1] => [1,0,1,0,1,0,1,1,0,0,1,0] => [1,1,0,1,0,1,0,0,1,1,0,0] => 1
11110 => [1,1,1,1,2] => [1,0,1,0,1,0,1,0,1,1,0,0] => [1,1,0,1,0,1,0,1,0,0,1,0] => 0
11111 => [1,1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0,1,0] => [1,1,0,1,0,1,0,1,0,1,0,0] => 0
000000 => [7] => [1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,0,1,0,1,0,1,0,1,0,1,0,1,0] => 0
000001 => [6,1] => [1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [1,0,1,0,1,0,1,0,1,0,1,1,0,0] => 5
000010 => [5,2] => [1,1,1,1,1,0,0,0,0,0,1,1,0,0] => [1,0,1,0,1,0,1,0,1,1,0,0,1,0] => 4
000011 => [5,1,1] => [1,1,1,1,1,0,0,0,0,0,1,0,1,0] => [1,0,1,0,1,0,1,0,1,1,0,1,0,0] => 8
000100 => [4,3] => [1,1,1,1,0,0,0,0,1,1,1,0,0,0] => [1,0,1,0,1,0,1,1,0,0,1,0,1,0] => 3
000101 => [4,2,1] => [1,1,1,1,0,0,0,0,1,1,0,0,1,0] => [1,0,1,0,1,0,1,1,0,0,1,1,0,0] => 7
000110 => [4,1,2] => [1,1,1,1,0,0,0,0,1,0,1,1,0,0] => [1,0,1,0,1,0,1,1,0,1,0,0,1,0] => 6
000111 => [4,1,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0,1,0] => [1,0,1,0,1,0,1,1,0,1,0,1,0,0] => 9
001000 => [3,4] => [1,1,1,0,0,0,1,1,1,1,0,0,0,0] => [1,0,1,0,1,1,0,0,1,0,1,0,1,0] => 2
001001 => [3,3,1] => [1,1,1,0,0,0,1,1,1,0,0,0,1,0] => [1,0,1,0,1,1,0,0,1,0,1,1,0,0] => 6
001010 => [3,2,2] => [1,1,1,0,0,0,1,1,0,0,1,1,0,0] => [1,0,1,0,1,1,0,0,1,1,0,0,1,0] => 5
001011 => [3,2,1,1] => [1,1,1,0,0,0,1,1,0,0,1,0,1,0] => [1,0,1,0,1,1,0,0,1,1,0,1,0,0] => 8
001100 => [3,1,3] => [1,1,1,0,0,0,1,0,1,1,1,0,0,0] => [1,0,1,0,1,1,0,1,0,0,1,0,1,0] => 4
001101 => [3,1,2,1] => [1,1,1,0,0,0,1,0,1,1,0,0,1,0] => [1,0,1,0,1,1,0,1,0,0,1,1,0,0] => 7
001110 => [3,1,1,2] => [1,1,1,0,0,0,1,0,1,0,1,1,0,0] => [1,0,1,0,1,1,0,1,0,1,0,0,1,0] => 6
001111 => [3,1,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0,1,0] => [1,0,1,0,1,1,0,1,0,1,0,1,0,0] => 8
010000 => [2,5] => [1,1,0,0,1,1,1,1,1,0,0,0,0,0] => [1,0,1,1,0,0,1,0,1,0,1,0,1,0] => 1
010001 => [2,4,1] => [1,1,0,0,1,1,1,1,0,0,0,0,1,0] => [1,0,1,1,0,0,1,0,1,0,1,1,0,0] => 5
010010 => [2,3,2] => [1,1,0,0,1,1,1,0,0,0,1,1,0,0] => [1,0,1,1,0,0,1,0,1,1,0,0,1,0] => 4
010011 => [2,3,1,1] => [1,1,0,0,1,1,1,0,0,0,1,0,1,0] => [1,0,1,1,0,0,1,0,1,1,0,1,0,0] => 7
010100 => [2,2,3] => [1,1,0,0,1,1,0,0,1,1,1,0,0,0] => [1,0,1,1,0,0,1,1,0,0,1,0,1,0] => 3
010101 => [2,2,2,1] => [1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [1,0,1,1,0,0,1,1,0,0,1,1,0,0] => 6
010110 => [2,2,1,2] => [1,1,0,0,1,1,0,0,1,0,1,1,0,0] => [1,0,1,1,0,0,1,1,0,1,0,0,1,0] => 5
010111 => [2,2,1,1,1] => [1,1,0,0,1,1,0,0,1,0,1,0,1,0] => [1,0,1,1,0,0,1,1,0,1,0,1,0,0] => 7
011000 => [2,1,4] => [1,1,0,0,1,0,1,1,1,1,0,0,0,0] => [1,0,1,1,0,1,0,0,1,0,1,0,1,0] => 2
011001 => [2,1,3,1] => [1,1,0,0,1,0,1,1,1,0,0,0,1,0] => [1,0,1,1,0,1,0,0,1,0,1,1,0,0] => 5
011010 => [2,1,2,2] => [1,1,0,0,1,0,1,1,0,0,1,1,0,0] => [1,0,1,1,0,1,0,0,1,1,0,0,1,0] => 4
011011 => [2,1,2,1,1] => [1,1,0,0,1,0,1,1,0,0,1,0,1,0] => [1,0,1,1,0,1,0,0,1,1,0,1,0,0] => 6
011100 => [2,1,1,3] => [1,1,0,0,1,0,1,0,1,1,1,0,0,0] => [1,0,1,1,0,1,0,1,0,0,1,0,1,0] => 3
011101 => [2,1,1,2,1] => [1,1,0,0,1,0,1,0,1,1,0,0,1,0] => [1,0,1,1,0,1,0,1,0,0,1,1,0,0] => 5
011110 => [2,1,1,1,2] => [1,1,0,0,1,0,1,0,1,0,1,1,0,0] => [1,0,1,1,0,1,0,1,0,1,0,0,1,0] => 4
011111 => [2,1,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [1,0,1,1,0,1,0,1,0,1,0,1,0,0] => 5
100000 => [1,6] => [1,0,1,1,1,1,1,1,0,0,0,0,0,0] => [1,1,0,0,1,0,1,0,1,0,1,0,1,0] => 0
100001 => [1,5,1] => [1,0,1,1,1,1,1,0,0,0,0,0,1,0] => [1,1,0,0,1,0,1,0,1,0,1,1,0,0] => 4
100010 => [1,4,2] => [1,0,1,1,1,1,0,0,0,0,1,1,0,0] => [1,1,0,0,1,0,1,0,1,1,0,0,1,0] => 3
100011 => [1,4,1,1] => [1,0,1,1,1,1,0,0,0,0,1,0,1,0] => [1,1,0,0,1,0,1,0,1,1,0,1,0,0] => 6
100100 => [1,3,3] => [1,0,1,1,1,0,0,0,1,1,1,0,0,0] => [1,1,0,0,1,0,1,1,0,0,1,0,1,0] => 2
100101 => [1,3,2,1] => [1,0,1,1,1,0,0,0,1,1,0,0,1,0] => [1,1,0,0,1,0,1,1,0,0,1,1,0,0] => 5
100110 => [1,3,1,2] => [1,0,1,1,1,0,0,0,1,0,1,1,0,0] => [1,1,0,0,1,0,1,1,0,1,0,0,1,0] => 4
>>> Load all 231 entries. <<<
100111 => [1,3,1,1,1] => [1,0,1,1,1,0,0,0,1,0,1,0,1,0] => [1,1,0,0,1,0,1,1,0,1,0,1,0,0] => 6
101000 => [1,2,4] => [1,0,1,1,0,0,1,1,1,1,0,0,0,0] => [1,1,0,0,1,1,0,0,1,0,1,0,1,0] => 1
101001 => [1,2,3,1] => [1,0,1,1,0,0,1,1,1,0,0,0,1,0] => [1,1,0,0,1,1,0,0,1,0,1,1,0,0] => 4
101010 => [1,2,2,2] => [1,0,1,1,0,0,1,1,0,0,1,1,0,0] => [1,1,0,0,1,1,0,0,1,1,0,0,1,0] => 3
101011 => [1,2,2,1,1] => [1,0,1,1,0,0,1,1,0,0,1,0,1,0] => [1,1,0,0,1,1,0,0,1,1,0,1,0,0] => 5
101100 => [1,2,1,3] => [1,0,1,1,0,0,1,0,1,1,1,0,0,0] => [1,1,0,0,1,1,0,1,0,0,1,0,1,0] => 2
101101 => [1,2,1,2,1] => [1,0,1,1,0,0,1,0,1,1,0,0,1,0] => [1,1,0,0,1,1,0,1,0,0,1,1,0,0] => 4
101110 => [1,2,1,1,2] => [1,0,1,1,0,0,1,0,1,0,1,1,0,0] => [1,1,0,0,1,1,0,1,0,1,0,0,1,0] => 3
101111 => [1,2,1,1,1,1] => [1,0,1,1,0,0,1,0,1,0,1,0,1,0] => [1,1,0,0,1,1,0,1,0,1,0,1,0,0] => 4
110000 => [1,1,5] => [1,0,1,0,1,1,1,1,1,0,0,0,0,0] => [1,1,0,1,0,0,1,0,1,0,1,0,1,0] => 0
110001 => [1,1,4,1] => [1,0,1,0,1,1,1,1,0,0,0,0,1,0] => [1,1,0,1,0,0,1,0,1,0,1,1,0,0] => 3
110010 => [1,1,3,2] => [1,0,1,0,1,1,1,0,0,0,1,1,0,0] => [1,1,0,1,0,0,1,0,1,1,0,0,1,0] => 2
110011 => [1,1,3,1,1] => [1,0,1,0,1,1,1,0,0,0,1,0,1,0] => [1,1,0,1,0,0,1,0,1,1,0,1,0,0] => 4
110100 => [1,1,2,3] => [1,0,1,0,1,1,0,0,1,1,1,0,0,0] => [1,1,0,1,0,0,1,1,0,0,1,0,1,0] => 1
110101 => [1,1,2,2,1] => [1,0,1,0,1,1,0,0,1,1,0,0,1,0] => [1,1,0,1,0,0,1,1,0,0,1,1,0,0] => 3
110110 => [1,1,2,1,2] => [1,0,1,0,1,1,0,0,1,0,1,1,0,0] => [1,1,0,1,0,0,1,1,0,1,0,0,1,0] => 2
110111 => [1,1,2,1,1,1] => [1,0,1,0,1,1,0,0,1,0,1,0,1,0] => [1,1,0,1,0,0,1,1,0,1,0,1,0,0] => 3
111000 => [1,1,1,4] => [1,0,1,0,1,0,1,1,1,1,0,0,0,0] => [1,1,0,1,0,1,0,0,1,0,1,0,1,0] => 0
111001 => [1,1,1,3,1] => [1,0,1,0,1,0,1,1,1,0,0,0,1,0] => [1,1,0,1,0,1,0,0,1,0,1,1,0,0] => 2
111010 => [1,1,1,2,2] => [1,0,1,0,1,0,1,1,0,0,1,1,0,0] => [1,1,0,1,0,1,0,0,1,1,0,0,1,0] => 1
111011 => [1,1,1,2,1,1] => [1,0,1,0,1,0,1,1,0,0,1,0,1,0] => [1,1,0,1,0,1,0,0,1,1,0,1,0,0] => 2
111100 => [1,1,1,1,3] => [1,0,1,0,1,0,1,0,1,1,1,0,0,0] => [1,1,0,1,0,1,0,1,0,0,1,0,1,0] => 0
111101 => [1,1,1,1,2,1] => [1,0,1,0,1,0,1,0,1,1,0,0,1,0] => [1,1,0,1,0,1,0,1,0,0,1,1,0,0] => 1
111110 => [1,1,1,1,1,2] => [1,0,1,0,1,0,1,0,1,0,1,1,0,0] => [1,1,0,1,0,1,0,1,0,1,0,0,1,0] => 0
111111 => [1,1,1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0,1,0,1,0] => [1,1,0,1,0,1,0,1,0,1,0,1,0,0] => 0
0000000 => [8] => [1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0] => [1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,0] => 0
0000001 => [7,1] => [1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0] => [1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0] => 6
0000010 => [6,2] => [1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0] => [1,0,1,0,1,0,1,0,1,0,1,1,0,0,1,0] => 5
0000011 => [6,1,1] => [1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0] => [1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0] => 10
0000100 => [5,3] => [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0] => [1,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0] => 4
0000101 => [5,2,1] => [1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,0] => [1,0,1,0,1,0,1,0,1,1,0,0,1,1,0,0] => 9
0000110 => [5,1,2] => [1,1,1,1,1,0,0,0,0,0,1,0,1,1,0,0] => [1,0,1,0,1,0,1,0,1,1,0,1,0,0,1,0] => 8
0000111 => [5,1,1,1] => [1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0] => [1,0,1,0,1,0,1,0,1,1,0,1,0,1,0,0] => 12
0001000 => [4,4] => [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0] => [1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0] => 3
0001001 => [4,3,1] => [1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,0] => [1,0,1,0,1,0,1,1,0,0,1,0,1,1,0,0] => 8
0001010 => [4,2,2] => [1,1,1,1,0,0,0,0,1,1,0,0,1,1,0,0] => [1,0,1,0,1,0,1,1,0,0,1,1,0,0,1,0] => 7
0001011 => [4,2,1,1] => [1,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0] => [1,0,1,0,1,0,1,1,0,0,1,1,0,1,0,0] => 11
0001100 => [4,1,3] => [1,1,1,1,0,0,0,0,1,0,1,1,1,0,0,0] => [1,0,1,0,1,0,1,1,0,1,0,0,1,0,1,0] => 6
0001101 => [4,1,2,1] => [1,1,1,1,0,0,0,0,1,0,1,1,0,0,1,0] => [1,0,1,0,1,0,1,1,0,1,0,0,1,1,0,0] => 10
0001110 => [4,1,1,2] => [1,1,1,1,0,0,0,0,1,0,1,0,1,1,0,0] => [1,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0] => 9
0001111 => [4,1,1,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0,1,0,1,0] => [1,0,1,0,1,0,1,1,0,1,0,1,0,1,0,0] => 12
0010000 => [3,5] => [1,1,1,0,0,0,1,1,1,1,1,0,0,0,0,0] => [1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0] => 2
0010001 => [3,4,1] => [1,1,1,0,0,0,1,1,1,1,0,0,0,0,1,0] => [1,0,1,0,1,1,0,0,1,0,1,0,1,1,0,0] => 7
0010010 => [3,3,2] => [1,1,1,0,0,0,1,1,1,0,0,0,1,1,0,0] => [1,0,1,0,1,1,0,0,1,0,1,1,0,0,1,0] => 6
0010011 => [3,3,1,1] => [1,1,1,0,0,0,1,1,1,0,0,0,1,0,1,0] => [1,0,1,0,1,1,0,0,1,0,1,1,0,1,0,0] => 10
0010100 => [3,2,3] => [1,1,1,0,0,0,1,1,0,0,1,1,1,0,0,0] => [1,0,1,0,1,1,0,0,1,1,0,0,1,0,1,0] => 5
0010101 => [3,2,2,1] => [1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,0] => [1,0,1,0,1,1,0,0,1,1,0,0,1,1,0,0] => 9
0010110 => [3,2,1,2] => [1,1,1,0,0,0,1,1,0,0,1,0,1,1,0,0] => [1,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0] => 8
0010111 => [3,2,1,1,1] => [1,1,1,0,0,0,1,1,0,0,1,0,1,0,1,0] => [1,0,1,0,1,1,0,0,1,1,0,1,0,1,0,0] => 11
0011000 => [3,1,4] => [1,1,1,0,0,0,1,0,1,1,1,1,0,0,0,0] => [1,0,1,0,1,1,0,1,0,0,1,0,1,0,1,0] => 4
0011001 => [3,1,3,1] => [1,1,1,0,0,0,1,0,1,1,1,0,0,0,1,0] => [1,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0] => 8
0011010 => [3,1,2,2] => [1,1,1,0,0,0,1,0,1,1,0,0,1,1,0,0] => [1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,0] => 7
0011011 => [3,1,2,1,1] => [1,1,1,0,0,0,1,0,1,1,0,0,1,0,1,0] => [1,0,1,0,1,1,0,1,0,0,1,1,0,1,0,0] => 10
0011100 => [3,1,1,3] => [1,1,1,0,0,0,1,0,1,0,1,1,1,0,0,0] => [1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,0] => 6
0011101 => [3,1,1,2,1] => [1,1,1,0,0,0,1,0,1,0,1,1,0,0,1,0] => [1,0,1,0,1,1,0,1,0,1,0,0,1,1,0,0] => 9
0011110 => [3,1,1,1,2] => [1,1,1,0,0,0,1,0,1,0,1,0,1,1,0,0] => [1,0,1,0,1,1,0,1,0,1,0,1,0,0,1,0] => 8
0011111 => [3,1,1,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0,1,0,1,0] => [1,0,1,0,1,1,0,1,0,1,0,1,0,1,0,0] => 10
0100000 => [2,6] => [1,1,0,0,1,1,1,1,1,1,0,0,0,0,0,0] => [1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => 1
0100001 => [2,5,1] => [1,1,0,0,1,1,1,1,1,0,0,0,0,0,1,0] => [1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0] => 6
0100010 => [2,4,2] => [1,1,0,0,1,1,1,1,0,0,0,0,1,1,0,0] => [1,0,1,1,0,0,1,0,1,0,1,1,0,0,1,0] => 5
0100011 => [2,4,1,1] => [1,1,0,0,1,1,1,1,0,0,0,0,1,0,1,0] => [1,0,1,1,0,0,1,0,1,0,1,1,0,1,0,0] => 9
0100100 => [2,3,3] => [1,1,0,0,1,1,1,0,0,0,1,1,1,0,0,0] => [1,0,1,1,0,0,1,0,1,1,0,0,1,0,1,0] => 4
0100101 => [2,3,2,1] => [1,1,0,0,1,1,1,0,0,0,1,1,0,0,1,0] => [1,0,1,1,0,0,1,0,1,1,0,0,1,1,0,0] => 8
0100110 => [2,3,1,2] => [1,1,0,0,1,1,1,0,0,0,1,0,1,1,0,0] => [1,0,1,1,0,0,1,0,1,1,0,1,0,0,1,0] => 7
0100111 => [2,3,1,1,1] => [1,1,0,0,1,1,1,0,0,0,1,0,1,0,1,0] => [1,0,1,1,0,0,1,0,1,1,0,1,0,1,0,0] => 10
0101000 => [2,2,4] => [1,1,0,0,1,1,0,0,1,1,1,1,0,0,0,0] => [1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0] => 3
0101001 => [2,2,3,1] => [1,1,0,0,1,1,0,0,1,1,1,0,0,0,1,0] => [1,0,1,1,0,0,1,1,0,0,1,0,1,1,0,0] => 7
0101010 => [2,2,2,2] => [1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => [1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => 6
0101011 => [2,2,2,1,1] => [1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0] => [1,0,1,1,0,0,1,1,0,0,1,1,0,1,0,0] => 9
0101100 => [2,2,1,3] => [1,1,0,0,1,1,0,0,1,0,1,1,1,0,0,0] => [1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,0] => 5
0101101 => [2,2,1,2,1] => [1,1,0,0,1,1,0,0,1,0,1,1,0,0,1,0] => [1,0,1,1,0,0,1,1,0,1,0,0,1,1,0,0] => 8
0101110 => [2,2,1,1,2] => [1,1,0,0,1,1,0,0,1,0,1,0,1,1,0,0] => [1,0,1,1,0,0,1,1,0,1,0,1,0,0,1,0] => 7
0101111 => [2,2,1,1,1,1] => [1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0] => [1,0,1,1,0,0,1,1,0,1,0,1,0,1,0,0] => 9
0110000 => [2,1,5] => [1,1,0,0,1,0,1,1,1,1,1,0,0,0,0,0] => [1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,0] => 2
0110001 => [2,1,4,1] => [1,1,0,0,1,0,1,1,1,1,0,0,0,0,1,0] => [1,0,1,1,0,1,0,0,1,0,1,0,1,1,0,0] => 6
0110010 => [2,1,3,2] => [1,1,0,0,1,0,1,1,1,0,0,0,1,1,0,0] => [1,0,1,1,0,1,0,0,1,0,1,1,0,0,1,0] => 5
0110011 => [2,1,3,1,1] => [1,1,0,0,1,0,1,1,1,0,0,0,1,0,1,0] => [1,0,1,1,0,1,0,0,1,0,1,1,0,1,0,0] => 8
0110100 => [2,1,2,3] => [1,1,0,0,1,0,1,1,0,0,1,1,1,0,0,0] => [1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,0] => 4
0110101 => [2,1,2,2,1] => [1,1,0,0,1,0,1,1,0,0,1,1,0,0,1,0] => [1,0,1,1,0,1,0,0,1,1,0,0,1,1,0,0] => 7
0110110 => [2,1,2,1,2] => [1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,0] => [1,0,1,1,0,1,0,0,1,1,0,1,0,0,1,0] => 6
0110111 => [2,1,2,1,1,1] => [1,1,0,0,1,0,1,1,0,0,1,0,1,0,1,0] => [1,0,1,1,0,1,0,0,1,1,0,1,0,1,0,0] => 8
0111000 => [2,1,1,4] => [1,1,0,0,1,0,1,0,1,1,1,1,0,0,0,0] => [1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,0] => 3
0111001 => [2,1,1,3,1] => [1,1,0,0,1,0,1,0,1,1,1,0,0,0,1,0] => [1,0,1,1,0,1,0,1,0,0,1,0,1,1,0,0] => 6
0111010 => [2,1,1,2,2] => [1,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0] => [1,0,1,1,0,1,0,1,0,0,1,1,0,0,1,0] => 5
0111011 => [2,1,1,2,1,1] => [1,1,0,0,1,0,1,0,1,1,0,0,1,0,1,0] => [1,0,1,1,0,1,0,1,0,0,1,1,0,1,0,0] => 7
0111100 => [2,1,1,1,3] => [1,1,0,0,1,0,1,0,1,0,1,1,1,0,0,0] => [1,0,1,1,0,1,0,1,0,1,0,0,1,0,1,0] => 4
0111101 => [2,1,1,1,2,1] => [1,1,0,0,1,0,1,0,1,0,1,1,0,0,1,0] => [1,0,1,1,0,1,0,1,0,1,0,0,1,1,0,0] => 6
0111110 => [2,1,1,1,1,2] => [1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0] => [1,0,1,1,0,1,0,1,0,1,0,1,0,0,1,0] => 5
0111111 => [2,1,1,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => [1,0,1,1,0,1,0,1,0,1,0,1,0,1,0,0] => 6
1000000 => [1,7] => [1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0] => [1,1,0,0,1,0,1,0,1,0,1,0,1,0,1,0] => 0
1000001 => [1,6,1] => [1,0,1,1,1,1,1,1,0,0,0,0,0,0,1,0] => [1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0] => 5
1000010 => [1,5,2] => [1,0,1,1,1,1,1,0,0,0,0,0,1,1,0,0] => [1,1,0,0,1,0,1,0,1,0,1,1,0,0,1,0] => 4
1000011 => [1,5,1,1] => [1,0,1,1,1,1,1,0,0,0,0,0,1,0,1,0] => [1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0] => 8
1000100 => [1,4,3] => [1,0,1,1,1,1,0,0,0,0,1,1,1,0,0,0] => [1,1,0,0,1,0,1,0,1,1,0,0,1,0,1,0] => 3
1000101 => [1,4,2,1] => [1,0,1,1,1,1,0,0,0,0,1,1,0,0,1,0] => [1,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0] => 7
1000110 => [1,4,1,2] => [1,0,1,1,1,1,0,0,0,0,1,0,1,1,0,0] => [1,1,0,0,1,0,1,0,1,1,0,1,0,0,1,0] => 6
1000111 => [1,4,1,1,1] => [1,0,1,1,1,1,0,0,0,0,1,0,1,0,1,0] => [1,1,0,0,1,0,1,0,1,1,0,1,0,1,0,0] => 9
1001000 => [1,3,4] => [1,0,1,1,1,0,0,0,1,1,1,1,0,0,0,0] => [1,1,0,0,1,0,1,1,0,0,1,0,1,0,1,0] => 2
1001001 => [1,3,3,1] => [1,0,1,1,1,0,0,0,1,1,1,0,0,0,1,0] => [1,1,0,0,1,0,1,1,0,0,1,0,1,1,0,0] => 6
1001010 => [1,3,2,2] => [1,0,1,1,1,0,0,0,1,1,0,0,1,1,0,0] => [1,1,0,0,1,0,1,1,0,0,1,1,0,0,1,0] => 5
1001011 => [1,3,2,1,1] => [1,0,1,1,1,0,0,0,1,1,0,0,1,0,1,0] => [1,1,0,0,1,0,1,1,0,0,1,1,0,1,0,0] => 8
1001100 => [1,3,1,3] => [1,0,1,1,1,0,0,0,1,0,1,1,1,0,0,0] => [1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,0] => 4
1001101 => [1,3,1,2,1] => [1,0,1,1,1,0,0,0,1,0,1,1,0,0,1,0] => [1,1,0,0,1,0,1,1,0,1,0,0,1,1,0,0] => 7
1001110 => [1,3,1,1,2] => [1,0,1,1,1,0,0,0,1,0,1,0,1,1,0,0] => [1,1,0,0,1,0,1,1,0,1,0,1,0,0,1,0] => 6
1001111 => [1,3,1,1,1,1] => [1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,0] => [1,1,0,0,1,0,1,1,0,1,0,1,0,1,0,0] => 8
1010000 => [1,2,5] => [1,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0] => [1,1,0,0,1,1,0,0,1,0,1,0,1,0,1,0] => 1
1010001 => [1,2,4,1] => [1,0,1,1,0,0,1,1,1,1,0,0,0,0,1,0] => [1,1,0,0,1,1,0,0,1,0,1,0,1,1,0,0] => 5
1010010 => [1,2,3,2] => [1,0,1,1,0,0,1,1,1,0,0,0,1,1,0,0] => [1,1,0,0,1,1,0,0,1,0,1,1,0,0,1,0] => 4
1010011 => [1,2,3,1,1] => [1,0,1,1,0,0,1,1,1,0,0,0,1,0,1,0] => [1,1,0,0,1,1,0,0,1,0,1,1,0,1,0,0] => 7
1010100 => [1,2,2,3] => [1,0,1,1,0,0,1,1,0,0,1,1,1,0,0,0] => [1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,0] => 3
1010101 => [1,2,2,2,1] => [1,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0] => [1,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0] => 6
1010110 => [1,2,2,1,2] => [1,0,1,1,0,0,1,1,0,0,1,0,1,1,0,0] => [1,1,0,0,1,1,0,0,1,1,0,1,0,0,1,0] => 5
1010111 => [1,2,2,1,1,1] => [1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,0] => [1,1,0,0,1,1,0,0,1,1,0,1,0,1,0,0] => 7
1011000 => [1,2,1,4] => [1,0,1,1,0,0,1,0,1,1,1,1,0,0,0,0] => [1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,0] => 2
1011001 => [1,2,1,3,1] => [1,0,1,1,0,0,1,0,1,1,1,0,0,0,1,0] => [1,1,0,0,1,1,0,1,0,0,1,0,1,1,0,0] => 5
1011010 => [1,2,1,2,2] => [1,0,1,1,0,0,1,0,1,1,0,0,1,1,0,0] => [1,1,0,0,1,1,0,1,0,0,1,1,0,0,1,0] => 4
1011011 => [1,2,1,2,1,1] => [1,0,1,1,0,0,1,0,1,1,0,0,1,0,1,0] => [1,1,0,0,1,1,0,1,0,0,1,1,0,1,0,0] => 6
1011100 => [1,2,1,1,3] => [1,0,1,1,0,0,1,0,1,0,1,1,1,0,0,0] => [1,1,0,0,1,1,0,1,0,1,0,0,1,0,1,0] => 3
1011101 => [1,2,1,1,2,1] => [1,0,1,1,0,0,1,0,1,0,1,1,0,0,1,0] => [1,1,0,0,1,1,0,1,0,1,0,0,1,1,0,0] => 5
1011110 => [1,2,1,1,1,2] => [1,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0] => [1,1,0,0,1,1,0,1,0,1,0,1,0,0,1,0] => 4
1011111 => [1,2,1,1,1,1,1] => [1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0] => [1,1,0,0,1,1,0,1,0,1,0,1,0,1,0,0] => 5
1100000 => [1,1,6] => [1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,0] => [1,1,0,1,0,0,1,0,1,0,1,0,1,0,1,0] => 0
1100001 => [1,1,5,1] => [1,0,1,0,1,1,1,1,1,0,0,0,0,0,1,0] => [1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0] => 4
1100010 => [1,1,4,2] => [1,0,1,0,1,1,1,1,0,0,0,0,1,1,0,0] => [1,1,0,1,0,0,1,0,1,0,1,1,0,0,1,0] => 3
1100011 => [1,1,4,1,1] => [1,0,1,0,1,1,1,1,0,0,0,0,1,0,1,0] => [1,1,0,1,0,0,1,0,1,0,1,1,0,1,0,0] => 6
1100100 => [1,1,3,3] => [1,0,1,0,1,1,1,0,0,0,1,1,1,0,0,0] => [1,1,0,1,0,0,1,0,1,1,0,0,1,0,1,0] => 2
1100101 => [1,1,3,2,1] => [1,0,1,0,1,1,1,0,0,0,1,1,0,0,1,0] => [1,1,0,1,0,0,1,0,1,1,0,0,1,1,0,0] => 5
1100110 => [1,1,3,1,2] => [1,0,1,0,1,1,1,0,0,0,1,0,1,1,0,0] => [1,1,0,1,0,0,1,0,1,1,0,1,0,0,1,0] => 4
1100111 => [1,1,3,1,1,1] => [1,0,1,0,1,1,1,0,0,0,1,0,1,0,1,0] => [1,1,0,1,0,0,1,0,1,1,0,1,0,1,0,0] => 6
1101000 => [1,1,2,4] => [1,0,1,0,1,1,0,0,1,1,1,1,0,0,0,0] => [1,1,0,1,0,0,1,1,0,0,1,0,1,0,1,0] => 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 dinv deficit of a Dyck path.
For a Dyck path $D$ of semilength $n$, this is defined as
$$\binom{n}{2} - \operatorname{area}(D) - \operatorname{dinv}(D).$$
In other words, this is the number of boxes in the partition traced out by $D$ for which the leg-length minus the arm-length is not in $\{0,1\}$.
See also St000376The bounce deficit of a Dyck path. for the bounce deficit.
Map
Delest-Viennot
Description
Return the Dyck path corresponding to the parallelogram polyomino obtained by applying Delest-Viennot's bijection.
Let $D$ be a Dyck path of semilength $n$. The parallelogram polyomino $\gamma(D)$ is defined as follows: let $\tilde D = d_0 d_1 \dots d_{2n+1}$ be the Dyck path obtained by prepending an up step and appending a down step to $D$. Then, the upper path of $\gamma(D)$ corresponds to the sequence of steps of $\tilde D$ with even indices, and the lower path of $\gamma(D)$ corresponds to the sequence of steps of $\tilde D$ with odd indices.
The Delest-Viennot bijection $\beta$ returns the parallelogram polyomino, whose column heights are the heights of the peaks of the Dyck path, and the intersection heights between columns are the heights of the valleys of the Dyck path.
This map returns the Dyck path $(\gamma^{(-1)}\circ\beta)(D)$.
Map
bounce path
Description
The bounce path determined by an integer composition.
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.