searching the database
Your data matches 10 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
(click to perform a complete search on your data)
Matching statistic: St000529
(load all 5 compositions to match this statistic)
(load all 5 compositions to match this statistic)
St000529: Binary words ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
0 => 1
1 => 1
00 => 1
01 => 2
10 => 2
11 => 1
000 => 1
001 => 3
010 => 5
011 => 3
100 => 3
101 => 5
110 => 3
111 => 1
0000 => 1
0001 => 4
0010 => 9
0011 => 6
0100 => 9
0101 => 16
0110 => 11
0111 => 4
1000 => 4
1001 => 11
1010 => 16
1011 => 9
1100 => 6
1101 => 9
1110 => 4
1111 => 1
00000 => 1
00001 => 5
00010 => 14
00011 => 10
00100 => 19
00101 => 35
00110 => 26
00111 => 10
01000 => 14
01001 => 40
01010 => 61
01011 => 35
01100 => 26
01101 => 40
01110 => 19
01111 => 5
10000 => 5
10001 => 19
10010 => 40
10011 => 26
Description
The number of permutations whose descent word is the given binary word.
This is the sizes of the preimages of the map [[Mp00109]].
Matching statistic: St000277
(load all 3 compositions to match this statistic)
(load all 3 compositions to match this statistic)
Mp00178: Binary words —to composition⟶ Integer compositions
St000277: Integer compositions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
St000277: Integer compositions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
0 => [2] => 1
1 => [1,1] => 1
00 => [3] => 1
01 => [2,1] => 2
10 => [1,2] => 2
11 => [1,1,1] => 1
000 => [4] => 1
001 => [3,1] => 3
010 => [2,2] => 5
011 => [2,1,1] => 3
100 => [1,3] => 3
101 => [1,2,1] => 5
110 => [1,1,2] => 3
111 => [1,1,1,1] => 1
0000 => [5] => 1
0001 => [4,1] => 4
0010 => [3,2] => 9
0011 => [3,1,1] => 6
0100 => [2,3] => 9
0101 => [2,2,1] => 16
0110 => [2,1,2] => 11
0111 => [2,1,1,1] => 4
1000 => [1,4] => 4
1001 => [1,3,1] => 11
1010 => [1,2,2] => 16
1011 => [1,2,1,1] => 9
1100 => [1,1,3] => 6
1101 => [1,1,2,1] => 9
1110 => [1,1,1,2] => 4
1111 => [1,1,1,1,1] => 1
00000 => [6] => 1
00001 => [5,1] => 5
00010 => [4,2] => 14
00011 => [4,1,1] => 10
00100 => [3,3] => 19
00101 => [3,2,1] => 35
00110 => [3,1,2] => 26
00111 => [3,1,1,1] => 10
01000 => [2,4] => 14
01001 => [2,3,1] => 40
01010 => [2,2,2] => 61
01011 => [2,2,1,1] => 35
01100 => [2,1,3] => 26
01101 => [2,1,2,1] => 40
01110 => [2,1,1,2] => 19
01111 => [2,1,1,1,1] => 5
10000 => [1,5] => 5
10001 => [1,4,1] => 19
10010 => [1,3,2] => 40
10011 => [1,3,1,1] => 26
Description
The number of ribbon shaped standard tableaux.
A ribbon is a connected skew shape which does not contain a $2\times 2$ square. The set of ribbon shapes are therefore in bijection with integer compositons, the parts of the composition specify the row lengths. This statistic records the number of standard tableaux of the given shape.
This is also the size of the preimage of the map 'descent composition' [[Mp00071]] from permutations to integer compositions: reading a tableau from bottom to top we obtain a permutation whose descent set is as prescribed.
For a composition $c=c_1,\dots,c_k$ of $n$, the number of ribbon shaped standard tableaux equals
$$
\sum_d (-1)^{k-\ell} \binom{n}{d_1, d_2, \dots, d_\ell},
$$
where the sum is over all coarsenings of $c$ obtained by replacing consecutive summands by their sum, see [sec 14.4, 1]
Matching statistic: St000100
Mp00178: Binary words —to composition⟶ Integer compositions
Mp00180: Integer compositions —to ribbon⟶ Skew partitions
Mp00185: Skew partitions —cell poset⟶ Posets
St000100: Posets ⟶ ℤResult quality: 53% ●values known / values provided: 53%●distinct values known / distinct values provided: 56%
Mp00180: Integer compositions —to ribbon⟶ Skew partitions
Mp00185: Skew partitions —cell poset⟶ Posets
St000100: Posets ⟶ ℤResult quality: 53% ●values known / values provided: 53%●distinct values known / distinct values provided: 56%
Values
0 => [2] => [[2],[]]
=> ([(0,1)],2)
=> 1
1 => [1,1] => [[1,1],[]]
=> ([(0,1)],2)
=> 1
00 => [3] => [[3],[]]
=> ([(0,2),(2,1)],3)
=> 1
01 => [2,1] => [[2,2],[1]]
=> ([(0,2),(1,2)],3)
=> 2
10 => [1,2] => [[2,1],[]]
=> ([(0,1),(0,2)],3)
=> 2
11 => [1,1,1] => [[1,1,1],[]]
=> ([(0,2),(2,1)],3)
=> 1
000 => [4] => [[4],[]]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
001 => [3,1] => [[3,3],[2]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
010 => [2,2] => [[3,2],[1]]
=> ([(0,3),(1,2),(1,3)],4)
=> 5
011 => [2,1,1] => [[2,2,2],[1,1]]
=> ([(0,3),(1,2),(2,3)],4)
=> 3
100 => [1,3] => [[3,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> 3
101 => [1,2,1] => [[2,2,1],[1]]
=> ([(0,3),(1,2),(1,3)],4)
=> 5
110 => [1,1,2] => [[2,1,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> 3
111 => [1,1,1,1] => [[1,1,1,1],[]]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
0000 => [5] => [[5],[]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
0001 => [4,1] => [[4,4],[3]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
0010 => [3,2] => [[4,3],[2]]
=> ([(0,3),(1,2),(1,4),(3,4)],5)
=> 9
0011 => [3,1,1] => [[3,3,3],[2,2]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> 6
0100 => [2,3] => [[4,2],[1]]
=> ([(0,4),(1,2),(1,4),(2,3)],5)
=> 9
0101 => [2,2,1] => [[3,3,2],[2,1]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 16
0110 => [2,1,2] => [[3,2,2],[1,1]]
=> ([(0,4),(1,2),(1,3),(3,4)],5)
=> 11
0111 => [2,1,1,1] => [[2,2,2,2],[1,1,1]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> 4
1000 => [1,4] => [[4,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> 4
1001 => [1,3,1] => [[3,3,1],[2]]
=> ([(0,4),(1,2),(1,3),(3,4)],5)
=> 11
1010 => [1,2,2] => [[3,2,1],[1]]
=> ([(0,3),(0,4),(1,2),(1,4)],5)
=> 16
1011 => [1,2,1,1] => [[2,2,2,1],[1,1]]
=> ([(0,3),(1,2),(1,4),(3,4)],5)
=> 9
1100 => [1,1,3] => [[3,1,1],[]]
=> ([(0,3),(0,4),(3,2),(4,1)],5)
=> 6
1101 => [1,1,2,1] => [[2,2,1,1],[1]]
=> ([(0,4),(1,2),(1,4),(2,3)],5)
=> 9
1110 => [1,1,1,2] => [[2,1,1,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> 4
1111 => [1,1,1,1,1] => [[1,1,1,1,1],[]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
00000 => [6] => [[6],[]]
=> ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> 1
00001 => [5,1] => [[5,5],[4]]
=> ([(0,5),(1,4),(2,5),(3,2),(4,3)],6)
=> 5
00010 => [4,2] => [[5,4],[3]]
=> ([(0,4),(1,3),(1,5),(2,5),(4,2)],6)
=> 14
00011 => [4,1,1] => [[4,4,4],[3,3]]
=> ([(0,3),(1,4),(2,5),(3,5),(4,2)],6)
=> 10
00100 => [3,3] => [[5,3],[2]]
=> ([(0,3),(1,4),(1,5),(3,5),(4,2)],6)
=> 19
00101 => [3,2,1] => [[4,4,3],[3,2]]
=> ([(0,4),(1,4),(1,5),(2,3),(3,5)],6)
=> 35
00110 => [3,1,2] => [[4,3,3],[2,2]]
=> ([(0,4),(1,2),(1,3),(3,5),(4,5)],6)
=> 26
00111 => [3,1,1,1] => [[3,3,3,3],[2,2,2]]
=> ([(0,3),(1,4),(2,5),(3,5),(4,2)],6)
=> 10
01000 => [2,4] => [[5,2],[1]]
=> ([(0,5),(1,4),(1,5),(3,2),(4,3)],6)
=> 14
01001 => [2,3,1] => [[4,4,2],[3,1]]
=> ([(0,5),(1,4),(2,3),(2,4),(3,5)],6)
=> 40
01010 => [2,2,2] => [[4,3,2],[2,1]]
=> ([(0,4),(1,4),(1,5),(2,3),(2,5)],6)
=> 61
01011 => [2,2,1,1] => [[3,3,3,2],[2,2,1]]
=> ([(0,4),(1,4),(1,5),(2,3),(3,5)],6)
=> 35
01100 => [2,1,3] => [[4,2,2],[1,1]]
=> ([(0,5),(1,3),(1,4),(3,5),(4,2)],6)
=> 26
01101 => [2,1,2,1] => [[3,3,2,2],[2,1,1]]
=> ([(0,5),(1,4),(2,3),(2,4),(3,5)],6)
=> 40
01110 => [2,1,1,2] => [[3,2,2,2],[1,1,1]]
=> ([(0,5),(1,2),(1,4),(3,5),(4,3)],6)
=> 19
01111 => [2,1,1,1,1] => [[2,2,2,2,2],[1,1,1,1]]
=> ([(0,5),(1,4),(2,5),(3,2),(4,3)],6)
=> 5
10000 => [1,5] => [[5,1],[]]
=> ([(0,2),(0,5),(3,4),(4,1),(5,3)],6)
=> 5
10001 => [1,4,1] => [[4,4,1],[3]]
=> ([(0,5),(1,2),(1,4),(3,5),(4,3)],6)
=> 19
10010 => [1,3,2] => [[4,3,1],[2]]
=> ([(0,4),(0,5),(1,2),(1,3),(3,5)],6)
=> 40
10011 => [1,3,1,1] => [[3,3,3,1],[2,2]]
=> ([(0,4),(1,2),(1,3),(3,5),(4,5)],6)
=> 26
0000001 => [7,1] => [[7,7],[6]]
=> ([(0,7),(1,6),(2,7),(3,5),(4,3),(5,2),(6,4)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0000010 => [6,2] => [[7,6],[5]]
=> ?
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0000011 => [6,1,1] => [[6,6,6],[5,5]]
=> ([(0,6),(1,3),(2,7),(3,7),(4,5),(5,2),(6,4)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0000100 => [5,3] => [[7,5],[4]]
=> ?
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0000101 => [5,2,1] => [[6,6,5],[5,4]]
=> ?
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0000110 => [5,1,2] => [[6,5,5],[4,4]]
=> ?
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0000111 => [5,1,1,1] => [[5,5,5,5],[4,4,4]]
=> ([(0,5),(1,6),(2,7),(3,7),(4,3),(5,4),(6,2)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0001000 => [4,4] => [[7,4],[3]]
=> ([(0,5),(1,6),(1,7),(3,7),(4,2),(5,3),(6,4)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0001001 => [4,3,1] => [[6,6,4],[5,3]]
=> ([(0,7),(1,4),(2,3),(2,6),(3,7),(4,5),(5,6)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0001010 => [4,2,2] => [[6,5,4],[4,3]]
=> ([(0,6),(0,7),(1,4),(2,3),(2,6),(4,5),(5,7)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0001011 => [4,2,1,1] => [[5,5,5,4],[4,4,3]]
=> ([(0,6),(0,7),(1,3),(2,4),(3,7),(4,5),(5,6)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0001100 => [4,1,3] => [[6,4,4],[3,3]]
=> ([(0,6),(1,4),(1,5),(3,7),(4,7),(5,2),(6,3)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0001101 => [4,1,2,1] => [[5,5,4,4],[4,3,3]]
=> ([(0,6),(1,4),(2,3),(2,6),(3,7),(4,5),(5,7)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0001110 => [4,1,1,2] => [[5,4,4,4],[3,3,3]]
=> ([(0,6),(1,2),(1,5),(3,7),(4,7),(5,4),(6,3)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0001111 => [4,1,1,1,1] => [[4,4,4,4,4],[3,3,3,3]]
=> ([(0,5),(1,6),(2,7),(3,7),(4,3),(5,4),(6,2)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0010000 => [3,5] => [[7,3],[2]]
=> ?
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0010001 => [3,4,1] => [[6,6,3],[5,2]]
=> ([(0,6),(1,3),(2,4),(2,7),(3,7),(4,5),(5,6)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0010010 => [3,3,2] => [[6,5,3],[4,2]]
=> ([(0,5),(1,4),(1,7),(2,3),(2,6),(4,6),(5,7)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0010011 => [3,3,1,1] => [[5,5,5,3],[4,4,2]]
=> ([(0,3),(1,5),(2,4),(2,6),(3,7),(4,7),(5,6)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0010100 => [3,2,3] => [[6,4,3],[3,2]]
=> ([(0,6),(0,7),(1,3),(2,4),(2,6),(3,7),(4,5)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0010101 => [3,2,2,1] => [[5,5,4,3],[4,3,2]]
=> ([(0,5),(1,6),(1,7),(2,5),(2,6),(3,4),(4,7)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0010110 => [3,2,1,2] => [[5,4,4,3],[3,3,2]]
=> ([(0,6),(0,7),(1,5),(2,3),(2,4),(4,6),(5,7)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0010111 => [3,2,1,1,1] => [[4,4,4,4,3],[3,3,3,2]]
=> ([(0,6),(0,7),(1,3),(2,4),(3,7),(4,5),(5,6)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0011000 => [3,1,4] => [[6,3,3],[2,2]]
=> ?
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0011001 => [3,1,3,1] => [[5,5,3,3],[4,2,2]]
=> ([(0,6),(1,4),(2,3),(2,5),(3,7),(4,7),(5,6)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0011010 => [3,1,2,2] => [[5,4,3,3],[3,2,2]]
=> ([(0,5),(1,4),(1,6),(2,3),(2,6),(4,7),(5,7)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0011011 => [3,1,2,1,1] => [[4,4,4,3,3],[3,3,2,2]]
=> ([(0,3),(1,5),(2,4),(2,6),(3,7),(4,7),(5,6)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0011100 => [3,1,1,3] => [[5,3,3,3],[2,2,2]]
=> ([(0,4),(1,5),(1,6),(3,7),(4,7),(5,2),(6,3)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0011101 => [3,1,1,2,1] => [[4,4,3,3,3],[3,2,2,2]]
=> ([(0,6),(1,3),(2,4),(2,6),(3,7),(4,5),(5,7)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0011110 => [3,1,1,1,2] => [[4,3,3,3,3],[2,2,2,2]]
=> ?
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0011111 => [3,1,1,1,1,1] => [[3,3,3,3,3,3],[2,2,2,2,2]]
=> ([(0,6),(1,3),(2,7),(3,7),(4,5),(5,2),(6,4)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0100000 => [2,6] => [[7,2],[1]]
=> ?
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0100001 => [2,5,1] => [[6,6,2],[5,1]]
=> ?
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0100010 => [2,4,2] => [[6,5,2],[4,1]]
=> ([(0,6),(1,4),(1,6),(2,3),(2,7),(4,5),(5,7)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0100011 => [2,4,1,1] => [[5,5,5,2],[4,4,1]]
=> ([(0,6),(1,3),(2,4),(2,6),(3,7),(4,5),(5,7)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0100100 => [2,3,3] => [[6,4,2],[3,1]]
=> ([(0,6),(1,4),(1,7),(2,3),(2,6),(3,7),(4,5)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0100101 => [2,3,2,1] => [[5,5,4,2],[4,3,1]]
=> ([(0,5),(1,6),(2,5),(2,7),(3,4),(3,6),(4,7)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0100110 => [2,3,1,2] => [[5,4,4,2],[3,3,1]]
=> ([(0,6),(1,5),(1,6),(2,3),(2,4),(4,7),(5,7)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0100111 => [2,3,1,1,1] => [[4,4,4,4,2],[3,3,3,1]]
=> ([(0,6),(1,4),(2,3),(2,6),(3,7),(4,5),(5,7)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0101000 => [2,2,4] => [[6,3,2],[2,1]]
=> ?
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0101001 => [2,2,3,1] => [[5,5,3,2],[4,2,1]]
=> ([(0,7),(1,5),(2,5),(2,6),(3,4),(3,6),(4,7)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0101010 => [2,2,2,2] => [[5,4,3,2],[3,2,1]]
=> ([(0,6),(1,5),(1,6),(2,5),(2,7),(3,4),(3,7)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0101011 => [2,2,2,1,1] => [[4,4,4,3,2],[3,3,2,1]]
=> ([(0,5),(1,6),(1,7),(2,5),(2,6),(3,4),(4,7)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0101100 => [2,2,1,3] => [[5,3,3,2],[2,2,1]]
=> ([(0,6),(1,6),(1,7),(2,3),(2,4),(3,7),(4,5)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0101101 => [2,2,1,2,1] => [[4,4,3,3,2],[3,2,2,1]]
=> ([(0,5),(1,6),(2,5),(2,7),(3,4),(3,6),(4,7)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0101110 => [2,2,1,1,2] => [[4,3,3,3,2],[2,2,2,1]]
=> ([(0,6),(1,6),(1,7),(2,3),(2,4),(4,5),(5,7)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0101111 => [2,2,1,1,1,1] => [[3,3,3,3,3,2],[2,2,2,2,1]]
=> ([(0,3),(1,6),(2,6),(2,7),(3,5),(4,7),(5,4)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0110000 => [2,1,5] => [[6,2,2],[1,1]]
=> ?
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0110001 => [2,1,4,1] => [[5,5,2,2],[4,1,1]]
=> ?
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0110010 => [2,1,3,2] => [[5,4,2,2],[3,1,1]]
=> ([(0,6),(1,3),(1,7),(2,4),(2,5),(4,6),(5,7)],8)
=> ? ∊ {7,7,21,21,27,27,27,27,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
Description
The number of linear extensions of a poset.
Matching statistic: St001595
Mp00178: Binary words —to composition⟶ Integer compositions
Mp00180: Integer compositions —to ribbon⟶ Skew partitions
St001595: Skew partitions ⟶ ℤResult quality: 50% ●values known / values provided: 50%●distinct values known / distinct values provided: 53%
Mp00180: Integer compositions —to ribbon⟶ Skew partitions
St001595: Skew partitions ⟶ ℤResult quality: 50% ●values known / values provided: 50%●distinct values known / distinct values provided: 53%
Values
0 => [2] => [[2],[]]
=> 1
1 => [1,1] => [[1,1],[]]
=> 1
00 => [3] => [[3],[]]
=> 1
01 => [2,1] => [[2,2],[1]]
=> 2
10 => [1,2] => [[2,1],[]]
=> 2
11 => [1,1,1] => [[1,1,1],[]]
=> 1
000 => [4] => [[4],[]]
=> 1
001 => [3,1] => [[3,3],[2]]
=> 3
010 => [2,2] => [[3,2],[1]]
=> 5
011 => [2,1,1] => [[2,2,2],[1,1]]
=> 3
100 => [1,3] => [[3,1],[]]
=> 3
101 => [1,2,1] => [[2,2,1],[1]]
=> 5
110 => [1,1,2] => [[2,1,1],[]]
=> 3
111 => [1,1,1,1] => [[1,1,1,1],[]]
=> 1
0000 => [5] => [[5],[]]
=> 1
0001 => [4,1] => [[4,4],[3]]
=> 4
0010 => [3,2] => [[4,3],[2]]
=> 9
0011 => [3,1,1] => [[3,3,3],[2,2]]
=> 6
0100 => [2,3] => [[4,2],[1]]
=> 9
0101 => [2,2,1] => [[3,3,2],[2,1]]
=> 16
0110 => [2,1,2] => [[3,2,2],[1,1]]
=> 11
0111 => [2,1,1,1] => [[2,2,2,2],[1,1,1]]
=> 4
1000 => [1,4] => [[4,1],[]]
=> 4
1001 => [1,3,1] => [[3,3,1],[2]]
=> 11
1010 => [1,2,2] => [[3,2,1],[1]]
=> 16
1011 => [1,2,1,1] => [[2,2,2,1],[1,1]]
=> 9
1100 => [1,1,3] => [[3,1,1],[]]
=> 6
1101 => [1,1,2,1] => [[2,2,1,1],[1]]
=> 9
1110 => [1,1,1,2] => [[2,1,1,1],[]]
=> 4
1111 => [1,1,1,1,1] => [[1,1,1,1,1],[]]
=> 1
00000 => [6] => [[6],[]]
=> 1
00001 => [5,1] => [[5,5],[4]]
=> 5
00010 => [4,2] => [[5,4],[3]]
=> 14
00011 => [4,1,1] => [[4,4,4],[3,3]]
=> 10
00100 => [3,3] => [[5,3],[2]]
=> 19
00101 => [3,2,1] => [[4,4,3],[3,2]]
=> 35
00110 => [3,1,2] => [[4,3,3],[2,2]]
=> 26
00111 => [3,1,1,1] => [[3,3,3,3],[2,2,2]]
=> 10
01000 => [2,4] => [[5,2],[1]]
=> 14
01001 => [2,3,1] => [[4,4,2],[3,1]]
=> 40
01010 => [2,2,2] => [[4,3,2],[2,1]]
=> 61
01011 => [2,2,1,1] => [[3,3,3,2],[2,2,1]]
=> 35
01100 => [2,1,3] => [[4,2,2],[1,1]]
=> 26
01101 => [2,1,2,1] => [[3,3,2,2],[2,1,1]]
=> 40
01110 => [2,1,1,2] => [[3,2,2,2],[1,1,1]]
=> 19
01111 => [2,1,1,1,1] => [[2,2,2,2,2],[1,1,1,1]]
=> 5
10000 => [1,5] => [[5,1],[]]
=> 5
10001 => [1,4,1] => [[4,4,1],[3]]
=> 19
10010 => [1,3,2] => [[4,3,1],[2]]
=> 40
10011 => [1,3,1,1] => [[3,3,3,1],[2,2]]
=> 26
0000000 => [8] => [[8],[]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0000001 => [7,1] => [[7,7],[6]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0000010 => [6,2] => [[7,6],[5]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0000011 => [6,1,1] => [[6,6,6],[5,5]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0000100 => [5,3] => [[7,5],[4]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0000101 => [5,2,1] => [[6,6,5],[5,4]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0000110 => [5,1,2] => [[6,5,5],[4,4]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0000111 => [5,1,1,1] => [[5,5,5,5],[4,4,4]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0001000 => [4,4] => [[7,4],[3]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0001001 => [4,3,1] => [[6,6,4],[5,3]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0001010 => [4,2,2] => [[6,5,4],[4,3]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0001011 => [4,2,1,1] => [[5,5,5,4],[4,4,3]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0001100 => [4,1,3] => [[6,4,4],[3,3]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0001101 => [4,1,2,1] => [[5,5,4,4],[4,3,3]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0001110 => [4,1,1,2] => [[5,4,4,4],[3,3,3]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0001111 => [4,1,1,1,1] => [[4,4,4,4,4],[3,3,3,3]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0010000 => [3,5] => [[7,3],[2]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0010001 => [3,4,1] => [[6,6,3],[5,2]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0010010 => [3,3,2] => [[6,5,3],[4,2]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0010011 => [3,3,1,1] => [[5,5,5,3],[4,4,2]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0010100 => [3,2,3] => [[6,4,3],[3,2]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0010101 => [3,2,2,1] => [[5,5,4,3],[4,3,2]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0010110 => [3,2,1,2] => [[5,4,4,3],[3,3,2]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0010111 => [3,2,1,1,1] => [[4,4,4,4,3],[3,3,3,2]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0011000 => [3,1,4] => [[6,3,3],[2,2]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0011001 => [3,1,3,1] => [[5,5,3,3],[4,2,2]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0011010 => [3,1,2,2] => [[5,4,3,3],[3,2,2]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0011011 => [3,1,2,1,1] => [[4,4,4,3,3],[3,3,2,2]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0011100 => [3,1,1,3] => [[5,3,3,3],[2,2,2]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0011101 => [3,1,1,2,1] => [[4,4,3,3,3],[3,2,2,2]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0011110 => [3,1,1,1,2] => [[4,3,3,3,3],[2,2,2,2]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0011111 => [3,1,1,1,1,1] => [[3,3,3,3,3,3],[2,2,2,2,2]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0100000 => [2,6] => [[7,2],[1]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0100001 => [2,5,1] => [[6,6,2],[5,1]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0100010 => [2,4,2] => [[6,5,2],[4,1]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0100011 => [2,4,1,1] => [[5,5,5,2],[4,4,1]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0100100 => [2,3,3] => [[6,4,2],[3,1]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0100101 => [2,3,2,1] => [[5,5,4,2],[4,3,1]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0100110 => [2,3,1,2] => [[5,4,4,2],[3,3,1]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0100111 => [2,3,1,1,1] => [[4,4,4,4,2],[3,3,3,1]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0101000 => [2,2,4] => [[6,3,2],[2,1]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0101001 => [2,2,3,1] => [[5,5,3,2],[4,2,1]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0101010 => [2,2,2,2] => [[5,4,3,2],[3,2,1]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0101011 => [2,2,2,1,1] => [[4,4,4,3,2],[3,3,2,1]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0101100 => [2,2,1,3] => [[5,3,3,2],[2,2,1]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0101101 => [2,2,1,2,1] => [[4,4,3,3,2],[3,2,2,1]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0101110 => [2,2,1,1,2] => [[4,3,3,3,2],[2,2,2,1]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0101111 => [2,2,1,1,1,1] => [[3,3,3,3,3,2],[2,2,2,2,1]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0110000 => [2,1,5] => [[6,2,2],[1,1]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0110001 => [2,1,4,1] => [[5,5,2,2],[4,1,1]]
=> ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
Description
The number of standard Young tableaux of the skew partition.
Matching statistic: St000530
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Mp00178: Binary words —to composition⟶ Integer compositions
Mp00231: Integer compositions —bounce path⟶ Dyck paths
Mp00023: Dyck paths —to non-crossing permutation⟶ Permutations
St000530: Permutations ⟶ ℤResult quality: 35% ●values known / values provided: 35%●distinct values known / distinct values provided: 52%
Mp00231: Integer compositions —bounce path⟶ Dyck paths
Mp00023: Dyck paths —to non-crossing permutation⟶ Permutations
St000530: Permutations ⟶ ℤResult quality: 35% ●values known / values provided: 35%●distinct values known / distinct values provided: 52%
Values
0 => [2] => [1,1,0,0]
=> [2,1] => 1
1 => [1,1] => [1,0,1,0]
=> [1,2] => 1
00 => [3] => [1,1,1,0,0,0]
=> [3,2,1] => 1
01 => [2,1] => [1,1,0,0,1,0]
=> [2,1,3] => 2
10 => [1,2] => [1,0,1,1,0,0]
=> [1,3,2] => 2
11 => [1,1,1] => [1,0,1,0,1,0]
=> [1,2,3] => 1
000 => [4] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => 1
001 => [3,1] => [1,1,1,0,0,0,1,0]
=> [3,2,1,4] => 3
010 => [2,2] => [1,1,0,0,1,1,0,0]
=> [2,1,4,3] => 5
011 => [2,1,1] => [1,1,0,0,1,0,1,0]
=> [2,1,3,4] => 3
100 => [1,3] => [1,0,1,1,1,0,0,0]
=> [1,4,3,2] => 3
101 => [1,2,1] => [1,0,1,1,0,0,1,0]
=> [1,3,2,4] => 5
110 => [1,1,2] => [1,0,1,0,1,1,0,0]
=> [1,2,4,3] => 3
111 => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> [1,2,3,4] => 1
0000 => [5] => [1,1,1,1,1,0,0,0,0,0]
=> [5,4,3,2,1] => 1
0001 => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> [4,3,2,1,5] => 4
0010 => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [3,2,1,5,4] => 9
0011 => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> [3,2,1,4,5] => 6
0100 => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> [2,1,5,4,3] => 9
0101 => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> [2,1,4,3,5] => 16
0110 => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> [2,1,3,5,4] => 11
0111 => [2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> [2,1,3,4,5] => 4
1000 => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,5,4,3,2] => 4
1001 => [1,3,1] => [1,0,1,1,1,0,0,0,1,0]
=> [1,4,3,2,5] => 11
1010 => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> [1,3,2,5,4] => 16
1011 => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> [1,3,2,4,5] => 9
1100 => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> [1,2,5,4,3] => 6
1101 => [1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> [1,2,4,3,5] => 9
1110 => [1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> [1,2,3,5,4] => 4
1111 => [1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> [1,2,3,4,5] => 1
00000 => [6] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> [6,5,4,3,2,1] => 1
00001 => [5,1] => [1,1,1,1,1,0,0,0,0,0,1,0]
=> [5,4,3,2,1,6] => 5
00010 => [4,2] => [1,1,1,1,0,0,0,0,1,1,0,0]
=> [4,3,2,1,6,5] => 14
00011 => [4,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0]
=> [4,3,2,1,5,6] => 10
00100 => [3,3] => [1,1,1,0,0,0,1,1,1,0,0,0]
=> [3,2,1,6,5,4] => 19
00101 => [3,2,1] => [1,1,1,0,0,0,1,1,0,0,1,0]
=> [3,2,1,5,4,6] => 35
00110 => [3,1,2] => [1,1,1,0,0,0,1,0,1,1,0,0]
=> [3,2,1,4,6,5] => 26
00111 => [3,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0]
=> [3,2,1,4,5,6] => 10
01000 => [2,4] => [1,1,0,0,1,1,1,1,0,0,0,0]
=> [2,1,6,5,4,3] => 14
01001 => [2,3,1] => [1,1,0,0,1,1,1,0,0,0,1,0]
=> [2,1,5,4,3,6] => 40
01010 => [2,2,2] => [1,1,0,0,1,1,0,0,1,1,0,0]
=> [2,1,4,3,6,5] => 61
01011 => [2,2,1,1] => [1,1,0,0,1,1,0,0,1,0,1,0]
=> [2,1,4,3,5,6] => 35
01100 => [2,1,3] => [1,1,0,0,1,0,1,1,1,0,0,0]
=> [2,1,3,6,5,4] => 26
01101 => [2,1,2,1] => [1,1,0,0,1,0,1,1,0,0,1,0]
=> [2,1,3,5,4,6] => 40
01110 => [2,1,1,2] => [1,1,0,0,1,0,1,0,1,1,0,0]
=> [2,1,3,4,6,5] => 19
01111 => [2,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0]
=> [2,1,3,4,5,6] => 5
10000 => [1,5] => [1,0,1,1,1,1,1,0,0,0,0,0]
=> [1,6,5,4,3,2] => 5
10001 => [1,4,1] => [1,0,1,1,1,1,0,0,0,0,1,0]
=> [1,5,4,3,2,6] => 19
10010 => [1,3,2] => [1,0,1,1,1,0,0,0,1,1,0,0]
=> [1,4,3,2,6,5] => 40
10011 => [1,3,1,1] => [1,0,1,1,1,0,0,0,1,0,1,0]
=> [1,4,3,2,5,6] => 26
000000 => [7] => [1,1,1,1,1,1,1,0,0,0,0,0,0,0]
=> [7,6,5,4,3,2,1] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
000001 => [6,1] => [1,1,1,1,1,1,0,0,0,0,0,0,1,0]
=> [6,5,4,3,2,1,7] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
000010 => [5,2] => [1,1,1,1,1,0,0,0,0,0,1,1,0,0]
=> [5,4,3,2,1,7,6] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
000011 => [5,1,1] => [1,1,1,1,1,0,0,0,0,0,1,0,1,0]
=> [5,4,3,2,1,6,7] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
000100 => [4,3] => [1,1,1,1,0,0,0,0,1,1,1,0,0,0]
=> [4,3,2,1,7,6,5] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
000101 => [4,2,1] => [1,1,1,1,0,0,0,0,1,1,0,0,1,0]
=> [4,3,2,1,6,5,7] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
000110 => [4,1,2] => [1,1,1,1,0,0,0,0,1,0,1,1,0,0]
=> [4,3,2,1,5,7,6] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
000111 => [4,1,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0,1,0]
=> [4,3,2,1,5,6,7] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
001000 => [3,4] => [1,1,1,0,0,0,1,1,1,1,0,0,0,0]
=> [3,2,1,7,6,5,4] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
001001 => [3,3,1] => [1,1,1,0,0,0,1,1,1,0,0,0,1,0]
=> [3,2,1,6,5,4,7] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
001010 => [3,2,2] => [1,1,1,0,0,0,1,1,0,0,1,1,0,0]
=> [3,2,1,5,4,7,6] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
001011 => [3,2,1,1] => [1,1,1,0,0,0,1,1,0,0,1,0,1,0]
=> [3,2,1,5,4,6,7] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
001100 => [3,1,3] => [1,1,1,0,0,0,1,0,1,1,1,0,0,0]
=> [3,2,1,4,7,6,5] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
001101 => [3,1,2,1] => [1,1,1,0,0,0,1,0,1,1,0,0,1,0]
=> [3,2,1,4,6,5,7] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
001110 => [3,1,1,2] => [1,1,1,0,0,0,1,0,1,0,1,1,0,0]
=> [3,2,1,4,5,7,6] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
001111 => [3,1,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0,1,0]
=> [3,2,1,4,5,6,7] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
010000 => [2,5] => [1,1,0,0,1,1,1,1,1,0,0,0,0,0]
=> [2,1,7,6,5,4,3] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
010001 => [2,4,1] => [1,1,0,0,1,1,1,1,0,0,0,0,1,0]
=> [2,1,6,5,4,3,7] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
010010 => [2,3,2] => [1,1,0,0,1,1,1,0,0,0,1,1,0,0]
=> [2,1,5,4,3,7,6] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
010011 => [2,3,1,1] => [1,1,0,0,1,1,1,0,0,0,1,0,1,0]
=> [2,1,5,4,3,6,7] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
010100 => [2,2,3] => [1,1,0,0,1,1,0,0,1,1,1,0,0,0]
=> [2,1,4,3,7,6,5] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
010101 => [2,2,2,1] => [1,1,0,0,1,1,0,0,1,1,0,0,1,0]
=> [2,1,4,3,6,5,7] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
010110 => [2,2,1,2] => [1,1,0,0,1,1,0,0,1,0,1,1,0,0]
=> [2,1,4,3,5,7,6] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
010111 => [2,2,1,1,1] => [1,1,0,0,1,1,0,0,1,0,1,0,1,0]
=> [2,1,4,3,5,6,7] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
011000 => [2,1,4] => [1,1,0,0,1,0,1,1,1,1,0,0,0,0]
=> [2,1,3,7,6,5,4] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
011001 => [2,1,3,1] => [1,1,0,0,1,0,1,1,1,0,0,0,1,0]
=> [2,1,3,6,5,4,7] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
011010 => [2,1,2,2] => [1,1,0,0,1,0,1,1,0,0,1,1,0,0]
=> [2,1,3,5,4,7,6] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
011011 => [2,1,2,1,1] => [1,1,0,0,1,0,1,1,0,0,1,0,1,0]
=> [2,1,3,5,4,6,7] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
011100 => [2,1,1,3] => [1,1,0,0,1,0,1,0,1,1,1,0,0,0]
=> [2,1,3,4,7,6,5] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
011101 => [2,1,1,2,1] => [1,1,0,0,1,0,1,0,1,1,0,0,1,0]
=> [2,1,3,4,6,5,7] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
011110 => [2,1,1,1,2] => [1,1,0,0,1,0,1,0,1,0,1,1,0,0]
=> [2,1,3,4,5,7,6] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
011111 => [2,1,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0,1,0]
=> [2,1,3,4,5,6,7] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
100000 => [1,6] => [1,0,1,1,1,1,1,1,0,0,0,0,0,0]
=> [1,7,6,5,4,3,2] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
100001 => [1,5,1] => [1,0,1,1,1,1,1,0,0,0,0,0,1,0]
=> [1,6,5,4,3,2,7] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
100010 => [1,4,2] => [1,0,1,1,1,1,0,0,0,0,1,1,0,0]
=> [1,5,4,3,2,7,6] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
100011 => [1,4,1,1] => [1,0,1,1,1,1,0,0,0,0,1,0,1,0]
=> [1,5,4,3,2,6,7] => ? ∊ {1,6,6,6,15,15,20,20,20,29,29,34,34,50,50,55,55,55,64,64,71,78,78,78,90,99,99,111,111,132,155,155,169,181,181,272}
0000000 => [8] => [1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0]
=> [8,7,6,5,4,3,2,1] => ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0000001 => [7,1] => [1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0]
=> [7,6,5,4,3,2,1,8] => ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0000010 => [6,2] => [1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0]
=> [6,5,4,3,2,1,8,7] => ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0000011 => [6,1,1] => [1,1,1,1,1,1,0,0,0,0,0,0,1,0,1,0]
=> [6,5,4,3,2,1,7,8] => ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0000100 => [5,3] => [1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,0]
=> [5,4,3,2,1,8,7,6] => ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0000101 => [5,2,1] => [1,1,1,1,1,0,0,0,0,0,1,1,0,0,1,0]
=> [5,4,3,2,1,7,6,8] => ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0000110 => [5,1,2] => [1,1,1,1,1,0,0,0,0,0,1,0,1,1,0,0]
=> [5,4,3,2,1,6,8,7] => ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0000111 => [5,1,1,1] => [1,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0]
=> [5,4,3,2,1,6,7,8] => ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0001000 => [4,4] => [1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0]
=> [4,3,2,1,8,7,6,5] => ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0001001 => [4,3,1] => [1,1,1,1,0,0,0,0,1,1,1,0,0,0,1,0]
=> [4,3,2,1,7,6,5,8] => ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0001010 => [4,2,2] => [1,1,1,1,0,0,0,0,1,1,0,0,1,1,0,0]
=> [4,3,2,1,6,5,8,7] => ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0001011 => [4,2,1,1] => [1,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0]
=> [4,3,2,1,6,5,7,8] => ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0001100 => [4,1,3] => [1,1,1,1,0,0,0,0,1,0,1,1,1,0,0,0]
=> [4,3,2,1,5,8,7,6] => ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
0001101 => [4,1,2,1] => [1,1,1,1,0,0,0,0,1,0,1,1,0,0,1,0]
=> [4,3,2,1,5,7,6,8] => ? ∊ {1,1,7,7,7,7,21,21,21,21,27,27,27,27,35,35,35,35,41,41,55,55,55,55,69,69,85,85,85,85,99,99,99,99,105,105,105,105,125,125,125,125,133,133,133,133,155,155,155,155,181,181,189,189,189,189,203,203,203,203,217,217,217,217,245,245,245,245,259,259,259,259,315,315,315,315,315,315,315,315,323,323,323,323,365,365,407,407,407,407,413,413,413,413,449,449,477,477,477,477,531,531,531,531,573,573,573,573,589,589,643,643,643,643,791,791,791,791,875,875,875,875,917,917,917,917,1385,1385}
Description
The number of permutations with the same descent word as the given permutation.
The descent word of a permutation is the binary word given by [[Mp00109]]. For a given permutation, this statistic is the number of permutations with the same descent word, so the number of elements in the fiber of the map [[Mp00109]] containing a given permutation.
This statistic appears as ''up-down analysis'' in statistical applications in genetics, see [1] and the references therein.
Matching statistic: St000001
Mp00178: Binary words —to composition⟶ Integer compositions
Mp00231: Integer compositions —bounce path⟶ Dyck paths
Mp00201: Dyck paths —Ringel⟶ Permutations
St000001: Permutations ⟶ ℤResult quality: 15% ●values known / values provided: 15%●distinct values known / distinct values provided: 18%
Mp00231: Integer compositions —bounce path⟶ Dyck paths
Mp00201: Dyck paths —Ringel⟶ Permutations
St000001: Permutations ⟶ ℤResult quality: 15% ●values known / values provided: 15%●distinct values known / distinct values provided: 18%
Values
0 => [2] => [1,1,0,0]
=> [2,3,1] => 1
1 => [1,1] => [1,0,1,0]
=> [3,1,2] => 1
00 => [3] => [1,1,1,0,0,0]
=> [2,3,4,1] => 1
01 => [2,1] => [1,1,0,0,1,0]
=> [2,4,1,3] => 2
10 => [1,2] => [1,0,1,1,0,0]
=> [3,1,4,2] => 2
11 => [1,1,1] => [1,0,1,0,1,0]
=> [4,1,2,3] => 1
000 => [4] => [1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => 1
001 => [3,1] => [1,1,1,0,0,0,1,0]
=> [2,3,5,1,4] => 3
010 => [2,2] => [1,1,0,0,1,1,0,0]
=> [2,4,1,5,3] => 5
011 => [2,1,1] => [1,1,0,0,1,0,1,0]
=> [2,5,1,3,4] => 3
100 => [1,3] => [1,0,1,1,1,0,0,0]
=> [3,1,4,5,2] => 3
101 => [1,2,1] => [1,0,1,1,0,0,1,0]
=> [3,1,5,2,4] => 5
110 => [1,1,2] => [1,0,1,0,1,1,0,0]
=> [4,1,2,5,3] => 3
111 => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> [5,1,2,3,4] => 1
0000 => [5] => [1,1,1,1,1,0,0,0,0,0]
=> [2,3,4,5,6,1] => 1
0001 => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> [2,3,4,6,1,5] => 4
0010 => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [2,3,5,1,6,4] => 9
0011 => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> [2,3,6,1,4,5] => 6
0100 => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> [2,4,1,5,6,3] => 9
0101 => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> [2,4,1,6,3,5] => 16
0110 => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> [2,5,1,3,6,4] => 11
0111 => [2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> [2,6,1,3,4,5] => 4
1000 => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> [3,1,4,5,6,2] => 4
1001 => [1,3,1] => [1,0,1,1,1,0,0,0,1,0]
=> [3,1,4,6,2,5] => 11
1010 => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> [3,1,5,2,6,4] => 16
1011 => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> [3,1,6,2,4,5] => 9
1100 => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> [4,1,2,5,6,3] => 6
1101 => [1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> [4,1,2,6,3,5] => 9
1110 => [1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> [5,1,2,3,6,4] => 4
1111 => [1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> [6,1,2,3,4,5] => 1
00000 => [6] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> [2,3,4,5,6,7,1] => 1
00001 => [5,1] => [1,1,1,1,1,0,0,0,0,0,1,0]
=> [2,3,4,5,7,1,6] => 5
00010 => [4,2] => [1,1,1,1,0,0,0,0,1,1,0,0]
=> [2,3,4,6,1,7,5] => 14
00011 => [4,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0]
=> [2,3,4,7,1,5,6] => 10
00100 => [3,3] => [1,1,1,0,0,0,1,1,1,0,0,0]
=> [2,3,5,1,6,7,4] => ? ∊ {5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
00101 => [3,2,1] => [1,1,1,0,0,0,1,1,0,0,1,0]
=> [2,3,5,1,7,4,6] => ? ∊ {5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
00110 => [3,1,2] => [1,1,1,0,0,0,1,0,1,1,0,0]
=> [2,3,6,1,4,7,5] => ? ∊ {5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
00111 => [3,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0]
=> [2,3,7,1,4,5,6] => ? ∊ {5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01000 => [2,4] => [1,1,0,0,1,1,1,1,0,0,0,0]
=> [2,4,1,5,6,7,3] => ? ∊ {5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01001 => [2,3,1] => [1,1,0,0,1,1,1,0,0,0,1,0]
=> [2,4,1,5,7,3,6] => ? ∊ {5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01010 => [2,2,2] => [1,1,0,0,1,1,0,0,1,1,0,0]
=> [2,4,1,6,3,7,5] => ? ∊ {5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01011 => [2,2,1,1] => [1,1,0,0,1,1,0,0,1,0,1,0]
=> [2,4,1,7,3,5,6] => ? ∊ {5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01100 => [2,1,3] => [1,1,0,0,1,0,1,1,1,0,0,0]
=> [2,5,1,3,6,7,4] => ? ∊ {5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01101 => [2,1,2,1] => [1,1,0,0,1,0,1,1,0,0,1,0]
=> [2,5,1,3,7,4,6] => ? ∊ {5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01110 => [2,1,1,2] => [1,1,0,0,1,0,1,0,1,1,0,0]
=> [2,6,1,3,4,7,5] => ? ∊ {5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01111 => [2,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0]
=> [2,7,1,3,4,5,6] => 5
10000 => [1,5] => [1,0,1,1,1,1,1,0,0,0,0,0]
=> [3,1,4,5,6,7,2] => ? ∊ {5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10001 => [1,4,1] => [1,0,1,1,1,1,0,0,0,0,1,0]
=> [3,1,4,5,7,2,6] => ? ∊ {5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10010 => [1,3,2] => [1,0,1,1,1,0,0,0,1,1,0,0]
=> [3,1,4,6,2,7,5] => ? ∊ {5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10011 => [1,3,1,1] => [1,0,1,1,1,0,0,0,1,0,1,0]
=> [3,1,4,7,2,5,6] => ? ∊ {5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10100 => [1,2,3] => [1,0,1,1,0,0,1,1,1,0,0,0]
=> [3,1,5,2,6,7,4] => ? ∊ {5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10101 => [1,2,2,1] => [1,0,1,1,0,0,1,1,0,0,1,0]
=> [3,1,5,2,7,4,6] => ? ∊ {5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10110 => [1,2,1,2] => [1,0,1,1,0,0,1,0,1,1,0,0]
=> [3,1,6,2,4,7,5] => ? ∊ {5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10111 => [1,2,1,1,1] => [1,0,1,1,0,0,1,0,1,0,1,0]
=> [3,1,7,2,4,5,6] => ? ∊ {5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
11000 => [1,1,4] => [1,0,1,0,1,1,1,1,0,0,0,0]
=> [4,1,2,5,6,7,3] => ? ∊ {5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
11001 => [1,1,3,1] => [1,0,1,0,1,1,1,0,0,0,1,0]
=> [4,1,2,5,7,3,6] => ? ∊ {5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
11010 => [1,1,2,2] => [1,0,1,0,1,1,0,0,1,1,0,0]
=> [4,1,2,6,3,7,5] => ? ∊ {5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
11011 => [1,1,2,1,1] => [1,0,1,0,1,1,0,0,1,0,1,0]
=> [4,1,2,7,3,5,6] => ? ∊ {5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
11100 => [1,1,1,3] => [1,0,1,0,1,0,1,1,1,0,0,0]
=> [5,1,2,3,6,7,4] => 10
11101 => [1,1,1,2,1] => [1,0,1,0,1,0,1,1,0,0,1,0]
=> [5,1,2,3,7,4,6] => 14
11110 => [1,1,1,1,2] => [1,0,1,0,1,0,1,0,1,1,0,0]
=> [6,1,2,3,4,7,5] => 5
11111 => [1,1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0,1,0]
=> [7,1,2,3,4,5,6] => 1
000000 => [7] => [1,1,1,1,1,1,1,0,0,0,0,0,0,0]
=> [2,3,4,5,6,7,8,1] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
000001 => [6,1] => [1,1,1,1,1,1,0,0,0,0,0,0,1,0]
=> [2,3,4,5,6,8,1,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
000010 => [5,2] => [1,1,1,1,1,0,0,0,0,0,1,1,0,0]
=> [2,3,4,5,7,1,8,6] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
000011 => [5,1,1] => [1,1,1,1,1,0,0,0,0,0,1,0,1,0]
=> [2,3,4,5,8,1,6,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
000100 => [4,3] => [1,1,1,1,0,0,0,0,1,1,1,0,0,0]
=> [2,3,4,6,1,7,8,5] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
000101 => [4,2,1] => [1,1,1,1,0,0,0,0,1,1,0,0,1,0]
=> [2,3,4,6,1,8,5,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
000110 => [4,1,2] => [1,1,1,1,0,0,0,0,1,0,1,1,0,0]
=> [2,3,4,7,1,5,8,6] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
000111 => [4,1,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0,1,0]
=> [2,3,4,8,1,5,6,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
001000 => [3,4] => [1,1,1,0,0,0,1,1,1,1,0,0,0,0]
=> [2,3,5,1,6,7,8,4] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
001001 => [3,3,1] => [1,1,1,0,0,0,1,1,1,0,0,0,1,0]
=> [2,3,5,1,6,8,4,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
001010 => [3,2,2] => [1,1,1,0,0,0,1,1,0,0,1,1,0,0]
=> [2,3,5,1,7,4,8,6] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
001011 => [3,2,1,1] => [1,1,1,0,0,0,1,1,0,0,1,0,1,0]
=> [2,3,5,1,8,4,6,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
001100 => [3,1,3] => [1,1,1,0,0,0,1,0,1,1,1,0,0,0]
=> [2,3,6,1,4,7,8,5] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
001101 => [3,1,2,1] => [1,1,1,0,0,0,1,0,1,1,0,0,1,0]
=> [2,3,6,1,4,8,5,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
001110 => [3,1,1,2] => [1,1,1,0,0,0,1,0,1,0,1,1,0,0]
=> [2,3,7,1,4,5,8,6] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
001111 => [3,1,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0,1,0]
=> [2,3,8,1,4,5,6,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
010000 => [2,5] => [1,1,0,0,1,1,1,1,1,0,0,0,0,0]
=> [2,4,1,5,6,7,8,3] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
010001 => [2,4,1] => [1,1,0,0,1,1,1,1,0,0,0,0,1,0]
=> [2,4,1,5,6,8,3,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
010010 => [2,3,2] => [1,1,0,0,1,1,1,0,0,0,1,1,0,0]
=> [2,4,1,5,7,3,8,6] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
010011 => [2,3,1,1] => [1,1,0,0,1,1,1,0,0,0,1,0,1,0]
=> [2,4,1,5,8,3,6,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
010100 => [2,2,3] => [1,1,0,0,1,1,0,0,1,1,1,0,0,0]
=> [2,4,1,6,3,7,8,5] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
010101 => [2,2,2,1] => [1,1,0,0,1,1,0,0,1,1,0,0,1,0]
=> [2,4,1,6,3,8,5,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
010110 => [2,2,1,2] => [1,1,0,0,1,1,0,0,1,0,1,1,0,0]
=> [2,4,1,7,3,5,8,6] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
010111 => [2,2,1,1,1] => [1,1,0,0,1,1,0,0,1,0,1,0,1,0]
=> [2,4,1,8,3,5,6,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
011000 => [2,1,4] => [1,1,0,0,1,0,1,1,1,1,0,0,0,0]
=> [2,5,1,3,6,7,8,4] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
011001 => [2,1,3,1] => [1,1,0,0,1,0,1,1,1,0,0,0,1,0]
=> [2,5,1,3,6,8,4,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
011010 => [2,1,2,2] => [1,1,0,0,1,0,1,1,0,0,1,1,0,0]
=> [2,5,1,3,7,4,8,6] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
Description
The number of reduced words for a permutation.
This is the number of ways to write a permutation as a minimal length product of simple transpositions. E.g., there are two reduced words for the permutation $[3,2,1]$, which are $(1,2)(2,3)(1,2) = (2,3)(1,2)(2,3)$.
Matching statistic: St000255
Mp00178: Binary words —to composition⟶ Integer compositions
Mp00231: Integer compositions —bounce path⟶ Dyck paths
Mp00201: Dyck paths —Ringel⟶ Permutations
St000255: Permutations ⟶ ℤResult quality: 15% ●values known / values provided: 15%●distinct values known / distinct values provided: 18%
Mp00231: Integer compositions —bounce path⟶ Dyck paths
Mp00201: Dyck paths —Ringel⟶ Permutations
St000255: Permutations ⟶ ℤResult quality: 15% ●values known / values provided: 15%●distinct values known / distinct values provided: 18%
Values
0 => [2] => [1,1,0,0]
=> [2,3,1] => 1
1 => [1,1] => [1,0,1,0]
=> [3,1,2] => 1
00 => [3] => [1,1,1,0,0,0]
=> [2,3,4,1] => 1
01 => [2,1] => [1,1,0,0,1,0]
=> [2,4,1,3] => 2
10 => [1,2] => [1,0,1,1,0,0]
=> [3,1,4,2] => 2
11 => [1,1,1] => [1,0,1,0,1,0]
=> [4,1,2,3] => 1
000 => [4] => [1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => 1
001 => [3,1] => [1,1,1,0,0,0,1,0]
=> [2,3,5,1,4] => 3
010 => [2,2] => [1,1,0,0,1,1,0,0]
=> [2,4,1,5,3] => 5
011 => [2,1,1] => [1,1,0,0,1,0,1,0]
=> [2,5,1,3,4] => 3
100 => [1,3] => [1,0,1,1,1,0,0,0]
=> [3,1,4,5,2] => 3
101 => [1,2,1] => [1,0,1,1,0,0,1,0]
=> [3,1,5,2,4] => 5
110 => [1,1,2] => [1,0,1,0,1,1,0,0]
=> [4,1,2,5,3] => 3
111 => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> [5,1,2,3,4] => 1
0000 => [5] => [1,1,1,1,1,0,0,0,0,0]
=> [2,3,4,5,6,1] => 1
0001 => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> [2,3,4,6,1,5] => 4
0010 => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [2,3,5,1,6,4] => 9
0011 => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> [2,3,6,1,4,5] => 6
0100 => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> [2,4,1,5,6,3] => 9
0101 => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> [2,4,1,6,3,5] => 16
0110 => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> [2,5,1,3,6,4] => 11
0111 => [2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> [2,6,1,3,4,5] => 4
1000 => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> [3,1,4,5,6,2] => 4
1001 => [1,3,1] => [1,0,1,1,1,0,0,0,1,0]
=> [3,1,4,6,2,5] => 11
1010 => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> [3,1,5,2,6,4] => 16
1011 => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> [3,1,6,2,4,5] => 9
1100 => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> [4,1,2,5,6,3] => 6
1101 => [1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> [4,1,2,6,3,5] => 9
1110 => [1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> [5,1,2,3,6,4] => 4
1111 => [1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> [6,1,2,3,4,5] => 1
00000 => [6] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> [2,3,4,5,6,7,1] => 1
00001 => [5,1] => [1,1,1,1,1,0,0,0,0,0,1,0]
=> [2,3,4,5,7,1,6] => 5
00010 => [4,2] => [1,1,1,1,0,0,0,0,1,1,0,0]
=> [2,3,4,6,1,7,5] => 14
00011 => [4,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0]
=> [2,3,4,7,1,5,6] => 10
00100 => [3,3] => [1,1,1,0,0,0,1,1,1,0,0,0]
=> [2,3,5,1,6,7,4] => ? ∊ {1,5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
00101 => [3,2,1] => [1,1,1,0,0,0,1,1,0,0,1,0]
=> [2,3,5,1,7,4,6] => ? ∊ {1,5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
00110 => [3,1,2] => [1,1,1,0,0,0,1,0,1,1,0,0]
=> [2,3,6,1,4,7,5] => ? ∊ {1,5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
00111 => [3,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0]
=> [2,3,7,1,4,5,6] => ? ∊ {1,5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01000 => [2,4] => [1,1,0,0,1,1,1,1,0,0,0,0]
=> [2,4,1,5,6,7,3] => ? ∊ {1,5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01001 => [2,3,1] => [1,1,0,0,1,1,1,0,0,0,1,0]
=> [2,4,1,5,7,3,6] => ? ∊ {1,5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01010 => [2,2,2] => [1,1,0,0,1,1,0,0,1,1,0,0]
=> [2,4,1,6,3,7,5] => ? ∊ {1,5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01011 => [2,2,1,1] => [1,1,0,0,1,1,0,0,1,0,1,0]
=> [2,4,1,7,3,5,6] => ? ∊ {1,5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01100 => [2,1,3] => [1,1,0,0,1,0,1,1,1,0,0,0]
=> [2,5,1,3,6,7,4] => ? ∊ {1,5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01101 => [2,1,2,1] => [1,1,0,0,1,0,1,1,0,0,1,0]
=> [2,5,1,3,7,4,6] => ? ∊ {1,5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01110 => [2,1,1,2] => [1,1,0,0,1,0,1,0,1,1,0,0]
=> [2,6,1,3,4,7,5] => ? ∊ {1,5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01111 => [2,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0]
=> [2,7,1,3,4,5,6] => 5
10000 => [1,5] => [1,0,1,1,1,1,1,0,0,0,0,0]
=> [3,1,4,5,6,7,2] => ? ∊ {1,5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10001 => [1,4,1] => [1,0,1,1,1,1,0,0,0,0,1,0]
=> [3,1,4,5,7,2,6] => ? ∊ {1,5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10010 => [1,3,2] => [1,0,1,1,1,0,0,0,1,1,0,0]
=> [3,1,4,6,2,7,5] => ? ∊ {1,5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10011 => [1,3,1,1] => [1,0,1,1,1,0,0,0,1,0,1,0]
=> [3,1,4,7,2,5,6] => ? ∊ {1,5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10100 => [1,2,3] => [1,0,1,1,0,0,1,1,1,0,0,0]
=> [3,1,5,2,6,7,4] => ? ∊ {1,5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10101 => [1,2,2,1] => [1,0,1,1,0,0,1,1,0,0,1,0]
=> [3,1,5,2,7,4,6] => ? ∊ {1,5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10110 => [1,2,1,2] => [1,0,1,1,0,0,1,0,1,1,0,0]
=> [3,1,6,2,4,7,5] => ? ∊ {1,5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10111 => [1,2,1,1,1] => [1,0,1,1,0,0,1,0,1,0,1,0]
=> [3,1,7,2,4,5,6] => ? ∊ {1,5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
11000 => [1,1,4] => [1,0,1,0,1,1,1,1,0,0,0,0]
=> [4,1,2,5,6,7,3] => ? ∊ {1,5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
11001 => [1,1,3,1] => [1,0,1,0,1,1,1,0,0,0,1,0]
=> [4,1,2,5,7,3,6] => ? ∊ {1,5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
11010 => [1,1,2,2] => [1,0,1,0,1,1,0,0,1,1,0,0]
=> [4,1,2,6,3,7,5] => ? ∊ {1,5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
11011 => [1,1,2,1,1] => [1,0,1,0,1,1,0,0,1,0,1,0]
=> [4,1,2,7,3,5,6] => ? ∊ {1,5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
11100 => [1,1,1,3] => [1,0,1,0,1,0,1,1,1,0,0,0]
=> [5,1,2,3,6,7,4] => 10
11101 => [1,1,1,2,1] => [1,0,1,0,1,0,1,1,0,0,1,0]
=> [5,1,2,3,7,4,6] => 14
11110 => [1,1,1,1,2] => [1,0,1,0,1,0,1,0,1,1,0,0]
=> [6,1,2,3,4,7,5] => 5
11111 => [1,1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0,1,0]
=> [7,1,2,3,4,5,6] => ? ∊ {1,5,10,10,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
000000 => [7] => [1,1,1,1,1,1,1,0,0,0,0,0,0,0]
=> [2,3,4,5,6,7,8,1] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
000001 => [6,1] => [1,1,1,1,1,1,0,0,0,0,0,0,1,0]
=> [2,3,4,5,6,8,1,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
000010 => [5,2] => [1,1,1,1,1,0,0,0,0,0,1,1,0,0]
=> [2,3,4,5,7,1,8,6] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
000011 => [5,1,1] => [1,1,1,1,1,0,0,0,0,0,1,0,1,0]
=> [2,3,4,5,8,1,6,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
000100 => [4,3] => [1,1,1,1,0,0,0,0,1,1,1,0,0,0]
=> [2,3,4,6,1,7,8,5] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
000101 => [4,2,1] => [1,1,1,1,0,0,0,0,1,1,0,0,1,0]
=> [2,3,4,6,1,8,5,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
000110 => [4,1,2] => [1,1,1,1,0,0,0,0,1,0,1,1,0,0]
=> [2,3,4,7,1,5,8,6] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
000111 => [4,1,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0,1,0]
=> [2,3,4,8,1,5,6,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
001000 => [3,4] => [1,1,1,0,0,0,1,1,1,1,0,0,0,0]
=> [2,3,5,1,6,7,8,4] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
001001 => [3,3,1] => [1,1,1,0,0,0,1,1,1,0,0,0,1,0]
=> [2,3,5,1,6,8,4,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
001010 => [3,2,2] => [1,1,1,0,0,0,1,1,0,0,1,1,0,0]
=> [2,3,5,1,7,4,8,6] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
001011 => [3,2,1,1] => [1,1,1,0,0,0,1,1,0,0,1,0,1,0]
=> [2,3,5,1,8,4,6,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
001100 => [3,1,3] => [1,1,1,0,0,0,1,0,1,1,1,0,0,0]
=> [2,3,6,1,4,7,8,5] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
001101 => [3,1,2,1] => [1,1,1,0,0,0,1,0,1,1,0,0,1,0]
=> [2,3,6,1,4,8,5,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
001110 => [3,1,1,2] => [1,1,1,0,0,0,1,0,1,0,1,1,0,0]
=> [2,3,7,1,4,5,8,6] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
001111 => [3,1,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0,1,0]
=> [2,3,8,1,4,5,6,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
010000 => [2,5] => [1,1,0,0,1,1,1,1,1,0,0,0,0,0]
=> [2,4,1,5,6,7,8,3] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
010001 => [2,4,1] => [1,1,0,0,1,1,1,1,0,0,0,0,1,0]
=> [2,4,1,5,6,8,3,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
010010 => [2,3,2] => [1,1,0,0,1,1,1,0,0,0,1,1,0,0]
=> [2,4,1,5,7,3,8,6] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
010011 => [2,3,1,1] => [1,1,0,0,1,1,1,0,0,0,1,0,1,0]
=> [2,4,1,5,8,3,6,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
010100 => [2,2,3] => [1,1,0,0,1,1,0,0,1,1,1,0,0,0]
=> [2,4,1,6,3,7,8,5] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
010101 => [2,2,2,1] => [1,1,0,0,1,1,0,0,1,1,0,0,1,0]
=> [2,4,1,6,3,8,5,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
010110 => [2,2,1,2] => [1,1,0,0,1,1,0,0,1,0,1,1,0,0]
=> [2,4,1,7,3,5,8,6] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
010111 => [2,2,1,1,1] => [1,1,0,0,1,1,0,0,1,0,1,0,1,0]
=> [2,4,1,8,3,5,6,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
011000 => [2,1,4] => [1,1,0,0,1,0,1,1,1,1,0,0,0,0]
=> [2,5,1,3,6,7,8,4] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
011001 => [2,1,3,1] => [1,1,0,0,1,0,1,1,1,0,0,0,1,0]
=> [2,5,1,3,6,8,4,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
Description
The number of reduced Kogan faces with the permutation as type.
This is equivalent to finding the number of ways to represent the permutation $\pi \in S_{n+1}$ as a reduced subword of $s_n (s_{n-1} s_n) (s_{n-2} s_{n-1} s_n) \dotsm (s_1 \dotsm s_n)$, or the number of reduced pipe dreams for $\pi$.
Matching statistic: St000880
Mp00178: Binary words —to composition⟶ Integer compositions
Mp00231: Integer compositions —bounce path⟶ Dyck paths
Mp00201: Dyck paths —Ringel⟶ Permutations
St000880: Permutations ⟶ ℤResult quality: 10% ●values known / values provided: 10%●distinct values known / distinct values provided: 15%
Mp00231: Integer compositions —bounce path⟶ Dyck paths
Mp00201: Dyck paths —Ringel⟶ Permutations
St000880: Permutations ⟶ ℤResult quality: 10% ●values known / values provided: 10%●distinct values known / distinct values provided: 15%
Values
0 => [2] => [1,1,0,0]
=> [2,3,1] => 1
1 => [1,1] => [1,0,1,0]
=> [3,1,2] => 1
00 => [3] => [1,1,1,0,0,0]
=> [2,3,4,1] => 1
01 => [2,1] => [1,1,0,0,1,0]
=> [2,4,1,3] => 2
10 => [1,2] => [1,0,1,1,0,0]
=> [3,1,4,2] => 2
11 => [1,1,1] => [1,0,1,0,1,0]
=> [4,1,2,3] => 1
000 => [4] => [1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => 1
001 => [3,1] => [1,1,1,0,0,0,1,0]
=> [2,3,5,1,4] => 3
010 => [2,2] => [1,1,0,0,1,1,0,0]
=> [2,4,1,5,3] => 5
011 => [2,1,1] => [1,1,0,0,1,0,1,0]
=> [2,5,1,3,4] => 3
100 => [1,3] => [1,0,1,1,1,0,0,0]
=> [3,1,4,5,2] => 3
101 => [1,2,1] => [1,0,1,1,0,0,1,0]
=> [3,1,5,2,4] => 5
110 => [1,1,2] => [1,0,1,0,1,1,0,0]
=> [4,1,2,5,3] => 3
111 => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> [5,1,2,3,4] => 1
0000 => [5] => [1,1,1,1,1,0,0,0,0,0]
=> [2,3,4,5,6,1] => 1
0001 => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> [2,3,4,6,1,5] => 4
0010 => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [2,3,5,1,6,4] => 9
0011 => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> [2,3,6,1,4,5] => 6
0100 => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> [2,4,1,5,6,3] => 9
0101 => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> [2,4,1,6,3,5] => 16
0110 => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> [2,5,1,3,6,4] => 11
0111 => [2,1,1,1] => [1,1,0,0,1,0,1,0,1,0]
=> [2,6,1,3,4,5] => 4
1000 => [1,4] => [1,0,1,1,1,1,0,0,0,0]
=> [3,1,4,5,6,2] => 4
1001 => [1,3,1] => [1,0,1,1,1,0,0,0,1,0]
=> [3,1,4,6,2,5] => 11
1010 => [1,2,2] => [1,0,1,1,0,0,1,1,0,0]
=> [3,1,5,2,6,4] => 16
1011 => [1,2,1,1] => [1,0,1,1,0,0,1,0,1,0]
=> [3,1,6,2,4,5] => 9
1100 => [1,1,3] => [1,0,1,0,1,1,1,0,0,0]
=> [4,1,2,5,6,3] => ? ∊ {1,4,6,9}
1101 => [1,1,2,1] => [1,0,1,0,1,1,0,0,1,0]
=> [4,1,2,6,3,5] => ? ∊ {1,4,6,9}
1110 => [1,1,1,2] => [1,0,1,0,1,0,1,1,0,0]
=> [5,1,2,3,6,4] => ? ∊ {1,4,6,9}
1111 => [1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0]
=> [6,1,2,3,4,5] => ? ∊ {1,4,6,9}
00000 => [6] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> [2,3,4,5,6,7,1] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
00001 => [5,1] => [1,1,1,1,1,0,0,0,0,0,1,0]
=> [2,3,4,5,7,1,6] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
00010 => [4,2] => [1,1,1,1,0,0,0,0,1,1,0,0]
=> [2,3,4,6,1,7,5] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
00011 => [4,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0]
=> [2,3,4,7,1,5,6] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
00100 => [3,3] => [1,1,1,0,0,0,1,1,1,0,0,0]
=> [2,3,5,1,6,7,4] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
00101 => [3,2,1] => [1,1,1,0,0,0,1,1,0,0,1,0]
=> [2,3,5,1,7,4,6] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
00110 => [3,1,2] => [1,1,1,0,0,0,1,0,1,1,0,0]
=> [2,3,6,1,4,7,5] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
00111 => [3,1,1,1] => [1,1,1,0,0,0,1,0,1,0,1,0]
=> [2,3,7,1,4,5,6] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01000 => [2,4] => [1,1,0,0,1,1,1,1,0,0,0,0]
=> [2,4,1,5,6,7,3] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01001 => [2,3,1] => [1,1,0,0,1,1,1,0,0,0,1,0]
=> [2,4,1,5,7,3,6] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01010 => [2,2,2] => [1,1,0,0,1,1,0,0,1,1,0,0]
=> [2,4,1,6,3,7,5] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01011 => [2,2,1,1] => [1,1,0,0,1,1,0,0,1,0,1,0]
=> [2,4,1,7,3,5,6] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01100 => [2,1,3] => [1,1,0,0,1,0,1,1,1,0,0,0]
=> [2,5,1,3,6,7,4] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01101 => [2,1,2,1] => [1,1,0,0,1,0,1,1,0,0,1,0]
=> [2,5,1,3,7,4,6] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01110 => [2,1,1,2] => [1,1,0,0,1,0,1,0,1,1,0,0]
=> [2,6,1,3,4,7,5] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01111 => [2,1,1,1,1] => [1,1,0,0,1,0,1,0,1,0,1,0]
=> [2,7,1,3,4,5,6] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10000 => [1,5] => [1,0,1,1,1,1,1,0,0,0,0,0]
=> [3,1,4,5,6,7,2] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10001 => [1,4,1] => [1,0,1,1,1,1,0,0,0,0,1,0]
=> [3,1,4,5,7,2,6] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10010 => [1,3,2] => [1,0,1,1,1,0,0,0,1,1,0,0]
=> [3,1,4,6,2,7,5] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10011 => [1,3,1,1] => [1,0,1,1,1,0,0,0,1,0,1,0]
=> [3,1,4,7,2,5,6] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10100 => [1,2,3] => [1,0,1,1,0,0,1,1,1,0,0,0]
=> [3,1,5,2,6,7,4] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10101 => [1,2,2,1] => [1,0,1,1,0,0,1,1,0,0,1,0]
=> [3,1,5,2,7,4,6] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10110 => [1,2,1,2] => [1,0,1,1,0,0,1,0,1,1,0,0]
=> [3,1,6,2,4,7,5] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10111 => [1,2,1,1,1] => [1,0,1,1,0,0,1,0,1,0,1,0]
=> [3,1,7,2,4,5,6] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
11000 => [1,1,4] => [1,0,1,0,1,1,1,1,0,0,0,0]
=> [4,1,2,5,6,7,3] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
11001 => [1,1,3,1] => [1,0,1,0,1,1,1,0,0,0,1,0]
=> [4,1,2,5,7,3,6] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
11010 => [1,1,2,2] => [1,0,1,0,1,1,0,0,1,1,0,0]
=> [4,1,2,6,3,7,5] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
11011 => [1,1,2,1,1] => [1,0,1,0,1,1,0,0,1,0,1,0]
=> [4,1,2,7,3,5,6] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
11100 => [1,1,1,3] => [1,0,1,0,1,0,1,1,1,0,0,0]
=> [5,1,2,3,6,7,4] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
11101 => [1,1,1,2,1] => [1,0,1,0,1,0,1,1,0,0,1,0]
=> [5,1,2,3,7,4,6] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
11110 => [1,1,1,1,2] => [1,0,1,0,1,0,1,0,1,1,0,0]
=> [6,1,2,3,4,7,5] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
11111 => [1,1,1,1,1,1] => [1,0,1,0,1,0,1,0,1,0,1,0]
=> [7,1,2,3,4,5,6] => ? ∊ {1,1,5,5,5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
000000 => [7] => [1,1,1,1,1,1,1,0,0,0,0,0,0,0]
=> [2,3,4,5,6,7,8,1] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
000001 => [6,1] => [1,1,1,1,1,1,0,0,0,0,0,0,1,0]
=> [2,3,4,5,6,8,1,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
000010 => [5,2] => [1,1,1,1,1,0,0,0,0,0,1,1,0,0]
=> [2,3,4,5,7,1,8,6] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
000011 => [5,1,1] => [1,1,1,1,1,0,0,0,0,0,1,0,1,0]
=> [2,3,4,5,8,1,6,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
000100 => [4,3] => [1,1,1,1,0,0,0,0,1,1,1,0,0,0]
=> [2,3,4,6,1,7,8,5] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
000101 => [4,2,1] => [1,1,1,1,0,0,0,0,1,1,0,0,1,0]
=> [2,3,4,6,1,8,5,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
000110 => [4,1,2] => [1,1,1,1,0,0,0,0,1,0,1,1,0,0]
=> [2,3,4,7,1,5,8,6] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
000111 => [4,1,1,1] => [1,1,1,1,0,0,0,0,1,0,1,0,1,0]
=> [2,3,4,8,1,5,6,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
001000 => [3,4] => [1,1,1,0,0,0,1,1,1,1,0,0,0,0]
=> [2,3,5,1,6,7,8,4] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
001001 => [3,3,1] => [1,1,1,0,0,0,1,1,1,0,0,0,1,0]
=> [2,3,5,1,6,8,4,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
001010 => [3,2,2] => [1,1,1,0,0,0,1,1,0,0,1,1,0,0]
=> [2,3,5,1,7,4,8,6] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
001011 => [3,2,1,1] => [1,1,1,0,0,0,1,1,0,0,1,0,1,0]
=> [2,3,5,1,8,4,6,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
001100 => [3,1,3] => [1,1,1,0,0,0,1,0,1,1,1,0,0,0]
=> [2,3,6,1,4,7,8,5] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
001101 => [3,1,2,1] => [1,1,1,0,0,0,1,0,1,1,0,0,1,0]
=> [2,3,6,1,4,8,5,7] => ? ∊ {1,1,6,6,6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272}
Description
The number of connected components of long braid edges in the graph of braid moves of a permutation.
Given a permutation $\pi$, let $\operatorname{Red}(\pi)$ denote the set of reduced words for $\pi$ in terms of simple transpositions $s_i = (i,i+1)$. We now say that two reduced words are connected by a long braid move if they are obtained from each other by a modification of the form $s_i s_{i+1} s_i \leftrightarrow s_{i+1} s_i s_{i+1}$ as a consecutive subword of a reduced word.
For example, the two reduced words $s_1s_3s_2s_3$ and $s_1s_2s_3s_2$ for
$$(124) = (12)(34)(23)(34) = (12)(23)(34)(23)$$
share an edge because they are obtained from each other by interchanging $s_3s_2s_3 \leftrightarrow s_3s_2s_3$.
This statistic counts the number connected components of such long braid moves among all reduced words.
Matching statistic: St001330
Mp00097: Binary words —delta morphism⟶ Integer compositions
Mp00184: Integer compositions —to threshold graph⟶ Graphs
Mp00203: Graphs —cone⟶ Graphs
St001330: Graphs ⟶ ℤResult quality: 10% ●values known / values provided: 10%●distinct values known / distinct values provided: 11%
Mp00184: Integer compositions —to threshold graph⟶ Graphs
Mp00203: Graphs —cone⟶ Graphs
St001330: Graphs ⟶ ℤResult quality: 10% ●values known / values provided: 10%●distinct values known / distinct values provided: 11%
Values
0 => [1] => ([],1)
=> ([(0,1)],2)
=> 2 = 1 + 1
1 => [1] => ([],1)
=> ([(0,1)],2)
=> 2 = 1 + 1
00 => [2] => ([],2)
=> ([(0,2),(1,2)],3)
=> 2 = 1 + 1
01 => [1,1] => ([(0,1)],2)
=> ([(0,1),(0,2),(1,2)],3)
=> 3 = 2 + 1
10 => [1,1] => ([(0,1)],2)
=> ([(0,1),(0,2),(1,2)],3)
=> 3 = 2 + 1
11 => [2] => ([],2)
=> ([(0,2),(1,2)],3)
=> 2 = 1 + 1
000 => [3] => ([],3)
=> ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
001 => [2,1] => ([(0,2),(1,2)],3)
=> ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {3,3,5,5} + 1
010 => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4 = 3 + 1
011 => [1,2] => ([(1,2)],3)
=> ([(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {3,3,5,5} + 1
100 => [1,2] => ([(1,2)],3)
=> ([(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {3,3,5,5} + 1
101 => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4 = 3 + 1
110 => [2,1] => ([(0,2),(1,2)],3)
=> ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {3,3,5,5} + 1
111 => [3] => ([],3)
=> ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
0000 => [4] => ([],4)
=> ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2 = 1 + 1
0001 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {4,4,6,6,9,9,9,9,11,11,16,16} + 1
0010 => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {4,4,6,6,9,9,9,9,11,11,16,16} + 1
0011 => [2,2] => ([(1,3),(2,3)],4)
=> ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {4,4,6,6,9,9,9,9,11,11,16,16} + 1
0100 => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {4,4,6,6,9,9,9,9,11,11,16,16} + 1
0101 => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 5 = 4 + 1
0110 => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {4,4,6,6,9,9,9,9,11,11,16,16} + 1
0111 => [1,3] => ([(2,3)],4)
=> ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {4,4,6,6,9,9,9,9,11,11,16,16} + 1
1000 => [1,3] => ([(2,3)],4)
=> ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {4,4,6,6,9,9,9,9,11,11,16,16} + 1
1001 => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {4,4,6,6,9,9,9,9,11,11,16,16} + 1
1010 => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 5 = 4 + 1
1011 => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {4,4,6,6,9,9,9,9,11,11,16,16} + 1
1100 => [2,2] => ([(1,3),(2,3)],4)
=> ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {4,4,6,6,9,9,9,9,11,11,16,16} + 1
1101 => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {4,4,6,6,9,9,9,9,11,11,16,16} + 1
1110 => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {4,4,6,6,9,9,9,9,11,11,16,16} + 1
1111 => [4] => ([],4)
=> ([(0,4),(1,4),(2,4),(3,4)],5)
=> 2 = 1 + 1
00000 => [5] => ([],5)
=> ([(0,5),(1,5),(2,5),(3,5),(4,5)],6)
=> 2 = 1 + 1
00001 => [4,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> ([(0,4),(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
00010 => [3,1,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,3),(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
00011 => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
00100 => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
00101 => [2,1,1,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
00110 => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
00111 => [2,3] => ([(2,4),(3,4)],5)
=> ([(0,5),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
01000 => [1,1,3] => ([(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
01001 => [1,1,2,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
01010 => [1,1,1,1,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 5 + 1
01011 => [1,1,1,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
01100 => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
01101 => [1,2,1,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
01110 => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,4),(0,5),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
01111 => [1,4] => ([(3,4)],5)
=> ([(0,5),(1,5),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
10000 => [1,4] => ([(3,4)],5)
=> ([(0,5),(1,5),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
10001 => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,4),(0,5),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
10010 => [1,2,1,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
10011 => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
10100 => [1,1,1,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
10101 => [1,1,1,1,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6 = 5 + 1
10110 => [1,1,2,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
10111 => [1,1,3] => ([(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
11000 => [2,3] => ([(2,4),(3,4)],5)
=> ([(0,5),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
11001 => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
11010 => [2,1,1,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
11011 => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
11100 => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
11101 => [3,1,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,3),(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
11110 => [4,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> ([(0,4),(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {5,5,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61} + 1
11111 => [5] => ([],5)
=> ([(0,5),(1,5),(2,5),(3,5),(4,5)],6)
=> 2 = 1 + 1
000000 => [6] => ([],6)
=> ([(0,6),(1,6),(2,6),(3,6),(4,6),(5,6)],7)
=> 2 = 1 + 1
000001 => [5,1] => ([(0,5),(1,5),(2,5),(3,5),(4,5)],6)
=> ([(0,5),(0,6),(1,5),(1,6),(2,5),(2,6),(3,5),(3,6),(4,5),(4,6),(5,6)],7)
=> ? ∊ {6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272} + 1
000010 => [4,1,1] => ([(0,4),(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ([(0,4),(0,5),(0,6),(1,4),(1,5),(1,6),(2,4),(2,5),(2,6),(3,4),(3,5),(3,6),(4,5),(4,6),(5,6)],7)
=> ? ∊ {6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272} + 1
000011 => [4,2] => ([(1,5),(2,5),(3,5),(4,5)],6)
=> ([(0,6),(1,5),(1,6),(2,5),(2,6),(3,5),(3,6),(4,5),(4,6),(5,6)],7)
=> ? ∊ {6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272} + 1
000100 => [3,1,2] => ([(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ([(0,6),(1,4),(1,5),(1,6),(2,4),(2,5),(2,6),(3,4),(3,5),(3,6),(4,5),(4,6),(5,6)],7)
=> ? ∊ {6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272} + 1
000101 => [3,1,1,1] => ([(0,3),(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ([(0,3),(0,4),(0,5),(0,6),(1,3),(1,4),(1,5),(1,6),(2,3),(2,4),(2,5),(2,6),(3,4),(3,5),(3,6),(4,5),(4,6),(5,6)],7)
=> ? ∊ {6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272} + 1
000110 => [3,2,1] => ([(0,5),(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ([(0,5),(0,6),(1,4),(1,5),(1,6),(2,4),(2,5),(2,6),(3,4),(3,5),(3,6),(4,5),(4,6),(5,6)],7)
=> ? ∊ {6,6,15,15,15,15,20,20,20,20,20,20,29,29,34,34,34,34,50,50,50,50,55,55,55,55,64,64,64,64,71,71,78,78,78,78,90,90,99,99,99,99,111,111,111,111,132,132,155,155,155,155,169,169,181,181,181,181,272,272} + 1
010101 => [1,1,1,1,1,1] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,2),(1,3),(1,4),(1,5),(1,6),(2,3),(2,4),(2,5),(2,6),(3,4),(3,5),(3,6),(4,5),(4,6),(5,6)],7)
=> 7 = 6 + 1
101010 => [1,1,1,1,1,1] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,2),(1,3),(1,4),(1,5),(1,6),(2,3),(2,4),(2,5),(2,6),(3,4),(3,5),(3,6),(4,5),(4,6),(5,6)],7)
=> 7 = 6 + 1
111111 => [6] => ([],6)
=> ([(0,6),(1,6),(2,6),(3,6),(4,6),(5,6)],7)
=> 2 = 1 + 1
0000000 => [7] => ([],7)
=> ([(0,7),(1,7),(2,7),(3,7),(4,7),(5,7),(6,7)],8)
=> 2 = 1 + 1
0101010 => [1,1,1,1,1,1,1] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,2),(1,3),(1,4),(1,5),(1,6),(2,3),(2,4),(2,5),(2,6),(3,4),(3,5),(3,6),(4,5),(4,6),(5,6)],7)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> 8 = 7 + 1
1010101 => [1,1,1,1,1,1,1] => ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(1,2),(1,3),(1,4),(1,5),(1,6),(2,3),(2,4),(2,5),(2,6),(3,4),(3,5),(3,6),(4,5),(4,6),(5,6)],7)
=> ([(0,1),(0,2),(0,3),(0,4),(0,5),(0,6),(0,7),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(2,3),(2,4),(2,5),(2,6),(2,7),(3,4),(3,5),(3,6),(3,7),(4,5),(4,6),(4,7),(5,6),(5,7),(6,7)],8)
=> 8 = 7 + 1
1111111 => [7] => ([],7)
=> ([(0,7),(1,7),(2,7),(3,7),(4,7),(5,7),(6,7)],8)
=> 2 = 1 + 1
Description
The hat guessing number of a graph.
Suppose that each vertex of a graph corresponds to a player, wearing a hat whose color is arbitrarily chosen from a set of $q$ possible colors. Each player can see the hat colors of his neighbors, but not his own hat color. All of the players are asked to guess their own hat colors simultaneously, according to a predetermined guessing strategy and the hat colors they see, where no communication between them is allowed. The hat guessing number $HG(G)$ of a graph $G$ is the largest integer $q$ such that there exists a guessing strategy guaranteeing at least one correct guess for any hat assignment of $q$ possible colors.
Because it suffices that a single player guesses correctly, the hat guessing number of a graph is the maximum of the hat guessing numbers of its connected components.
Matching statistic: St001880
Mp00097: Binary words —delta morphism⟶ Integer compositions
Mp00180: Integer compositions —to ribbon⟶ Skew partitions
Mp00185: Skew partitions —cell poset⟶ Posets
St001880: Posets ⟶ ℤResult quality: 8% ●values known / values provided: 8%●distinct values known / distinct values provided: 8%
Mp00180: Integer compositions —to ribbon⟶ Skew partitions
Mp00185: Skew partitions —cell poset⟶ Posets
St001880: Posets ⟶ ℤResult quality: 8% ●values known / values provided: 8%●distinct values known / distinct values provided: 8%
Values
0 => [1] => [[1],[]]
=> ([],1)
=> ? ∊ {1,1}
1 => [1] => [[1],[]]
=> ([],1)
=> ? ∊ {1,1}
00 => [2] => [[2],[]]
=> ([(0,1)],2)
=> ? ∊ {1,1,2,2}
01 => [1,1] => [[1,1],[]]
=> ([(0,1)],2)
=> ? ∊ {1,1,2,2}
10 => [1,1] => [[1,1],[]]
=> ([(0,1)],2)
=> ? ∊ {1,1,2,2}
11 => [2] => [[2],[]]
=> ([(0,1)],2)
=> ? ∊ {1,1,2,2}
000 => [3] => [[3],[]]
=> ([(0,2),(2,1)],3)
=> 3
001 => [2,1] => [[2,2],[1]]
=> ([(0,2),(1,2)],3)
=> ? ∊ {1,1,5,5}
010 => [1,1,1] => [[1,1,1],[]]
=> ([(0,2),(2,1)],3)
=> 3
011 => [1,2] => [[2,1],[]]
=> ([(0,1),(0,2)],3)
=> ? ∊ {1,1,5,5}
100 => [1,2] => [[2,1],[]]
=> ([(0,1),(0,2)],3)
=> ? ∊ {1,1,5,5}
101 => [1,1,1] => [[1,1,1],[]]
=> ([(0,2),(2,1)],3)
=> 3
110 => [2,1] => [[2,2],[1]]
=> ([(0,2),(1,2)],3)
=> ? ∊ {1,1,5,5}
111 => [3] => [[3],[]]
=> ([(0,2),(2,1)],3)
=> 3
0000 => [4] => [[4],[]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
0001 => [3,1] => [[3,3],[2]]
=> ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {1,1,6,6,9,9,9,9,11,11,16,16}
0010 => [2,1,1] => [[2,2,2],[1,1]]
=> ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {1,1,6,6,9,9,9,9,11,11,16,16}
0011 => [2,2] => [[3,2],[1]]
=> ([(0,3),(1,2),(1,3)],4)
=> ? ∊ {1,1,6,6,9,9,9,9,11,11,16,16}
0100 => [1,1,2] => [[2,1,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> ? ∊ {1,1,6,6,9,9,9,9,11,11,16,16}
0101 => [1,1,1,1] => [[1,1,1,1],[]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
0110 => [1,2,1] => [[2,2,1],[1]]
=> ([(0,3),(1,2),(1,3)],4)
=> ? ∊ {1,1,6,6,9,9,9,9,11,11,16,16}
0111 => [1,3] => [[3,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> ? ∊ {1,1,6,6,9,9,9,9,11,11,16,16}
1000 => [1,3] => [[3,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> ? ∊ {1,1,6,6,9,9,9,9,11,11,16,16}
1001 => [1,2,1] => [[2,2,1],[1]]
=> ([(0,3),(1,2),(1,3)],4)
=> ? ∊ {1,1,6,6,9,9,9,9,11,11,16,16}
1010 => [1,1,1,1] => [[1,1,1,1],[]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
1011 => [1,1,2] => [[2,1,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> ? ∊ {1,1,6,6,9,9,9,9,11,11,16,16}
1100 => [2,2] => [[3,2],[1]]
=> ([(0,3),(1,2),(1,3)],4)
=> ? ∊ {1,1,6,6,9,9,9,9,11,11,16,16}
1101 => [2,1,1] => [[2,2,2],[1,1]]
=> ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {1,1,6,6,9,9,9,9,11,11,16,16}
1110 => [3,1] => [[3,3],[2]]
=> ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {1,1,6,6,9,9,9,9,11,11,16,16}
1111 => [4] => [[4],[]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
00000 => [5] => [[5],[]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
00001 => [4,1] => [[4,4],[3]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
00010 => [3,1,1] => [[3,3,3],[2,2]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
00011 => [3,2] => [[4,3],[2]]
=> ([(0,3),(1,2),(1,4),(3,4)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
00100 => [2,1,2] => [[3,2,2],[1,1]]
=> ([(0,4),(1,2),(1,3),(3,4)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
00101 => [2,1,1,1] => [[2,2,2,2],[1,1,1]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
00110 => [2,2,1] => [[3,3,2],[2,1]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
00111 => [2,3] => [[4,2],[1]]
=> ([(0,4),(1,2),(1,4),(2,3)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01000 => [1,1,3] => [[3,1,1],[]]
=> ([(0,3),(0,4),(3,2),(4,1)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01001 => [1,1,2,1] => [[2,2,1,1],[1]]
=> ([(0,4),(1,2),(1,4),(2,3)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01010 => [1,1,1,1,1] => [[1,1,1,1,1],[]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
01011 => [1,1,1,2] => [[2,1,1,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01100 => [1,2,2] => [[3,2,1],[1]]
=> ([(0,3),(0,4),(1,2),(1,4)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01101 => [1,2,1,1] => [[2,2,2,1],[1,1]]
=> ([(0,3),(1,2),(1,4),(3,4)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01110 => [1,3,1] => [[3,3,1],[2]]
=> ([(0,4),(1,2),(1,3),(3,4)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
01111 => [1,4] => [[4,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10000 => [1,4] => [[4,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10001 => [1,3,1] => [[3,3,1],[2]]
=> ([(0,4),(1,2),(1,3),(3,4)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10010 => [1,2,1,1] => [[2,2,2,1],[1,1]]
=> ([(0,3),(1,2),(1,4),(3,4)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10011 => [1,2,2] => [[3,2,1],[1]]
=> ([(0,3),(0,4),(1,2),(1,4)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10100 => [1,1,1,2] => [[2,1,1,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10101 => [1,1,1,1,1] => [[1,1,1,1,1],[]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
10110 => [1,1,2,1] => [[2,2,1,1],[1]]
=> ([(0,4),(1,2),(1,4),(2,3)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
10111 => [1,1,3] => [[3,1,1],[]]
=> ([(0,3),(0,4),(3,2),(4,1)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
11000 => [2,3] => [[4,2],[1]]
=> ([(0,4),(1,2),(1,4),(2,3)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
11001 => [2,2,1] => [[3,3,2],[2,1]]
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
11010 => [2,1,1,1] => [[2,2,2,2],[1,1,1]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
11011 => [2,1,2] => [[3,2,2],[1,1]]
=> ([(0,4),(1,2),(1,3),(3,4)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
11100 => [3,2] => [[4,3],[2]]
=> ([(0,3),(1,2),(1,4),(3,4)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
11101 => [3,1,1] => [[3,3,3],[2,2]]
=> ([(0,3),(1,2),(2,4),(3,4)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
11110 => [4,1] => [[4,4],[3]]
=> ([(0,4),(1,2),(2,3),(3,4)],5)
=> ? ∊ {1,1,10,10,10,10,14,14,14,14,19,19,19,19,26,26,26,26,35,35,35,35,40,40,40,40,61,61}
11111 => [5] => [[5],[]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 5
000000 => [6] => [[6],[]]
=> ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> 6
010101 => [1,1,1,1,1,1] => [[1,1,1,1,1,1],[]]
=> ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> 6
101010 => [1,1,1,1,1,1] => [[1,1,1,1,1,1],[]]
=> ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> 6
111111 => [6] => [[6],[]]
=> ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> 6
0000000 => [7] => [[7],[]]
=> ([(0,6),(2,3),(3,5),(4,2),(5,1),(6,4)],7)
=> 7
0101010 => [1,1,1,1,1,1,1] => [[1,1,1,1,1,1,1],[]]
=> ([(0,6),(2,3),(3,5),(4,2),(5,1),(6,4)],7)
=> 7
1010101 => [1,1,1,1,1,1,1] => [[1,1,1,1,1,1,1],[]]
=> ([(0,6),(2,3),(3,5),(4,2),(5,1),(6,4)],7)
=> 7
1111111 => [7] => [[7],[]]
=> ([(0,6),(2,3),(3,5),(4,2),(5,1),(6,4)],7)
=> 7
Description
The number of 2-Gorenstein indecomposable injective modules in the incidence algebra of the lattice.
Sorry, this statistic was not found in the database
or
add this statistic to the database – it's very simple and we need your support!