Your data matches 3 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
St000347: Binary words ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
0 => 0
1 => 0
00 => 0
01 => 0
10 => 1
11 => 0
000 => 0
001 => 0
010 => 1
011 => 0
100 => 3
101 => 1
110 => 3
111 => 0
0000 => 0
0001 => 0
0010 => 1
0011 => 0
0100 => 3
0101 => 1
0110 => 3
0111 => 0
1000 => 6
1001 => 3
1010 => 5
1011 => 1
1100 => 8
1101 => 3
1110 => 6
1111 => 0
00000 => 0
00001 => 0
00010 => 1
00011 => 0
00100 => 3
00101 => 1
00110 => 3
00111 => 0
01000 => 6
01001 => 3
01010 => 5
01011 => 1
01100 => 8
01101 => 3
01110 => 6
01111 => 0
10000 => 10
10001 => 6
10010 => 8
10011 => 3
Description
The inversion sum of a binary word. A pair $a < b$ is an inversion of a binary word $w = w_1 \cdots w_n$ if $w_a = 1 > 0 = w_b$. The inversion sum is given by $\sum(b-a)$ over all inversions of $\pi$.
St000348: Binary words ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
0 => 0
1 => 0
00 => 0
01 => 1
10 => 0
11 => 0
000 => 0
001 => 3
010 => 1
011 => 3
100 => 0
101 => 1
110 => 0
111 => 0
0000 => 0
0001 => 6
0010 => 3
0011 => 8
0100 => 1
0101 => 5
0110 => 3
0111 => 6
1000 => 0
1001 => 3
1010 => 1
1011 => 3
1100 => 0
1101 => 1
1110 => 0
1111 => 0
00000 => 0
00001 => 10
00010 => 6
00011 => 15
00100 => 3
00101 => 11
00110 => 8
00111 => 15
01000 => 1
01001 => 8
01010 => 5
01011 => 11
01100 => 3
01101 => 8
01110 => 6
01111 => 10
10000 => 0
10001 => 6
10010 => 3
10011 => 8
Description
The non-inversion sum of a binary word. A pair $a < b$ is an noninversion of a binary word $w = w_1 \cdots w_n$ if $w_a < w_b$. The non-inversion sum is given by $\sum(b-a)$ over all non-inversions of $w$.
Matching statistic: St000869
Mp00178: Binary words to compositionInteger compositions
Mp00180: Integer compositions to ribbonSkew partitions
Mp00183: Skew partitions inner shapeInteger partitions
St000869: Integer partitions ⟶ ℤResult quality: 25% values known / values provided: 25%distinct values known / distinct values provided: 55%
Values
0 => [2] => [[2],[]]
=> []
=> 0
1 => [1,1] => [[1,1],[]]
=> []
=> 0
00 => [3] => [[3],[]]
=> []
=> 0
01 => [2,1] => [[2,2],[1]]
=> [1]
=> 1
10 => [1,2] => [[2,1],[]]
=> []
=> 0
11 => [1,1,1] => [[1,1,1],[]]
=> []
=> 0
000 => [4] => [[4],[]]
=> []
=> 0
001 => [3,1] => [[3,3],[2]]
=> [2]
=> 3
010 => [2,2] => [[3,2],[1]]
=> [1]
=> 1
011 => [2,1,1] => [[2,2,2],[1,1]]
=> [1,1]
=> 3
100 => [1,3] => [[3,1],[]]
=> []
=> 0
101 => [1,2,1] => [[2,2,1],[1]]
=> [1]
=> 1
110 => [1,1,2] => [[2,1,1],[]]
=> []
=> 0
111 => [1,1,1,1] => [[1,1,1,1],[]]
=> []
=> 0
0000 => [5] => [[5],[]]
=> []
=> 0
0001 => [4,1] => [[4,4],[3]]
=> [3]
=> 6
0010 => [3,2] => [[4,3],[2]]
=> [2]
=> 3
0011 => [3,1,1] => [[3,3,3],[2,2]]
=> [2,2]
=> 8
0100 => [2,3] => [[4,2],[1]]
=> [1]
=> 1
0101 => [2,2,1] => [[3,3,2],[2,1]]
=> [2,1]
=> 5
0110 => [2,1,2] => [[3,2,2],[1,1]]
=> [1,1]
=> 3
0111 => [2,1,1,1] => [[2,2,2,2],[1,1,1]]
=> [1,1,1]
=> 6
1000 => [1,4] => [[4,1],[]]
=> []
=> 0
1001 => [1,3,1] => [[3,3,1],[2]]
=> [2]
=> 3
1010 => [1,2,2] => [[3,2,1],[1]]
=> [1]
=> 1
1011 => [1,2,1,1] => [[2,2,2,1],[1,1]]
=> [1,1]
=> 3
1100 => [1,1,3] => [[3,1,1],[]]
=> []
=> 0
1101 => [1,1,2,1] => [[2,2,1,1],[1]]
=> [1]
=> 1
1110 => [1,1,1,2] => [[2,1,1,1],[]]
=> []
=> 0
1111 => [1,1,1,1,1] => [[1,1,1,1,1],[]]
=> []
=> 0
00000 => [6] => [[6],[]]
=> []
=> 0
00001 => [5,1] => [[5,5],[4]]
=> [4]
=> 10
00010 => [4,2] => [[5,4],[3]]
=> [3]
=> 6
00011 => [4,1,1] => [[4,4,4],[3,3]]
=> [3,3]
=> 15
00100 => [3,3] => [[5,3],[2]]
=> [2]
=> 3
00101 => [3,2,1] => [[4,4,3],[3,2]]
=> [3,2]
=> 11
00110 => [3,1,2] => [[4,3,3],[2,2]]
=> [2,2]
=> 8
00111 => [3,1,1,1] => [[3,3,3,3],[2,2,2]]
=> [2,2,2]
=> 15
01000 => [2,4] => [[5,2],[1]]
=> [1]
=> 1
01001 => [2,3,1] => [[4,4,2],[3,1]]
=> [3,1]
=> 8
01010 => [2,2,2] => [[4,3,2],[2,1]]
=> [2,1]
=> 5
01011 => [2,2,1,1] => [[3,3,3,2],[2,2,1]]
=> [2,2,1]
=> 11
01100 => [2,1,3] => [[4,2,2],[1,1]]
=> [1,1]
=> 3
01101 => [2,1,2,1] => [[3,3,2,2],[2,1,1]]
=> [2,1,1]
=> 8
01110 => [2,1,1,2] => [[3,2,2,2],[1,1,1]]
=> [1,1,1]
=> 6
01111 => [2,1,1,1,1] => [[2,2,2,2,2],[1,1,1,1]]
=> [1,1,1,1]
=> 10
10000 => [1,5] => [[5,1],[]]
=> []
=> 0
10001 => [1,4,1] => [[4,4,1],[3]]
=> [3]
=> 6
10010 => [1,3,2] => [[4,3,1],[2]]
=> [2]
=> 3
10011 => [1,3,1,1] => [[3,3,3,1],[2,2]]
=> [2,2]
=> 8
0000010 => [6,2] => [[7,6],[5]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
0000100 => [5,3] => [[7,5],[4]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
0000101 => [5,2,1] => [[6,6,5],[5,4]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
0000110 => [5,1,2] => [[6,5,5],[4,4]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
0010000 => [3,5] => [[7,3],[2]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
0011000 => [3,1,4] => [[6,3,3],[2,2]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
0011110 => [3,1,1,1,2] => [[4,3,3,3,3],[2,2,2,2]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
0100000 => [2,6] => [[7,2],[1]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
0100001 => [2,5,1] => [[6,6,2],[5,1]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
0101000 => [2,2,4] => [[6,3,2],[2,1]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
0110000 => [2,1,5] => [[6,2,2],[1,1]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
0110001 => [2,1,4,1] => [[5,5,2,2],[4,1,1]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
0111000 => [2,1,1,4] => [[5,2,2,2],[1,1,1]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
0111100 => [2,1,1,1,3] => [[4,2,2,2,2],[1,1,1,1]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
1000001 => [1,6,1] => [[6,6,1],[5]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
1000010 => [1,5,2] => [[6,5,1],[4]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
1000011 => [1,5,1,1] => [[5,5,5,1],[4,4]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
1001000 => [1,3,4] => [[6,3,1],[2]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
1001111 => [1,3,1,1,1,1] => [[3,3,3,3,3,1],[2,2,2,2]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
1010000 => [1,2,5] => [[6,2,1],[1]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
1010001 => [1,2,4,1] => [[5,5,2,1],[4,1]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
1011000 => [1,2,1,4] => [[5,2,2,1],[1,1]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
1011100 => [1,2,1,1,3] => [[4,2,2,2,1],[1,1,1]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
1100001 => [1,1,5,1] => [[5,5,1,1],[4]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
1100010 => [1,1,4,2] => [[5,4,1,1],[3]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
1100011 => [1,1,4,1,1] => [[4,4,4,1,1],[3,3]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
1100111 => [1,1,3,1,1,1] => [[3,3,3,3,1,1],[2,2,2]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
1101000 => [1,1,2,4] => [[5,2,1,1],[1]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
1101100 => [1,1,2,1,3] => [[4,2,2,1,1],[1,1]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
1110001 => [1,1,1,4,1] => [[4,4,1,1,1],[3]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
1110011 => [1,1,1,3,1,1] => [[3,3,3,1,1,1],[2,2]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
1110100 => [1,1,1,2,3] => [[4,2,1,1,1],[1]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
1111001 => [1,1,1,1,3,1] => [[3,3,1,1,1,1],[2]]
=> ?
=> ? ∊ {1,1,1,1,3,3,3,3,3,3,5,6,6,6,6,8,8,10,10,10,10,12,15,15,15,15,15,17,24,24,24,24,29}
00000010 => [7,2] => [[8,7],[6]]
=> ?
=> ? ∊ {1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,14,14,14,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,17,17,17,17,18,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,19,20,20,20,20,20,20,21,21,21,21,22,22,22,22,22,22,22,22,22,22,22,22,23,23,23,23,24,24,24,24,24,24,24,24,24,24,26,26,26,26,26,26,26,26,27,27,27,27,27,27,27,27,27,27,27,29,29,29,29,30,30,30,31,31,31,31,31,31,31,31,31,31,31,31,32,32,35,35,35,35,35,35,35,35,35,36,36,36,36,36,36,36,36,38,38,40,40,40,41,41,41,41,42,42,42,42,42,42,45,46,46,47,47,47,47,51,51,53,53,57}
00000100 => [6,3] => [[8,6],[5]]
=> ?
=> ? ∊ {1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,14,14,14,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,17,17,17,17,18,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,19,20,20,20,20,20,20,21,21,21,21,22,22,22,22,22,22,22,22,22,22,22,22,23,23,23,23,24,24,24,24,24,24,24,24,24,24,26,26,26,26,26,26,26,26,27,27,27,27,27,27,27,27,27,27,27,29,29,29,29,30,30,30,31,31,31,31,31,31,31,31,31,31,31,31,32,32,35,35,35,35,35,35,35,35,35,36,36,36,36,36,36,36,36,38,38,40,40,40,41,41,41,41,42,42,42,42,42,42,45,46,46,47,47,47,47,51,51,53,53,57}
00000101 => [6,2,1] => [[7,7,6],[6,5]]
=> ?
=> ? ∊ {1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,14,14,14,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,17,17,17,17,18,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,19,20,20,20,20,20,20,21,21,21,21,22,22,22,22,22,22,22,22,22,22,22,22,23,23,23,23,24,24,24,24,24,24,24,24,24,24,26,26,26,26,26,26,26,26,27,27,27,27,27,27,27,27,27,27,27,29,29,29,29,30,30,30,31,31,31,31,31,31,31,31,31,31,31,31,32,32,35,35,35,35,35,35,35,35,35,36,36,36,36,36,36,36,36,38,38,40,40,40,41,41,41,41,42,42,42,42,42,42,45,46,46,47,47,47,47,51,51,53,53,57}
00000110 => [6,1,2] => [[7,6,6],[5,5]]
=> ?
=> ? ∊ {1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,14,14,14,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,17,17,17,17,18,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,19,20,20,20,20,20,20,21,21,21,21,22,22,22,22,22,22,22,22,22,22,22,22,23,23,23,23,24,24,24,24,24,24,24,24,24,24,26,26,26,26,26,26,26,26,27,27,27,27,27,27,27,27,27,27,27,29,29,29,29,30,30,30,31,31,31,31,31,31,31,31,31,31,31,31,32,32,35,35,35,35,35,35,35,35,35,36,36,36,36,36,36,36,36,38,38,40,40,40,41,41,41,41,42,42,42,42,42,42,45,46,46,47,47,47,47,51,51,53,53,57}
00001000 => [5,4] => [[8,5],[4]]
=> ?
=> ? ∊ {1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,14,14,14,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,17,17,17,17,18,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,19,20,20,20,20,20,20,21,21,21,21,22,22,22,22,22,22,22,22,22,22,22,22,23,23,23,23,24,24,24,24,24,24,24,24,24,24,26,26,26,26,26,26,26,26,27,27,27,27,27,27,27,27,27,27,27,29,29,29,29,30,30,30,31,31,31,31,31,31,31,31,31,31,31,31,32,32,35,35,35,35,35,35,35,35,35,36,36,36,36,36,36,36,36,38,38,40,40,40,41,41,41,41,42,42,42,42,42,42,45,46,46,47,47,47,47,51,51,53,53,57}
00001001 => [5,3,1] => [[7,7,5],[6,4]]
=> ?
=> ? ∊ {1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,14,14,14,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,17,17,17,17,18,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,19,20,20,20,20,20,20,21,21,21,21,22,22,22,22,22,22,22,22,22,22,22,22,23,23,23,23,24,24,24,24,24,24,24,24,24,24,26,26,26,26,26,26,26,26,27,27,27,27,27,27,27,27,27,27,27,29,29,29,29,30,30,30,31,31,31,31,31,31,31,31,31,31,31,31,32,32,35,35,35,35,35,35,35,35,35,36,36,36,36,36,36,36,36,38,38,40,40,40,41,41,41,41,42,42,42,42,42,42,45,46,46,47,47,47,47,51,51,53,53,57}
00001010 => [5,2,2] => [[7,6,5],[5,4]]
=> ?
=> ? ∊ {1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,14,14,14,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,17,17,17,17,18,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,19,20,20,20,20,20,20,21,21,21,21,22,22,22,22,22,22,22,22,22,22,22,22,23,23,23,23,24,24,24,24,24,24,24,24,24,24,26,26,26,26,26,26,26,26,27,27,27,27,27,27,27,27,27,27,27,29,29,29,29,30,30,30,31,31,31,31,31,31,31,31,31,31,31,31,32,32,35,35,35,35,35,35,35,35,35,36,36,36,36,36,36,36,36,38,38,40,40,40,41,41,41,41,42,42,42,42,42,42,45,46,46,47,47,47,47,51,51,53,53,57}
00001011 => [5,2,1,1] => [[6,6,6,5],[5,5,4]]
=> ?
=> ? ∊ {1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,14,14,14,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,17,17,17,17,18,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,19,20,20,20,20,20,20,21,21,21,21,22,22,22,22,22,22,22,22,22,22,22,22,23,23,23,23,24,24,24,24,24,24,24,24,24,24,26,26,26,26,26,26,26,26,27,27,27,27,27,27,27,27,27,27,27,29,29,29,29,30,30,30,31,31,31,31,31,31,31,31,31,31,31,31,32,32,35,35,35,35,35,35,35,35,35,36,36,36,36,36,36,36,36,38,38,40,40,40,41,41,41,41,42,42,42,42,42,42,45,46,46,47,47,47,47,51,51,53,53,57}
00001100 => [5,1,3] => [[7,5,5],[4,4]]
=> ?
=> ? ∊ {1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,14,14,14,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,17,17,17,17,18,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,19,20,20,20,20,20,20,21,21,21,21,22,22,22,22,22,22,22,22,22,22,22,22,23,23,23,23,24,24,24,24,24,24,24,24,24,24,26,26,26,26,26,26,26,26,27,27,27,27,27,27,27,27,27,27,27,29,29,29,29,30,30,30,31,31,31,31,31,31,31,31,31,31,31,31,32,32,35,35,35,35,35,35,35,35,35,36,36,36,36,36,36,36,36,38,38,40,40,40,41,41,41,41,42,42,42,42,42,42,45,46,46,47,47,47,47,51,51,53,53,57}
00001101 => [5,1,2,1] => [[6,6,5,5],[5,4,4]]
=> ?
=> ? ∊ {1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,14,14,14,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,17,17,17,17,18,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,19,20,20,20,20,20,20,21,21,21,21,22,22,22,22,22,22,22,22,22,22,22,22,23,23,23,23,24,24,24,24,24,24,24,24,24,24,26,26,26,26,26,26,26,26,27,27,27,27,27,27,27,27,27,27,27,29,29,29,29,30,30,30,31,31,31,31,31,31,31,31,31,31,31,31,32,32,35,35,35,35,35,35,35,35,35,36,36,36,36,36,36,36,36,38,38,40,40,40,41,41,41,41,42,42,42,42,42,42,45,46,46,47,47,47,47,51,51,53,53,57}
00001110 => [5,1,1,2] => [[6,5,5,5],[4,4,4]]
=> ?
=> ? ∊ {1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,14,14,14,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,17,17,17,17,18,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,19,20,20,20,20,20,20,21,21,21,21,22,22,22,22,22,22,22,22,22,22,22,22,23,23,23,23,24,24,24,24,24,24,24,24,24,24,26,26,26,26,26,26,26,26,27,27,27,27,27,27,27,27,27,27,27,29,29,29,29,30,30,30,31,31,31,31,31,31,31,31,31,31,31,31,32,32,35,35,35,35,35,35,35,35,35,36,36,36,36,36,36,36,36,38,38,40,40,40,41,41,41,41,42,42,42,42,42,42,45,46,46,47,47,47,47,51,51,53,53,57}
00010000 => [4,5] => [[8,4],[3]]
=> ?
=> ? ∊ {1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,14,14,14,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,17,17,17,17,18,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,19,20,20,20,20,20,20,21,21,21,21,22,22,22,22,22,22,22,22,22,22,22,22,23,23,23,23,24,24,24,24,24,24,24,24,24,24,26,26,26,26,26,26,26,26,27,27,27,27,27,27,27,27,27,27,27,29,29,29,29,30,30,30,31,31,31,31,31,31,31,31,31,31,31,31,32,32,35,35,35,35,35,35,35,35,35,36,36,36,36,36,36,36,36,38,38,40,40,40,41,41,41,41,42,42,42,42,42,42,45,46,46,47,47,47,47,51,51,53,53,57}
00010001 => [4,4,1] => [[7,7,4],[6,3]]
=> ?
=> ? ∊ {1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,14,14,14,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,17,17,17,17,18,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,19,20,20,20,20,20,20,21,21,21,21,22,22,22,22,22,22,22,22,22,22,22,22,23,23,23,23,24,24,24,24,24,24,24,24,24,24,26,26,26,26,26,26,26,26,27,27,27,27,27,27,27,27,27,27,27,29,29,29,29,30,30,30,31,31,31,31,31,31,31,31,31,31,31,31,32,32,35,35,35,35,35,35,35,35,35,36,36,36,36,36,36,36,36,38,38,40,40,40,41,41,41,41,42,42,42,42,42,42,45,46,46,47,47,47,47,51,51,53,53,57}
00010010 => [4,3,2] => [[7,6,4],[5,3]]
=> ?
=> ? ∊ {1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,14,14,14,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,17,17,17,17,18,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,19,20,20,20,20,20,20,21,21,21,21,22,22,22,22,22,22,22,22,22,22,22,22,23,23,23,23,24,24,24,24,24,24,24,24,24,24,26,26,26,26,26,26,26,26,27,27,27,27,27,27,27,27,27,27,27,29,29,29,29,30,30,30,31,31,31,31,31,31,31,31,31,31,31,31,32,32,35,35,35,35,35,35,35,35,35,36,36,36,36,36,36,36,36,38,38,40,40,40,41,41,41,41,42,42,42,42,42,42,45,46,46,47,47,47,47,51,51,53,53,57}
00010011 => [4,3,1,1] => [[6,6,6,4],[5,5,3]]
=> ?
=> ? ∊ {1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,14,14,14,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,17,17,17,17,18,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,19,20,20,20,20,20,20,21,21,21,21,22,22,22,22,22,22,22,22,22,22,22,22,23,23,23,23,24,24,24,24,24,24,24,24,24,24,26,26,26,26,26,26,26,26,27,27,27,27,27,27,27,27,27,27,27,29,29,29,29,30,30,30,31,31,31,31,31,31,31,31,31,31,31,31,32,32,35,35,35,35,35,35,35,35,35,36,36,36,36,36,36,36,36,38,38,40,40,40,41,41,41,41,42,42,42,42,42,42,45,46,46,47,47,47,47,51,51,53,53,57}
00010100 => [4,2,3] => [[7,5,4],[4,3]]
=> ?
=> ? ∊ {1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,14,14,14,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,17,17,17,17,18,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,19,20,20,20,20,20,20,21,21,21,21,22,22,22,22,22,22,22,22,22,22,22,22,23,23,23,23,24,24,24,24,24,24,24,24,24,24,26,26,26,26,26,26,26,26,27,27,27,27,27,27,27,27,27,27,27,29,29,29,29,30,30,30,31,31,31,31,31,31,31,31,31,31,31,31,32,32,35,35,35,35,35,35,35,35,35,36,36,36,36,36,36,36,36,38,38,40,40,40,41,41,41,41,42,42,42,42,42,42,45,46,46,47,47,47,47,51,51,53,53,57}
00010101 => [4,2,2,1] => [[6,6,5,4],[5,4,3]]
=> ?
=> ? ∊ {1,1,1,1,1,1,1,3,3,3,3,3,3,3,3,3,3,3,3,5,5,5,5,5,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,12,12,12,12,12,12,14,14,14,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,17,17,17,17,18,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,19,20,20,20,20,20,20,21,21,21,21,22,22,22,22,22,22,22,22,22,22,22,22,23,23,23,23,24,24,24,24,24,24,24,24,24,24,26,26,26,26,26,26,26,26,27,27,27,27,27,27,27,27,27,27,27,29,29,29,29,30,30,30,31,31,31,31,31,31,31,31,31,31,31,31,32,32,35,35,35,35,35,35,35,35,35,36,36,36,36,36,36,36,36,38,38,40,40,40,41,41,41,41,42,42,42,42,42,42,45,46,46,47,47,47,47,51,51,53,53,57}
Description
The sum of the hook lengths of an integer partition. For a cell in the Ferrers diagram of a partition, the hook length is given by the number of boxes to its right plus the number of boxes below + 1. This statistic is the sum of all hook lengths of a partition.