searching the database
Your data matches 124 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: St000371
St000371: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => 0
[1,2] => 0
[2,1] => 0
[1,2,3] => 0
[1,3,2] => 0
[2,1,3] => 0
[2,3,1] => 0
[3,1,2] => 0
[3,2,1] => 1
[1,2,3,4] => 0
[1,2,4,3] => 0
[1,3,2,4] => 0
[1,3,4,2] => 0
[1,4,2,3] => 0
[1,4,3,2] => 1
[2,1,3,4] => 0
[2,1,4,3] => 0
[2,3,1,4] => 0
[2,3,4,1] => 0
[2,4,1,3] => 0
[2,4,3,1] => 1
[3,1,2,4] => 0
[3,1,4,2] => 0
[3,2,1,4] => 1
[3,2,4,1] => 1
[3,4,1,2] => 0
[3,4,2,1] => 1
[4,1,2,3] => 0
[4,1,3,2] => 1
[4,2,1,3] => 1
[4,2,3,1] => 2
[4,3,1,2] => 1
[4,3,2,1] => 2
[1,2,3,4,5] => 0
[1,2,3,5,4] => 0
[1,2,4,3,5] => 0
[1,2,4,5,3] => 0
[1,2,5,3,4] => 0
[1,2,5,4,3] => 1
[1,3,2,4,5] => 0
[1,3,2,5,4] => 0
[1,3,4,2,5] => 0
[1,3,4,5,2] => 0
[1,3,5,2,4] => 0
[1,3,5,4,2] => 1
[1,4,2,3,5] => 0
[1,4,2,5,3] => 0
[1,4,3,2,5] => 1
[1,4,3,5,2] => 1
[1,4,5,2,3] => 0
Description
The number of mid points of decreasing subsequences of length 3 in a permutation.
For a permutation $\pi$ of $\{1,\ldots,n\}$, this is the number of indices $j$ such that there exist indices $i,k$ with $i < j < k$ and $\pi(i) > \pi(j) > \pi(k)$. In other words, this is the number of indices that are neither left-to-right maxima nor right-to-left minima.
This statistic can also be expressed as the number of occurrences of the mesh pattern ([3,2,1], {(0,2),(0,3),(2,0),(3,0)}): the shading fixes the first and the last element of the decreasing subsequence.
See also [[St000119]].
Matching statistic: St000372
St000372: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => 0
[1,2] => 0
[2,1] => 0
[1,2,3] => 1
[1,3,2] => 0
[2,1,3] => 0
[2,3,1] => 0
[3,1,2] => 0
[3,2,1] => 0
[1,2,3,4] => 2
[1,2,4,3] => 1
[1,3,2,4] => 2
[1,3,4,2] => 1
[1,4,2,3] => 1
[1,4,3,2] => 0
[2,1,3,4] => 1
[2,1,4,3] => 0
[2,3,1,4] => 1
[2,3,4,1] => 1
[2,4,1,3] => 0
[2,4,3,1] => 0
[3,1,2,4] => 1
[3,1,4,2] => 0
[3,2,1,4] => 0
[3,2,4,1] => 0
[3,4,1,2] => 0
[3,4,2,1] => 0
[4,1,2,3] => 1
[4,1,3,2] => 0
[4,2,1,3] => 0
[4,2,3,1] => 0
[4,3,1,2] => 0
[4,3,2,1] => 0
[1,2,3,4,5] => 3
[1,2,3,5,4] => 2
[1,2,4,3,5] => 3
[1,2,4,5,3] => 2
[1,2,5,3,4] => 2
[1,2,5,4,3] => 1
[1,3,2,4,5] => 3
[1,3,2,5,4] => 2
[1,3,4,2,5] => 3
[1,3,4,5,2] => 2
[1,3,5,2,4] => 2
[1,3,5,4,2] => 1
[1,4,2,3,5] => 3
[1,4,2,5,3] => 2
[1,4,3,2,5] => 3
[1,4,3,5,2] => 2
[1,4,5,2,3] => 2
Description
The number of mid points of increasing subsequences of length 3 in a permutation.
For a permutation $\pi$ of $\{1,\ldots,n\}$, this is the number of indices $j$ such that there exist indices $i,k$ with $i < j < k$ and $\pi(i) < \pi(j) < \pi(k)$.
The generating function is given by [1].
Matching statistic: St001683
St001683: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => 0
[1,2] => 0
[2,1] => 0
[1,2,3] => 0
[1,3,2] => 1
[2,1,3] => 0
[2,3,1] => 0
[3,1,2] => 0
[3,2,1] => 0
[1,2,3,4] => 0
[1,2,4,3] => 1
[1,3,2,4] => 1
[1,3,4,2] => 2
[1,4,2,3] => 1
[1,4,3,2] => 2
[2,1,3,4] => 0
[2,1,4,3] => 1
[2,3,1,4] => 0
[2,3,4,1] => 0
[2,4,1,3] => 1
[2,4,3,1] => 1
[3,1,2,4] => 0
[3,1,4,2] => 1
[3,2,1,4] => 0
[3,2,4,1] => 0
[3,4,1,2] => 0
[3,4,2,1] => 0
[4,1,2,3] => 0
[4,1,3,2] => 1
[4,2,1,3] => 0
[4,2,3,1] => 0
[4,3,1,2] => 0
[4,3,2,1] => 0
[1,2,3,4,5] => 0
[1,2,3,5,4] => 1
[1,2,4,3,5] => 1
[1,2,4,5,3] => 2
[1,2,5,3,4] => 1
[1,2,5,4,3] => 2
[1,3,2,4,5] => 1
[1,3,2,5,4] => 2
[1,3,4,2,5] => 2
[1,3,4,5,2] => 3
[1,3,5,2,4] => 2
[1,3,5,4,2] => 3
[1,4,2,3,5] => 1
[1,4,2,5,3] => 2
[1,4,3,2,5] => 2
[1,4,3,5,2] => 3
[1,4,5,2,3] => 2
Description
The number of distinct positions of the pattern letter 3 in occurrences of 132 in a permutation.
Matching statistic: St001687
St001687: Permutations ⟶ ℤResult quality: 100% ●values known / values provided: 100%●distinct values known / distinct values provided: 100%
Values
[1] => 0
[1,2] => 0
[2,1] => 0
[1,2,3] => 0
[1,3,2] => 0
[2,1,3] => 1
[2,3,1] => 0
[3,1,2] => 0
[3,2,1] => 0
[1,2,3,4] => 0
[1,2,4,3] => 0
[1,3,2,4] => 1
[1,3,4,2] => 0
[1,4,2,3] => 0
[1,4,3,2] => 0
[2,1,3,4] => 1
[2,1,4,3] => 1
[2,3,1,4] => 2
[2,3,4,1] => 0
[2,4,1,3] => 1
[2,4,3,1] => 0
[3,1,2,4] => 1
[3,1,4,2] => 1
[3,2,1,4] => 2
[3,2,4,1] => 1
[3,4,1,2] => 0
[3,4,2,1] => 0
[4,1,2,3] => 0
[4,1,3,2] => 0
[4,2,1,3] => 1
[4,2,3,1] => 0
[4,3,1,2] => 0
[4,3,2,1] => 0
[1,2,3,4,5] => 0
[1,2,3,5,4] => 0
[1,2,4,3,5] => 1
[1,2,4,5,3] => 0
[1,2,5,3,4] => 0
[1,2,5,4,3] => 0
[1,3,2,4,5] => 1
[1,3,2,5,4] => 1
[1,3,4,2,5] => 2
[1,3,4,5,2] => 0
[1,3,5,2,4] => 1
[1,3,5,4,2] => 0
[1,4,2,3,5] => 1
[1,4,2,5,3] => 1
[1,4,3,2,5] => 2
[1,4,3,5,2] => 1
[1,4,5,2,3] => 0
Description
The number of distinct positions of the pattern letter 2 in occurrences of 213 in a permutation.
Matching statistic: St000456
(load all 2 compositions to match this statistic)
(load all 2 compositions to match this statistic)
Mp00223: Permutations —runsort⟶ Permutations
Mp00088: Permutations —Kreweras complement⟶ Permutations
Mp00160: Permutations —graph of inversions⟶ Graphs
St000456: Graphs ⟶ ℤResult quality: 82% ●values known / values provided: 82%●distinct values known / distinct values provided: 100%
Mp00088: Permutations —Kreweras complement⟶ Permutations
Mp00160: Permutations —graph of inversions⟶ Graphs
St000456: Graphs ⟶ ℤResult quality: 82% ●values known / values provided: 82%●distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1] => ([],1)
=> ? = 0 + 1
[1,2] => [1,2] => [2,1] => ([(0,1)],2)
=> 1 = 0 + 1
[2,1] => [1,2] => [2,1] => ([(0,1)],2)
=> 1 = 0 + 1
[1,2,3] => [1,2,3] => [2,3,1] => ([(0,2),(1,2)],3)
=> 1 = 0 + 1
[1,3,2] => [1,3,2] => [2,1,3] => ([(1,2)],3)
=> ? ∊ {0,1} + 1
[2,1,3] => [1,3,2] => [2,1,3] => ([(1,2)],3)
=> ? ∊ {0,1} + 1
[2,3,1] => [1,2,3] => [2,3,1] => ([(0,2),(1,2)],3)
=> 1 = 0 + 1
[3,1,2] => [1,2,3] => [2,3,1] => ([(0,2),(1,2)],3)
=> 1 = 0 + 1
[3,2,1] => [1,2,3] => [2,3,1] => ([(0,2),(1,2)],3)
=> 1 = 0 + 1
[1,2,3,4] => [1,2,3,4] => [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 1 = 0 + 1
[1,2,4,3] => [1,2,4,3] => [2,3,1,4] => ([(1,3),(2,3)],4)
=> ? ∊ {1,1,1,1,2,2} + 1
[1,3,2,4] => [1,3,2,4] => [2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 2 = 1 + 1
[1,3,4,2] => [1,3,4,2] => [2,1,3,4] => ([(2,3)],4)
=> ? ∊ {1,1,1,1,2,2} + 1
[1,4,2,3] => [1,4,2,3] => [2,4,1,3] => ([(0,3),(1,2),(2,3)],4)
=> 1 = 0 + 1
[1,4,3,2] => [1,4,2,3] => [2,4,1,3] => ([(0,3),(1,2),(2,3)],4)
=> 1 = 0 + 1
[2,1,3,4] => [1,3,4,2] => [2,1,3,4] => ([(2,3)],4)
=> ? ∊ {1,1,1,1,2,2} + 1
[2,1,4,3] => [1,4,2,3] => [2,4,1,3] => ([(0,3),(1,2),(2,3)],4)
=> 1 = 0 + 1
[2,3,1,4] => [1,4,2,3] => [2,4,1,3] => ([(0,3),(1,2),(2,3)],4)
=> 1 = 0 + 1
[2,3,4,1] => [1,2,3,4] => [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 1 = 0 + 1
[2,4,1,3] => [1,3,2,4] => [2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 2 = 1 + 1
[2,4,3,1] => [1,2,4,3] => [2,3,1,4] => ([(1,3),(2,3)],4)
=> ? ∊ {1,1,1,1,2,2} + 1
[3,1,2,4] => [1,2,4,3] => [2,3,1,4] => ([(1,3),(2,3)],4)
=> ? ∊ {1,1,1,1,2,2} + 1
[3,1,4,2] => [1,4,2,3] => [2,4,1,3] => ([(0,3),(1,2),(2,3)],4)
=> 1 = 0 + 1
[3,2,1,4] => [1,4,2,3] => [2,4,1,3] => ([(0,3),(1,2),(2,3)],4)
=> 1 = 0 + 1
[3,2,4,1] => [1,2,4,3] => [2,3,1,4] => ([(1,3),(2,3)],4)
=> ? ∊ {1,1,1,1,2,2} + 1
[3,4,1,2] => [1,2,3,4] => [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 1 = 0 + 1
[3,4,2,1] => [1,2,3,4] => [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 1 = 0 + 1
[4,1,2,3] => [1,2,3,4] => [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 1 = 0 + 1
[4,1,3,2] => [1,3,2,4] => [2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 2 = 1 + 1
[4,2,1,3] => [1,3,2,4] => [2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 2 = 1 + 1
[4,2,3,1] => [1,2,3,4] => [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 1 = 0 + 1
[4,3,1,2] => [1,2,3,4] => [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 1 = 0 + 1
[4,3,2,1] => [1,2,3,4] => [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 1 = 0 + 1
[1,2,3,4,5] => [1,2,3,4,5] => [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 1 = 0 + 1
[1,2,3,5,4] => [1,2,3,5,4] => [2,3,4,1,5] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3} + 1
[1,2,4,3,5] => [1,2,4,3,5] => [2,3,5,4,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,2,4,5,3] => [1,2,4,5,3] => [2,3,1,4,5] => ([(2,4),(3,4)],5)
=> ? ∊ {0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3} + 1
[1,2,5,3,4] => [1,2,5,3,4] => [2,3,5,1,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 1 = 0 + 1
[1,2,5,4,3] => [1,2,5,3,4] => [2,3,5,1,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 1 = 0 + 1
[1,3,2,4,5] => [1,3,2,4,5] => [2,4,3,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,3,2,5,4] => [1,3,2,5,4] => [2,4,3,1,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3} + 1
[1,3,4,2,5] => [1,3,4,2,5] => [2,5,3,4,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[1,3,4,5,2] => [1,3,4,5,2] => [2,1,3,4,5] => ([(3,4)],5)
=> ? ∊ {0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3} + 1
[1,3,5,2,4] => [1,3,5,2,4] => [2,5,3,1,4] => ([(0,4),(1,3),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,3,5,4,2] => [1,3,5,2,4] => [2,5,3,1,4] => ([(0,4),(1,3),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,4,2,3,5] => [1,4,2,3,5] => [2,4,5,3,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[1,4,2,5,3] => [1,4,2,5,3] => [2,4,1,3,5] => ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3} + 1
[1,4,3,2,5] => [1,4,2,5,3] => [2,4,1,3,5] => ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3} + 1
[1,4,3,5,2] => [1,4,2,3,5] => [2,4,5,3,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[1,4,5,2,3] => [1,4,5,2,3] => [2,5,1,3,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 1 = 0 + 1
[1,4,5,3,2] => [1,4,5,2,3] => [2,5,1,3,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 1 = 0 + 1
[1,5,2,3,4] => [1,5,2,3,4] => [2,4,5,1,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,5,2,4,3] => [1,5,2,4,3] => [2,4,1,5,3] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> 1 = 0 + 1
[1,5,3,2,4] => [1,5,2,4,3] => [2,4,1,5,3] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> 1 = 0 + 1
[1,5,3,4,2] => [1,5,2,3,4] => [2,4,5,1,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,5,4,2,3] => [1,5,2,3,4] => [2,4,5,1,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[1,5,4,3,2] => [1,5,2,3,4] => [2,4,5,1,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[2,1,3,4,5] => [1,3,4,5,2] => [2,1,3,4,5] => ([(3,4)],5)
=> ? ∊ {0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3} + 1
[2,1,3,5,4] => [1,3,5,2,4] => [2,5,3,1,4] => ([(0,4),(1,3),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[2,1,4,3,5] => [1,4,2,3,5] => [2,4,5,3,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[2,1,4,5,3] => [1,4,5,2,3] => [2,5,1,3,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 1 = 0 + 1
[2,1,5,3,4] => [1,5,2,3,4] => [2,4,5,1,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[2,1,5,4,3] => [1,5,2,3,4] => [2,4,5,1,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[2,3,1,4,5] => [1,4,5,2,3] => [2,5,1,3,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 1 = 0 + 1
[2,3,1,5,4] => [1,5,2,3,4] => [2,4,5,1,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[2,3,4,1,5] => [1,5,2,3,4] => [2,4,5,1,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[2,3,5,4,1] => [1,2,3,5,4] => [2,3,4,1,5] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3} + 1
[2,4,5,3,1] => [1,2,4,5,3] => [2,3,1,4,5] => ([(2,4),(3,4)],5)
=> ? ∊ {0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3} + 1
[2,5,1,4,3] => [1,4,2,5,3] => [2,4,1,3,5] => ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3} + 1
[2,5,3,1,4] => [1,4,2,5,3] => [2,4,1,3,5] => ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3} + 1
[2,5,4,1,3] => [1,3,2,5,4] => [2,4,3,1,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3} + 1
[3,1,2,4,5] => [1,2,4,5,3] => [2,3,1,4,5] => ([(2,4),(3,4)],5)
=> ? ∊ {0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3} + 1
[3,1,4,2,5] => [1,4,2,5,3] => [2,4,1,3,5] => ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3} + 1
[3,2,4,5,1] => [1,2,4,5,3] => [2,3,1,4,5] => ([(2,4),(3,4)],5)
=> ? ∊ {0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3} + 1
[3,2,5,1,4] => [1,4,2,5,3] => [2,4,1,3,5] => ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3} + 1
[3,5,4,1,2] => [1,2,3,5,4] => [2,3,4,1,5] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3} + 1
[3,5,4,2,1] => [1,2,3,5,4] => [2,3,4,1,5] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3} + 1
[4,1,2,3,5] => [1,2,3,5,4] => [2,3,4,1,5] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3} + 1
[4,1,3,2,5] => [1,3,2,5,4] => [2,4,3,1,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3} + 1
[4,2,3,5,1] => [1,2,3,5,4] => [2,3,4,1,5] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3} + 1
[4,2,5,1,3] => [1,3,2,5,4] => [2,4,3,1,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3} + 1
[4,3,5,1,2] => [1,2,3,5,4] => [2,3,4,1,5] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3} + 1
[4,3,5,2,1] => [1,2,3,5,4] => [2,3,4,1,5] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {0,0,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3} + 1
[1,2,3,4,6,5] => [1,2,3,4,6,5] => [2,3,4,5,1,6] => ([(1,5),(2,5),(3,5),(4,5)],6)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,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,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,3,3,3,3,3,3,3,3,3,3,3,3} + 1
[1,2,3,5,6,4] => [1,2,3,5,6,4] => [2,3,4,1,5,6] => ([(2,5),(3,5),(4,5)],6)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,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,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,3,3,3,3,3,3,3,3,3,3,3,3} + 1
[1,2,4,3,6,5] => [1,2,4,3,6,5] => [2,3,5,4,1,6] => ([(1,5),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,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,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,3,3,3,3,3,3,3,3,3,3,3,3} + 1
[1,2,4,5,6,3] => [1,2,4,5,6,3] => [2,3,1,4,5,6] => ([(3,5),(4,5)],6)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,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,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,3,3,3,3,3,3,3,3,3,3,3,3} + 1
[1,2,5,3,6,4] => [1,2,5,3,6,4] => [2,3,5,1,4,6] => ([(1,5),(2,5),(3,4),(4,5)],6)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,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,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,3,3,3,3,3,3,3,3,3,3,3,3} + 1
[1,2,5,4,3,6] => [1,2,5,3,6,4] => [2,3,5,1,4,6] => ([(1,5),(2,5),(3,4),(4,5)],6)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,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,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,3,3,3,3,3,3,3,3,3,3,3,3} + 1
[1,3,2,4,6,5] => [1,3,2,4,6,5] => [2,4,3,5,1,6] => ([(1,5),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,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,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,3,3,3,3,3,3,3,3,3,3,3,3} + 1
[1,3,2,5,6,4] => [1,3,2,5,6,4] => [2,4,3,1,5,6] => ([(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,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,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,3,3,3,3,3,3,3,3,3,3,3,3} + 1
[1,3,4,2,6,5] => [1,3,4,2,6,5] => [2,5,3,4,1,6] => ([(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,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,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,3,3,3,3,3,3,3,3,3,3,3,3} + 1
[1,3,4,5,6,2] => [1,3,4,5,6,2] => [2,1,3,4,5,6] => ([(4,5)],6)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,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,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,3,3,3,3,3,3,3,3,3,3,3,3} + 1
[1,3,5,2,6,4] => [1,3,5,2,6,4] => [2,5,3,1,4,6] => ([(1,5),(2,4),(3,4),(3,5),(4,5)],6)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,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,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,3,3,3,3,3,3,3,3,3,3,3,3} + 1
[1,3,5,4,2,6] => [1,3,5,2,6,4] => [2,5,3,1,4,6] => ([(1,5),(2,4),(3,4),(3,5),(4,5)],6)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,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,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,3,3,3,3,3,3,3,3,3,3,3,3} + 1
[1,4,2,3,6,5] => [1,4,2,3,6,5] => [2,4,5,3,1,6] => ([(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,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,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,3,3,3,3,3,3,3,3,3,3,3,3} + 1
[1,4,2,5,6,3] => [1,4,2,5,6,3] => [2,4,1,3,5,6] => ([(2,5),(3,4),(4,5)],6)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,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,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,3,3,3,3,3,3,3,3,3,3,3,3} + 1
[1,4,3,2,5,6] => [1,4,2,5,6,3] => [2,4,1,3,5,6] => ([(2,5),(3,4),(4,5)],6)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,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,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,3,3,3,3,3,3,3,3,3,3,3,3} + 1
[1,4,3,6,5,2] => [1,4,2,3,6,5] => [2,4,5,3,1,6] => ([(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,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,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,3,3,3,3,3,3,3,3,3,3,3,3} + 1
[1,4,5,2,6,3] => [1,4,5,2,6,3] => [2,5,1,3,4,6] => ([(1,5),(2,5),(3,4),(4,5)],6)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,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,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,3,3,3,3,3,3,3,3,3,3,3,3} + 1
Description
The monochromatic index of a connected graph.
This is the maximal number of colours such that there is a colouring of the edges where any two vertices can be joined by a monochromatic path.
For example, a circle graph other than the triangle can be coloured with at most two colours: one edge blue, all the others red.
Matching statistic: St001233
Mp00127: Permutations —left-to-right-maxima to Dyck path⟶ Dyck paths
Mp00027: Dyck paths —to partition⟶ Integer partitions
Mp00043: Integer partitions —to Dyck path⟶ Dyck paths
St001233: Dyck paths ⟶ ℤResult quality: 82% ●values known / values provided: 82%●distinct values known / distinct values provided: 100%
Mp00027: Dyck paths —to partition⟶ Integer partitions
Mp00043: Integer partitions —to Dyck path⟶ Dyck paths
St001233: Dyck paths ⟶ ℤResult quality: 82% ●values known / values provided: 82%●distinct values known / distinct values provided: 100%
Values
[1] => [1,0]
=> []
=> []
=> ? = 0
[1,2] => [1,0,1,0]
=> [1]
=> [1,0,1,0]
=> 0
[2,1] => [1,1,0,0]
=> []
=> []
=> ? = 0
[1,2,3] => [1,0,1,0,1,0]
=> [2,1]
=> [1,0,1,0,1,0]
=> 0
[1,3,2] => [1,0,1,1,0,0]
=> [1,1]
=> [1,0,1,1,0,0]
=> 0
[2,1,3] => [1,1,0,0,1,0]
=> [2]
=> [1,1,0,0,1,0]
=> 1
[2,3,1] => [1,1,0,1,0,0]
=> [1]
=> [1,0,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,0,1,0,1,0]
=> 0
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [2,2,1]
=> [1,0,1,0,1,1,0,0]
=> 0
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [3,1,1]
=> [1,0,1,1,0,0,1,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,0,1,1,1,0,0,0]
=> 1
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,1,1]
=> [1,0,1,1,1,0,0,0]
=> 1
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [3,2]
=> [1,1,0,0,1,0,1,0]
=> 1
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [2,2]
=> [1,1,0,0,1,1,0,0]
=> 1
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [3,1]
=> [1,1,0,1,0,0,1,0]
=> 1
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [2,1]
=> [1,0,1,0,1,0]
=> 0
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [1,1]
=> [1,0,1,1,0,0]
=> 0
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [1,1]
=> [1,0,1,1,0,0]
=> 0
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [3]
=> [1,1,1,0,0,0,1,0]
=> 2
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [2]
=> [1,1,0,0,1,0]
=> 1
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [3]
=> [1,1,1,0,0,0,1,0]
=> 2
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [2]
=> [1,1,0,0,1,0]
=> 1
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [1]
=> [1,0,1,0]
=> 0
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [1]
=> [1,0,1,0]
=> 0
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,1}
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,1}
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,1}
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,1}
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,1}
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {0,0,0,0,0,1}
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [4,3,2,1]
=> [1,0,1,0,1,0,1,0,1,0]
=> 0
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [3,3,2,1]
=> [1,0,1,0,1,0,1,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,0,0,1,0]
=> 0
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [3,2,2,1]
=> [1,0,1,0,1,1,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,0,1,0,1,1,1,0,0,0]
=> 1
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [2,2,2,1]
=> [1,0,1,0,1,1,1,0,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,0,0,1,0,1,0]
=> 0
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [3,3,1,1]
=> [1,0,1,1,0,0,1,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,1,0,1,0,0,1,0]
=> 0
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [3,2,1,1]
=> [1,0,1,1,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,0,1,1,0,1,1,0,0,0]
=> 0
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [2,2,1,1]
=> [1,0,1,1,0,1,1,0,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,1,1,0,0,0,1,0]
=> 1
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [3,1,1,1]
=> [1,0,1,1,1,0,0,1,0,0]
=> 1
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [4,1,1,1]
=> [1,0,1,1,1,0,0,0,1,0]
=> 1
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [3,1,1,1]
=> [1,0,1,1,1,0,0,1,0,0]
=> 1
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [2,1,1,1]
=> [1,0,1,1,1,0,1,0,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,1,0,1,0,0,0]
=> 1
[1,5,2,3,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,0,1,1,1,1,0,0,0,0]
=> 2
[1,5,2,4,3] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,0,1,1,1,1,0,0,0,0]
=> 2
[1,5,3,2,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,0,1,1,1,1,0,0,0,0]
=> 2
[1,5,3,4,2] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,0,1,1,1,1,0,0,0,0]
=> 2
[1,5,4,2,3] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,0,1,1,1,1,0,0,0,0]
=> 2
[1,5,4,3,2] => [1,0,1,1,1,1,0,0,0,0]
=> [1,1,1,1]
=> [1,0,1,1,1,1,0,0,0,0]
=> 2
[2,1,3,4,5] => [1,1,0,0,1,0,1,0,1,0]
=> [4,3,2]
=> [1,1,0,0,1,0,1,0,1,0]
=> 1
[2,1,3,5,4] => [1,1,0,0,1,0,1,1,0,0]
=> [3,3,2]
=> [1,1,0,0,1,0,1,1,0,0]
=> 1
[2,1,4,3,5] => [1,1,0,0,1,1,0,0,1,0]
=> [4,2,2]
=> [1,1,0,0,1,1,0,0,1,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,1,1,1,1,1,1,1,1,1,2,2,2,2}
[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,1,1,1,1,1,1,1,1,1,2,2,2,2}
[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,1,1,1,1,1,1,1,1,1,2,2,2,2}
[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,1,1,1,1,1,1,1,1,1,2,2,2,2}
[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,1,1,1,1,1,1,1,1,1,2,2,2,2}
[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,1,1,1,1,1,1,1,1,1,2,2,2,2}
[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,1,1,1,1,1,1,1,1,1,2,2,2,2}
[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,1,1,1,1,1,1,1,1,1,2,2,2,2}
[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,1,1,1,1,1,1,1,1,1,2,2,2,2}
[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,1,1,1,1,1,1,1,1,1,2,2,2,2}
[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,1,1,1,1,1,1,1,1,1,2,2,2,2}
[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,1,1,1,1,1,1,1,1,1,2,2,2,2}
[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,1,1,1,1,1,1,1,1,1,2,2,2,2}
[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,1,1,1,1,1,1,1,1,1,2,2,2,2}
[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,1,1,1,1,1,1,1,1,1,2,2,2,2}
[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,1,1,1,1,1,1,1,1,1,2,2,2,2}
[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,1,1,1,1,1,1,1,1,1,2,2,2,2}
[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,1,1,1,1,1,1,1,1,1,2,2,2,2}
[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,1,1,1,1,1,1,1,1,1,2,2,2,2}
[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,1,1,1,1,1,1,1,1,1,2,2,2,2}
[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,1,1,1,1,1,1,1,1,1,2,2,2,2}
[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,1,1,1,1,1,1,1,1,1,2,2,2,2}
[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,1,1,1,1,1,1,1,1,1,2,2,2,2}
[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,1,1,1,1,1,1,1,1,1,2,2,2,2}
[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,1,1,1,1,1,1,1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}
[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,1,1,1,1,1,1,1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}
[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,1,1,1,1,1,1,1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}
[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,1,1,1,1,1,1,1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}
[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,1,1,1,1,1,1,1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}
[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,1,1,1,1,1,1,1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}
[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,1,1,1,1,1,1,1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}
[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,1,1,1,1,1,1,1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}
[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,1,1,1,1,1,1,1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}
[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,1,1,1,1,1,1,1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}
[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,1,1,1,1,1,1,1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}
[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,1,1,1,1,1,1,1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}
[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,1,1,1,1,1,1,1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}
[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,1,1,1,1,1,1,1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}
[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,1,1,1,1,1,1,1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}
[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,1,1,1,1,1,1,1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3}
Description
The number of indecomposable 2-dimensional modules with projective dimension one.
Matching statistic: St000771
(load all 47 compositions to match this statistic)
(load all 47 compositions to match this statistic)
Mp00277: Permutations —catalanization⟶ Permutations
Mp00160: Permutations —graph of inversions⟶ Graphs
St000771: Graphs ⟶ ℤResult quality: 63% ●values known / values provided: 63%●distinct values known / distinct values provided: 100%
Mp00160: Permutations —graph of inversions⟶ Graphs
St000771: Graphs ⟶ ℤResult quality: 63% ●values known / values provided: 63%●distinct values known / distinct values provided: 100%
Values
[1] => [1] => ([],1)
=> 1 = 0 + 1
[1,2] => [1,2] => ([],2)
=> ? = 0 + 1
[2,1] => [2,1] => ([(0,1)],2)
=> 1 = 0 + 1
[1,2,3] => [1,2,3] => ([],3)
=> ? ∊ {0,0,0} + 1
[1,3,2] => [1,3,2] => ([(1,2)],3)
=> ? ∊ {0,0,0} + 1
[2,1,3] => [2,1,3] => ([(1,2)],3)
=> ? ∊ {0,0,0} + 1
[2,3,1] => [2,3,1] => ([(0,2),(1,2)],3)
=> 1 = 0 + 1
[3,1,2] => [2,3,1] => ([(0,2),(1,2)],3)
=> 1 = 0 + 1
[3,2,1] => [3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> 2 = 1 + 1
[1,2,3,4] => [1,2,3,4] => ([],4)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1} + 1
[1,2,4,3] => [1,2,4,3] => ([(2,3)],4)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1} + 1
[1,3,2,4] => [1,3,2,4] => ([(2,3)],4)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1} + 1
[1,3,4,2] => [1,3,4,2] => ([(1,3),(2,3)],4)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1} + 1
[1,4,2,3] => [1,3,4,2] => ([(1,3),(2,3)],4)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1} + 1
[1,4,3,2] => [1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1} + 1
[2,1,3,4] => [2,1,3,4] => ([(2,3)],4)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1} + 1
[2,1,4,3] => [2,1,4,3] => ([(0,3),(1,2)],4)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1} + 1
[2,3,1,4] => [2,3,1,4] => ([(1,3),(2,3)],4)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1} + 1
[2,3,4,1] => [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[2,4,1,3] => [4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 2 = 1 + 1
[2,4,3,1] => [2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 1 = 0 + 1
[3,1,2,4] => [2,3,1,4] => ([(1,3),(2,3)],4)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1} + 1
[3,1,4,2] => [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[3,2,1,4] => [3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,1} + 1
[3,2,4,1] => [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 1 = 0 + 1
[3,4,1,2] => [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[3,4,2,1] => [3,4,2,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 2 = 1 + 1
[4,1,2,3] => [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 2 = 1 + 1
[4,1,3,2] => [2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 1 = 0 + 1
[4,2,1,3] => [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 1 = 0 + 1
[4,2,3,1] => [3,4,2,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 2 = 1 + 1
[4,3,1,2] => [3,4,2,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 2 = 1 + 1
[4,3,2,1] => [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3 = 2 + 1
[1,2,3,4,5] => [1,2,3,4,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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[1,2,3,5,4] => [1,2,3,5,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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[1,2,4,3,5] => [1,2,4,3,5] => ([(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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[1,2,4,5,3] => [1,2,4,5,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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[1,2,5,3,4] => [1,2,4,5,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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[1,2,5,4,3] => [1,2,5,4,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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[1,3,2,4,5] => [1,3,2,4,5] => ([(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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[1,3,2,5,4] => [1,3,2,5,4] => ([(1,4),(2,3)],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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[1,3,4,2,5] => [1,3,4,2,5] => ([(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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[1,3,4,5,2] => [1,3,4,5,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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[1,3,5,2,4] => [1,5,4,2,3] => ([(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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[1,3,5,4,2] => [1,3,5,4,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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[1,4,2,3,5] => [1,3,4,2,5] => ([(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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[1,4,2,5,3] => [1,3,4,5,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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[1,4,3,2,5] => [1,4,3,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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[1,4,3,5,2] => [1,4,3,5,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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[1,4,5,2,3] => [1,5,4,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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[1,4,5,3,2] => [1,4,5,3,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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[1,5,2,3,4] => [1,3,4,5,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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[1,5,2,4,3] => [1,3,5,4,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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[1,5,3,2,4] => [1,4,3,5,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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[1,5,3,4,2] => [1,4,5,3,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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[1,5,4,2,3] => [1,4,5,3,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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[1,5,4,3,2] => [1,5,4,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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[2,1,3,4,5] => [2,1,3,4,5] => ([(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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[2,1,3,5,4] => [2,1,3,5,4] => ([(1,4),(2,3)],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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[2,1,4,3,5] => [2,1,4,3,5] => ([(1,4),(2,3)],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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[2,1,4,5,3] => [2,1,4,5,3] => ([(0,1),(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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[2,1,5,3,4] => [2,1,4,5,3] => ([(0,1),(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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[2,1,5,4,3] => [2,1,5,4,3] => ([(0,1),(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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[2,3,1,4,5] => [2,3,1,4,5] => ([(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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[2,3,1,5,4] => [2,3,1,5,4] => ([(0,1),(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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[2,3,4,1,5] => [2,3,4,1,5] => ([(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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[2,3,4,5,1] => [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 3 = 2 + 1
[2,3,5,1,4] => [2,5,4,1,3] => ([(0,4),(1,2),(1,3),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[2,3,5,4,1] => [2,3,5,4,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[2,4,1,3,5] => [4,3,1,2,5] => ([(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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[2,4,1,5,3] => [4,3,1,5,2] => ([(0,4),(1,2),(1,3),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[2,4,3,1,5] => [2,4,3,1,5] => ([(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,1,1,1,1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3} + 1
[2,4,3,5,1] => [2,4,3,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[2,4,5,1,3] => [3,5,4,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> 1 = 0 + 1
[2,4,5,3,1] => [2,4,5,3,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[2,5,1,3,4] => [4,3,1,5,2] => ([(0,4),(1,2),(1,3),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[2,5,1,4,3] => [5,3,1,4,2] => ([(0,3),(0,4),(1,2),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[2,5,3,1,4] => [5,4,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[2,5,3,4,1] => [2,4,5,3,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[2,5,4,1,3] => [3,4,5,1,2] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 2 = 1 + 1
[2,5,4,3,1] => [2,5,4,3,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[3,1,4,5,2] => [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 3 = 2 + 1
[3,1,5,2,4] => [2,5,4,1,3] => ([(0,4),(1,2),(1,3),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[3,1,5,4,2] => [2,3,5,4,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[3,2,4,5,1] => [3,2,4,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[3,2,5,1,4] => [5,2,4,1,3] => ([(0,3),(0,4),(1,2),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[3,2,5,4,1] => [3,2,5,4,1] => ([(0,3),(0,4),(1,2),(1,4),(2,4),(3,4)],5)
=> 2 = 1 + 1
[3,4,1,5,2] => [4,3,2,5,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[3,4,2,5,1] => [3,4,2,5,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1 = 0 + 1
[3,4,5,1,2] => [3,5,4,2,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[3,4,5,2,1] => [3,4,5,2,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[3,5,1,2,4] => [4,3,5,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> 1 = 0 + 1
[3,5,1,4,2] => [5,3,2,4,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[3,5,2,1,4] => [3,4,5,1,2] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 2 = 1 + 1
[3,5,2,4,1] => [5,4,2,3,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3 = 2 + 1
[3,5,4,1,2] => [3,4,5,2,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[3,5,4,2,1] => [3,5,4,2,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[4,1,2,5,3] => [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 3 = 2 + 1
[4,1,3,5,2] => [2,4,3,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
[4,1,5,2,3] => [2,5,4,3,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2 = 1 + 1
Description
The largest multiplicity of a 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 $2$.
The path on four vertices has eigenvalues $0, 4.7\dots, 6, 9.2\dots$ and therefore statistic $1$.
Matching statistic: St000946
Mp00108: Permutations —cycle type⟶ Integer partitions
Mp00202: Integer partitions —first row removal⟶ Integer partitions
Mp00230: Integer partitions —parallelogram polyomino⟶ Dyck paths
St000946: Dyck paths ⟶ ℤResult quality: 60% ●values known / values provided: 61%●distinct values known / distinct values provided: 60%
Mp00202: Integer partitions —first row removal⟶ Integer partitions
Mp00230: Integer partitions —parallelogram polyomino⟶ Dyck paths
St000946: Dyck paths ⟶ ℤResult quality: 60% ●values known / values provided: 61%●distinct values known / distinct values provided: 60%
Values
[1] => [1]
=> []
=> []
=> ? = 0
[1,2] => [1,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0}
[2,1] => [2]
=> []
=> []
=> ? ∊ {0,0}
[1,2,3] => [1,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,3,2] => [2,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0}
[2,1,3] => [2,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0}
[2,3,1] => [3]
=> []
=> []
=> ? ∊ {0,0,0,0,0}
[3,1,2] => [3]
=> []
=> []
=> ? ∊ {0,0,0,0,0}
[3,2,1] => [2,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0}
[1,2,3,4] => [1,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 1
[1,2,4,3] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,3,2,4] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,3,4,2] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,2,2}
[1,4,2,3] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,2,2}
[1,4,3,2] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[2,1,3,4] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[2,1,4,3] => [2,2]
=> [2]
=> [1,0,1,0]
=> 0
[2,3,1,4] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,2,2}
[2,3,4,1] => [4]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,2,2}
[2,4,1,3] => [4]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,2,2}
[2,4,3,1] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,2,2}
[3,1,2,4] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,2,2}
[3,1,4,2] => [4]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,2,2}
[3,2,1,4] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[3,2,4,1] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,2,2}
[3,4,1,2] => [2,2]
=> [2]
=> [1,0,1,0]
=> 0
[3,4,2,1] => [4]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,2,2}
[4,1,2,3] => [4]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,2,2}
[4,1,3,2] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,2,2}
[4,2,1,3] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,2,2}
[4,2,3,1] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[4,3,1,2] => [4]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,2,2}
[4,3,2,1] => [2,2]
=> [2]
=> [1,0,1,0]
=> 0
[1,2,3,4,5] => [1,1,1,1,1]
=> [1,1,1,1]
=> [1,1,0,1,0,1,0,0]
=> 1
[1,2,3,5,4] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 1
[1,2,4,3,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 1
[1,2,4,5,3] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,2,5,3,4] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,2,5,4,3] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 1
[1,3,2,4,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 1
[1,3,2,5,4] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 2
[1,3,4,2,5] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,3,4,5,2] => [4,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,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,3,3,3,3,3,3}
[1,3,5,2,4] => [4,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,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,3,3,3,3,3,3}
[1,3,5,4,2] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,4,2,3,5] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,4,2,5,3] => [4,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,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,3,3,3,3,3,3}
[1,4,3,2,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 1
[1,4,3,5,2] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,4,5,2,3] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 2
[1,4,5,3,2] => [4,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,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,3,3,3,3,3,3}
[1,5,2,3,4] => [4,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,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,3,3,3,3,3,3}
[1,5,2,4,3] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,5,3,2,4] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,5,3,4,2] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 1
[1,5,4,2,3] => [4,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,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,3,3,3,3,3,3}
[1,5,4,3,2] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 2
[2,1,3,4,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 1
[2,1,3,5,4] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 2
[2,1,4,3,5] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 2
[2,1,4,5,3] => [3,2]
=> [2]
=> [1,0,1,0]
=> 0
[2,1,5,3,4] => [3,2]
=> [2]
=> [1,0,1,0]
=> 0
[2,1,5,4,3] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 2
[2,3,1,4,5] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[2,3,1,5,4] => [3,2]
=> [2]
=> [1,0,1,0]
=> 0
[2,3,4,1,5] => [4,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,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,3,3,3,3,3,3}
[2,3,4,5,1] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3}
[2,3,5,1,4] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3}
[2,3,5,4,1] => [4,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,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,3,3,3,3,3,3}
[2,4,1,3,5] => [4,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,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,3,3,3,3,3,3}
[2,4,1,5,3] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3}
[2,4,3,1,5] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[2,4,3,5,1] => [4,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,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,3,3,3,3,3,3}
[2,4,5,1,3] => [3,2]
=> [2]
=> [1,0,1,0]
=> 0
[2,4,5,3,1] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3}
[2,5,1,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,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,3,3,3,3,3,3}
[2,5,1,4,3] => [4,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,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,3,3,3,3,3,3}
[2,5,3,1,4] => [4,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,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,3,3,3,3,3,3}
[2,5,3,4,1] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[2,5,4,1,3] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3}
[2,5,4,3,1] => [3,2]
=> [2]
=> [1,0,1,0]
=> 0
[3,1,2,4,5] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[3,1,2,5,4] => [3,2]
=> [2]
=> [1,0,1,0]
=> 0
[3,1,4,2,5] => [4,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,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,3,3,3,3,3,3}
[3,1,4,5,2] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3}
[3,1,5,2,4] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3}
[3,1,5,4,2] => [4,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,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,3,3,3,3,3,3}
[3,2,1,4,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 1
[3,2,1,5,4] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 2
[3,2,4,1,5] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[3,2,4,5,1] => [4,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,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,3,3,3,3,3,3}
[3,2,5,1,4] => [4,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,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,3,3,3,3,3,3}
[3,2,5,4,1] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[3,4,1,2,5] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 2
[3,4,1,5,2] => [3,2]
=> [2]
=> [1,0,1,0]
=> 0
[3,4,2,1,5] => [4,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,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,3,3,3,3,3,3}
[3,4,2,5,1] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3}
[3,4,5,1,2] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3}
[3,4,5,2,1] => [3,2]
=> [2]
=> [1,0,1,0]
=> 0
[3,5,2,1,4] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3}
Description
The sum of the skew hook positions in a Dyck path.
A skew hook is an occurrence of a down step followed by two up steps or of an up step followed by a down step.
Write $U_i$ for the $i$-th up step and $D_j$ for the $j$-th down step in the Dyck path. Then the skew hook set is the set $$H = \{j: U_{i−1} U_i D_j \text{ is a skew hook}\} \cup \{i: D_{i−1} D_i U_j\text{ is a skew hook}\}.$$
This statistic is the sum of all elements in $H$.
Matching statistic: St000984
Mp00108: Permutations —cycle type⟶ Integer partitions
Mp00202: Integer partitions —first row removal⟶ Integer partitions
Mp00230: Integer partitions —parallelogram polyomino⟶ Dyck paths
St000984: Dyck paths ⟶ ℤResult quality: 61% ●values known / values provided: 61%●distinct values known / distinct values provided: 100%
Mp00202: Integer partitions —first row removal⟶ Integer partitions
Mp00230: Integer partitions —parallelogram polyomino⟶ Dyck paths
St000984: Dyck paths ⟶ ℤResult quality: 61% ●values known / values provided: 61%●distinct values known / distinct values provided: 100%
Values
[1] => [1]
=> []
=> []
=> ? = 0
[1,2] => [1,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0}
[2,1] => [2]
=> []
=> []
=> ? ∊ {0,0}
[1,2,3] => [1,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,3,2] => [2,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0}
[2,1,3] => [2,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0}
[2,3,1] => [3]
=> []
=> []
=> ? ∊ {0,0,0,0,0}
[3,1,2] => [3]
=> []
=> []
=> ? ∊ {0,0,0,0,0}
[3,2,1] => [2,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0}
[1,2,3,4] => [1,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 2
[1,2,4,3] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,3,2,4] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,3,4,2] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[1,4,2,3] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[1,4,3,2] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[2,1,3,4] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[2,1,4,3] => [2,2]
=> [2]
=> [1,0,1,0]
=> 0
[2,3,1,4] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[2,3,4,1] => [4]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[2,4,1,3] => [4]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[2,4,3,1] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[3,1,2,4] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[3,1,4,2] => [4]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[3,2,1,4] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[3,2,4,1] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[3,4,1,2] => [2,2]
=> [2]
=> [1,0,1,0]
=> 0
[3,4,2,1] => [4]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[4,1,2,3] => [4]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[4,1,3,2] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[4,2,1,3] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[4,2,3,1] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[4,3,1,2] => [4]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[4,3,2,1] => [2,2]
=> [2]
=> [1,0,1,0]
=> 0
[1,2,3,4,5] => [1,1,1,1,1]
=> [1,1,1,1]
=> [1,1,0,1,0,1,0,0]
=> 3
[1,2,3,5,4] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 2
[1,2,4,3,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 2
[1,2,4,5,3] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,2,5,3,4] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,2,5,4,3] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 2
[1,3,2,4,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 2
[1,3,2,5,4] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 1
[1,3,4,2,5] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,3,4,5,2] => [4,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,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,3,3,3,3,3}
[1,3,5,2,4] => [4,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,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,3,3,3,3,3}
[1,3,5,4,2] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,4,2,3,5] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,4,2,5,3] => [4,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,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,3,3,3,3,3}
[1,4,3,2,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 2
[1,4,3,5,2] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,4,5,2,3] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 1
[1,4,5,3,2] => [4,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,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,3,3,3,3,3}
[1,5,2,3,4] => [4,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,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,3,3,3,3,3}
[1,5,2,4,3] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,5,3,2,4] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,5,3,4,2] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 2
[1,5,4,2,3] => [4,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,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,3,3,3,3,3}
[1,5,4,3,2] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 1
[2,1,3,4,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 2
[2,1,3,5,4] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 1
[2,1,4,3,5] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 1
[2,1,4,5,3] => [3,2]
=> [2]
=> [1,0,1,0]
=> 0
[2,1,5,3,4] => [3,2]
=> [2]
=> [1,0,1,0]
=> 0
[2,1,5,4,3] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 1
[2,3,1,4,5] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[2,3,1,5,4] => [3,2]
=> [2]
=> [1,0,1,0]
=> 0
[2,3,4,1,5] => [4,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,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,3,3,3,3,3}
[2,3,4,5,1] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3}
[2,3,5,1,4] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3}
[2,3,5,4,1] => [4,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,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,3,3,3,3,3}
[2,4,1,3,5] => [4,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,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,3,3,3,3,3}
[2,4,1,5,3] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3}
[2,4,3,1,5] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[2,4,3,5,1] => [4,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,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,3,3,3,3,3}
[2,4,5,1,3] => [3,2]
=> [2]
=> [1,0,1,0]
=> 0
[2,4,5,3,1] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3}
[2,5,1,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,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,3,3,3,3,3}
[2,5,1,4,3] => [4,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,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,3,3,3,3,3}
[2,5,3,1,4] => [4,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,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,3,3,3,3,3}
[2,5,3,4,1] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[2,5,4,1,3] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3}
[2,5,4,3,1] => [3,2]
=> [2]
=> [1,0,1,0]
=> 0
[3,1,2,4,5] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[3,1,2,5,4] => [3,2]
=> [2]
=> [1,0,1,0]
=> 0
[3,1,4,2,5] => [4,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,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,3,3,3,3,3}
[3,1,4,5,2] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3}
[3,1,5,2,4] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3}
[3,1,5,4,2] => [4,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,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,3,3,3,3,3}
[3,2,1,4,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 2
[3,2,1,5,4] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 1
[3,2,4,1,5] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[3,2,4,5,1] => [4,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,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,3,3,3,3,3}
[3,2,5,1,4] => [4,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,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,3,3,3,3,3}
[3,2,5,4,1] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[3,4,1,2,5] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 1
[3,4,1,5,2] => [3,2]
=> [2]
=> [1,0,1,0]
=> 0
[3,4,2,1,5] => [4,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,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,3,3,3,3,3}
[3,4,2,5,1] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3}
[3,4,5,1,2] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3}
[3,4,5,2,1] => [3,2]
=> [2]
=> [1,0,1,0]
=> 0
[3,5,2,1,4] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3}
Description
The number of boxes below precisely one peak.
Imagine that each peak of the Dyck path, drawn with north and east steps, casts a shadow onto the triangular region between it and the diagonal. This statistic is the number of cells which are in the shade of precisely one peak.
Matching statistic: St001418
Mp00108: Permutations —cycle type⟶ Integer partitions
Mp00202: Integer partitions —first row removal⟶ Integer partitions
Mp00230: Integer partitions —parallelogram polyomino⟶ Dyck paths
St001418: Dyck paths ⟶ ℤResult quality: 61% ●values known / values provided: 61%●distinct values known / distinct values provided: 100%
Mp00202: Integer partitions —first row removal⟶ Integer partitions
Mp00230: Integer partitions —parallelogram polyomino⟶ Dyck paths
St001418: Dyck paths ⟶ ℤResult quality: 61% ●values known / values provided: 61%●distinct values known / distinct values provided: 100%
Values
[1] => [1]
=> []
=> []
=> ? = 0
[1,2] => [1,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0}
[2,1] => [2]
=> []
=> []
=> ? ∊ {0,0}
[1,2,3] => [1,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,3,2] => [2,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0}
[2,1,3] => [2,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0}
[2,3,1] => [3]
=> []
=> []
=> ? ∊ {0,0,0,0,0}
[3,1,2] => [3]
=> []
=> []
=> ? ∊ {0,0,0,0,0}
[3,2,1] => [2,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0}
[1,2,3,4] => [1,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 2
[1,2,4,3] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,3,2,4] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,3,4,2] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[1,4,2,3] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[1,4,3,2] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[2,1,3,4] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[2,1,4,3] => [2,2]
=> [2]
=> [1,0,1,0]
=> 0
[2,3,1,4] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[2,3,4,1] => [4]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[2,4,1,3] => [4]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[2,4,3,1] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[3,1,2,4] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[3,1,4,2] => [4]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[3,2,1,4] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[3,2,4,1] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[3,4,1,2] => [2,2]
=> [2]
=> [1,0,1,0]
=> 0
[3,4,2,1] => [4]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[4,1,2,3] => [4]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[4,1,3,2] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[4,2,1,3] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[4,2,3,1] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[4,3,1,2] => [4]
=> []
=> []
=> ? ∊ {0,0,0,0,0,0,0,0,0,0,0,1,1,2}
[4,3,2,1] => [2,2]
=> [2]
=> [1,0,1,0]
=> 0
[1,2,3,4,5] => [1,1,1,1,1]
=> [1,1,1,1]
=> [1,1,0,1,0,1,0,0]
=> 3
[1,2,3,5,4] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 2
[1,2,4,3,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 2
[1,2,4,5,3] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,2,5,3,4] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,2,5,4,3] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 2
[1,3,2,4,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 2
[1,3,2,5,4] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 1
[1,3,4,2,5] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,3,4,5,2] => [4,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,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,3,3,3,3,3}
[1,3,5,2,4] => [4,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,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,3,3,3,3,3}
[1,3,5,4,2] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,4,2,3,5] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,4,2,5,3] => [4,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,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,3,3,3,3,3}
[1,4,3,2,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 2
[1,4,3,5,2] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,4,5,2,3] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 1
[1,4,5,3,2] => [4,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,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,3,3,3,3,3}
[1,5,2,3,4] => [4,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,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,3,3,3,3,3}
[1,5,2,4,3] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,5,3,2,4] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[1,5,3,4,2] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 2
[1,5,4,2,3] => [4,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,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,3,3,3,3,3}
[1,5,4,3,2] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 1
[2,1,3,4,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 2
[2,1,3,5,4] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 1
[2,1,4,3,5] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 1
[2,1,4,5,3] => [3,2]
=> [2]
=> [1,0,1,0]
=> 0
[2,1,5,3,4] => [3,2]
=> [2]
=> [1,0,1,0]
=> 0
[2,1,5,4,3] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 1
[2,3,1,4,5] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[2,3,1,5,4] => [3,2]
=> [2]
=> [1,0,1,0]
=> 0
[2,3,4,1,5] => [4,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,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,3,3,3,3,3}
[2,3,4,5,1] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3}
[2,3,5,1,4] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3}
[2,3,5,4,1] => [4,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,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,3,3,3,3,3}
[2,4,1,3,5] => [4,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,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,3,3,3,3,3}
[2,4,1,5,3] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3}
[2,4,3,1,5] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[2,4,3,5,1] => [4,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,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,3,3,3,3,3}
[2,4,5,1,3] => [3,2]
=> [2]
=> [1,0,1,0]
=> 0
[2,4,5,3,1] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3}
[2,5,1,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,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,3,3,3,3,3}
[2,5,1,4,3] => [4,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,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,3,3,3,3,3}
[2,5,3,1,4] => [4,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,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,3,3,3,3,3}
[2,5,3,4,1] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[2,5,4,1,3] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3}
[2,5,4,3,1] => [3,2]
=> [2]
=> [1,0,1,0]
=> 0
[3,1,2,4,5] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[3,1,2,5,4] => [3,2]
=> [2]
=> [1,0,1,0]
=> 0
[3,1,4,2,5] => [4,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,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,3,3,3,3,3}
[3,1,4,5,2] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3}
[3,1,5,2,4] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3}
[3,1,5,4,2] => [4,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,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,3,3,3,3,3}
[3,2,1,4,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 2
[3,2,1,5,4] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 1
[3,2,4,1,5] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[3,2,4,5,1] => [4,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,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,3,3,3,3,3}
[3,2,5,1,4] => [4,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,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,3,3,3,3,3}
[3,2,5,4,1] => [3,1,1]
=> [1,1]
=> [1,1,0,0]
=> 1
[3,4,1,2,5] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 1
[3,4,1,5,2] => [3,2]
=> [2]
=> [1,0,1,0]
=> 0
[3,4,2,1,5] => [4,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,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,3,3,3,3,3}
[3,4,2,5,1] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3}
[3,4,5,1,2] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3}
[3,4,5,2,1] => [3,2]
=> [2]
=> [1,0,1,0]
=> 0
[3,5,2,1,4] => [5]
=> []
=> []
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3}
Description
Half of the global dimension of the stable Auslander algebra of the Nakayama algebra corresponding to the Dyck path.
The stable Auslander algebra is by definition the stable endomorphism ring of the direct sum of all indecomposable modules.
The following 114 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St001431Half of the Loewy length minus one of a modified stable Auslander algebra of the Nakayama algebra corresponding to the Dyck path. St001480The number of simple summands of the module J^2/J^3. St000698The number of 2-rim hooks removed from an integer partition to obtain its associated 2-core. St000319The spin of an integer partition. St000320The dinv adjustment of an integer partition. St000460The hook length of the last cell along the main diagonal of an integer partition. St001247The number of parts of a partition that are not congruent 2 modulo 3. St001785The number of ways to obtain a partition as the multiset of antidiagonal lengths of the Ferrers diagram of a partition. St000668The least common multiple of the parts of the partition. St000707The product of the factorials of the parts. 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. St000937The number of positive values of the symmetric group character corresponding to the partition. St000772The multiplicity of the largest distance Laplacian eigenvalue in a connected graph. St001878The projective dimension of the simple modules corresponding to the minimum of L in the incidence algebra of the lattice L. St000681The Grundy value of Chomp on Ferrers diagrams. St001603The number of colourings of a polygon such that the multiplicities of a colour are given by a partition. St000046The largest eigenvalue of the random to random operator acting on the simple module corresponding to the given partition. St000137The Grundy value of an integer partition. St000870The product of the hook lengths of the diagonal cells in an integer partition. St001122The multiplicity of the sign representation in the Kronecker square corresponding to a partition. St001249Sum of the odd parts of a partition. St001250The number of parts of a partition that are not congruent 0 modulo 3. St001360The number of covering relations in Young's lattice below a partition. St001383The BG-rank of an integer partition. St001525The number of symmetric hooks on the diagonal of a partition. St001593This is the number of standard Young tableaux of the given shifted shape. St001600The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on simple graphs. St001601The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on trees. St001606The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on set partitions. St001628The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on simple connected graphs. St001629The coefficient of the integer composition in the quasisymmetric expansion of the relabelling action of the symmetric group on cycles. St001933The largest multiplicity of a part in an integer 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. St000940The number of characters of the symmetric group whose value on the partition is zero. St000941The number of characters of the symmetric group whose value on the partition is even. St001630The global dimension of the incidence algebra of the lattice over the rational numbers. St001964The interval resolution global dimension of a poset. St001604The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on polygons. St001605The number of colourings of a cycle such that the multiplicities of colours are given by a partition. St000454The largest eigenvalue of a graph if it is integral. St000620The number of standard tableaux of shape equal to the given partition such that the minimal cyclic descent is odd. St000621The number of standard tableaux of shape equal to the given partition such that the minimal cyclic descent is even. St000704The number of semistandard tableaux on a given integer partition with minimal maximal entry. St000993The multiplicity of the largest part of an integer partition. St001123The multiplicity of the dual of the standard representation in the Kronecker square corresponding to a partition. St001568The smallest positive integer that does not appear twice in the partition. St001876The number of 2-regular simple modules in the incidence algebra of the lattice. St000284The Plancherel distribution on integer partitions. St000714The number of semistandard Young tableau of given shape, with entries at most 2. St000770The major index of an integer partition when read from bottom to top. St000901The cube of the number of standard Young tableaux with shape given by the partition. St000929The constant term of the character polynomial of an integer partition. St001128The exponens consonantiae of a partition. St001877Number of indecomposable injective modules with projective dimension 2. St001651The Frankl number of a lattice. St000566The number of ways to select a row of a Ferrers shape and two cells in this row. St000934The 2-degree of an integer partition. St000936The number of even values of the symmetric group character corresponding to the partition. St000938The number of zeros of the symmetric group character corresponding to the partition. St001124The multiplicity of the standard representation in the Kronecker square corresponding to a partition. St000259The diameter of a connected graph. St000260The radius of a connected graph. St000455The second largest eigenvalue of a graph if it is integral. St000478Another weight of a partition according to Alladi. St000512The number of invariant subsets of size 3 when acting with a permutation of given cycle type. St001570The minimal number of edges to add to make a graph Hamiltonian. St001435The number of missing boxes in the first row. St001845The number of join irreducibles minus the rank of a lattice. St001820The size of the image of the pop stack sorting operator. St001632The number of indecomposable injective modules $I$ with $dim Ext^1(I,A)=1$ for the incidence algebra A of a poset. St001487The number of inner corners of a skew partition. 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. St001866The nesting alignments of a signed permutation. St001875The number of simple modules with projective dimension at most 1. St000527The width of the poset. 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. St001862The number of crossings of a signed permutation. St000777The number of distinct eigenvalues of the distance Laplacian of a connected graph. St001645The pebbling number of a connected graph. St001330The hat guessing number of a graph. St001882The number of occurrences of a type-B 231 pattern in a signed permutation. St001633The number of simple modules with projective dimension two in the incidence algebra of the poset. St001438The number of missing boxes of a skew partition. 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. St001867The number of alignments of type EN of a signed permutation. St001822The number of alignments 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!