searching the database
Your data matches 128 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: St000496
Mp00151: Permutations —to cycle type⟶ Set partitions
St000496: Set partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
St000496: Set partitions ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => {{1}}
=> 0
[1,2] => {{1},{2}}
=> 0
[2,1] => {{1,2}}
=> 0
[1,2,3] => {{1},{2},{3}}
=> 0
[1,3,2] => {{1},{2,3}}
=> 0
[2,1,3] => {{1,2},{3}}
=> 0
[2,3,1] => {{1,2,3}}
=> 0
[3,1,2] => {{1,2,3}}
=> 0
[3,2,1] => {{1,3},{2}}
=> 1
[1,2,3,4] => {{1},{2},{3},{4}}
=> 0
[1,2,4,3] => {{1},{2},{3,4}}
=> 0
[1,3,2,4] => {{1},{2,3},{4}}
=> 0
[1,3,4,2] => {{1},{2,3,4}}
=> 0
[1,4,2,3] => {{1},{2,3,4}}
=> 0
[1,4,3,2] => {{1},{2,4},{3}}
=> 1
[2,1,3,4] => {{1,2},{3},{4}}
=> 0
[2,1,4,3] => {{1,2},{3,4}}
=> 0
[2,3,1,4] => {{1,2,3},{4}}
=> 0
[2,3,4,1] => {{1,2,3,4}}
=> 0
[2,4,1,3] => {{1,2,3,4}}
=> 0
[2,4,3,1] => {{1,2,4},{3}}
=> 1
[3,1,2,4] => {{1,2,3},{4}}
=> 0
[3,1,4,2] => {{1,2,3,4}}
=> 0
[3,2,1,4] => {{1,3},{2},{4}}
=> 1
[3,2,4,1] => {{1,3,4},{2}}
=> 2
[3,4,1,2] => {{1,3},{2,4}}
=> 0
[3,4,2,1] => {{1,2,3,4}}
=> 0
[4,1,2,3] => {{1,2,3,4}}
=> 0
[4,1,3,2] => {{1,2,4},{3}}
=> 1
[4,2,1,3] => {{1,3,4},{2}}
=> 2
[4,2,3,1] => {{1,4},{2},{3}}
=> 2
[4,3,1,2] => {{1,2,3,4}}
=> 0
[4,3,2,1] => {{1,4},{2,3}}
=> 1
[1,2,3,4,5] => {{1},{2},{3},{4},{5}}
=> 0
[1,2,3,5,4] => {{1},{2},{3},{4,5}}
=> 0
[1,2,4,3,5] => {{1},{2},{3,4},{5}}
=> 0
[1,2,4,5,3] => {{1},{2},{3,4,5}}
=> 0
[1,2,5,3,4] => {{1},{2},{3,4,5}}
=> 0
[1,2,5,4,3] => {{1},{2},{3,5},{4}}
=> 1
[1,3,2,4,5] => {{1},{2,3},{4},{5}}
=> 0
[1,3,2,5,4] => {{1},{2,3},{4,5}}
=> 0
[1,3,4,2,5] => {{1},{2,3,4},{5}}
=> 0
[1,3,4,5,2] => {{1},{2,3,4,5}}
=> 0
[1,3,5,2,4] => {{1},{2,3,4,5}}
=> 0
[1,3,5,4,2] => {{1},{2,3,5},{4}}
=> 1
[1,4,2,3,5] => {{1},{2,3,4},{5}}
=> 0
[1,4,2,5,3] => {{1},{2,3,4,5}}
=> 0
[1,4,3,2,5] => {{1},{2,4},{3},{5}}
=> 1
[1,4,3,5,2] => {{1},{2,4,5},{3}}
=> 2
[1,4,5,2,3] => {{1},{2,4},{3,5}}
=> 0
Description
The rcs statistic of a set partition.
Let $S = B_1,\ldots,B_k$ be a set partition with ordered blocks $B_i$ and with $\operatorname{min} B_a < \operatorname{min} B_b$ for $a < b$.
According to [1, Definition 3], a '''rcs''' (right-closer-smaller) of $S$ is given by a pair $i > j$ such that $j = \operatorname{max} B_b$ and $i \in B_a$ for $a < b$.
Matching statistic: St000877
Mp00127: Permutations —left-to-right-maxima to Dyck path⟶ Dyck paths
Mp00027: Dyck paths —to partition⟶ Integer partitions
Mp00095: Integer partitions —to binary word⟶ Binary words
St000877: Binary words ⟶ ℤResult quality: 60% ●values known / values provided: 77%●distinct values known / distinct values provided: 60%
Mp00027: Dyck paths —to partition⟶ Integer partitions
Mp00095: Integer partitions —to binary word⟶ Binary words
St000877: Binary words ⟶ ℤResult quality: 60% ●values known / values provided: 77%●distinct values known / distinct values provided: 60%
Values
[1] => [1,0]
=> []
=> => ? = 0
[1,2] => [1,0,1,0]
=> [1]
=> 10 => 0
[2,1] => [1,1,0,0]
=> []
=> => ? = 0
[1,2,3] => [1,0,1,0,1,0]
=> [2,1]
=> 1010 => 0
[1,3,2] => [1,0,1,1,0,0]
=> [1,1]
=> 110 => 0
[2,1,3] => [1,1,0,0,1,0]
=> [2]
=> 100 => 1
[2,3,1] => [1,1,0,1,0,0]
=> [1]
=> 10 => 0
[3,1,2] => [1,1,1,0,0,0]
=> []
=> => ? ∊ {0,0}
[3,2,1] => [1,1,1,0,0,0]
=> []
=> => ? ∊ {0,0}
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [3,2,1]
=> 101010 => 0
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [2,2,1]
=> 11010 => 0
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [3,1,1]
=> 100110 => 1
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [2,1,1]
=> 10110 => 0
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,1,1]
=> 1110 => 0
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,1,1]
=> 1110 => 0
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [3,2]
=> 10100 => 1
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [2,2]
=> 1100 => 0
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [3,1]
=> 10010 => 1
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [2,1]
=> 1010 => 0
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [1,1]
=> 110 => 0
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [1,1]
=> 110 => 0
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [3]
=> 1000 => 2
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [2]
=> 100 => 1
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [3]
=> 1000 => 2
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [2]
=> 100 => 1
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [1]
=> 10 => 0
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [1]
=> 10 => 0
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,2}
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,2}
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,2}
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,2}
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,2}
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,2}
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [4,3,2,1]
=> 10101010 => 0
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [3,3,2,1]
=> 1101010 => 0
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [4,2,2,1]
=> 10011010 => 1
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [3,2,2,1]
=> 1011010 => 0
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [2,2,2,1]
=> 111010 => 0
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [2,2,2,1]
=> 111010 => 0
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [4,3,1,1]
=> 10100110 => 1
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [3,3,1,1]
=> 1100110 => 0
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [4,2,1,1]
=> 10010110 => 1
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [3,2,1,1]
=> 1010110 => 0
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [2,2,1,1]
=> 110110 => 0
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [2,2,1,1]
=> 110110 => 0
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [4,1,1,1]
=> 10001110 => 2
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [3,1,1,1]
=> 1001110 => 1
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [4,1,1,1]
=> 10001110 => 2
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [3,1,1,1]
=> 1001110 => 1
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [2,1,1,1]
=> 101110 => 0
[1,4,5,3,2] => [1,0,1,1,1,0,1,0,0,0]
=> [2,1,1,1]
=> 101110 => 0
[1,5,2,3,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> 11110 => 0
[1,5,2,4,3] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> 11110 => 0
[1,5,3,2,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> 11110 => 0
[1,5,3,4,2] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> 11110 => 0
[1,5,4,2,3] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> 11110 => 0
[1,5,4,3,2] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> 11110 => 0
[2,1,3,4,5] => [1,1,0,0,1,0,1,0,1,0]
=> [4,3,2]
=> 1010100 => 1
[2,1,3,5,4] => [1,1,0,0,1,0,1,1,0,0]
=> [3,3,2]
=> 110100 => 0
[2,1,4,3,5] => [1,1,0,0,1,1,0,0,1,0]
=> [4,2,2]
=> 1001100 => 1
[5,1,2,3,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,2,3,3,3,3,4,4}
[5,1,2,4,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,2,3,3,3,3,4,4}
[5,1,3,2,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,2,3,3,3,3,4,4}
[5,1,3,4,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,2,3,3,3,3,4,4}
[5,1,4,2,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,2,3,3,3,3,4,4}
[5,1,4,3,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,2,3,3,3,3,4,4}
[5,2,1,3,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,2,3,3,3,3,4,4}
[5,2,1,4,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,2,3,3,3,3,4,4}
[5,2,3,1,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,2,3,3,3,3,4,4}
[5,2,3,4,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,2,3,3,3,3,4,4}
[5,2,4,1,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,2,3,3,3,3,4,4}
[5,2,4,3,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,2,3,3,3,3,4,4}
[5,3,1,2,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,2,3,3,3,3,4,4}
[5,3,1,4,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,2,3,3,3,3,4,4}
[5,3,2,1,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,2,3,3,3,3,4,4}
[5,3,2,4,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,2,3,3,3,3,4,4}
[5,3,4,1,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,2,3,3,3,3,4,4}
[5,3,4,2,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,2,3,3,3,3,4,4}
[5,4,1,2,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,2,3,3,3,3,4,4}
[5,4,1,3,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,2,3,3,3,3,4,4}
[5,4,2,1,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,2,3,3,3,3,4,4}
[5,4,2,3,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,2,3,3,3,3,4,4}
[5,4,3,1,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,2,3,3,3,3,4,4}
[5,4,3,2,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,2,2,2,3,3,3,3,4,4}
[6,1,2,3,4,5] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[6,1,2,3,5,4] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[6,1,2,4,3,5] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[6,1,2,4,5,3] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[6,1,2,5,3,4] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[6,1,2,5,4,3] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[6,1,3,2,4,5] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[6,1,3,2,5,4] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[6,1,3,4,2,5] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[6,1,3,4,5,2] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[6,1,3,5,2,4] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[6,1,3,5,4,2] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[6,1,4,2,3,5] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[6,1,4,2,5,3] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[6,1,4,3,2,5] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[6,1,4,3,5,2] => [1,1,1,1,1,1,0,0,0,0,0,0]
=> []
=> => ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
Description
The depth of the binary word interpreted as a path.
This is the maximal value of the number of zeros minus the number of ones occurring in a prefix of the binary word, see [1, sec.9.1.2].
The number of binary words of length $n$ with depth $k$ is $\binom{n}{\lfloor\frac{(n+1) - (-1)^{n-k}(k+1)}{2}\rfloor}$, see [2].
Matching statistic: St001392
(load all 5 compositions to match this statistic)
(load all 5 compositions to match this statistic)
Mp00127: Permutations —left-to-right-maxima to Dyck path⟶ Dyck paths
Mp00027: Dyck paths —to partition⟶ Integer partitions
Mp00202: Integer partitions —first row removal⟶ Integer partitions
St001392: Integer partitions ⟶ ℤResult quality: 50% ●values known / values provided: 70%●distinct values known / distinct values provided: 50%
Mp00027: Dyck paths —to partition⟶ Integer partitions
Mp00202: Integer partitions —first row removal⟶ Integer partitions
St001392: Integer partitions ⟶ ℤResult quality: 50% ●values known / values provided: 70%●distinct values known / distinct values provided: 50%
Values
[1] => [1,0]
=> []
=> ?
=> ? = 0
[1,2] => [1,0,1,0]
=> [1]
=> []
=> ? ∊ {0,0}
[2,1] => [1,1,0,0]
=> []
=> ?
=> ? ∊ {0,0}
[1,2,3] => [1,0,1,0,1,0]
=> [2,1]
=> [1]
=> 0
[1,3,2] => [1,0,1,1,0,0]
=> [1,1]
=> [1]
=> 0
[2,1,3] => [1,1,0,0,1,0]
=> [2]
=> []
=> ? ∊ {0,0,0,1}
[2,3,1] => [1,1,0,1,0,0]
=> [1]
=> []
=> ? ∊ {0,0,0,1}
[3,1,2] => [1,1,1,0,0,0]
=> []
=> ?
=> ? ∊ {0,0,0,1}
[3,2,1] => [1,1,1,0,0,0]
=> []
=> ?
=> ? ∊ {0,0,0,1}
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [3,2,1]
=> [2,1]
=> 0
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [2,2,1]
=> [2,1]
=> 0
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [3,1,1]
=> [1,1]
=> 0
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [2,1,1]
=> [1,1]
=> 0
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,1,1]
=> [1,1]
=> 0
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,1,1]
=> [1,1]
=> 0
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [3,2]
=> [2]
=> 1
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [2,2]
=> [2]
=> 1
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [3,1]
=> [1]
=> 0
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [2,1]
=> [1]
=> 0
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [1,1]
=> [1]
=> 0
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [1,1]
=> [1]
=> 0
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [3]
=> []
=> ? ∊ {0,0,0,0,0,0,1,1,1,2,2,2}
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [2]
=> []
=> ? ∊ {0,0,0,0,0,0,1,1,1,2,2,2}
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [3]
=> []
=> ? ∊ {0,0,0,0,0,0,1,1,1,2,2,2}
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [2]
=> []
=> ? ∊ {0,0,0,0,0,0,1,1,1,2,2,2}
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [1]
=> []
=> ? ∊ {0,0,0,0,0,0,1,1,1,2,2,2}
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [1]
=> []
=> ? ∊ {0,0,0,0,0,0,1,1,1,2,2,2}
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> []
=> ?
=> ? ∊ {0,0,0,0,0,0,1,1,1,2,2,2}
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> []
=> ?
=> ? ∊ {0,0,0,0,0,0,1,1,1,2,2,2}
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> []
=> ?
=> ? ∊ {0,0,0,0,0,0,1,1,1,2,2,2}
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> []
=> ?
=> ? ∊ {0,0,0,0,0,0,1,1,1,2,2,2}
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> []
=> ?
=> ? ∊ {0,0,0,0,0,0,1,1,1,2,2,2}
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> []
=> ?
=> ? ∊ {0,0,0,0,0,0,1,1,1,2,2,2}
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [4,3,2,1]
=> [3,2,1]
=> 0
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [3,3,2,1]
=> [3,2,1]
=> 0
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [4,2,2,1]
=> [2,2,1]
=> 0
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [3,2,2,1]
=> [2,2,1]
=> 0
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [2,2,2,1]
=> [2,2,1]
=> 0
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [2,2,2,1]
=> [2,2,1]
=> 0
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [4,3,1,1]
=> [3,1,1]
=> 2
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [3,3,1,1]
=> [3,1,1]
=> 2
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [4,2,1,1]
=> [2,1,1]
=> 0
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [3,2,1,1]
=> [2,1,1]
=> 0
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [2,2,1,1]
=> [2,1,1]
=> 0
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [2,2,1,1]
=> [2,1,1]
=> 0
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [4,1,1,1]
=> [1,1,1]
=> 0
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [3,1,1,1]
=> [1,1,1]
=> 0
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [4,1,1,1]
=> [1,1,1]
=> 0
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [3,1,1,1]
=> [1,1,1]
=> 0
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [2,1,1,1]
=> [1,1,1]
=> 0
[1,4,5,3,2] => [1,0,1,1,1,0,1,0,0,0]
=> [2,1,1,1]
=> [1,1,1]
=> 0
[1,5,2,3,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,1,1]
=> 0
[1,5,2,4,3] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,1,1]
=> 0
[1,5,3,2,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,1,1]
=> 0
[1,5,3,4,2] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,1,1]
=> 0
[1,5,4,2,3] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,1,1]
=> 0
[1,5,4,3,2] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,1,1]
=> 0
[2,1,3,4,5] => [1,1,0,0,1,0,1,0,1,0]
=> [4,3,2]
=> [3,2]
=> 1
[2,1,3,5,4] => [1,1,0,0,1,0,1,1,0,0]
=> [3,3,2]
=> [3,2]
=> 1
[2,1,4,3,5] => [1,1,0,0,1,1,0,0,1,0]
=> [4,2,2]
=> [2,2]
=> 1
[2,1,4,5,3] => [1,1,0,0,1,1,0,1,0,0]
=> [3,2,2]
=> [2,2]
=> 1
[2,1,5,3,4] => [1,1,0,0,1,1,1,0,0,0]
=> [2,2,2]
=> [2,2]
=> 1
[2,1,5,4,3] => [1,1,0,0,1,1,1,0,0,0]
=> [2,2,2]
=> [2,2]
=> 1
[2,3,1,4,5] => [1,1,0,1,0,0,1,0,1,0]
=> [4,3,1]
=> [3,1]
=> 2
[2,3,1,5,4] => [1,1,0,1,0,0,1,1,0,0]
=> [3,3,1]
=> [3,1]
=> 2
[2,3,4,1,5] => [1,1,0,1,0,1,0,0,1,0]
=> [4,2,1]
=> [2,1]
=> 0
[2,3,4,5,1] => [1,1,0,1,0,1,0,1,0,0]
=> [3,2,1]
=> [2,1]
=> 0
[2,3,5,1,4] => [1,1,0,1,0,1,1,0,0,0]
=> [2,2,1]
=> [2,1]
=> 0
[2,3,5,4,1] => [1,1,0,1,0,1,1,0,0,0]
=> [2,2,1]
=> [2,1]
=> 0
[4,1,2,3,5] => [1,1,1,1,0,0,0,0,1,0]
=> [4]
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[4,1,2,5,3] => [1,1,1,1,0,0,0,1,0,0]
=> [3]
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[4,1,3,2,5] => [1,1,1,1,0,0,0,0,1,0]
=> [4]
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[4,1,3,5,2] => [1,1,1,1,0,0,0,1,0,0]
=> [3]
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[4,1,5,2,3] => [1,1,1,1,0,0,1,0,0,0]
=> [2]
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[4,1,5,3,2] => [1,1,1,1,0,0,1,0,0,0]
=> [2]
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[4,2,1,3,5] => [1,1,1,1,0,0,0,0,1,0]
=> [4]
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[4,2,1,5,3] => [1,1,1,1,0,0,0,1,0,0]
=> [3]
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[4,2,3,1,5] => [1,1,1,1,0,0,0,0,1,0]
=> [4]
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[4,2,3,5,1] => [1,1,1,1,0,0,0,1,0,0]
=> [3]
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[4,2,5,1,3] => [1,1,1,1,0,0,1,0,0,0]
=> [2]
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[4,2,5,3,1] => [1,1,1,1,0,0,1,0,0,0]
=> [2]
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[4,3,1,2,5] => [1,1,1,1,0,0,0,0,1,0]
=> [4]
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[4,3,1,5,2] => [1,1,1,1,0,0,0,1,0,0]
=> [3]
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[4,3,2,1,5] => [1,1,1,1,0,0,0,0,1,0]
=> [4]
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[4,3,2,5,1] => [1,1,1,1,0,0,0,1,0,0]
=> [3]
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[4,3,5,1,2] => [1,1,1,1,0,0,1,0,0,0]
=> [2]
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[4,3,5,2,1] => [1,1,1,1,0,0,1,0,0,0]
=> [2]
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[4,5,1,2,3] => [1,1,1,1,0,1,0,0,0,0]
=> [1]
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[4,5,1,3,2] => [1,1,1,1,0,1,0,0,0,0]
=> [1]
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[4,5,2,1,3] => [1,1,1,1,0,1,0,0,0,0]
=> [1]
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[4,5,2,3,1] => [1,1,1,1,0,1,0,0,0,0]
=> [1]
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[4,5,3,1,2] => [1,1,1,1,0,1,0,0,0,0]
=> [1]
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[4,5,3,2,1] => [1,1,1,1,0,1,0,0,0,0]
=> [1]
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[5,1,2,3,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> ?
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[5,1,2,4,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> ?
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[5,1,3,2,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> ?
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[5,1,3,4,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> ?
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[5,1,4,2,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> ?
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[5,1,4,3,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> ?
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
[5,2,1,3,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> ?
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,4,4}
Description
The largest nonnegative integer which is not a part and is smaller than the largest part of the partition.
Matching statistic: St001651
(load all 8 compositions to match this statistic)
(load all 8 compositions to match this statistic)
Values
[1] => ([],1)
=> ([],1)
=> ? = 0
[1,2] => ([(0,1)],2)
=> ([(0,1)],2)
=> 0
[2,1] => ([],2)
=> ([],1)
=> ? = 0
[1,2,3] => ([(0,2),(2,1)],3)
=> ([(0,2),(2,1)],3)
=> 1
[1,3,2] => ([(0,1),(0,2)],3)
=> ([],1)
=> ? ∊ {0,0,0}
[2,1,3] => ([(0,2),(1,2)],3)
=> ([],1)
=> ? ∊ {0,0,0}
[2,3,1] => ([(1,2)],3)
=> ([(0,1)],2)
=> 0
[3,1,2] => ([(1,2)],3)
=> ([(0,1)],2)
=> 0
[3,2,1] => ([],3)
=> ([],1)
=> ? ∊ {0,0,0}
[1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> ([(0,3),(2,1),(3,2)],4)
=> 2
[1,2,4,3] => ([(0,3),(3,1),(3,2)],4)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,1,2,2}
[1,3,2,4] => ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,1,2,2}
[1,3,4,2] => ([(0,2),(0,3),(3,1)],4)
=> ([(0,1)],2)
=> 0
[1,4,2,3] => ([(0,2),(0,3),(3,1)],4)
=> ([(0,1)],2)
=> 0
[1,4,3,2] => ([(0,1),(0,2),(0,3)],4)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,1,2,2}
[2,1,3,4] => ([(0,3),(1,3),(3,2)],4)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,1,2,2}
[2,1,4,3] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> ([(0,1)],2)
=> 0
[2,3,1,4] => ([(0,3),(1,2),(2,3)],4)
=> ([(0,1)],2)
=> 0
[2,3,4,1] => ([(1,2),(2,3)],4)
=> ([(0,2),(2,1)],3)
=> 1
[2,4,1,3] => ([(0,3),(1,2),(1,3)],4)
=> ([(0,2),(2,1)],3)
=> 1
[2,4,3,1] => ([(1,2),(1,3)],4)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,1,2,2}
[3,1,2,4] => ([(0,3),(1,2),(2,3)],4)
=> ([(0,1)],2)
=> 0
[3,1,4,2] => ([(0,3),(1,2),(1,3)],4)
=> ([(0,2),(2,1)],3)
=> 1
[3,2,1,4] => ([(0,3),(1,3),(2,3)],4)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,1,2,2}
[3,2,4,1] => ([(1,3),(2,3)],4)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,1,2,2}
[3,4,1,2] => ([(0,3),(1,2)],4)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 0
[3,4,2,1] => ([(2,3)],4)
=> ([(0,1)],2)
=> 0
[4,1,2,3] => ([(1,2),(2,3)],4)
=> ([(0,2),(2,1)],3)
=> 1
[4,1,3,2] => ([(1,2),(1,3)],4)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,1,2,2}
[4,2,1,3] => ([(1,3),(2,3)],4)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,1,2,2}
[4,2,3,1] => ([(2,3)],4)
=> ([(0,1)],2)
=> 0
[4,3,1,2] => ([(2,3)],4)
=> ([(0,1)],2)
=> 0
[4,3,2,1] => ([],4)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,1,2,2}
[1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 3
[1,2,3,5,4] => ([(0,3),(3,4),(4,1),(4,2)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[1,2,4,3,5] => ([(0,3),(1,4),(2,4),(3,1),(3,2)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[1,2,4,5,3] => ([(0,4),(3,2),(4,1),(4,3)],5)
=> ([(0,1)],2)
=> 0
[1,2,5,3,4] => ([(0,4),(3,2),(4,1),(4,3)],5)
=> ([(0,1)],2)
=> 0
[1,2,5,4,3] => ([(0,4),(4,1),(4,2),(4,3)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[1,3,2,4,5] => ([(0,2),(0,3),(2,4),(3,4),(4,1)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[1,3,2,5,4] => ([(0,1),(0,2),(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1)],2)
=> 0
[1,3,4,2,5] => ([(0,2),(0,3),(1,4),(2,4),(3,1)],5)
=> ([(0,1)],2)
=> 0
[1,3,4,5,2] => ([(0,2),(0,4),(3,1),(4,3)],5)
=> ([(0,2),(2,1)],3)
=> 1
[1,3,5,2,4] => ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> ([(0,2),(2,1)],3)
=> 1
[1,3,5,4,2] => ([(0,3),(0,4),(4,1),(4,2)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[1,4,2,3,5] => ([(0,2),(0,3),(1,4),(2,4),(3,1)],5)
=> ([(0,1)],2)
=> 0
[1,4,2,5,3] => ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> ([(0,2),(2,1)],3)
=> 1
[1,4,3,2,5] => ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[1,4,3,5,2] => ([(0,1),(0,2),(0,3),(2,4),(3,4)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[1,4,5,2,3] => ([(0,3),(0,4),(3,2),(4,1)],5)
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 0
[1,4,5,3,2] => ([(0,2),(0,3),(0,4),(4,1)],5)
=> ([(0,1)],2)
=> 0
[1,5,2,3,4] => ([(0,2),(0,4),(3,1),(4,3)],5)
=> ([(0,2),(2,1)],3)
=> 1
[1,5,2,4,3] => ([(0,3),(0,4),(4,1),(4,2)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[1,5,3,2,4] => ([(0,1),(0,2),(0,3),(2,4),(3,4)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[1,5,3,4,2] => ([(0,2),(0,3),(0,4),(4,1)],5)
=> ([(0,1)],2)
=> 0
[1,5,4,2,3] => ([(0,2),(0,3),(0,4),(4,1)],5)
=> ([(0,1)],2)
=> 0
[1,5,4,3,2] => ([(0,1),(0,2),(0,3),(0,4)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[2,1,3,4,5] => ([(0,4),(1,4),(2,3),(4,2)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[2,1,3,5,4] => ([(0,4),(1,4),(4,2),(4,3)],5)
=> ([(0,1)],2)
=> 0
[2,1,4,3,5] => ([(0,3),(0,4),(1,3),(1,4),(3,2),(4,2)],5)
=> ([(0,1)],2)
=> 0
[2,1,4,5,3] => ([(0,3),(0,4),(1,3),(1,4),(4,2)],5)
=> ([(0,2),(2,1)],3)
=> 1
[2,1,5,3,4] => ([(0,3),(0,4),(1,3),(1,4),(4,2)],5)
=> ([(0,2),(2,1)],3)
=> 1
[2,1,5,4,3] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[2,3,1,4,5] => ([(0,4),(1,2),(2,4),(4,3)],5)
=> ([(0,1)],2)
=> 0
[2,3,1,5,4] => ([(0,3),(0,4),(1,2),(2,3),(2,4)],5)
=> ([(0,2),(2,1)],3)
=> 1
[2,3,4,1,5] => ([(0,4),(1,2),(2,3),(3,4)],5)
=> ([(0,2),(2,1)],3)
=> 1
[2,3,4,5,1] => ([(1,4),(3,2),(4,3)],5)
=> ([(0,3),(2,1),(3,2)],4)
=> 2
[2,3,5,1,4] => ([(0,4),(1,2),(2,3),(2,4)],5)
=> ([(0,3),(2,1),(3,2)],4)
=> 2
[2,3,5,4,1] => ([(1,4),(4,2),(4,3)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[2,4,1,3,5] => ([(0,3),(1,2),(1,3),(2,4),(3,4)],5)
=> ([(0,2),(2,1)],3)
=> 1
[2,4,1,5,3] => ([(0,3),(0,4),(1,2),(1,3),(2,4)],5)
=> ([(0,3),(2,1),(3,2)],4)
=> 2
[2,4,3,1,5] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[2,4,3,5,1] => ([(1,2),(1,3),(2,4),(3,4)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[2,4,5,1,3] => ([(0,4),(1,2),(1,4),(2,3)],5)
=> ([(0,3),(1,4),(2,4),(3,1),(3,2)],5)
=> 1
[2,4,5,3,1] => ([(1,3),(1,4),(4,2)],5)
=> ([(0,1)],2)
=> 0
[2,5,1,3,4] => ([(0,4),(1,2),(1,4),(4,3)],5)
=> ([(0,3),(2,1),(3,2)],4)
=> 2
[2,5,1,4,3] => ([(0,3),(0,4),(1,2),(1,3),(1,4)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[2,5,3,1,4] => ([(0,4),(1,2),(1,3),(3,4)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[2,5,3,4,1] => ([(1,3),(1,4),(4,2)],5)
=> ([(0,1)],2)
=> 0
[2,5,4,1,3] => ([(0,4),(1,2),(1,3),(1,4)],5)
=> ([(0,1)],2)
=> 0
[2,5,4,3,1] => ([(1,2),(1,3),(1,4)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[3,1,2,4,5] => ([(0,4),(1,2),(2,4),(4,3)],5)
=> ([(0,1)],2)
=> 0
[3,1,2,5,4] => ([(0,3),(0,4),(1,2),(2,3),(2,4)],5)
=> ([(0,2),(2,1)],3)
=> 1
[3,1,5,4,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[3,2,1,4,5] => ([(0,4),(1,4),(2,4),(4,3)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[3,2,1,5,4] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[3,2,4,1,5] => ([(0,4),(1,3),(2,3),(3,4)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[3,2,4,5,1] => ([(1,4),(2,4),(4,3)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[3,2,5,1,4] => ([(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[3,5,1,4,2] => ([(0,3),(0,4),(1,2),(1,4)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[3,5,4,2,1] => ([(2,3),(2,4)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[4,1,3,2,5] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[4,1,3,5,2] => ([(0,4),(1,2),(1,3),(3,4)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[4,2,1,3,5] => ([(0,4),(1,3),(2,3),(3,4)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[4,2,1,5,3] => ([(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[4,2,5,1,3] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[4,3,2,1,5] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[4,3,2,5,1] => ([(1,4),(2,4),(3,4)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[4,3,5,2,1] => ([(2,4),(3,4)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
[5,1,2,4,3] => ([(1,4),(4,2),(4,3)],5)
=> ([],1)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,4,4}
Description
The Frankl number of a lattice.
For a lattice $L$ on at least two elements, this is
$$
\max_x(|L|-2|[x, 1]|),
$$
where we maximize over all join irreducible elements and $[x, 1]$ denotes the interval from $x$ to the top element. Frankl's conjecture asserts that this number is non-negative, and zero if and only if $L$ is a Boolean lattice.
Matching statistic: St001026
Mp00127: Permutations —left-to-right-maxima to Dyck path⟶ Dyck paths
Mp00027: Dyck paths —to partition⟶ Integer partitions
Mp00230: Integer partitions —parallelogram polyomino⟶ Dyck paths
St001026: Dyck paths ⟶ ℤResult quality: 60% ●values known / values provided: 64%●distinct values known / distinct values provided: 60%
Mp00027: Dyck paths —to partition⟶ Integer partitions
Mp00230: Integer partitions —parallelogram polyomino⟶ Dyck paths
St001026: Dyck paths ⟶ ℤResult quality: 60% ●values known / values provided: 64%●distinct values known / distinct values provided: 60%
Values
[1] => [1,0]
=> []
=> []
=> ? = 0
[1,2] => [1,0,1,0]
=> [1]
=> [1,0]
=> 0
[2,1] => [1,1,0,0]
=> []
=> []
=> ? = 0
[1,2,3] => [1,0,1,0,1,0]
=> [2,1]
=> [1,0,1,1,0,0]
=> 1
[1,3,2] => [1,0,1,1,0,0]
=> [1,1]
=> [1,1,0,0]
=> 0
[2,1,3] => [1,1,0,0,1,0]
=> [2]
=> [1,0,1,0]
=> 0
[2,3,1] => [1,1,0,1,0,0]
=> [1]
=> [1,0]
=> 0
[3,1,2] => [1,1,1,0,0,0]
=> []
=> []
=> ? ∊ {0,0}
[3,2,1] => [1,1,1,0,0,0]
=> []
=> []
=> ? ∊ {0,0}
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [3,2,1]
=> [1,0,1,1,1,0,0,1,0,0]
=> 0
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [2,2,1]
=> [1,1,1,0,0,1,0,0]
=> 1
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> 0
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> 0
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 0
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 0
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [3,2]
=> [1,0,1,1,1,0,0,0]
=> 1
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [2,2]
=> [1,1,1,0,0,0]
=> 0
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [3,1]
=> [1,0,1,0,1,1,0,0]
=> 2
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [2,1]
=> [1,0,1,1,0,0]
=> 1
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [1,1]
=> [1,1,0,0]
=> 0
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [1,1]
=> [1,1,0,0]
=> 0
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [3]
=> [1,0,1,0,1,0]
=> 0
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [2]
=> [1,0,1,0]
=> 0
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [3]
=> [1,0,1,0,1,0]
=> 0
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [2]
=> [1,0,1,0]
=> 0
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [1]
=> [1,0]
=> 0
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [1]
=> [1,0]
=> 0
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,1,1,2,2}
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,1,1,2,2}
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,1,1,2,2}
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,1,1,2,2}
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,1,1,2,2}
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,1,1,2,2}
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [4,3,2,1]
=> [1,0,1,1,1,0,1,1,0,0,0,1,0,0]
=> 1
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [3,3,2,1]
=> [1,1,1,0,1,1,0,0,0,1,0,0]
=> 1
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [4,2,2,1]
=> [1,0,1,0,1,1,1,1,0,0,0,1,0,0]
=> 2
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [3,2,2,1]
=> [1,0,1,1,1,1,0,0,0,1,0,0]
=> 1
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [2,2,2,1]
=> [1,1,1,1,0,0,0,1,0,0]
=> 1
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [2,2,2,1]
=> [1,1,1,1,0,0,0,1,0,0]
=> 1
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [4,3,1,1]
=> [1,0,1,1,1,0,1,0,0,1,0,1,0,0]
=> 1
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [3,3,1,1]
=> [1,1,1,0,1,0,0,1,0,1,0,0]
=> 1
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [4,2,1,1]
=> [1,0,1,0,1,1,1,0,0,1,0,1,0,0]
=> 1
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [3,2,1,1]
=> [1,0,1,1,1,0,0,1,0,1,0,0]
=> 1
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [2,2,1,1]
=> [1,1,1,0,0,1,0,1,0,0]
=> 2
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [2,2,1,1]
=> [1,1,1,0,0,1,0,1,0,0]
=> 2
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [4,1,1,1]
=> [1,0,1,0,1,0,1,1,0,1,0,1,0,0]
=> 4
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [3,1,1,1]
=> [1,0,1,0,1,1,0,1,0,1,0,0]
=> 3
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [4,1,1,1]
=> [1,0,1,0,1,0,1,1,0,1,0,1,0,0]
=> 4
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [3,1,1,1]
=> [1,0,1,0,1,1,0,1,0,1,0,0]
=> 3
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> 2
[1,4,5,3,2] => [1,0,1,1,1,0,1,0,0,0]
=> [2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> 2
[1,5,2,3,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,1,0,1,0,1,0,0]
=> 1
[1,5,2,4,3] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,1,0,1,0,1,0,0]
=> 1
[1,5,3,2,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,1,0,1,0,1,0,0]
=> 1
[1,5,3,4,2] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,1,0,1,0,1,0,0]
=> 1
[1,5,4,2,3] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,1,0,1,0,1,0,0]
=> 1
[1,5,4,3,2] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,1,0,1,0,1,0,0]
=> 1
[2,1,3,4,5] => [1,1,0,0,1,0,1,0,1,0]
=> [4,3,2]
=> [1,0,1,1,1,0,1,1,0,0,0,0]
=> 2
[2,1,3,5,4] => [1,1,0,0,1,0,1,1,0,0]
=> [3,3,2]
=> [1,1,1,0,1,1,0,0,0,0]
=> 1
[2,1,4,3,5] => [1,1,0,0,1,1,0,0,1,0]
=> [4,2,2]
=> [1,0,1,0,1,1,1,1,0,0,0,0]
=> 2
[5,1,2,3,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,3,3,3,3,3,3}
[5,1,2,4,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,3,3,3,3,3,3}
[5,1,3,2,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,3,3,3,3,3,3}
[5,1,3,4,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,3,3,3,3,3,3}
[5,1,4,2,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,3,3,3,3,3,3}
[5,1,4,3,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,3,3,3,3,3,3}
[5,2,1,3,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,3,3,3,3,3,3}
[5,2,1,4,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,3,3,3,3,3,3}
[5,2,3,1,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,3,3,3,3,3,3}
[5,2,3,4,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,3,3,3,3,3,3}
[5,2,4,1,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,3,3,3,3,3,3}
[5,2,4,3,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,3,3,3,3,3,3}
[5,3,1,2,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,3,3,3,3,3,3}
[5,3,1,4,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,3,3,3,3,3,3}
[5,3,2,1,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,3,3,3,3,3,3}
[5,3,2,4,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,3,3,3,3,3,3}
[5,3,4,1,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,3,3,3,3,3,3}
[5,3,4,2,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,3,3,3,3,3,3}
[5,4,1,2,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,3,3,3,3,3,3}
[5,4,1,3,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,3,3,3,3,3,3}
[5,4,2,1,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,3,3,3,3,3,3}
[5,4,2,3,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,3,3,3,3,3,3}
[5,4,3,1,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,3,3,3,3,3,3}
[5,4,3,2,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,2,2,2,2,2,2,2,3,3,3,3,3,3}
[1,2,3,4,5,6] => [1,0,1,0,1,0,1,0,1,0,1,0]
=> [5,4,3,2,1]
=> [1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,3,4,6,5] => [1,0,1,0,1,0,1,0,1,1,0,0]
=> [4,4,3,2,1]
=> [1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,3,5,4,6] => [1,0,1,0,1,0,1,1,0,0,1,0]
=> [5,3,3,2,1]
=> [1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,3,5,6,4] => [1,0,1,0,1,0,1,1,0,1,0,0]
=> [4,3,3,2,1]
=> [1,0,1,1,1,1,1,0,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,4,3,5,6] => [1,0,1,0,1,1,0,0,1,0,1,0]
=> [5,4,2,2,1]
=> [1,0,1,1,1,0,1,0,1,1,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,4,3,6,5] => [1,0,1,0,1,1,0,0,1,1,0,0]
=> [4,4,2,2,1]
=> [1,1,1,0,1,0,1,1,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,4,5,3,6] => [1,0,1,0,1,1,0,1,0,0,1,0]
=> [5,3,2,2,1]
=> [1,0,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,4,5,6,3] => [1,0,1,0,1,1,0,1,0,1,0,0]
=> [4,3,2,2,1]
=> [1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,5,3,4,6] => [1,0,1,0,1,1,1,0,0,0,1,0]
=> [5,2,2,2,1]
=> [1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,5,3,6,4] => [1,0,1,0,1,1,1,0,0,1,0,0]
=> [4,2,2,2,1]
=> [1,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,5,4,3,6] => [1,0,1,0,1,1,1,0,0,0,1,0]
=> [5,2,2,2,1]
=> [1,0,1,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,5,4,6,3] => [1,0,1,0,1,1,1,0,0,1,0,0]
=> [4,2,2,2,1]
=> [1,0,1,0,1,1,1,1,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,3,2,4,5,6] => [1,0,1,1,0,0,1,0,1,0,1,0]
=> [5,4,3,1,1]
=> [1,0,1,1,1,0,1,1,1,0,0,0,0,1,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,3,2,4,6,5] => [1,0,1,1,0,0,1,0,1,1,0,0]
=> [4,4,3,1,1]
=> [1,1,1,0,1,1,1,0,0,0,0,1,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,3,2,5,4,6] => [1,0,1,1,0,0,1,1,0,0,1,0]
=> [5,3,3,1,1]
=> [1,0,1,0,1,1,1,1,1,0,0,0,0,1,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,3,2,5,6,4] => [1,0,1,1,0,0,1,1,0,1,0,0]
=> [4,3,3,1,1]
=> [1,0,1,1,1,1,1,0,0,0,0,1,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
Description
The maximum of the projective dimensions of the indecomposable non-projective injective modules minus the minimum in the Nakayama algebra corresponding to the Dyck path.
Matching statistic: St000017
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Mp00127: Permutations —left-to-right-maxima to Dyck path⟶ Dyck paths
Mp00027: Dyck paths —to partition⟶ Integer partitions
Mp00045: Integer partitions —reading tableau⟶ Standard tableaux
St000017: Standard tableaux ⟶ ℤResult quality: 53% ●values known / values provided: 53%●distinct values known / distinct values provided: 60%
Mp00027: Dyck paths —to partition⟶ Integer partitions
Mp00045: Integer partitions —reading tableau⟶ Standard tableaux
St000017: Standard tableaux ⟶ ℤResult quality: 53% ●values known / values provided: 53%●distinct values known / distinct values provided: 60%
Values
[1] => [1,0]
=> []
=> []
=> ? = 0
[1,2] => [1,0,1,0]
=> [1]
=> [[1]]
=> 0
[2,1] => [1,1,0,0]
=> []
=> []
=> ? = 0
[1,2,3] => [1,0,1,0,1,0]
=> [2,1]
=> [[1,3],[2]]
=> 0
[1,3,2] => [1,0,1,1,0,0]
=> [1,1]
=> [[1],[2]]
=> 0
[2,1,3] => [1,1,0,0,1,0]
=> [2]
=> [[1,2]]
=> 0
[2,3,1] => [1,1,0,1,0,0]
=> [1]
=> [[1]]
=> 0
[3,1,2] => [1,1,1,0,0,0]
=> []
=> []
=> ? ∊ {0,1}
[3,2,1] => [1,1,1,0,0,0]
=> []
=> []
=> ? ∊ {0,1}
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [3,2,1]
=> [[1,3,6],[2,5],[4]]
=> 1
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [2,2,1]
=> [[1,3],[2,5],[4]]
=> 1
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [3,1,1]
=> [[1,4,5],[2],[3]]
=> 0
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [2,1,1]
=> [[1,4],[2],[3]]
=> 0
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,1,1]
=> [[1],[2],[3]]
=> 0
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,1,1]
=> [[1],[2],[3]]
=> 0
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [3,2]
=> [[1,2,5],[3,4]]
=> 1
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [2,2]
=> [[1,2],[3,4]]
=> 1
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [3,1]
=> [[1,3,4],[2]]
=> 0
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [2,1]
=> [[1,3],[2]]
=> 0
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [1,1]
=> [[1],[2]]
=> 0
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [1,1]
=> [[1],[2]]
=> 0
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [3]
=> [[1,2,3]]
=> 0
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [2]
=> [[1,2]]
=> 0
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [3]
=> [[1,2,3]]
=> 0
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [2]
=> [[1,2]]
=> 0
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [1]
=> [[1]]
=> 0
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [1]
=> [[1]]
=> 0
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,1,2,2,2}
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,1,2,2,2}
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,1,2,2,2}
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,1,2,2,2}
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,1,2,2,2}
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,1,2,2,2}
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [4,3,2,1]
=> [[1,3,6,10],[2,5,9],[4,8],[7]]
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [3,3,2,1]
=> [[1,3,6],[2,5,9],[4,8],[7]]
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [4,2,2,1]
=> [[1,3,8,9],[2,5],[4,7],[6]]
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [3,2,2,1]
=> [[1,3,8],[2,5],[4,7],[6]]
=> 2
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [2,2,2,1]
=> [[1,3],[2,5],[4,7],[6]]
=> 2
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [2,2,2,1]
=> [[1,3],[2,5],[4,7],[6]]
=> 2
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [4,3,1,1]
=> [[1,4,5,9],[2,7,8],[3],[6]]
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [3,3,1,1]
=> [[1,4,5],[2,7,8],[3],[6]]
=> 3
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [4,2,1,1]
=> [[1,4,7,8],[2,6],[3],[5]]
=> 1
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [3,2,1,1]
=> [[1,4,7],[2,6],[3],[5]]
=> 1
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [2,2,1,1]
=> [[1,4],[2,6],[3],[5]]
=> 1
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [2,2,1,1]
=> [[1,4],[2,6],[3],[5]]
=> 1
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [4,1,1,1]
=> [[1,5,6,7],[2],[3],[4]]
=> 0
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [3,1,1,1]
=> [[1,5,6],[2],[3],[4]]
=> 0
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [4,1,1,1]
=> [[1,5,6,7],[2],[3],[4]]
=> 0
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [3,1,1,1]
=> [[1,5,6],[2],[3],[4]]
=> 0
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [2,1,1,1]
=> [[1,5],[2],[3],[4]]
=> 0
[1,4,5,3,2] => [1,0,1,1,1,0,1,0,0,0]
=> [2,1,1,1]
=> [[1,5],[2],[3],[4]]
=> 0
[1,5,2,3,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [[1],[2],[3],[4]]
=> 0
[1,5,2,4,3] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [[1],[2],[3],[4]]
=> 0
[1,5,3,2,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [[1],[2],[3],[4]]
=> 0
[1,5,3,4,2] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [[1],[2],[3],[4]]
=> 0
[1,5,4,2,3] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [[1],[2],[3],[4]]
=> 0
[1,5,4,3,2] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [[1],[2],[3],[4]]
=> 0
[2,1,3,4,5] => [1,1,0,0,1,0,1,0,1,0]
=> [4,3,2]
=> [[1,2,5,9],[3,4,8],[6,7]]
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[2,1,3,5,4] => [1,1,0,0,1,0,1,1,0,0]
=> [3,3,2]
=> [[1,2,5],[3,4,8],[6,7]]
=> 4
[2,1,4,3,5] => [1,1,0,0,1,1,0,0,1,0]
=> [4,2,2]
=> [[1,2,7,8],[3,4],[5,6]]
=> 2
[2,1,4,5,3] => [1,1,0,0,1,1,0,1,0,0]
=> [3,2,2]
=> [[1,2,7],[3,4],[5,6]]
=> 2
[2,1,5,3,4] => [1,1,0,0,1,1,1,0,0,0]
=> [2,2,2]
=> [[1,2],[3,4],[5,6]]
=> 2
[2,1,5,4,3] => [1,1,0,0,1,1,1,0,0,0]
=> [2,2,2]
=> [[1,2],[3,4],[5,6]]
=> 2
[2,3,1,4,5] => [1,1,0,1,0,0,1,0,1,0]
=> [4,3,1]
=> [[1,3,4,8],[2,6,7],[5]]
=> 3
[2,3,1,5,4] => [1,1,0,1,0,0,1,1,0,0]
=> [3,3,1]
=> [[1,3,4],[2,6,7],[5]]
=> 3
[5,1,2,3,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[5,1,2,4,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[5,1,3,2,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[5,1,3,4,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[5,1,4,2,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[5,1,4,3,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[5,2,1,3,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[5,2,1,4,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[5,2,3,1,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[5,2,3,4,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[5,2,4,1,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[5,2,4,3,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[5,3,1,2,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[5,3,1,4,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[5,3,2,1,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[5,3,2,4,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[5,3,4,1,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[5,3,4,2,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[5,4,1,2,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[5,4,1,3,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[5,4,2,1,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[5,4,2,3,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[5,4,3,1,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[5,4,3,2,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,4}
[1,2,3,4,5,6] => [1,0,1,0,1,0,1,0,1,0,1,0]
=> [5,4,3,2,1]
=> [[1,3,6,10,15],[2,5,9,14],[4,8,13],[7,12],[11]]
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6}
[1,2,3,4,6,5] => [1,0,1,0,1,0,1,0,1,1,0,0]
=> [4,4,3,2,1]
=> [[1,3,6,10],[2,5,9,14],[4,8,13],[7,12],[11]]
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6}
[1,2,3,5,4,6] => [1,0,1,0,1,0,1,1,0,0,1,0]
=> [5,3,3,2,1]
=> [[1,3,6,13,14],[2,5,9],[4,8,12],[7,11],[10]]
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6}
[1,2,3,5,6,4] => [1,0,1,0,1,0,1,1,0,1,0,0]
=> [4,3,3,2,1]
=> [[1,3,6,13],[2,5,9],[4,8,12],[7,11],[10]]
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6}
[1,2,3,6,4,5] => [1,0,1,0,1,0,1,1,1,0,0,0]
=> [3,3,3,2,1]
=> [[1,3,6],[2,5,9],[4,8,12],[7,11],[10]]
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6}
[1,2,3,6,5,4] => [1,0,1,0,1,0,1,1,1,0,0,0]
=> [3,3,3,2,1]
=> [[1,3,6],[2,5,9],[4,8,12],[7,11],[10]]
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6}
[1,2,4,3,5,6] => [1,0,1,0,1,1,0,0,1,0,1,0]
=> [5,4,2,2,1]
=> [[1,3,8,9,14],[2,5,12,13],[4,7],[6,11],[10]]
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6}
[1,2,4,3,6,5] => [1,0,1,0,1,1,0,0,1,1,0,0]
=> [4,4,2,2,1]
=> [[1,3,8,9],[2,5,12,13],[4,7],[6,11],[10]]
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6}
[1,2,4,5,3,6] => [1,0,1,0,1,1,0,1,0,0,1,0]
=> [5,3,2,2,1]
=> [[1,3,8,12,13],[2,5,11],[4,7],[6,10],[9]]
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6}
[1,2,4,5,6,3] => [1,0,1,0,1,1,0,1,0,1,0,0]
=> [4,3,2,2,1]
=> [[1,3,8,12],[2,5,11],[4,7],[6,10],[9]]
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6}
[1,2,4,6,3,5] => [1,0,1,0,1,1,0,1,1,0,0,0]
=> [3,3,2,2,1]
=> [[1,3,8],[2,5,11],[4,7],[6,10],[9]]
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6}
Description
The number of inversions of a standard tableau.
Let $T$ be a tableau. An inversion is an attacking pair $(c,d)$ of the shape of $T$ (see [[St000016]] for a definition of this) such that the entry of $c$ in $T$ is greater than the entry of $d$.
Matching statistic: St001803
Mp00127: Permutations —left-to-right-maxima to Dyck path⟶ Dyck paths
Mp00027: Dyck paths —to partition⟶ Integer partitions
Mp00045: Integer partitions —reading tableau⟶ Standard tableaux
St001803: Standard tableaux ⟶ ℤResult quality: 53% ●values known / values provided: 53%●distinct values known / distinct values provided: 60%
Mp00027: Dyck paths —to partition⟶ Integer partitions
Mp00045: Integer partitions —reading tableau⟶ Standard tableaux
St001803: Standard tableaux ⟶ ℤResult quality: 53% ●values known / values provided: 53%●distinct values known / distinct values provided: 60%
Values
[1] => [1,0]
=> []
=> []
=> ? = 0
[1,2] => [1,0,1,0]
=> [1]
=> [[1]]
=> 0
[2,1] => [1,1,0,0]
=> []
=> []
=> ? = 0
[1,2,3] => [1,0,1,0,1,0]
=> [2,1]
=> [[1,3],[2]]
=> 0
[1,3,2] => [1,0,1,1,0,0]
=> [1,1]
=> [[1],[2]]
=> 1
[2,1,3] => [1,1,0,0,1,0]
=> [2]
=> [[1,2]]
=> 0
[2,3,1] => [1,1,0,1,0,0]
=> [1]
=> [[1]]
=> 0
[3,1,2] => [1,1,1,0,0,0]
=> []
=> []
=> ? ∊ {0,0}
[3,2,1] => [1,1,1,0,0,0]
=> []
=> []
=> ? ∊ {0,0}
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [3,2,1]
=> [[1,3,6],[2,5],[4]]
=> 0
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [2,2,1]
=> [[1,3],[2,5],[4]]
=> 1
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [3,1,1]
=> [[1,4,5],[2],[3]]
=> 0
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [2,1,1]
=> [[1,4],[2],[3]]
=> 0
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,1,1]
=> [[1],[2],[3]]
=> 2
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,1,1]
=> [[1],[2],[3]]
=> 2
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [3,2]
=> [[1,2,5],[3,4]]
=> 0
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [2,2]
=> [[1,2],[3,4]]
=> 1
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [3,1]
=> [[1,3,4],[2]]
=> 0
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [2,1]
=> [[1,3],[2]]
=> 0
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [1,1]
=> [[1],[2]]
=> 1
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [1,1]
=> [[1],[2]]
=> 1
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [3]
=> [[1,2,3]]
=> 0
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [2]
=> [[1,2]]
=> 0
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [3]
=> [[1,2,3]]
=> 0
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [2]
=> [[1,2]]
=> 0
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [1]
=> [[1]]
=> 0
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [1]
=> [[1]]
=> 0
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,2}
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,2}
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,2}
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,2}
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,2}
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,1,2}
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [4,3,2,1]
=> [[1,3,6,10],[2,5,9],[4,8],[7]]
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [3,3,2,1]
=> [[1,3,6],[2,5,9],[4,8],[7]]
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [4,2,2,1]
=> [[1,3,8,9],[2,5],[4,7],[6]]
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [3,2,2,1]
=> [[1,3,8],[2,5],[4,7],[6]]
=> 0
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [2,2,2,1]
=> [[1,3],[2,5],[4,7],[6]]
=> 2
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [2,2,2,1]
=> [[1,3],[2,5],[4,7],[6]]
=> 2
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [4,3,1,1]
=> [[1,4,5,9],[2,7,8],[3],[6]]
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [3,3,1,1]
=> [[1,4,5],[2,7,8],[3],[6]]
=> 1
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [4,2,1,1]
=> [[1,4,7,8],[2,6],[3],[5]]
=> 0
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [3,2,1,1]
=> [[1,4,7],[2,6],[3],[5]]
=> 0
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [2,2,1,1]
=> [[1,4],[2,6],[3],[5]]
=> 1
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [2,2,1,1]
=> [[1,4],[2,6],[3],[5]]
=> 1
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [4,1,1,1]
=> [[1,5,6,7],[2],[3],[4]]
=> 0
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [3,1,1,1]
=> [[1,5,6],[2],[3],[4]]
=> 0
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [4,1,1,1]
=> [[1,5,6,7],[2],[3],[4]]
=> 0
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [3,1,1,1]
=> [[1,5,6],[2],[3],[4]]
=> 0
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [2,1,1,1]
=> [[1,5],[2],[3],[4]]
=> 0
[1,4,5,3,2] => [1,0,1,1,1,0,1,0,0,0]
=> [2,1,1,1]
=> [[1,5],[2],[3],[4]]
=> 0
[1,5,2,3,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [[1],[2],[3],[4]]
=> 3
[1,5,2,4,3] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [[1],[2],[3],[4]]
=> 3
[1,5,3,2,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [[1],[2],[3],[4]]
=> 3
[1,5,3,4,2] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [[1],[2],[3],[4]]
=> 3
[1,5,4,2,3] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [[1],[2],[3],[4]]
=> 3
[1,5,4,3,2] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [[1],[2],[3],[4]]
=> 3
[2,1,3,4,5] => [1,1,0,0,1,0,1,0,1,0]
=> [4,3,2]
=> [[1,2,5,9],[3,4,8],[6,7]]
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[2,1,3,5,4] => [1,1,0,0,1,0,1,1,0,0]
=> [3,3,2]
=> [[1,2,5],[3,4,8],[6,7]]
=> 1
[2,1,4,3,5] => [1,1,0,0,1,1,0,0,1,0]
=> [4,2,2]
=> [[1,2,7,8],[3,4],[5,6]]
=> 0
[2,1,4,5,3] => [1,1,0,0,1,1,0,1,0,0]
=> [3,2,2]
=> [[1,2,7],[3,4],[5,6]]
=> 0
[2,1,5,3,4] => [1,1,0,0,1,1,1,0,0,0]
=> [2,2,2]
=> [[1,2],[3,4],[5,6]]
=> 2
[2,1,5,4,3] => [1,1,0,0,1,1,1,0,0,0]
=> [2,2,2]
=> [[1,2],[3,4],[5,6]]
=> 2
[2,3,1,4,5] => [1,1,0,1,0,0,1,0,1,0]
=> [4,3,1]
=> [[1,3,4,8],[2,6,7],[5]]
=> 0
[2,3,1,5,4] => [1,1,0,1,0,0,1,1,0,0]
=> [3,3,1]
=> [[1,3,4],[2,6,7],[5]]
=> 1
[5,1,2,3,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[5,1,2,4,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[5,1,3,2,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[5,1,3,4,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[5,1,4,2,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[5,1,4,3,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[5,2,1,3,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[5,2,1,4,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[5,2,3,1,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[5,2,3,4,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[5,2,4,1,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[5,2,4,3,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[5,3,1,2,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[5,3,1,4,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[5,3,2,1,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[5,3,2,4,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[5,3,4,1,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[5,3,4,2,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[5,4,1,2,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[5,4,1,3,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[5,4,2,1,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[5,4,2,3,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[5,4,3,1,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[5,4,3,2,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,3,3,4,4}
[1,2,3,4,5,6] => [1,0,1,0,1,0,1,0,1,0,1,0]
=> [5,4,3,2,1]
=> [[1,3,6,10,15],[2,5,9,14],[4,8,13],[7,12],[11]]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,3,4,6,5] => [1,0,1,0,1,0,1,0,1,1,0,0]
=> [4,4,3,2,1]
=> [[1,3,6,10],[2,5,9,14],[4,8,13],[7,12],[11]]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,3,5,4,6] => [1,0,1,0,1,0,1,1,0,0,1,0]
=> [5,3,3,2,1]
=> [[1,3,6,13,14],[2,5,9],[4,8,12],[7,11],[10]]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,3,5,6,4] => [1,0,1,0,1,0,1,1,0,1,0,0]
=> [4,3,3,2,1]
=> [[1,3,6,13],[2,5,9],[4,8,12],[7,11],[10]]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,3,6,4,5] => [1,0,1,0,1,0,1,1,1,0,0,0]
=> [3,3,3,2,1]
=> [[1,3,6],[2,5,9],[4,8,12],[7,11],[10]]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,3,6,5,4] => [1,0,1,0,1,0,1,1,1,0,0,0]
=> [3,3,3,2,1]
=> [[1,3,6],[2,5,9],[4,8,12],[7,11],[10]]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,4,3,5,6] => [1,0,1,0,1,1,0,0,1,0,1,0]
=> [5,4,2,2,1]
=> [[1,3,8,9,14],[2,5,12,13],[4,7],[6,11],[10]]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,4,3,6,5] => [1,0,1,0,1,1,0,0,1,1,0,0]
=> [4,4,2,2,1]
=> [[1,3,8,9],[2,5,12,13],[4,7],[6,11],[10]]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,4,5,3,6] => [1,0,1,0,1,1,0,1,0,0,1,0]
=> [5,3,2,2,1]
=> [[1,3,8,12,13],[2,5,11],[4,7],[6,10],[9]]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,4,5,6,3] => [1,0,1,0,1,1,0,1,0,1,0,0]
=> [4,3,2,2,1]
=> [[1,3,8,12],[2,5,11],[4,7],[6,10],[9]]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,4,6,3,5] => [1,0,1,0,1,1,0,1,1,0,0,0]
=> [3,3,2,2,1]
=> [[1,3,8],[2,5,11],[4,7],[6,10],[9]]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
Description
The maximal overlap of the cylindrical tableau associated with a tableau.
A cylindrical tableau associated with a standard Young tableau $T$ is the skew row-strict tableau obtained by gluing two copies of $T$ such that the inner shape is a rectangle.
The overlap, recorded in this statistic, equals $\max_C\big(2\ell(T) - \ell(C)\big)$, where $\ell$ denotes the number of rows of a tableau and the maximum is taken over all cylindrical tableaux.
In particular, the statistic equals $0$, if and only if the last entry of the first row is larger than or equal to the first entry of the last row. Moreover, the statistic attains its maximal value, the number of rows of the tableau minus 1, if and only if the tableau consists of a single column.
Matching statistic: St001163
Mp00127: Permutations —left-to-right-maxima to Dyck path⟶ Dyck paths
Mp00027: Dyck paths —to partition⟶ Integer partitions
Mp00230: Integer partitions —parallelogram polyomino⟶ Dyck paths
St001163: Dyck paths ⟶ ℤResult quality: 50% ●values known / values provided: 52%●distinct values known / distinct values provided: 50%
Mp00027: Dyck paths —to partition⟶ Integer partitions
Mp00230: Integer partitions —parallelogram polyomino⟶ Dyck paths
St001163: Dyck paths ⟶ ℤResult quality: 50% ●values known / values provided: 52%●distinct values known / distinct values provided: 50%
Values
[1] => [1,0]
=> []
=> []
=> ? = 0
[1,2] => [1,0,1,0]
=> [1]
=> [1,0]
=> 0
[2,1] => [1,1,0,0]
=> []
=> []
=> ? = 0
[1,2,3] => [1,0,1,0,1,0]
=> [2,1]
=> [1,0,1,1,0,0]
=> 0
[1,3,2] => [1,0,1,1,0,0]
=> [1,1]
=> [1,1,0,0]
=> 0
[2,1,3] => [1,1,0,0,1,0]
=> [2]
=> [1,0,1,0]
=> 0
[2,3,1] => [1,1,0,1,0,0]
=> [1]
=> [1,0]
=> 0
[3,1,2] => [1,1,1,0,0,0]
=> []
=> []
=> ? ∊ {0,1}
[3,2,1] => [1,1,1,0,0,0]
=> []
=> []
=> ? ∊ {0,1}
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [3,2,1]
=> [1,0,1,1,1,0,0,1,0,0]
=> 0
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [2,2,1]
=> [1,1,1,0,0,1,0,0]
=> 0
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> 2
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> 1
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 0
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 0
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [3,2]
=> [1,0,1,1,1,0,0,0]
=> 0
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [2,2]
=> [1,1,1,0,0,0]
=> 0
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [3,1]
=> [1,0,1,0,1,1,0,0]
=> 1
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [2,1]
=> [1,0,1,1,0,0]
=> 0
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [1,1]
=> [1,1,0,0]
=> 0
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [1,1]
=> [1,1,0,0]
=> 0
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [3]
=> [1,0,1,0,1,0]
=> 1
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [2]
=> [1,0,1,0]
=> 0
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [3]
=> [1,0,1,0,1,0]
=> 1
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [2]
=> [1,0,1,0]
=> 0
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [1]
=> [1,0]
=> 0
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [1]
=> [1,0]
=> 0
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,1,2,2}
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,1,2,2}
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,1,2,2}
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,1,2,2}
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,1,2,2}
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,1,2,2}
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [4,3,2,1]
=> [1,0,1,1,1,0,1,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [3,3,2,1]
=> [1,1,1,0,1,1,0,0,0,1,0,0]
=> 1
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [4,2,2,1]
=> [1,0,1,0,1,1,1,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [3,2,2,1]
=> [1,0,1,1,1,1,0,0,0,1,0,0]
=> 0
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [2,2,2,1]
=> [1,1,1,1,0,0,0,1,0,0]
=> 0
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [2,2,2,1]
=> [1,1,1,1,0,0,0,1,0,0]
=> 0
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [4,3,1,1]
=> [1,0,1,1,1,0,1,0,0,1,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [3,3,1,1]
=> [1,1,1,0,1,0,0,1,0,1,0,0]
=> 1
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [4,2,1,1]
=> [1,0,1,0,1,1,1,0,0,1,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [3,2,1,1]
=> [1,0,1,1,1,0,0,1,0,1,0,0]
=> 0
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [2,2,1,1]
=> [1,1,1,0,0,1,0,1,0,0]
=> 0
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [2,2,1,1]
=> [1,1,1,0,0,1,0,1,0,0]
=> 0
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [4,1,1,1]
=> [1,0,1,0,1,0,1,1,0,1,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [3,1,1,1]
=> [1,0,1,0,1,1,0,1,0,1,0,0]
=> 2
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [4,1,1,1]
=> [1,0,1,0,1,0,1,1,0,1,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [3,1,1,1]
=> [1,0,1,0,1,1,0,1,0,1,0,0]
=> 2
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> 1
[1,4,5,3,2] => [1,0,1,1,1,0,1,0,0,0]
=> [2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> 1
[1,5,2,3,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,1,0,1,0,1,0,0]
=> 0
[1,5,2,4,3] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,1,0,1,0,1,0,0]
=> 0
[1,5,3,2,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,1,0,1,0,1,0,0]
=> 0
[1,5,3,4,2] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,1,0,1,0,1,0,0]
=> 0
[1,5,4,2,3] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,1,0,1,0,1,0,0]
=> 0
[1,5,4,3,2] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,1,0,1,0,1,0,0]
=> 0
[2,1,3,4,5] => [1,1,0,0,1,0,1,0,1,0]
=> [4,3,2]
=> [1,0,1,1,1,0,1,1,0,0,0,0]
=> 1
[2,1,3,5,4] => [1,1,0,0,1,0,1,1,0,0]
=> [3,3,2]
=> [1,1,1,0,1,1,0,0,0,0]
=> 0
[2,1,4,3,5] => [1,1,0,0,1,1,0,0,1,0]
=> [4,2,2]
=> [1,0,1,0,1,1,1,1,0,0,0,0]
=> 1
[2,1,4,5,3] => [1,1,0,0,1,1,0,1,0,0]
=> [3,2,2]
=> [1,0,1,1,1,1,0,0,0,0]
=> 0
[2,1,5,3,4] => [1,1,0,0,1,1,1,0,0,0]
=> [2,2,2]
=> [1,1,1,1,0,0,0,0]
=> 0
[2,1,5,4,3] => [1,1,0,0,1,1,1,0,0,0]
=> [2,2,2]
=> [1,1,1,1,0,0,0,0]
=> 0
[2,3,1,4,5] => [1,1,0,1,0,0,1,0,1,0]
=> [4,3,1]
=> [1,0,1,1,1,0,1,0,0,1,0,0]
=> 1
[2,3,1,5,4] => [1,1,0,1,0,0,1,1,0,0]
=> [3,3,1]
=> [1,1,1,0,1,0,0,1,0,0]
=> 0
[2,3,4,1,5] => [1,1,0,1,0,1,0,0,1,0]
=> [4,2,1]
=> [1,0,1,0,1,1,1,0,0,1,0,0]
=> 1
[5,1,2,3,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[5,1,2,4,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[5,1,3,2,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[5,1,3,4,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[5,1,4,2,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[5,1,4,3,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[5,2,1,3,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[5,2,1,4,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[5,2,3,1,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[5,2,3,4,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[5,2,4,1,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[5,2,4,3,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[5,3,1,2,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[5,3,1,4,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[5,3,2,1,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[5,3,2,4,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[5,3,4,1,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[5,3,4,2,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[5,4,1,2,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[5,4,1,3,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[5,4,2,1,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[5,4,2,3,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[5,4,3,1,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[5,4,3,2,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1,1,1,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,4,4}
[1,2,3,4,5,6] => [1,0,1,0,1,0,1,0,1,0,1,0]
=> [5,4,3,2,1]
=> [1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,3,4,6,5] => [1,0,1,0,1,0,1,0,1,1,0,0]
=> [4,4,3,2,1]
=> [1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,3,5,4,6] => [1,0,1,0,1,0,1,1,0,0,1,0]
=> [5,3,3,2,1]
=> [1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,3,5,6,4] => [1,0,1,0,1,0,1,1,0,1,0,0]
=> [4,3,3,2,1]
=> [1,0,1,1,1,1,1,0,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,3,6,4,5] => [1,0,1,0,1,0,1,1,1,0,0,0]
=> [3,3,3,2,1]
=> [1,1,1,1,1,0,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,3,6,5,4] => [1,0,1,0,1,0,1,1,1,0,0,0]
=> [3,3,3,2,1]
=> [1,1,1,1,1,0,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,4,3,5,6] => [1,0,1,0,1,1,0,0,1,0,1,0]
=> [5,4,2,2,1]
=> [1,0,1,1,1,0,1,0,1,1,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,4,3,6,5] => [1,0,1,0,1,1,0,0,1,1,0,0]
=> [4,4,2,2,1]
=> [1,1,1,0,1,0,1,1,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,4,5,3,6] => [1,0,1,0,1,1,0,1,0,0,1,0]
=> [5,3,2,2,1]
=> [1,0,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,4,5,6,3] => [1,0,1,0,1,1,0,1,0,1,0,0]
=> [4,3,2,2,1]
=> [1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
Description
The number of simple modules with dominant dimension at least three in the corresponding Nakayama algebra.
Matching statistic: St001219
Mp00127: Permutations —left-to-right-maxima to Dyck path⟶ Dyck paths
Mp00027: Dyck paths —to partition⟶ Integer partitions
Mp00230: Integer partitions —parallelogram polyomino⟶ Dyck paths
St001219: Dyck paths ⟶ ℤResult quality: 50% ●values known / values provided: 52%●distinct values known / distinct values provided: 50%
Mp00027: Dyck paths —to partition⟶ Integer partitions
Mp00230: Integer partitions —parallelogram polyomino⟶ Dyck paths
St001219: Dyck paths ⟶ ℤResult quality: 50% ●values known / values provided: 52%●distinct values known / distinct values provided: 50%
Values
[1] => [1,0]
=> []
=> []
=> ? = 0
[1,2] => [1,0,1,0]
=> [1]
=> [1,0]
=> 0
[2,1] => [1,1,0,0]
=> []
=> []
=> ? = 0
[1,2,3] => [1,0,1,0,1,0]
=> [2,1]
=> [1,0,1,1,0,0]
=> 0
[1,3,2] => [1,0,1,1,0,0]
=> [1,1]
=> [1,1,0,0]
=> 0
[2,1,3] => [1,1,0,0,1,0]
=> [2]
=> [1,0,1,0]
=> 0
[2,3,1] => [1,1,0,1,0,0]
=> [1]
=> [1,0]
=> 0
[3,1,2] => [1,1,1,0,0,0]
=> []
=> []
=> ? ∊ {0,1}
[3,2,1] => [1,1,1,0,0,0]
=> []
=> []
=> ? ∊ {0,1}
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [3,2,1]
=> [1,0,1,1,1,0,0,1,0,0]
=> 0
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [2,2,1]
=> [1,1,1,0,0,1,0,0]
=> 0
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [3,1,1]
=> [1,0,1,0,1,1,0,1,0,0]
=> 2
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> 1
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 0
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 0
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [3,2]
=> [1,0,1,1,1,0,0,0]
=> 0
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [2,2]
=> [1,1,1,0,0,0]
=> 0
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [3,1]
=> [1,0,1,0,1,1,0,0]
=> 1
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [2,1]
=> [1,0,1,1,0,0]
=> 0
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [1,1]
=> [1,1,0,0]
=> 0
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [1,1]
=> [1,1,0,0]
=> 0
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [3]
=> [1,0,1,0,1,0]
=> 1
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [2]
=> [1,0,1,0]
=> 0
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [3]
=> [1,0,1,0,1,0]
=> 1
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [2]
=> [1,0,1,0]
=> 0
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [1]
=> [1,0]
=> 0
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [1]
=> [1,0]
=> 0
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,1,2,2}
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,1,2,2}
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,1,2,2}
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,1,2,2}
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,1,2,2}
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,1,2,2}
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [4,3,2,1]
=> [1,0,1,1,1,0,1,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [3,3,2,1]
=> [1,1,1,0,1,1,0,0,0,1,0,0]
=> 0
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [4,2,2,1]
=> [1,0,1,0,1,1,1,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [3,2,2,1]
=> [1,0,1,1,1,1,0,0,0,1,0,0]
=> 0
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [2,2,2,1]
=> [1,1,1,1,0,0,0,1,0,0]
=> 0
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [2,2,2,1]
=> [1,1,1,1,0,0,0,1,0,0]
=> 0
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [4,3,1,1]
=> [1,0,1,1,1,0,1,0,0,1,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [3,3,1,1]
=> [1,1,1,0,1,0,0,1,0,1,0,0]
=> 0
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [4,2,1,1]
=> [1,0,1,0,1,1,1,0,0,1,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [3,2,1,1]
=> [1,0,1,1,1,0,0,1,0,1,0,0]
=> 0
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [2,2,1,1]
=> [1,1,1,0,0,1,0,1,0,0]
=> 0
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [2,2,1,1]
=> [1,1,1,0,0,1,0,1,0,0]
=> 0
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [4,1,1,1]
=> [1,0,1,0,1,0,1,1,0,1,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [3,1,1,1]
=> [1,0,1,0,1,1,0,1,0,1,0,0]
=> 3
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [4,1,1,1]
=> [1,0,1,0,1,0,1,1,0,1,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [3,1,1,1]
=> [1,0,1,0,1,1,0,1,0,1,0,0]
=> 3
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> 2
[1,4,5,3,2] => [1,0,1,1,1,0,1,0,0,0]
=> [2,1,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> 2
[1,5,2,3,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,1,0,1,0,1,0,0]
=> 1
[1,5,2,4,3] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,1,0,1,0,1,0,0]
=> 1
[1,5,3,2,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,1,0,1,0,1,0,0]
=> 1
[1,5,3,4,2] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,1,0,1,0,1,0,0]
=> 1
[1,5,4,2,3] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,1,0,1,0,1,0,0]
=> 1
[1,5,4,3,2] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,1,0,1,0,1,0,0]
=> 1
[2,1,3,4,5] => [1,1,0,0,1,0,1,0,1,0]
=> [4,3,2]
=> [1,0,1,1,1,0,1,1,0,0,0,0]
=> 1
[2,1,3,5,4] => [1,1,0,0,1,0,1,1,0,0]
=> [3,3,2]
=> [1,1,1,0,1,1,0,0,0,0]
=> 0
[2,1,4,3,5] => [1,1,0,0,1,1,0,0,1,0]
=> [4,2,2]
=> [1,0,1,0,1,1,1,1,0,0,0,0]
=> 1
[2,1,4,5,3] => [1,1,0,0,1,1,0,1,0,0]
=> [3,2,2]
=> [1,0,1,1,1,1,0,0,0,0]
=> 0
[2,1,5,3,4] => [1,1,0,0,1,1,1,0,0,0]
=> [2,2,2]
=> [1,1,1,1,0,0,0,0]
=> 0
[2,1,5,4,3] => [1,1,0,0,1,1,1,0,0,0]
=> [2,2,2]
=> [1,1,1,1,0,0,0,0]
=> 0
[2,3,1,4,5] => [1,1,0,1,0,0,1,0,1,0]
=> [4,3,1]
=> [1,0,1,1,1,0,1,0,0,1,0,0]
=> 1
[2,3,1,5,4] => [1,1,0,1,0,0,1,1,0,0]
=> [3,3,1]
=> [1,1,1,0,1,0,0,1,0,0]
=> 0
[2,3,4,1,5] => [1,1,0,1,0,1,0,0,1,0]
=> [4,2,1]
=> [1,0,1,0,1,1,1,0,0,1,0,0]
=> 1
[5,1,2,3,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[5,1,2,4,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[5,1,3,2,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[5,1,3,4,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[5,1,4,2,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[5,1,4,3,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[5,2,1,3,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[5,2,1,4,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[5,2,3,1,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[5,2,3,4,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[5,2,4,1,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[5,2,4,3,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[5,3,1,2,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[5,3,1,4,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[5,3,2,1,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[5,3,2,4,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[5,3,4,1,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[5,3,4,2,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[5,4,1,2,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[5,4,1,3,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[5,4,2,1,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[5,4,2,3,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[5,4,3,1,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[5,4,3,2,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,2,2,2,2,2,2,3,3,3,3,3,3,4,4}
[1,2,3,4,5,6] => [1,0,1,0,1,0,1,0,1,0,1,0]
=> [5,4,3,2,1]
=> [1,0,1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,3,4,6,5] => [1,0,1,0,1,0,1,0,1,1,0,0]
=> [4,4,3,2,1]
=> [1,1,1,0,1,1,1,0,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,3,5,4,6] => [1,0,1,0,1,0,1,1,0,0,1,0]
=> [5,3,3,2,1]
=> [1,0,1,0,1,1,1,1,1,0,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,3,5,6,4] => [1,0,1,0,1,0,1,1,0,1,0,0]
=> [4,3,3,2,1]
=> [1,0,1,1,1,1,1,0,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,3,6,4,5] => [1,0,1,0,1,0,1,1,1,0,0,0]
=> [3,3,3,2,1]
=> [1,1,1,1,1,0,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,3,6,5,4] => [1,0,1,0,1,0,1,1,1,0,0,0]
=> [3,3,3,2,1]
=> [1,1,1,1,1,0,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,4,3,5,6] => [1,0,1,0,1,1,0,0,1,0,1,0]
=> [5,4,2,2,1]
=> [1,0,1,1,1,0,1,0,1,1,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,4,3,6,5] => [1,0,1,0,1,1,0,0,1,1,0,0]
=> [4,4,2,2,1]
=> [1,1,1,0,1,0,1,1,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,4,5,3,6] => [1,0,1,0,1,1,0,1,0,0,1,0]
=> [5,3,2,2,1]
=> [1,0,1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
[1,2,4,5,6,3] => [1,0,1,0,1,1,0,1,0,1,0,0]
=> [4,3,2,2,1]
=> [1,0,1,1,1,0,1,1,0,1,0,0,0,1,0,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,5,5,5,5,5,5,5,5,5,5,5,6,6,6,6,6,6,6,6}
Description
Number of simple modules S in the corresponding Nakayama algebra such that the Auslander-Reiten sequence ending at S has the property that all modules in the exact sequence are reflexive.
Matching statistic: St000772
(load all 40 compositions to match this statistic)
(load all 40 compositions to match this statistic)
Mp00071: Permutations —descent composition⟶ Integer compositions
Mp00184: Integer compositions —to threshold graph⟶ Graphs
St000772: Graphs ⟶ ℤResult quality: 50% ●values known / values provided: 50%●distinct values known / distinct values provided: 60%
Mp00184: Integer compositions —to threshold graph⟶ Graphs
St000772: Graphs ⟶ ℤResult quality: 50% ●values known / values provided: 50%●distinct values known / distinct values provided: 60%
Values
[1] => [1] => ([],1)
=> 1 = 0 + 1
[1,2] => [2] => ([],2)
=> ? = 0 + 1
[2,1] => [1,1] => ([(0,1)],2)
=> 1 = 0 + 1
[1,2,3] => [3] => ([],3)
=> ? ∊ {0,0,0} + 1
[1,3,2] => [2,1] => ([(0,2),(1,2)],3)
=> 1 = 0 + 1
[2,1,3] => [1,2] => ([(1,2)],3)
=> ? ∊ {0,0,0} + 1
[2,3,1] => [2,1] => ([(0,2),(1,2)],3)
=> 1 = 0 + 1
[3,1,2] => [1,2] => ([(1,2)],3)
=> ? ∊ {0,0,0} + 1
[3,2,1] => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 2 = 1 + 1
[1,2,3,4] => [4] => ([],4)
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,2,2} + 1
[1,2,4,3] => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[1,3,2,4] => [2,2] => ([(1,3),(2,3)],4)
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,2,2} + 1
[1,3,4,2] => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[1,4,2,3] => [2,2] => ([(1,3),(2,3)],4)
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,2,2} + 1
[1,4,3,2] => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 1 = 0 + 1
[2,1,3,4] => [1,3] => ([(2,3)],4)
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,2,2} + 1
[2,1,4,3] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 1 = 0 + 1
[2,3,1,4] => [2,2] => ([(1,3),(2,3)],4)
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,2,2} + 1
[2,3,4,1] => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[2,4,1,3] => [2,2] => ([(1,3),(2,3)],4)
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,2,2} + 1
[2,4,3,1] => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 1 = 0 + 1
[3,1,2,4] => [1,3] => ([(2,3)],4)
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,2,2} + 1
[3,1,4,2] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 1 = 0 + 1
[3,2,1,4] => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,2,2} + 1
[3,2,4,1] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 1 = 0 + 1
[3,4,1,2] => [2,2] => ([(1,3),(2,3)],4)
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,2,2} + 1
[3,4,2,1] => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 1 = 0 + 1
[4,1,2,3] => [1,3] => ([(2,3)],4)
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,2,2} + 1
[4,1,3,2] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 1 = 0 + 1
[4,2,1,3] => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,2,2} + 1
[4,2,3,1] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 1 = 0 + 1
[4,3,1,2] => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> ? ∊ {0,0,0,0,0,0,0,0,1,1,2,2} + 1
[4,3,2,1] => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[1,2,3,4,5] => [5] => ([],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[1,2,3,5,4] => [4,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 3 = 2 + 1
[1,2,4,3,5] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[1,2,4,5,3] => [4,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 3 = 2 + 1
[1,2,5,3,4] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[1,2,5,4,3] => [3,1,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,3,2,4,5] => [2,3] => ([(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[1,3,2,5,4] => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[1,3,4,2,5] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[1,3,4,5,2] => [4,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 3 = 2 + 1
[1,3,5,2,4] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[1,3,5,4,2] => [3,1,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,4,2,3,5] => [2,3] => ([(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[1,4,2,5,3] => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[1,4,3,2,5] => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[1,4,3,5,2] => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[1,4,5,2,3] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[1,4,5,3,2] => [3,1,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,5,2,3,4] => [2,3] => ([(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[1,5,2,4,3] => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[1,5,3,2,4] => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[1,5,3,4,2] => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[1,5,4,2,3] => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[1,5,4,3,2] => [2,1,1,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[2,1,3,4,5] => [1,4] => ([(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[2,1,3,5,4] => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[2,1,4,3,5] => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[2,1,4,5,3] => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[2,1,5,3,4] => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[2,1,5,4,3] => [1,2,1,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[2,3,1,4,5] => [2,3] => ([(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[2,3,1,5,4] => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[2,3,4,1,5] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[2,3,4,5,1] => [4,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 3 = 2 + 1
[2,3,5,1,4] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[2,3,5,4,1] => [3,1,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[2,4,1,3,5] => [2,3] => ([(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[2,4,1,5,3] => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[2,4,3,1,5] => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[2,4,3,5,1] => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[2,4,5,1,3] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[2,4,5,3,1] => [3,1,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[2,5,1,3,4] => [2,3] => ([(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[2,5,1,4,3] => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[2,5,3,1,4] => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[2,5,3,4,1] => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[2,5,4,1,3] => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[2,5,4,3,1] => [2,1,1,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[3,1,2,4,5] => [1,4] => ([(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[3,1,2,5,4] => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[3,1,4,2,5] => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[3,1,4,5,2] => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[3,1,5,2,4] => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[3,1,5,4,2] => [1,2,1,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[3,2,1,4,5] => [1,1,3] => ([(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[3,2,1,5,4] => [1,1,2,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[3,2,4,1,5] => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[3,2,4,5,1] => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[3,2,5,1,4] => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[3,2,5,4,1] => [1,2,1,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[3,4,1,2,5] => [2,3] => ([(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[3,4,1,5,2] => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[3,4,2,1,5] => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[3,4,2,5,1] => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[3,4,5,1,2] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
[3,4,5,2,1] => [3,1,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[3,5,1,2,4] => [2,3] => ([(2,4),(3,4)],5)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,4,4} + 1
Description
The multiplicity of the largest distance Laplacian eigenvalue in a connected graph.
The distance Laplacian of a graph is the (symmetric) matrix with row and column sums $0$, which has the negative distances between two vertices as its off-diagonal entries. This statistic is the largest multiplicity of an eigenvalue.
For example, the cycle on four vertices has distance Laplacian
$$
\left(\begin{array}{rrrr}
4 & -1 & -2 & -1 \\
-1 & 4 & -1 & -2 \\
-2 & -1 & 4 & -1 \\
-1 & -2 & -1 & 4
\end{array}\right).
$$
Its eigenvalues are $0,4,4,6$, so the statistic is $1$.
The path on four vertices has eigenvalues $0, 4.7\dots, 6, 9.2\dots$ and therefore also statistic $1$.
The graphs with statistic $n-1$, $n-2$ and $n-3$ have been characterised, see [1].
The following 118 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000506The number of standard desarrangement tableaux of shape equal to the given partition. St001176The size of a partition minus its first part. St001440The number of standard Young tableaux whose major index is congruent one modulo the size of a given integer partition. St001714The number of subpartitions of an integer partition that do not dominate the conjugate subpartition. St001657The number of twos in an integer partition. St001604The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on polygons. St000749The smallest integer d such that the restriction of the representation corresponding to a partition of n to the symmetric group on n-d letters has a constituent of odd degree. St001596The number of two-by-two squares inside a skew partition. St000771The largest multiplicity of a distance Laplacian eigenvalue in a connected graph. St000929The constant term of the character polynomial of an integer partition. St000454The largest eigenvalue of a graph if it is integral. St001876The number of 2-regular simple modules in the incidence algebra of the lattice. St000225Difference between largest and smallest parts in a partition. St001877Number of indecomposable injective modules with projective dimension 2. St001124The multiplicity of the standard representation in the Kronecker square corresponding to a partition. St000940The number of characters of the symmetric group whose value on the partition is zero. St000175Degree of the polynomial counting the number of semistandard Young tableaux when stretching the shape. St000205Number of non-integral Gelfand-Tsetlin polytopes with prescribed top row and partition weight. St000206Number of non-integral Gelfand-Tsetlin polytopes with prescribed top row and integer composition weight. St000319The spin of an integer partition. St000320The dinv adjustment of an integer partition. St000944The 3-degree of an integer partition. St001175The size of a partition minus the hook length of the base cell. St001248Sum of the even parts of a partition. St001279The sum of the parts of an integer partition that are at least two. St001280The number of parts of an integer partition that are at least two. St001384The number of boxes in the diagram of a partition that do not lie in the largest triangle it contains. St001541The Gini index of an integer partition. St001586The number of odd parts smaller than the largest even part in an integer partition. St001587Half of the largest even part of an integer partition. St001767The largest minimal number of arrows pointing to a cell in the Ferrers diagram in any assignment. St001912The length of the preperiod in Bulgarian solitaire corresponding to an integer partition. St001918The degree of the cyclic sieving polynomial corresponding to an integer partition. St001330The hat guessing number of a graph. St000478Another weight of a partition according to Alladi. St000566The number of ways to select a row of a Ferrers shape and two cells in this row. St000621The number of standard tableaux of shape equal to the given partition such that the minimal cyclic descent is even. St000714The number of semistandard Young tableau of given shape, with entries at most 2. St000934The 2-degree of an integer partition. St000936The number of even values of the symmetric group character corresponding to the partition. St000937The number of positive values of the symmetric group character corresponding to the partition. St000938The number of zeros of the symmetric group character corresponding to the partition. St000939The number of characters of the symmetric group whose value on the partition is positive. St000941The number of characters of the symmetric group whose value on the partition is even. St000993The multiplicity of the largest part of an integer partition. St001630The global dimension of the incidence algebra of the lattice over the rational numbers. St001878The projective dimension of the simple modules corresponding to the minimum of L in the incidence algebra of the lattice L. St001570The minimal number of edges to add to make a graph Hamiltonian. St000260The radius of a connected graph. St001875The number of simple modules with projective dimension at most 1. St000620The number of standard tableaux of shape equal to the given partition such that the minimal cyclic descent is odd. St000668The least common multiple of the parts of the partition. St000681The Grundy value of Chomp on Ferrers diagrams. St000698The number of 2-rim hooks removed from an integer partition to obtain its associated 2-core. St000704The number of semistandard tableaux on a given integer partition with minimal maximal entry. St000708The product of the parts of an integer partition. St000815The number of semistandard Young tableaux of partition weight of given shape. St000933The number of multipartitions of sizes given by an integer partition. St001123The multiplicity of the dual of the standard representation in the Kronecker square corresponding to a partition. St001128The exponens consonantiae of a partition. St001629The coefficient of the integer composition in the quasisymmetric expansion of the relabelling action of the symmetric group on cycles. St001924The number of cells in an integer partition whose arm and leg length coincide. St001964The interval resolution global dimension of a poset. St001525The number of symmetric hooks on the diagonal of a partition. St001939The number of parts that are equal to their multiplicity in the integer partition. St001940The number of distinct parts that are equal to their multiplicity in the integer partition. St001961The sum of the greatest common divisors of all pairs of parts. St000512The number of invariant subsets of size 3 when acting with a permutation of given cycle type. St000455The second largest eigenvalue of a graph if it is integral. St001845The number of join irreducibles minus the rank of a lattice. St000259The diameter of a connected graph. St000302The determinant of the distance matrix of a connected graph. St000466The Gutman (or modified Schultz) index of a connected graph. St000467The hyper-Wiener index of a connected graph. St000777The number of distinct eigenvalues of the distance Laplacian of a connected graph. St001645The pebbling number of a connected graph. St001438The number of missing boxes of a skew partition. St001862The number of crossings of a signed permutation. St001435The number of missing boxes in the first row. St000137The Grundy value of an integer partition. St001097The coefficient of the monomial symmetric function indexed by the partition in the formal group law for linear orders. St001122The multiplicity of the sign representation in the Kronecker square corresponding to a partition. St001561The value of the elementary symmetric function evaluated at 1. St001882The number of occurrences of a type-B 231 pattern in a signed permutation. St001200The number of simple modules in $eAe$ with projective dimension at most 2 in the corresponding Nakayama algebra $A$ with minimal faithful projective-injective module $eA$. St001060The distinguishing index of a graph. St001846The number of elements which do not have a complement in the lattice. St001868The number of alignments of type NE of a signed permutation. St000527The width of the poset. St001771The number of occurrences of the signed pattern 1-2 in a signed permutation. St001867The number of alignments of type EN of a signed permutation. St001633The number of simple modules with projective dimension two in the incidence algebra of the poset. St000632The jump number of the poset. St001301The first Betti number of the order complex associated with the poset. St001396Number of triples of incomparable elements in a finite poset. St001397Number of pairs of incomparable elements in a finite poset. St001398Number of subsets of size 3 of elements in a poset that form a "v". St001902The number of potential covers of a poset. St000181The number of connected components of the Hasse diagram for the poset. St000298The order dimension or Dushnik-Miller dimension of a poset. St000307The number of rowmotion orbits of a poset. St000908The length of the shortest maximal antichain in a poset. St001268The size of the largest ordinal summand in the poset. St001399The distinguishing number of a poset. St001472The permanent of the Coxeter matrix of the poset. St001510The number of self-evacuating linear extensions of a finite poset. St001532The leading coefficient of the Poincare polynomial of the poset cone. St001533The largest coefficient of the Poincare polynomial of the poset cone. St001634The trace of the Coxeter matrix of the incidence algebra of a poset. St001779The order of promotion on the set of linear extensions of a poset. St000848The balance constant multiplied with the number of linear extensions of a poset. St000849The number of 1/3-balanced pairs in a poset. St000850The number of 1/2-balanced pairs in a poset. St001095The number of non-isomorphic posets with precisely one further covering relation. St000516The number of stretching pairs of a permutation. St001314The number of tilting modules of arbitrary projective dimension that have no simple modules as a direct summand in the corresponding Nakayama algebra. St001207The Lowey length of the algebra $A/T$ when $T$ is the 1-tilting module corresponding to the permutation in the Auslander algebra of $K[x]/(x^n)$. St001927Sparre Andersen's number of positives of a signed permutation.
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!