Identifier
Values
0 => [2] => [1,1,0,0] => [1,0,1,0] => 0
1 => [1,1] => [1,0,1,0] => [1,1,0,0] => 1
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] => 2
10 => [1,2] => [1,0,1,1,0,0] => [1,1,0,0,1,0] => 3
11 => [1,1,1] => [1,0,1,0,1,0] => [1,1,0,1,0,0] => 1
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] => 3
010 => [2,2] => [1,1,0,0,1,1,0,0] => [1,0,1,1,0,0,1,0] => 5
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] => 3
101 => [1,2,1] => [1,0,1,1,0,0,1,0] => [1,1,0,0,1,1,0,0] => 6
110 => [1,1,2] => [1,0,1,0,1,1,0,0] => [1,1,0,1,0,0,1,0] => 4
111 => [1,1,1,1] => [1,0,1,0,1,0,1,0] => [1,1,0,1,0,1,0,0] => 1
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] => 4
0010 => [3,2] => [1,1,1,0,0,0,1,1,0,0] => [1,0,1,0,1,1,0,0,1,0] => 7
0011 => [3,1,1] => [1,1,1,0,0,0,1,0,1,0] => [1,0,1,0,1,1,0,1,0,0] => 3
0100 => [2,3] => [1,1,0,0,1,1,1,0,0,0] => [1,0,1,1,0,0,1,0,1,0] => 5
0101 => [2,2,1] => [1,1,0,0,1,1,0,0,1,0] => [1,0,1,1,0,0,1,1,0,0] => 9
0110 => [2,1,2] => [1,1,0,0,1,0,1,1,0,0] => [1,0,1,1,0,1,0,0,1,0] => 6
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] => 2
1000 => [1,4] => [1,0,1,1,1,1,0,0,0,0] => [1,1,0,0,1,0,1,0,1,0] => 3
1001 => [1,3,1] => [1,0,1,1,1,0,0,0,1,0] => [1,1,0,0,1,0,1,1,0,0] => 7
1010 => [1,2,2] => [1,0,1,1,0,0,1,1,0,0] => [1,1,0,0,1,1,0,0,1,0] => 10
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] => 6
1100 => [1,1,3] => [1,0,1,0,1,1,1,0,0,0] => [1,1,0,1,0,0,1,0,1,0] => 4
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] => 8
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] => 5
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] => 1
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] => 5
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] => 9
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] => 4
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] => 7
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] => 12
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] => 8
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] => 3
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] => 5
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] => 10
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] => 14
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] => 9
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] => 6
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] => 11
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] => 7
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] => 2
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] => 3
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] => 8
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] => 12
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] => 7
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] => 10
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] => 15
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] => 11
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] => 6
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] => 4
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] => 9
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] => 13
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] => 8
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] => 5
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] => 10
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] => 6
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] => 1
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] => 6
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] => 11
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] => 5
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] => 9
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] => 15
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] => 10
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] => 4
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] => 7
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] => 13
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] => 18
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] => 12
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] => 8
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] => 14
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] => 9
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] => 3
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] => 5
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] => 11
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] => 16
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] => 10
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] => 14
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] => 20
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] => 15
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] => 9
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] => 6
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] => 12
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] => 17
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] => 11
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] => 7
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] => 13
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] => 8
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] => 2
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] => 3
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] => 9
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] => 14
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] => 8
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] => 12
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] => 18
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] => 13
>>> 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] => 7
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] => 10
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] => 16
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] => 21
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] => 15
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] => 11
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] => 17
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] => 12
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] => 6
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] => 4
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] => 10
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] => 15
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] => 9
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] => 13
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] => 19
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] => 14
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] => 8
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] => 5
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] => 11
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] => 16
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] => 10
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] => 6
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] => 12
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] => 7
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] => 1
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] => 7
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] => 13
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] => 6
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] => 11
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] => 18
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] => 12
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] => 5
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] => 9
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] => 16
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] => 22
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] => 15
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] => 10
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] => 17
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] => 11
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] => 4
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] => 7
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] => 14
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] => 20
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] => 13
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] => 18
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] => 25
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] => 19
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] => 12
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] => 8
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] => 15
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] => 21
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] => 14
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] => 9
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] => 16
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] => 10
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] => 3
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] => 5
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] => 12
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] => 18
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] => 11
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] => 16
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] => 23
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] => 17
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] => 14
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] => 21
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] => 27
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] => 20
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] => 15
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] => 22
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] => 16
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] => 6
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] => 13
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] => 19
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] => 12
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] => 17
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] => 24
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] => 18
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] => 11
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] => 7
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] => 14
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] => 20
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] => 13
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] => 8
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] => 15
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] => 9
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] => 2
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] => 3
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] => 10
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] => 16
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] => 9
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] => 14
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] => 21
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] => 15
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] => 8
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] => 12
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] => 19
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] => 25
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] => 18
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] => 13
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] => 20
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] => 14
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] => 7
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] => 10
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] => 17
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] => 23
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] => 16
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] => 21
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] => 28
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] => 22
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] => 15
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] => 11
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] => 18
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] => 24
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] => 17
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] => 12
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] => 19
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] => 13
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] => 6
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] => 4
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] => 11
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] => 17
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] => 10
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] => 15
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] => 22
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] => 16
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] => 9
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] => 13
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 sum of the skew hook positions in a Dyck path.
A skew hook is an occurrence of a down step followed by two up steps or of an up step followed by a down step.
Write $U_i$ for the $i$-th up step and $D_j$ for the $j$-th down step in the Dyck path. Then the skew hook set is the set $$H = \{j: U_{i−1} U_i D_j \text{ is a skew hook}\} \cup \{i: D_{i−1} D_i U_j\text{ is a skew hook}\}.$$
This statistic is the sum of all elements in $H$.
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.