Your data matches 38 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
Matching statistic: St000887
St000887: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => 2
[2,1] => 1
[1,2,3] => 3
[1,3,2] => 1
[2,1,3] => 1
[2,3,1] => 2
[3,1,2] => 2
[3,2,1] => 1
[1,2,3,4] => 4
[1,2,4,3] => 2
[1,3,2,4] => 2
[1,3,4,2] => 2
[1,4,2,3] => 2
[1,4,3,2] => 2
[2,1,3,4] => 2
[2,1,4,3] => 2
[2,3,1,4] => 2
[2,3,4,1] => 3
[2,4,1,3] => 1
[2,4,3,1] => 1
[3,1,2,4] => 2
[3,1,4,2] => 1
[3,2,1,4] => 2
[3,2,4,1] => 1
[3,4,1,2] => 2
[3,4,2,1] => 2
[4,1,2,3] => 3
[4,1,3,2] => 1
[4,2,1,3] => 1
[4,2,3,1] => 2
[4,3,1,2] => 2
[4,3,2,1] => 1
[1,2,3,4,5] => 5
[1,2,3,5,4] => 3
[1,2,4,3,5] => 3
[1,2,4,5,3] => 2
[1,2,5,3,4] => 2
[1,2,5,4,3] => 3
[1,3,2,4,5] => 3
[1,3,2,5,4] => 2
[1,3,4,2,5] => 2
[1,3,4,5,2] => 3
[1,3,5,2,4] => 1
[1,3,5,4,2] => 2
[1,4,2,3,5] => 2
[1,4,2,5,3] => 1
[1,4,3,2,5] => 3
[1,4,3,5,2] => 2
[1,4,5,2,3] => 2
[1,4,5,3,2] => 2
Description
The maximal number of nonzero entries on a diagonal of a permutation matrix. For example, the permutation matrix of $\pi=[3,1,2,5,4]$ is $$\begin{pmatrix} 0 & 1 & 0 & 0 & 0 \\ 0 & 0 & 1 & 0 & 0 \\ 1 & 0 & 0 & 0 & 0 \\ 0 & 0 & 0 & 0 & 1 \\ 0 & 0 & 0 & 1 & 0 \end{pmatrix},$$ and the entries corresponding to $\pi_2=1$, $\pi_3=2$ and $\pi_5=4$ are all on the fourth diagonal from the right. In other words, this is $\max_k \lvert\{i: \pi_i-i = k\}\rvert$
Mp00068: Permutations Simion-Schmidt mapPermutations
Mp00241: Permutations invert Laguerre heapPermutations
Mp00160: Permutations graph of inversionsGraphs
St000259: Graphs ⟶ ℤResult quality: 77% values known / values provided: 77%distinct values known / distinct values provided: 83%
Values
[1,2] => [1,2] => [1,2] => ([],2)
=> ? = 2
[2,1] => [2,1] => [2,1] => ([(0,1)],2)
=> 1
[1,2,3] => [1,3,2] => [1,3,2] => ([(1,2)],3)
=> ? ∊ {1,1,3}
[1,3,2] => [1,3,2] => [1,3,2] => ([(1,2)],3)
=> ? ∊ {1,1,3}
[2,1,3] => [2,1,3] => [2,1,3] => ([(1,2)],3)
=> ? ∊ {1,1,3}
[2,3,1] => [2,3,1] => [3,1,2] => ([(0,2),(1,2)],3)
=> 2
[3,1,2] => [3,1,2] => [2,3,1] => ([(0,2),(1,2)],3)
=> 2
[3,2,1] => [3,2,1] => [3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> 1
[1,2,3,4] => [1,4,3,2] => [1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,2,2,4}
[1,2,4,3] => [1,4,3,2] => [1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,2,2,4}
[1,3,2,4] => [1,4,3,2] => [1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,2,2,4}
[1,3,4,2] => [1,4,3,2] => [1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,2,2,4}
[1,4,2,3] => [1,4,3,2] => [1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,2,2,4}
[1,4,3,2] => [1,4,3,2] => [1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,2,2,4}
[2,1,3,4] => [2,1,4,3] => [2,1,4,3] => ([(0,3),(1,2)],4)
=> ? ∊ {1,1,1,1,1,1,2,2,4}
[2,1,4,3] => [2,1,4,3] => [2,1,4,3] => ([(0,3),(1,2)],4)
=> ? ∊ {1,1,1,1,1,1,2,2,4}
[2,3,1,4] => [2,4,1,3] => [3,4,1,2] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> 2
[2,3,4,1] => [2,4,3,1] => [4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[2,4,1,3] => [2,4,1,3] => [3,4,1,2] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> 2
[2,4,3,1] => [2,4,3,1] => [4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[3,1,2,4] => [3,1,4,2] => [4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[3,1,4,2] => [3,1,4,2] => [4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[3,2,1,4] => [3,2,1,4] => [3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,2,2,4}
[3,2,4,1] => [3,2,4,1] => [4,1,3,2] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[3,4,1,2] => [3,4,1,2] => [2,4,1,3] => ([(0,3),(1,2),(2,3)],4)
=> 3
[3,4,2,1] => [3,4,2,1] => [4,2,1,3] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[4,1,2,3] => [4,1,3,2] => [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[4,1,3,2] => [4,1,3,2] => [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[4,2,1,3] => [4,2,1,3] => [3,4,2,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[4,2,3,1] => [4,2,3,1] => [3,1,4,2] => ([(0,3),(1,2),(2,3)],4)
=> 3
[4,3,1,2] => [4,3,1,2] => [2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[4,3,2,1] => [4,3,2,1] => [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 1
[1,2,3,4,5] => [1,5,4,3,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[1,2,3,5,4] => [1,5,4,3,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[1,2,4,3,5] => [1,5,4,3,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[1,2,4,5,3] => [1,5,4,3,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[1,2,5,3,4] => [1,5,4,3,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[1,2,5,4,3] => [1,5,4,3,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[1,3,2,4,5] => [1,5,4,3,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[1,3,2,5,4] => [1,5,4,3,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[1,3,4,2,5] => [1,5,4,3,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[1,3,4,5,2] => [1,5,4,3,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[1,3,5,2,4] => [1,5,4,3,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[1,3,5,4,2] => [1,5,4,3,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[1,4,2,3,5] => [1,5,4,3,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[1,4,2,5,3] => [1,5,4,3,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[1,4,3,2,5] => [1,5,4,3,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[1,4,3,5,2] => [1,5,4,3,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[1,4,5,2,3] => [1,5,4,3,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[1,4,5,3,2] => [1,5,4,3,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[1,5,2,3,4] => [1,5,4,3,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[1,5,2,4,3] => [1,5,4,3,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[1,5,3,2,4] => [1,5,4,3,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[1,5,3,4,2] => [1,5,4,3,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[1,5,4,2,3] => [1,5,4,3,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[1,5,4,3,2] => [1,5,4,3,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[2,1,3,4,5] => [2,1,5,4,3] => [2,1,5,4,3] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[2,1,3,5,4] => [2,1,5,4,3] => [2,1,5,4,3] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[2,1,4,3,5] => [2,1,5,4,3] => [2,1,5,4,3] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[2,1,4,5,3] => [2,1,5,4,3] => [2,1,5,4,3] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[2,1,5,3,4] => [2,1,5,4,3] => [2,1,5,4,3] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[2,1,5,4,3] => [2,1,5,4,3] => [2,1,5,4,3] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[2,3,1,4,5] => [2,5,1,4,3] => [4,3,5,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[2,3,1,5,4] => [2,5,1,4,3] => [4,3,5,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[2,3,4,1,5] => [2,5,4,1,3] => [3,5,4,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[2,3,4,5,1] => [2,5,4,3,1] => [5,4,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[2,3,5,1,4] => [2,5,4,1,3] => [3,5,4,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[2,3,5,4,1] => [2,5,4,3,1] => [5,4,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[2,4,1,3,5] => [2,5,1,4,3] => [4,3,5,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[2,4,1,5,3] => [2,5,1,4,3] => [4,3,5,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[2,4,3,1,5] => [2,5,4,1,3] => [3,5,4,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[2,4,3,5,1] => [2,5,4,3,1] => [5,4,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[2,4,5,1,3] => [2,5,4,1,3] => [3,5,4,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[2,4,5,3,1] => [2,5,4,3,1] => [5,4,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[2,5,1,3,4] => [2,5,1,4,3] => [4,3,5,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[2,5,1,4,3] => [2,5,1,4,3] => [4,3,5,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[2,5,3,1,4] => [2,5,4,1,3] => [3,5,4,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[2,5,3,4,1] => [2,5,4,3,1] => [5,4,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[2,5,4,1,3] => [2,5,4,1,3] => [3,5,4,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[2,5,4,3,1] => [2,5,4,3,1] => [5,4,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[3,1,2,4,5] => [3,1,5,4,2] => [5,4,2,3,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[3,1,2,5,4] => [3,1,5,4,2] => [5,4,2,3,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[3,1,4,2,5] => [3,1,5,4,2] => [5,4,2,3,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[3,1,4,5,2] => [3,1,5,4,2] => [5,4,2,3,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[3,1,5,2,4] => [3,1,5,4,2] => [5,4,2,3,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[3,1,5,4,2] => [3,1,5,4,2] => [5,4,2,3,1] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[3,2,1,4,5] => [3,2,1,5,4] => [3,2,1,5,4] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[3,2,1,5,4] => [3,2,1,5,4] => [3,2,1,5,4] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[3,2,4,1,5] => [3,2,5,1,4] => [4,5,1,3,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[3,2,4,5,1] => [3,2,5,4,1] => [5,4,1,3,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[3,2,5,1,4] => [3,2,5,1,4] => [4,5,1,3,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[3,2,5,4,1] => [3,2,5,4,1] => [5,4,1,3,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[3,4,1,2,5] => [3,5,1,4,2] => [4,2,5,1,3] => ([(0,1),(0,4),(1,3),(2,3),(2,4),(3,4)],5)
=> 2
[3,4,1,5,2] => [3,5,1,4,2] => [4,2,5,1,3] => ([(0,1),(0,4),(1,3),(2,3),(2,4),(3,4)],5)
=> 2
[3,4,2,1,5] => [3,5,2,1,4] => [4,5,2,1,3] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[4,3,2,1,5] => [4,3,2,1,5] => [4,3,2,1,5] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,5}
[1,2,3,4,5,6] => [1,6,5,4,3,2] => [1,6,5,4,3,2] => ([(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6}
[1,2,3,4,6,5] => [1,6,5,4,3,2] => [1,6,5,4,3,2] => ([(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6}
[1,2,3,5,4,6] => [1,6,5,4,3,2] => [1,6,5,4,3,2] => ([(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6}
[1,2,3,5,6,4] => [1,6,5,4,3,2] => [1,6,5,4,3,2] => ([(1,2),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,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,6}
Description
The diameter of a connected graph. This is the greatest distance between any pair of vertices.
Mp00060: Permutations Robinson-Schensted tableau shapeInteger partitions
Mp00202: Integer partitions first row removalInteger partitions
Mp00230: Integer partitions parallelogram polyominoDyck paths
St001200: Dyck paths ⟶ ℤResult quality: 50% values known / values provided: 74%distinct values known / distinct values provided: 50%
Values
[1,2] => [2]
=> []
=> []
=> ? ∊ {1,2}
[2,1] => [1,1]
=> [1]
=> [1,0]
=> ? ∊ {1,2}
[1,2,3] => [3]
=> []
=> []
=> ? ∊ {1,1,1,2,2,3}
[1,3,2] => [2,1]
=> [1]
=> [1,0]
=> ? ∊ {1,1,1,2,2,3}
[2,1,3] => [2,1]
=> [1]
=> [1,0]
=> ? ∊ {1,1,1,2,2,3}
[2,3,1] => [2,1]
=> [1]
=> [1,0]
=> ? ∊ {1,1,1,2,2,3}
[3,1,2] => [2,1]
=> [1]
=> [1,0]
=> ? ∊ {1,1,1,2,2,3}
[3,2,1] => [1,1,1]
=> [1,1]
=> [1,1,0,0]
=> ? ∊ {1,1,1,2,2,3}
[1,2,3,4] => [4]
=> []
=> []
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,4}
[1,2,4,3] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,4}
[1,3,2,4] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,4}
[1,3,4,2] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,4}
[1,4,2,3] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,4}
[1,4,3,2] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,4}
[2,1,3,4] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,4}
[2,1,4,3] => [2,2]
=> [2]
=> [1,0,1,0]
=> 2
[2,3,1,4] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,4}
[2,3,4,1] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,4}
[2,4,1,3] => [2,2]
=> [2]
=> [1,0,1,0]
=> 2
[2,4,3,1] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,4}
[3,1,2,4] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,4}
[3,1,4,2] => [2,2]
=> [2]
=> [1,0,1,0]
=> 2
[3,2,1,4] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,4}
[3,2,4,1] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,4}
[3,4,1,2] => [2,2]
=> [2]
=> [1,0,1,0]
=> 2
[3,4,2,1] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,4}
[4,1,2,3] => [3,1]
=> [1]
=> [1,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,4}
[4,1,3,2] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,4}
[4,2,1,3] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,4}
[4,2,3,1] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,4}
[4,3,1,2] => [2,1,1]
=> [1,1]
=> [1,1,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,2,3,3,4}
[4,3,2,1] => [1,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 2
[1,2,3,4,5] => [5]
=> []
=> []
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,2,3,5,4] => [4,1]
=> [1]
=> [1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,2,4,3,5] => [4,1]
=> [1]
=> [1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,2,4,5,3] => [4,1]
=> [1]
=> [1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,2,5,3,4] => [4,1]
=> [1]
=> [1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,2,5,4,3] => [3,1,1]
=> [1,1]
=> [1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,3,2,4,5] => [4,1]
=> [1]
=> [1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,3,2,5,4] => [3,2]
=> [2]
=> [1,0,1,0]
=> 2
[1,3,4,2,5] => [4,1]
=> [1]
=> [1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,3,4,5,2] => [4,1]
=> [1]
=> [1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,3,5,2,4] => [3,2]
=> [2]
=> [1,0,1,0]
=> 2
[1,3,5,4,2] => [3,1,1]
=> [1,1]
=> [1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,4,2,3,5] => [4,1]
=> [1]
=> [1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,4,2,5,3] => [3,2]
=> [2]
=> [1,0,1,0]
=> 2
[1,4,3,2,5] => [3,1,1]
=> [1,1]
=> [1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,4,3,5,2] => [3,1,1]
=> [1,1]
=> [1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,4,5,2,3] => [3,2]
=> [2]
=> [1,0,1,0]
=> 2
[1,4,5,3,2] => [3,1,1]
=> [1,1]
=> [1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,5,2,3,4] => [4,1]
=> [1]
=> [1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,5,2,4,3] => [3,1,1]
=> [1,1]
=> [1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,5,3,2,4] => [3,1,1]
=> [1,1]
=> [1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,5,3,4,2] => [3,1,1]
=> [1,1]
=> [1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,5,4,2,3] => [3,1,1]
=> [1,1]
=> [1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,5,4,3,2] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 2
[2,1,3,4,5] => [4,1]
=> [1]
=> [1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[2,1,3,5,4] => [3,2]
=> [2]
=> [1,0,1,0]
=> 2
[2,1,4,3,5] => [3,2]
=> [2]
=> [1,0,1,0]
=> 2
[2,1,4,5,3] => [3,2]
=> [2]
=> [1,0,1,0]
=> 2
[2,1,5,3,4] => [3,2]
=> [2]
=> [1,0,1,0]
=> 2
[2,1,5,4,3] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 2
[2,3,1,4,5] => [4,1]
=> [1]
=> [1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[2,3,1,5,4] => [3,2]
=> [2]
=> [1,0,1,0]
=> 2
[2,3,4,1,5] => [4,1]
=> [1]
=> [1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[2,3,4,5,1] => [4,1]
=> [1]
=> [1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[2,3,5,1,4] => [3,2]
=> [2]
=> [1,0,1,0]
=> 2
[2,4,1,3,5] => [3,2]
=> [2]
=> [1,0,1,0]
=> 2
[2,4,1,5,3] => [3,2]
=> [2]
=> [1,0,1,0]
=> 2
[2,4,5,1,3] => [3,2]
=> [2]
=> [1,0,1,0]
=> 2
[2,5,1,3,4] => [3,2]
=> [2]
=> [1,0,1,0]
=> 2
[2,5,1,4,3] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 2
[2,5,4,1,3] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 2
[2,5,4,3,1] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 2
[3,1,2,5,4] => [3,2]
=> [2]
=> [1,0,1,0]
=> 2
[3,1,4,2,5] => [3,2]
=> [2]
=> [1,0,1,0]
=> 2
[3,1,4,5,2] => [3,2]
=> [2]
=> [1,0,1,0]
=> 2
[3,1,5,2,4] => [3,2]
=> [2]
=> [1,0,1,0]
=> 2
[3,1,5,4,2] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 2
[3,2,1,5,4] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 2
[3,2,5,1,4] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 2
[3,2,5,4,1] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 2
[3,4,1,2,5] => [3,2]
=> [2]
=> [1,0,1,0]
=> 2
[3,4,1,5,2] => [3,2]
=> [2]
=> [1,0,1,0]
=> 2
[3,4,5,1,2] => [3,2]
=> [2]
=> [1,0,1,0]
=> 2
[3,5,1,2,4] => [3,2]
=> [2]
=> [1,0,1,0]
=> 2
[3,5,1,4,2] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 2
[3,5,2,1,4] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 2
[3,5,2,4,1] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 2
[3,5,4,1,2] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 2
[3,5,4,2,1] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 2
[4,1,2,5,3] => [3,2]
=> [2]
=> [1,0,1,0]
=> 2
[4,1,5,2,3] => [3,2]
=> [2]
=> [1,0,1,0]
=> 2
[4,1,5,3,2] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 2
[4,2,1,5,3] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 2
[4,2,5,1,3] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 2
[4,2,5,3,1] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 2
[4,3,1,5,2] => [2,2,1]
=> [2,1]
=> [1,0,1,1,0,0]
=> 2
[4,3,2,1,5] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 2
[4,3,2,5,1] => [2,1,1,1]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 2
Description
The 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$.
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
Mp00103: Dyck paths peeling mapDyck paths
Mp00118: Dyck paths swap returns and last descentDyck paths
St001198: Dyck paths ⟶ ℤResult quality: 50% values known / values provided: 72%distinct values known / distinct values provided: 50%
Values
[1,2] => [1,0,1,0]
=> [1,0,1,0]
=> [1,1,0,0]
=> ? ∊ {1,2}
[2,1] => [1,1,0,0]
=> [1,0,1,0]
=> [1,1,0,0]
=> ? ∊ {1,2}
[1,2,3] => [1,0,1,0,1,0]
=> [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> ? ∊ {1,1,1,2,2,3}
[1,3,2] => [1,0,1,1,0,0]
=> [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> ? ∊ {1,1,1,2,2,3}
[2,1,3] => [1,1,0,0,1,0]
=> [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> ? ∊ {1,1,1,2,2,3}
[2,3,1] => [1,1,0,1,0,0]
=> [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> ? ∊ {1,1,1,2,2,3}
[3,1,2] => [1,1,1,0,0,0]
=> [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> ? ∊ {1,1,1,2,2,3}
[3,2,1] => [1,1,1,0,0,0]
=> [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> ? ∊ {1,1,1,2,2,3}
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [1,0,1,1,0,0,1,0]
=> [1,1,1,0,1,0,0,0]
=> 2
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [1,0,1,1,0,0,1,0]
=> [1,1,1,0,1,0,0,0]
=> 2
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [1,0,1,1,0,0,1,0]
=> [1,1,1,0,1,0,0,0]
=> 2
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [1,0,1,1,0,0,1,0]
=> [1,1,1,0,1,0,0,0]
=> 2
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [1,0,1,1,0,0,1,0]
=> [1,1,1,0,1,0,0,0]
=> 2
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [1,0,1,1,0,0,1,0]
=> [1,1,1,0,1,0,0,0]
=> 2
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,4,5,3,2] => [1,0,1,1,1,0,1,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,5,2,3,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[1,5,2,4,3] => [1,0,1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[1,5,3,2,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[1,5,3,4,2] => [1,0,1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[1,5,4,2,3] => [1,0,1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[1,5,4,3,2] => [1,0,1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[2,1,3,4,5] => [1,1,0,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[2,1,3,5,4] => [1,1,0,0,1,0,1,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[2,1,4,3,5] => [1,1,0,0,1,1,0,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[2,1,4,5,3] => [1,1,0,0,1,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[2,1,5,3,4] => [1,1,0,0,1,1,1,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[2,1,5,4,3] => [1,1,0,0,1,1,1,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[2,5,1,3,4] => [1,1,0,1,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[2,5,1,4,3] => [1,1,0,1,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[2,5,3,1,4] => [1,1,0,1,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[2,5,3,4,1] => [1,1,0,1,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[2,5,4,1,3] => [1,1,0,1,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[2,5,4,3,1] => [1,1,0,1,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[3,5,1,2,4] => [1,1,1,0,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[3,5,1,4,2] => [1,1,1,0,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[3,5,2,1,4] => [1,1,1,0,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[3,5,2,4,1] => [1,1,1,0,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[3,5,4,1,2] => [1,1,1,0,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[3,5,4,2,1] => [1,1,1,0,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[4,1,2,3,5] => [1,1,1,1,0,0,0,0,1,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,1,2,5,3] => [1,1,1,1,0,0,0,1,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,1,3,2,5] => [1,1,1,1,0,0,0,0,1,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,1,3,5,2] => [1,1,1,1,0,0,0,1,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,1,5,2,3] => [1,1,1,1,0,0,1,0,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,1,5,3,2] => [1,1,1,1,0,0,1,0,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,2,1,3,5] => [1,1,1,1,0,0,0,0,1,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,2,1,5,3] => [1,1,1,1,0,0,0,1,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,2,3,1,5] => [1,1,1,1,0,0,0,0,1,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,2,3,5,1] => [1,1,1,1,0,0,0,1,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,2,5,1,3] => [1,1,1,1,0,0,1,0,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,2,5,3,1] => [1,1,1,1,0,0,1,0,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,3,1,2,5] => [1,1,1,1,0,0,0,0,1,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,3,1,5,2] => [1,1,1,1,0,0,0,1,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,3,2,1,5] => [1,1,1,1,0,0,0,0,1,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,3,2,5,1] => [1,1,1,1,0,0,0,1,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,3,5,1,2] => [1,1,1,1,0,0,1,0,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,3,5,2,1] => [1,1,1,1,0,0,1,0,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,5,1,2,3] => [1,1,1,1,0,1,0,0,0,0]
=> [1,0,1,1,0,1,0,0,1,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> 3
[4,5,1,3,2] => [1,1,1,1,0,1,0,0,0,0]
=> [1,0,1,1,0,1,0,0,1,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> 3
[4,5,2,1,3] => [1,1,1,1,0,1,0,0,0,0]
=> [1,0,1,1,0,1,0,0,1,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> 3
[4,5,2,3,1] => [1,1,1,1,0,1,0,0,0,0]
=> [1,0,1,1,0,1,0,0,1,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> 3
[4,5,3,1,2] => [1,1,1,1,0,1,0,0,0,0]
=> [1,0,1,1,0,1,0,0,1,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> 3
[4,5,3,2,1] => [1,1,1,1,0,1,0,0,0,0]
=> [1,0,1,1,0,1,0,0,1,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> 3
[5,1,2,3,4] => [1,1,1,1,1,0,0,0,0,0]
=> [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,1,0,0,1,0,0,0]
=> 2
[5,1,2,4,3] => [1,1,1,1,1,0,0,0,0,0]
=> [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,1,0,0,1,0,0,0]
=> 2
Description
The number of simple modules in the algebra $eAe$ with projective dimension at most 1 in the corresponding Nakayama algebra $A$ with minimal faithful projective-injective module $eA$.
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
Mp00103: Dyck paths peeling mapDyck paths
Mp00118: Dyck paths swap returns and last descentDyck paths
St001206: Dyck paths ⟶ ℤResult quality: 50% values known / values provided: 72%distinct values known / distinct values provided: 50%
Values
[1,2] => [1,0,1,0]
=> [1,0,1,0]
=> [1,1,0,0]
=> ? ∊ {1,2}
[2,1] => [1,1,0,0]
=> [1,0,1,0]
=> [1,1,0,0]
=> ? ∊ {1,2}
[1,2,3] => [1,0,1,0,1,0]
=> [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> ? ∊ {1,1,1,2,2,3}
[1,3,2] => [1,0,1,1,0,0]
=> [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> ? ∊ {1,1,1,2,2,3}
[2,1,3] => [1,1,0,0,1,0]
=> [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> ? ∊ {1,1,1,2,2,3}
[2,3,1] => [1,1,0,1,0,0]
=> [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> ? ∊ {1,1,1,2,2,3}
[3,1,2] => [1,1,1,0,0,0]
=> [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> ? ∊ {1,1,1,2,2,3}
[3,2,1] => [1,1,1,0,0,0]
=> [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> ? ∊ {1,1,1,2,2,3}
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,2,2,2,2,3,3,4}
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [1,0,1,1,0,0,1,0]
=> [1,1,1,0,1,0,0,0]
=> 2
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [1,0,1,1,0,0,1,0]
=> [1,1,1,0,1,0,0,0]
=> 2
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [1,0,1,1,0,0,1,0]
=> [1,1,1,0,1,0,0,0]
=> 2
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [1,0,1,1,0,0,1,0]
=> [1,1,1,0,1,0,0,0]
=> 2
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [1,0,1,1,0,0,1,0]
=> [1,1,1,0,1,0,0,0]
=> 2
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [1,0,1,1,0,0,1,0]
=> [1,1,1,0,1,0,0,0]
=> 2
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,4,5,3,2] => [1,0,1,1,1,0,1,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[1,5,2,3,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[1,5,2,4,3] => [1,0,1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[1,5,3,2,4] => [1,0,1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[1,5,3,4,2] => [1,0,1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[1,5,4,2,3] => [1,0,1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[1,5,4,3,2] => [1,0,1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[2,1,3,4,5] => [1,1,0,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[2,1,3,5,4] => [1,1,0,0,1,0,1,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[2,1,4,3,5] => [1,1,0,0,1,1,0,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[2,1,4,5,3] => [1,1,0,0,1,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[2,1,5,3,4] => [1,1,0,0,1,1,1,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[2,1,5,4,3] => [1,1,0,0,1,1,1,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,4,5}
[2,5,1,3,4] => [1,1,0,1,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[2,5,1,4,3] => [1,1,0,1,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[2,5,3,1,4] => [1,1,0,1,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[2,5,3,4,1] => [1,1,0,1,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[2,5,4,1,3] => [1,1,0,1,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[2,5,4,3,1] => [1,1,0,1,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[3,5,1,2,4] => [1,1,1,0,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[3,5,1,4,2] => [1,1,1,0,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[3,5,2,1,4] => [1,1,1,0,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[3,5,2,4,1] => [1,1,1,0,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[3,5,4,1,2] => [1,1,1,0,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[3,5,4,2,1] => [1,1,1,0,1,1,0,0,0,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,1,0,1,0,0,0,0]
=> 2
[4,1,2,3,5] => [1,1,1,1,0,0,0,0,1,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,1,2,5,3] => [1,1,1,1,0,0,0,1,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,1,3,2,5] => [1,1,1,1,0,0,0,0,1,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,1,3,5,2] => [1,1,1,1,0,0,0,1,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,1,5,2,3] => [1,1,1,1,0,0,1,0,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,1,5,3,2] => [1,1,1,1,0,0,1,0,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,2,1,3,5] => [1,1,1,1,0,0,0,0,1,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,2,1,5,3] => [1,1,1,1,0,0,0,1,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,2,3,1,5] => [1,1,1,1,0,0,0,0,1,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,2,3,5,1] => [1,1,1,1,0,0,0,1,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,2,5,1,3] => [1,1,1,1,0,0,1,0,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,2,5,3,1] => [1,1,1,1,0,0,1,0,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,3,1,2,5] => [1,1,1,1,0,0,0,0,1,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,3,1,5,2] => [1,1,1,1,0,0,0,1,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,3,2,1,5] => [1,1,1,1,0,0,0,0,1,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,3,2,5,1] => [1,1,1,1,0,0,0,1,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,3,5,1,2] => [1,1,1,1,0,0,1,0,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,3,5,2,1] => [1,1,1,1,0,0,1,0,0,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[4,5,1,2,3] => [1,1,1,1,0,1,0,0,0,0]
=> [1,0,1,1,0,1,0,0,1,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> 3
[4,5,1,3,2] => [1,1,1,1,0,1,0,0,0,0]
=> [1,0,1,1,0,1,0,0,1,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> 3
[4,5,2,1,3] => [1,1,1,1,0,1,0,0,0,0]
=> [1,0,1,1,0,1,0,0,1,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> 3
[4,5,2,3,1] => [1,1,1,1,0,1,0,0,0,0]
=> [1,0,1,1,0,1,0,0,1,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> 3
[4,5,3,1,2] => [1,1,1,1,0,1,0,0,0,0]
=> [1,0,1,1,0,1,0,0,1,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> 3
[4,5,3,2,1] => [1,1,1,1,0,1,0,0,0,0]
=> [1,0,1,1,0,1,0,0,1,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> 3
[5,1,2,3,4] => [1,1,1,1,1,0,0,0,0,0]
=> [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,1,0,0,1,0,0,0]
=> 2
[5,1,2,4,3] => [1,1,1,1,1,0,0,0,0,0]
=> [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,1,0,0,1,0,0,0]
=> 2
Description
The maximal dimension of an indecomposable projective $eAe$-module (that is the height of the corresponding Dyck path) of the corresponding Nakayama algebra with minimal faithful projective-injective module $eA$.
Mp00159: Permutations Demazure product with inversePermutations
Mp00310: Permutations toric promotionPermutations
Mp00160: Permutations graph of inversionsGraphs
St001060: Graphs ⟶ ℤResult quality: 66% values known / values provided: 66%distinct values known / distinct values provided: 83%
Values
[1,2] => [1,2] => [1,2] => ([],2)
=> ? ∊ {1,2}
[2,1] => [2,1] => [2,1] => ([(0,1)],2)
=> ? ∊ {1,2}
[1,2,3] => [1,2,3] => [3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> 3
[1,3,2] => [1,3,2] => [2,3,1] => ([(0,2),(1,2)],3)
=> 2
[2,1,3] => [2,1,3] => [3,1,2] => ([(0,2),(1,2)],3)
=> 2
[2,3,1] => [3,2,1] => [1,2,3] => ([],3)
=> ? ∊ {1,1,1}
[3,1,2] => [3,2,1] => [1,2,3] => ([],3)
=> ? ∊ {1,1,1}
[3,2,1] => [3,2,1] => [1,2,3] => ([],3)
=> ? ∊ {1,1,1}
[1,2,3,4] => [1,2,3,4] => [4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[1,2,4,3] => [1,2,4,3] => [4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[1,3,2,4] => [1,3,2,4] => [2,4,1,3] => ([(0,3),(1,2),(2,3)],4)
=> 2
[1,3,4,2] => [1,4,3,2] => [3,1,2,4] => ([(1,3),(2,3)],4)
=> 2
[1,4,2,3] => [1,4,3,2] => [3,1,2,4] => ([(1,3),(2,3)],4)
=> 2
[1,4,3,2] => [1,4,3,2] => [3,1,2,4] => ([(1,3),(2,3)],4)
=> 2
[2,1,3,4] => [2,1,3,4] => [4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> 3
[2,1,4,3] => [2,1,4,3] => [4,1,3,2] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[2,3,1,4] => [3,2,1,4] => [1,2,4,3] => ([(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,1,2,3,4}
[2,3,4,1] => [4,2,3,1] => [3,1,4,2] => ([(0,3),(1,2),(2,3)],4)
=> 2
[2,4,1,3] => [3,4,1,2] => [2,3,1,4] => ([(1,3),(2,3)],4)
=> 2
[2,4,3,1] => [4,3,2,1] => [1,3,2,4] => ([(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,1,2,3,4}
[3,1,2,4] => [3,2,1,4] => [1,2,4,3] => ([(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,1,2,3,4}
[3,1,4,2] => [4,2,3,1] => [3,1,4,2] => ([(0,3),(1,2),(2,3)],4)
=> 2
[3,2,1,4] => [3,2,1,4] => [1,2,4,3] => ([(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,1,2,3,4}
[3,2,4,1] => [4,2,3,1] => [3,1,4,2] => ([(0,3),(1,2),(2,3)],4)
=> 2
[3,4,1,2] => [4,3,2,1] => [1,3,2,4] => ([(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,1,2,3,4}
[3,4,2,1] => [4,3,2,1] => [1,3,2,4] => ([(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,1,2,3,4}
[4,1,2,3] => [4,2,3,1] => [3,1,4,2] => ([(0,3),(1,2),(2,3)],4)
=> 2
[4,1,3,2] => [4,2,3,1] => [3,1,4,2] => ([(0,3),(1,2),(2,3)],4)
=> 2
[4,2,1,3] => [4,3,2,1] => [1,3,2,4] => ([(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,1,2,3,4}
[4,2,3,1] => [4,3,2,1] => [1,3,2,4] => ([(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,1,2,3,4}
[4,3,1,2] => [4,3,2,1] => [1,3,2,4] => ([(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,1,2,3,4}
[4,3,2,1] => [4,3,2,1] => [1,3,2,4] => ([(2,3)],4)
=> ? ∊ {1,1,1,1,1,1,1,2,3,4}
[1,2,3,4,5] => [1,2,3,4,5] => [5,2,3,4,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[1,2,3,5,4] => [1,2,3,5,4] => [5,2,4,1,3] => ([(0,3),(0,4),(1,2),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[1,2,4,3,5] => [1,2,4,3,5] => [5,3,1,2,4] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[1,2,4,5,3] => [1,2,5,4,3] => [5,4,1,3,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[1,2,5,3,4] => [1,2,5,4,3] => [5,4,1,3,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[1,2,5,4,3] => [1,2,5,4,3] => [5,4,1,3,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[1,3,2,4,5] => [1,3,2,4,5] => [2,5,1,3,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,3,2,5,4] => [1,3,2,5,4] => [2,5,1,4,3] => ([(0,3),(1,2),(1,4),(2,4),(3,4)],5)
=> 2
[1,3,4,2,5] => [1,4,3,2,5] => [3,1,2,5,4] => ([(0,1),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[1,3,4,5,2] => [1,5,3,4,2] => [4,1,2,3,5] => ([(1,4),(2,4),(3,4)],5)
=> 3
[1,3,5,2,4] => [1,4,5,2,3] => [3,4,5,1,2] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[1,3,5,4,2] => [1,5,4,3,2] => [4,1,3,2,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[1,4,2,3,5] => [1,4,3,2,5] => [3,1,2,5,4] => ([(0,1),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[1,4,2,5,3] => [1,5,3,4,2] => [4,1,2,3,5] => ([(1,4),(2,4),(3,4)],5)
=> 3
[1,4,3,2,5] => [1,4,3,2,5] => [3,1,2,5,4] => ([(0,1),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[1,4,3,5,2] => [1,5,3,4,2] => [4,1,2,3,5] => ([(1,4),(2,4),(3,4)],5)
=> 3
[1,4,5,2,3] => [1,5,4,3,2] => [4,1,3,2,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[1,4,5,3,2] => [1,5,4,3,2] => [4,1,3,2,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[1,5,2,3,4] => [1,5,3,4,2] => [4,1,2,3,5] => ([(1,4),(2,4),(3,4)],5)
=> 3
[1,5,2,4,3] => [1,5,3,4,2] => [4,1,2,3,5] => ([(1,4),(2,4),(3,4)],5)
=> 3
[1,5,3,2,4] => [1,5,4,3,2] => [4,1,3,2,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[1,5,3,4,2] => [1,5,4,3,2] => [4,1,3,2,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[1,5,4,2,3] => [1,5,4,3,2] => [4,1,3,2,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[1,5,4,3,2] => [1,5,4,3,2] => [4,1,3,2,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[2,1,3,4,5] => [2,1,3,4,5] => [5,1,2,3,4] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 4
[2,1,3,5,4] => [2,1,3,5,4] => [5,1,2,4,3] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[2,1,4,3,5] => [2,1,4,3,5] => [5,1,3,2,4] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[2,1,4,5,3] => [2,1,5,4,3] => [5,1,4,3,2] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[2,1,5,3,4] => [2,1,5,4,3] => [5,1,4,3,2] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[2,1,5,4,3] => [2,1,5,4,3] => [5,1,4,3,2] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[2,3,1,4,5] => [3,2,1,4,5] => [1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[2,3,1,5,4] => [3,2,1,5,4] => [1,2,5,4,3] => ([(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[2,3,4,1,5] => [4,2,3,1,5] => [3,1,5,2,4] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[2,3,4,5,1] => [5,2,3,4,1] => [4,5,2,1,3] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[2,3,5,1,4] => [4,2,5,1,3] => [3,5,4,2,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[2,3,5,4,1] => [5,2,4,3,1] => [4,1,5,3,2] => ([(0,4),(1,2),(1,3),(2,3),(2,4),(3,4)],5)
=> 2
[2,4,1,3,5] => [3,4,1,2,5] => [2,3,5,4,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[2,4,1,5,3] => [3,5,1,4,2] => [2,4,3,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[2,4,3,1,5] => [4,3,2,1,5] => [1,3,2,5,4] => ([(1,4),(2,3)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[2,4,5,3,1] => [5,4,3,2,1] => [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[2,5,3,4,1] => [5,4,3,2,1] => [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[2,5,4,3,1] => [5,4,3,2,1] => [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[3,1,2,4,5] => [3,2,1,4,5] => [1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[3,1,2,5,4] => [3,2,1,5,4] => [1,2,5,4,3] => ([(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[3,2,1,4,5] => [3,2,1,4,5] => [1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[3,2,1,5,4] => [3,2,1,5,4] => [1,2,5,4,3] => ([(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[3,4,1,2,5] => [4,3,2,1,5] => [1,3,2,5,4] => ([(1,4),(2,3)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[3,4,2,1,5] => [4,3,2,1,5] => [1,3,2,5,4] => ([(1,4),(2,3)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[3,4,5,1,2] => [5,4,3,2,1] => [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[3,4,5,2,1] => [5,4,3,2,1] => [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[3,5,1,4,2] => [5,4,3,2,1] => [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[3,5,2,4,1] => [5,4,3,2,1] => [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[3,5,4,1,2] => [5,4,3,2,1] => [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[3,5,4,2,1] => [5,4,3,2,1] => [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[4,2,1,3,5] => [4,3,2,1,5] => [1,3,2,5,4] => ([(1,4),(2,3)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[4,2,3,1,5] => [4,3,2,1,5] => [1,3,2,5,4] => ([(1,4),(2,3)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[4,2,5,1,3] => [5,4,3,2,1] => [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[4,2,5,3,1] => [5,4,3,2,1] => [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[4,3,1,2,5] => [4,3,2,1,5] => [1,3,2,5,4] => ([(1,4),(2,3)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[4,3,2,1,5] => [4,3,2,1,5] => [1,3,2,5,4] => ([(1,4),(2,3)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[4,3,5,1,2] => [5,4,3,2,1] => [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[4,3,5,2,1] => [5,4,3,2,1] => [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[4,5,1,2,3] => [5,4,3,2,1] => [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[4,5,1,3,2] => [5,4,3,2,1] => [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[4,5,2,1,3] => [5,4,3,2,1] => [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[4,5,2,3,1] => [5,4,3,2,1] => [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[4,5,3,1,2] => [5,4,3,2,1] => [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[4,5,3,2,1] => [5,4,3,2,1] => [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
Description
The distinguishing index of a graph. This is the smallest number of colours such that there is a colouring of the edges which is not preserved by any automorphism. If the graph has a connected component which is a single edge, or at least two isolated vertices, this statistic is undefined.
Matching statistic: St001165
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
Mp00027: Dyck paths to partitionInteger partitions
Mp00230: Integer partitions parallelogram polyominoDyck paths
St001165: Dyck paths ⟶ ℤResult quality: 50% values known / values provided: 65%distinct values known / distinct values provided: 50%
Values
[1,2] => [1,0,1,0]
=> [1]
=> [1,0]
=> 1
[2,1] => [1,1,0,0]
=> []
=> []
=> ? = 2
[1,2,3] => [1,0,1,0,1,0]
=> [2,1]
=> [1,0,1,1,0,0]
=> 2
[1,3,2] => [1,0,1,1,0,0]
=> [1,1]
=> [1,1,0,0]
=> 1
[2,1,3] => [1,1,0,0,1,0]
=> [2]
=> [1,0,1,0]
=> 2
[2,3,1] => [1,1,0,1,0,0]
=> [1]
=> [1,0]
=> 1
[3,1,2] => [1,1,1,0,0,0]
=> []
=> []
=> ? ∊ {1,3}
[3,2,1] => [1,1,1,0,0,0]
=> []
=> []
=> ? ∊ {1,3}
[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]
=> 3
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [2,2,1]
=> [1,1,1,0,0,1,0,0]
=> 2
[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]
=> 3
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [2,1,1]
=> [1,0,1,1,0,1,0,0]
=> 2
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 2
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,1,1]
=> [1,1,0,1,0,0]
=> 2
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [3,2]
=> [1,0,1,1,1,0,0,0]
=> 2
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [2,2]
=> [1,1,1,0,0,0]
=> 1
[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]
=> 2
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [1,1]
=> [1,1,0,0]
=> 1
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [1,1]
=> [1,1,0,0]
=> 1
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [3]
=> [1,0,1,0,1,0]
=> 2
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [2]
=> [1,0,1,0]
=> 2
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [3]
=> [1,0,1,0,1,0]
=> 2
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [2]
=> [1,0,1,0]
=> 2
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [1]
=> [1,0]
=> 1
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [1]
=> [1,0]
=> 1
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {1,1,2,2,2,4}
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {1,1,2,2,2,4}
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {1,1,2,2,2,4}
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {1,1,2,2,2,4}
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {1,1,2,2,2,4}
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> []
=> []
=> ? ∊ {1,1,2,2,2,4}
[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,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,4,4,5}
[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]
=> 2
[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]
=> ? ∊ {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,3,4,4,5}
[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]
=> 3
[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]
=> 2
[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]
=> 2
[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,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,4,4,5}
[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]
=> 2
[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,1,1,1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,4,4,5}
[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]
=> 3
[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]
=> ? ∊ {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,3,4,4,5}
[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]
=> ? ∊ {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,3,4,4,5}
[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]
=> 3
[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]
=> 3
[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]
=> 2
[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]
=> 2
[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]
=> 2
[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]
=> 2
[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]
=> 2
[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]
=> 2
[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]
=> 2
[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
[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]
=> 2
[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]
=> 1
[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]
=> 1
[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]
=> 3
[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]
=> 2
[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]
=> 3
[5,1,2,3,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {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,3,4,4,5}
[5,1,2,4,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {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,3,4,4,5}
[5,1,3,2,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {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,3,4,4,5}
[5,1,3,4,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {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,3,4,4,5}
[5,1,4,2,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {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,3,4,4,5}
[5,1,4,3,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {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,3,4,4,5}
[5,2,1,3,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {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,3,4,4,5}
[5,2,1,4,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {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,3,4,4,5}
[5,2,3,1,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {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,3,4,4,5}
[5,2,3,4,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {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,3,4,4,5}
[5,2,4,1,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {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,3,4,4,5}
[5,2,4,3,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {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,3,4,4,5}
[5,3,1,2,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {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,3,4,4,5}
[5,3,1,4,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {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,3,4,4,5}
[5,3,2,1,4] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {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,3,4,4,5}
[5,3,2,4,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {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,3,4,4,5}
[5,3,4,1,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {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,3,4,4,5}
[5,3,4,2,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {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,3,4,4,5}
[5,4,1,2,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {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,3,4,4,5}
[5,4,1,3,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {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,3,4,4,5}
[5,4,2,1,3] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {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,3,4,4,5}
[5,4,2,3,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {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,3,4,4,5}
[5,4,3,1,2] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {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,3,4,4,5}
[5,4,3,2,1] => [1,1,1,1,1,0,0,0,0,0]
=> []
=> []
=> ? ∊ {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,3,4,4,5}
[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]
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,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,4,4,4,4,4,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,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]
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,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,4,4,4,4,4,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,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]
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,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,4,4,4,4,4,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,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]
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,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,4,4,4,4,4,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,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]
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,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,4,4,4,4,4,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,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]
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,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,4,4,4,4,4,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,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]
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,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,4,4,4,4,4,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,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]
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,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,4,4,4,4,4,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,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]
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,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,4,4,4,4,4,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,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]
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,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,4,4,4,4,4,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,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,1,1,0,1,1,0,1,0,0,0,1,0,0]
=> ? ∊ {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,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,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,4,4,4,4,4,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,6}
Description
Number of simple modules with even projective dimension in the corresponding Nakayama algebra.
Mp00065: Permutations permutation posetPosets
Mp00074: Posets to graphGraphs
St000260: Graphs ⟶ ℤResult quality: 50% values known / values provided: 63%distinct values known / distinct values provided: 50%
Values
[1,2] => ([(0,1)],2)
=> ([(0,1)],2)
=> 1
[2,1] => ([],2)
=> ([],2)
=> ? = 2
[1,2,3] => ([(0,2),(2,1)],3)
=> ([(0,2),(1,2)],3)
=> 1
[1,3,2] => ([(0,1),(0,2)],3)
=> ([(0,2),(1,2)],3)
=> 1
[2,1,3] => ([(0,2),(1,2)],3)
=> ([(0,2),(1,2)],3)
=> 1
[2,3,1] => ([(1,2)],3)
=> ([(1,2)],3)
=> ? ∊ {2,2,3}
[3,1,2] => ([(1,2)],3)
=> ([(1,2)],3)
=> ? ∊ {2,2,3}
[3,2,1] => ([],3)
=> ([],3)
=> ? ∊ {2,2,3}
[1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[1,2,4,3] => ([(0,3),(3,1),(3,2)],4)
=> ([(0,3),(1,3),(2,3)],4)
=> 1
[1,3,2,4] => ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,2),(0,3),(1,2),(1,3)],4)
=> 2
[1,3,4,2] => ([(0,2),(0,3),(3,1)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[1,4,2,3] => ([(0,2),(0,3),(3,1)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[1,4,3,2] => ([(0,1),(0,2),(0,3)],4)
=> ([(0,3),(1,3),(2,3)],4)
=> 1
[2,1,3,4] => ([(0,3),(1,3),(3,2)],4)
=> ([(0,3),(1,3),(2,3)],4)
=> 1
[2,1,4,3] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> ([(0,2),(0,3),(1,2),(1,3)],4)
=> 2
[2,3,1,4] => ([(0,3),(1,2),(2,3)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,3,4,1] => ([(1,2),(2,3)],4)
=> ([(1,3),(2,3)],4)
=> ? ∊ {1,1,1,2,2,2,2,2,3,3,4}
[2,4,1,3] => ([(0,3),(1,2),(1,3)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[2,4,3,1] => ([(1,2),(1,3)],4)
=> ([(1,3),(2,3)],4)
=> ? ∊ {1,1,1,2,2,2,2,2,3,3,4}
[3,1,2,4] => ([(0,3),(1,2),(2,3)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,1,4,2] => ([(0,3),(1,2),(1,3)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> 2
[3,2,1,4] => ([(0,3),(1,3),(2,3)],4)
=> ([(0,3),(1,3),(2,3)],4)
=> 1
[3,2,4,1] => ([(1,3),(2,3)],4)
=> ([(1,3),(2,3)],4)
=> ? ∊ {1,1,1,2,2,2,2,2,3,3,4}
[3,4,1,2] => ([(0,3),(1,2)],4)
=> ([(0,3),(1,2)],4)
=> ? ∊ {1,1,1,2,2,2,2,2,3,3,4}
[3,4,2,1] => ([(2,3)],4)
=> ([(2,3)],4)
=> ? ∊ {1,1,1,2,2,2,2,2,3,3,4}
[4,1,2,3] => ([(1,2),(2,3)],4)
=> ([(1,3),(2,3)],4)
=> ? ∊ {1,1,1,2,2,2,2,2,3,3,4}
[4,1,3,2] => ([(1,2),(1,3)],4)
=> ([(1,3),(2,3)],4)
=> ? ∊ {1,1,1,2,2,2,2,2,3,3,4}
[4,2,1,3] => ([(1,3),(2,3)],4)
=> ([(1,3),(2,3)],4)
=> ? ∊ {1,1,1,2,2,2,2,2,3,3,4}
[4,2,3,1] => ([(2,3)],4)
=> ([(2,3)],4)
=> ? ∊ {1,1,1,2,2,2,2,2,3,3,4}
[4,3,1,2] => ([(2,3)],4)
=> ([(2,3)],4)
=> ? ∊ {1,1,1,2,2,2,2,2,3,3,4}
[4,3,2,1] => ([],4)
=> ([],4)
=> ? ∊ {1,1,1,2,2,2,2,2,3,3,4}
[1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[1,2,3,5,4] => ([(0,3),(3,4),(4,1),(4,2)],5)
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,2,4,3,5] => ([(0,3),(1,4),(2,4),(3,1),(3,2)],5)
=> ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 2
[1,2,4,5,3] => ([(0,4),(3,2),(4,1),(4,3)],5)
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,2,5,3,4] => ([(0,4),(3,2),(4,1),(4,3)],5)
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,2,5,4,3] => ([(0,4),(4,1),(4,2),(4,3)],5)
=> ([(0,4),(1,4),(2,4),(3,4)],5)
=> 1
[1,3,2,4,5] => ([(0,2),(0,3),(2,4),(3,4),(4,1)],5)
=> ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 2
[1,3,2,5,4] => ([(0,1),(0,2),(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[1,3,4,2,5] => ([(0,2),(0,3),(1,4),(2,4),(3,1)],5)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 2
[1,3,4,5,2] => ([(0,2),(0,4),(3,1),(4,3)],5)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[1,3,5,2,4] => ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 2
[1,3,5,4,2] => ([(0,3),(0,4),(4,1),(4,2)],5)
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,4,2,3,5] => ([(0,2),(0,3),(1,4),(2,4),(3,1)],5)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 2
[1,4,2,5,3] => ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 2
[1,4,3,2,5] => ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[1,4,3,5,2] => ([(0,1),(0,2),(0,3),(2,4),(3,4)],5)
=> ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 2
[1,4,5,2,3] => ([(0,3),(0,4),(3,2),(4,1)],5)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[1,4,5,3,2] => ([(0,2),(0,3),(0,4),(4,1)],5)
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,5,2,3,4] => ([(0,2),(0,4),(3,1),(4,3)],5)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[1,5,2,4,3] => ([(0,3),(0,4),(4,1),(4,2)],5)
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,5,3,2,4] => ([(0,1),(0,2),(0,3),(2,4),(3,4)],5)
=> ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 2
[1,5,3,4,2] => ([(0,2),(0,3),(0,4),(4,1)],5)
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,5,4,2,3] => ([(0,2),(0,3),(0,4),(4,1)],5)
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[1,5,4,3,2] => ([(0,1),(0,2),(0,3),(0,4)],5)
=> ([(0,4),(1,4),(2,4),(3,4)],5)
=> 1
[2,1,3,4,5] => ([(0,4),(1,4),(2,3),(4,2)],5)
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[2,1,3,5,4] => ([(0,4),(1,4),(4,2),(4,3)],5)
=> ([(0,4),(1,4),(2,4),(3,4)],5)
=> 1
[2,1,4,3,5] => ([(0,3),(0,4),(1,3),(1,4),(3,2),(4,2)],5)
=> ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[2,1,4,5,3] => ([(0,3),(0,4),(1,3),(1,4),(4,2)],5)
=> ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 2
[2,1,5,3,4] => ([(0,3),(0,4),(1,3),(1,4),(4,2)],5)
=> ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 2
[2,1,5,4,3] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4)],5)
=> ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> 2
[2,3,1,4,5] => ([(0,4),(1,2),(2,4),(4,3)],5)
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> 2
[2,3,1,5,4] => ([(0,3),(0,4),(1,2),(2,3),(2,4)],5)
=> ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> 2
[2,3,4,1,5] => ([(0,4),(1,2),(2,3),(3,4)],5)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[2,3,4,5,1] => ([(1,4),(3,2),(4,3)],5)
=> ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[2,3,5,4,1] => ([(1,4),(4,2),(4,3)],5)
=> ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[2,4,3,5,1] => ([(1,2),(1,3),(2,4),(3,4)],5)
=> ([(1,3),(1,4),(2,3),(2,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[2,4,5,3,1] => ([(1,3),(1,4),(4,2)],5)
=> ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[2,5,3,4,1] => ([(1,3),(1,4),(4,2)],5)
=> ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[2,5,4,3,1] => ([(1,2),(1,3),(1,4)],5)
=> ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[3,2,4,5,1] => ([(1,4),(2,4),(4,3)],5)
=> ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[3,2,5,4,1] => ([(1,3),(1,4),(2,3),(2,4)],5)
=> ([(1,3),(1,4),(2,3),(2,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[3,4,2,5,1] => ([(1,4),(2,3),(3,4)],5)
=> ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[3,4,5,1,2] => ([(0,3),(1,4),(4,2)],5)
=> ([(0,1),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[3,4,5,2,1] => ([(2,3),(3,4)],5)
=> ([(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[3,5,2,4,1] => ([(1,4),(2,3),(2,4)],5)
=> ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[3,5,4,1,2] => ([(0,4),(1,2),(1,3)],5)
=> ([(0,1),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[3,5,4,2,1] => ([(2,3),(2,4)],5)
=> ([(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[4,2,3,5,1] => ([(1,4),(2,3),(3,4)],5)
=> ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[4,2,5,3,1] => ([(1,4),(2,3),(2,4)],5)
=> ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[4,3,2,5,1] => ([(1,4),(2,4),(3,4)],5)
=> ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[4,3,5,1,2] => ([(0,4),(1,4),(2,3)],5)
=> ([(0,1),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[4,3,5,2,1] => ([(2,4),(3,4)],5)
=> ([(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[4,5,1,2,3] => ([(0,3),(1,4),(4,2)],5)
=> ([(0,1),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[4,5,1,3,2] => ([(0,4),(1,2),(1,3)],5)
=> ([(0,1),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[4,5,2,1,3] => ([(0,4),(1,4),(2,3)],5)
=> ([(0,1),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[4,5,2,3,1] => ([(1,4),(2,3)],5)
=> ([(1,4),(2,3)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[4,5,3,1,2] => ([(1,4),(2,3)],5)
=> ([(1,4),(2,3)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[4,5,3,2,1] => ([(3,4)],5)
=> ([(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[5,1,2,3,4] => ([(1,4),(3,2),(4,3)],5)
=> ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[5,1,2,4,3] => ([(1,4),(4,2),(4,3)],5)
=> ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[5,1,3,2,4] => ([(1,2),(1,3),(2,4),(3,4)],5)
=> ([(1,3),(1,4),(2,3),(2,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[5,1,3,4,2] => ([(1,3),(1,4),(4,2)],5)
=> ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[5,1,4,2,3] => ([(1,3),(1,4),(4,2)],5)
=> ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[5,1,4,3,2] => ([(1,2),(1,3),(1,4)],5)
=> ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[5,2,1,3,4] => ([(1,4),(2,4),(4,3)],5)
=> ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[5,2,1,4,3] => ([(1,3),(1,4),(2,3),(2,4)],5)
=> ([(1,3),(1,4),(2,3),(2,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[5,2,3,1,4] => ([(1,4),(2,3),(3,4)],5)
=> ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
[5,2,3,4,1] => ([(2,3),(3,4)],5)
=> ([(2,4),(3,4)],5)
=> ? ∊ {1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,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,4,4,5}
Description
The radius of a connected graph. This is the minimum eccentricity of any vertex.
Matching statistic: St001118
Mp00160: Permutations graph of inversionsGraphs
Mp00274: Graphs block-cut treeGraphs
St001118: Graphs ⟶ ℤResult quality: 55% values known / values provided: 55%distinct values known / distinct values provided: 67%
Values
[1,2] => ([],2)
=> ([],2)
=> ? ∊ {1,2}
[2,1] => ([(0,1)],2)
=> ([],1)
=> ? ∊ {1,2}
[1,2,3] => ([],3)
=> ([],3)
=> ? ∊ {1,1,1,3}
[1,3,2] => ([(1,2)],3)
=> ([],2)
=> ? ∊ {1,1,1,3}
[2,1,3] => ([(1,2)],3)
=> ([],2)
=> ? ∊ {1,1,1,3}
[2,3,1] => ([(0,2),(1,2)],3)
=> ([(0,2),(1,2)],3)
=> 2
[3,1,2] => ([(0,2),(1,2)],3)
=> ([(0,2),(1,2)],3)
=> 2
[3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> ([],1)
=> ? ∊ {1,1,1,3}
[1,2,3,4] => ([],4)
=> ([],4)
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,4}
[1,2,4,3] => ([(2,3)],4)
=> ([],3)
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,4}
[1,3,2,4] => ([(2,3)],4)
=> ([],3)
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,4}
[1,3,4,2] => ([(1,3),(2,3)],4)
=> ([(1,3),(2,3)],4)
=> 2
[1,4,2,3] => ([(1,3),(2,3)],4)
=> ([(1,3),(2,3)],4)
=> 2
[1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> ([],2)
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,4}
[2,1,3,4] => ([(2,3)],4)
=> ([],3)
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,4}
[2,1,4,3] => ([(0,3),(1,2)],4)
=> ([],2)
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,4}
[2,3,1,4] => ([(1,3),(2,3)],4)
=> ([(1,3),(2,3)],4)
=> 2
[2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> ([(0,3),(1,3),(2,3)],4)
=> 3
[2,4,1,3] => ([(0,3),(1,2),(2,3)],4)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,2),(1,2)],3)
=> 2
[3,1,2,4] => ([(1,3),(2,3)],4)
=> ([(1,3),(2,3)],4)
=> 2
[3,1,4,2] => ([(0,3),(1,2),(2,3)],4)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> ([],2)
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,4}
[3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,2),(1,2)],3)
=> 2
[3,4,1,2] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> ([],1)
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,4}
[3,4,2,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([],1)
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,4}
[4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> ([(0,3),(1,3),(2,3)],4)
=> 3
[4,1,3,2] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,2),(1,2)],3)
=> 2
[4,2,1,3] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ([(0,2),(1,2)],3)
=> 2
[4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([],1)
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,4}
[4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([],1)
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,4}
[4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ([],1)
=> ? ∊ {1,1,1,1,1,1,1,2,2,2,2,4}
[1,2,3,4,5] => ([],5)
=> ([],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,5}
[1,2,3,5,4] => ([(3,4)],5)
=> ([],4)
=> ? ∊ {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,3,3,3,3,3,3,3,3,5}
[1,2,4,3,5] => ([(3,4)],5)
=> ([],4)
=> ? ∊ {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,3,3,3,3,3,3,3,3,5}
[1,2,4,5,3] => ([(2,4),(3,4)],5)
=> ([(2,4),(3,4)],5)
=> 2
[1,2,5,3,4] => ([(2,4),(3,4)],5)
=> ([(2,4),(3,4)],5)
=> 2
[1,2,5,4,3] => ([(2,3),(2,4),(3,4)],5)
=> ([],3)
=> ? ∊ {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,3,3,3,3,3,3,3,3,5}
[1,3,2,4,5] => ([(3,4)],5)
=> ([],4)
=> ? ∊ {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,3,3,3,3,3,3,3,3,5}
[1,3,2,5,4] => ([(1,4),(2,3)],5)
=> ([],3)
=> ? ∊ {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,3,3,3,3,3,3,3,3,5}
[1,3,4,2,5] => ([(2,4),(3,4)],5)
=> ([(2,4),(3,4)],5)
=> 2
[1,3,4,5,2] => ([(1,4),(2,4),(3,4)],5)
=> ([(1,4),(2,4),(3,4)],5)
=> 3
[1,3,5,2,4] => ([(1,4),(2,3),(3,4)],5)
=> ([(1,5),(2,4),(3,4),(3,5)],6)
=> 2
[1,3,5,4,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(1,3),(2,3)],4)
=> 2
[1,4,2,3,5] => ([(2,4),(3,4)],5)
=> ([(2,4),(3,4)],5)
=> 2
[1,4,2,5,3] => ([(1,4),(2,3),(3,4)],5)
=> ([(1,5),(2,4),(3,4),(3,5)],6)
=> 2
[1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> ([],3)
=> ? ∊ {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,3,3,3,3,3,3,3,3,5}
[1,4,3,5,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(1,3),(2,3)],4)
=> 2
[1,4,5,2,3] => ([(1,3),(1,4),(2,3),(2,4)],5)
=> ([],2)
=> ? ∊ {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,3,3,3,3,3,3,3,3,5}
[1,4,5,3,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([],2)
=> ? ∊ {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,3,3,3,3,3,3,3,3,5}
[1,5,2,3,4] => ([(1,4),(2,4),(3,4)],5)
=> ([(1,4),(2,4),(3,4)],5)
=> 3
[1,5,2,4,3] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(1,3),(2,3)],4)
=> 2
[1,5,3,2,4] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(1,3),(2,3)],4)
=> 2
[1,5,3,4,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([],2)
=> ? ∊ {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,3,3,3,3,3,3,3,3,5}
[1,5,4,2,3] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([],2)
=> ? ∊ {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,3,3,3,3,3,3,3,3,5}
[1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([],2)
=> ? ∊ {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,3,3,3,3,3,3,3,3,5}
[2,1,3,4,5] => ([(3,4)],5)
=> ([],4)
=> ? ∊ {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,3,3,3,3,3,3,3,3,5}
[2,1,3,5,4] => ([(1,4),(2,3)],5)
=> ([],3)
=> ? ∊ {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,3,3,3,3,3,3,3,3,5}
[2,1,4,3,5] => ([(1,4),(2,3)],5)
=> ([],3)
=> ? ∊ {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,3,3,3,3,3,3,3,3,5}
[2,1,4,5,3] => ([(0,1),(2,4),(3,4)],5)
=> ([(1,3),(2,3)],4)
=> 2
[2,1,5,3,4] => ([(0,1),(2,4),(3,4)],5)
=> ([(1,3),(2,3)],4)
=> 2
[2,1,5,4,3] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> ([],2)
=> ? ∊ {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,3,3,3,3,3,3,3,3,5}
[2,3,1,4,5] => ([(2,4),(3,4)],5)
=> ([(2,4),(3,4)],5)
=> 2
[2,3,1,5,4] => ([(0,1),(2,4),(3,4)],5)
=> ([(1,3),(2,3)],4)
=> 2
[2,3,4,1,5] => ([(1,4),(2,4),(3,4)],5)
=> ([(1,4),(2,4),(3,4)],5)
=> 3
[2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> ([(0,4),(1,4),(2,4),(3,4)],5)
=> 4
[2,3,5,1,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> ([(0,5),(1,5),(2,3),(3,4),(4,5)],6)
=> 3
[2,3,5,4,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,3),(1,3),(2,3)],4)
=> 3
[2,4,1,3,5] => ([(1,4),(2,3),(3,4)],5)
=> ([(1,5),(2,4),(3,4),(3,5)],6)
=> 2
[2,4,1,5,3] => ([(0,4),(1,3),(2,3),(2,4)],5)
=> ([(0,6),(1,5),(2,3),(2,4),(3,5),(4,6)],7)
=> 2
[2,4,3,1,5] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ([(1,3),(2,3)],4)
=> 2
[2,4,3,5,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,3),(1,3),(2,3)],4)
=> 3
[2,4,5,1,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> ([(0,2),(1,2)],3)
=> 2
[2,4,5,3,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,2),(1,2)],3)
=> 2
[2,5,1,3,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> ([(0,5),(1,5),(2,3),(3,4),(4,5)],6)
=> 3
[2,5,1,4,3] => ([(0,3),(1,2),(1,4),(2,4),(3,4)],5)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[2,5,3,1,4] => ([(0,4),(1,3),(2,3),(2,4),(3,4)],5)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> 2
[2,5,3,4,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,2),(1,2)],3)
=> 2
[2,5,4,1,3] => ([(0,4),(1,2),(1,3),(2,3),(2,4),(3,4)],5)
=> ([(0,2),(1,2)],3)
=> 2
[2,5,4,3,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([(0,2),(1,2)],3)
=> 2
[3,1,2,4,5] => ([(2,4),(3,4)],5)
=> ([(2,4),(3,4)],5)
=> 2
[3,1,2,5,4] => ([(0,1),(2,4),(3,4)],5)
=> ([(1,3),(2,3)],4)
=> 2
[3,1,4,2,5] => ([(1,4),(2,3),(3,4)],5)
=> ([(1,5),(2,4),(3,4),(3,5)],6)
=> 2
[3,1,4,5,2] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> ([(0,5),(1,5),(2,3),(3,4),(4,5)],6)
=> 3
[3,2,1,4,5] => ([(2,3),(2,4),(3,4)],5)
=> ([],3)
=> ? ∊ {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,3,3,3,3,3,3,3,3,5}
[3,2,1,5,4] => ([(0,1),(2,3),(2,4),(3,4)],5)
=> ([],2)
=> ? ∊ {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,3,3,3,3,3,3,3,3,5}
[3,4,1,2,5] => ([(1,3),(1,4),(2,3),(2,4)],5)
=> ([],2)
=> ? ∊ {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,3,3,3,3,3,3,3,3,5}
[3,4,2,1,5] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([],2)
=> ? ∊ {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,3,3,3,3,3,3,3,3,5}
[3,4,5,1,2] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> ([],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,3,3,3,3,3,3,3,3,5}
[3,4,5,2,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([],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,3,3,3,3,3,3,3,3,5}
[3,5,1,4,2] => ([(0,1),(0,4),(1,3),(2,3),(2,4),(3,4)],5)
=> ([],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,3,3,3,3,3,3,3,3,5}
[3,5,2,4,1] => ([(0,3),(0,4),(1,2),(1,4),(2,3),(2,4),(3,4)],5)
=> ([],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,3,3,3,3,3,3,3,3,5}
[3,5,4,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> ([],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,3,3,3,3,3,3,3,3,5}
[3,5,4,2,1] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([],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,3,3,3,3,3,3,3,3,5}
[4,2,3,1,5] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([],2)
=> ? ∊ {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,3,3,3,3,3,3,3,3,5}
[4,2,5,1,3] => ([(0,1),(0,4),(1,3),(2,3),(2,4),(3,4)],5)
=> ([],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,3,3,3,3,3,3,3,3,5}
[4,2,5,3,1] => ([(0,3),(0,4),(1,2),(1,4),(2,3),(2,4),(3,4)],5)
=> ([],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,3,3,3,3,3,3,3,3,5}
[4,3,1,2,5] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([],2)
=> ? ∊ {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,3,3,3,3,3,3,3,3,5}
[4,3,2,1,5] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ([],2)
=> ? ∊ {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,3,3,3,3,3,3,3,3,5}
[4,3,5,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> ([],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,3,3,3,3,3,3,3,3,5}
Description
The acyclic chromatic index of a graph. An acyclic edge coloring of a graph is a proper colouring of the edges of a graph such that the union of the edges colored with any two given colours is a forest. The smallest number of colours such that such a colouring exists is the acyclic chromatic index.
Mp00071: Permutations descent compositionInteger compositions
Mp00184: Integer compositions to threshold graphGraphs
St000771: Graphs ⟶ ℤResult quality: 50% values known / values provided: 50%distinct values known / distinct values provided: 83%
Values
[1,2] => [2] => ([],2)
=> ? = 2
[2,1] => [1,1] => ([(0,1)],2)
=> 1
[1,2,3] => [3] => ([],3)
=> ? ∊ {1,2,3}
[1,3,2] => [2,1] => ([(0,2),(1,2)],3)
=> 1
[2,1,3] => [1,2] => ([(1,2)],3)
=> ? ∊ {1,2,3}
[2,3,1] => [2,1] => ([(0,2),(1,2)],3)
=> 1
[3,1,2] => [1,2] => ([(1,2)],3)
=> ? ∊ {1,2,3}
[3,2,1] => [1,1,1] => ([(0,1),(0,2),(1,2)],3)
=> 2
[1,2,3,4] => [4] => ([],4)
=> ? ∊ {1,1,2,2,2,2,2,2,2,2,3,4}
[1,2,4,3] => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 2
[1,3,2,4] => [2,2] => ([(1,3),(2,3)],4)
=> ? ∊ {1,1,2,2,2,2,2,2,2,2,3,4}
[1,3,4,2] => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 2
[1,4,2,3] => [2,2] => ([(1,3),(2,3)],4)
=> ? ∊ {1,1,2,2,2,2,2,2,2,2,3,4}
[1,4,3,2] => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[2,1,3,4] => [1,3] => ([(2,3)],4)
=> ? ∊ {1,1,2,2,2,2,2,2,2,2,3,4}
[2,1,4,3] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 1
[2,3,1,4] => [2,2] => ([(1,3),(2,3)],4)
=> ? ∊ {1,1,2,2,2,2,2,2,2,2,3,4}
[2,3,4,1] => [3,1] => ([(0,3),(1,3),(2,3)],4)
=> 2
[2,4,1,3] => [2,2] => ([(1,3),(2,3)],4)
=> ? ∊ {1,1,2,2,2,2,2,2,2,2,3,4}
[2,4,3,1] => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[3,1,2,4] => [1,3] => ([(2,3)],4)
=> ? ∊ {1,1,2,2,2,2,2,2,2,2,3,4}
[3,1,4,2] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 1
[3,2,1,4] => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> ? ∊ {1,1,2,2,2,2,2,2,2,2,3,4}
[3,2,4,1] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 1
[3,4,1,2] => [2,2] => ([(1,3),(2,3)],4)
=> ? ∊ {1,1,2,2,2,2,2,2,2,2,3,4}
[3,4,2,1] => [2,1,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 2
[4,1,2,3] => [1,3] => ([(2,3)],4)
=> ? ∊ {1,1,2,2,2,2,2,2,2,2,3,4}
[4,1,3,2] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 1
[4,2,1,3] => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> ? ∊ {1,1,2,2,2,2,2,2,2,2,3,4}
[4,2,3,1] => [1,2,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 1
[4,3,1,2] => [1,1,2] => ([(1,2),(1,3),(2,3)],4)
=> ? ∊ {1,1,2,2,2,2,2,2,2,2,3,4}
[4,3,2,1] => [1,1,1,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[1,2,3,4,5] => [5] => ([],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[1,2,3,5,4] => [4,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 3
[1,2,4,3,5] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[1,2,4,5,3] => [4,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 3
[1,2,5,3,4] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[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,3,2,4,5] => [2,3] => ([(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[1,3,2,5,4] => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[1,3,4,2,5] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[1,3,4,5,2] => [4,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 3
[1,3,5,2,4] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[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,4,2,3,5] => [2,3] => ([(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[1,4,2,5,3] => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[1,4,3,2,5] => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[1,4,3,5,2] => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[1,4,5,2,3] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[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,5,2,3,4] => [2,3] => ([(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[1,5,2,4,3] => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[1,5,3,2,4] => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[1,5,3,4,2] => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[1,5,4,2,3] => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[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)
=> 3
[2,1,3,4,5] => [1,4] => ([(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[2,1,3,5,4] => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[2,1,4,3,5] => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[2,1,4,5,3] => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[2,1,5,3,4] => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[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)
=> 2
[2,3,1,4,5] => [2,3] => ([(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[2,3,1,5,4] => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[2,3,4,1,5] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[2,3,4,5,1] => [4,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 3
[2,3,5,1,4] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[2,3,5,4,1] => [3,1,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[2,4,1,3,5] => [2,3] => ([(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[2,4,1,5,3] => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[2,4,3,1,5] => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[2,4,3,5,1] => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[2,4,5,1,3] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[2,4,5,3,1] => [3,1,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[2,5,1,3,4] => [2,3] => ([(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[2,5,1,4,3] => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[2,5,3,1,4] => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[2,5,3,4,1] => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[2,5,4,1,3] => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[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)
=> 3
[3,1,2,4,5] => [1,4] => ([(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[3,1,2,5,4] => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[3,1,4,2,5] => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[3,1,4,5,2] => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[3,1,5,2,4] => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[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)
=> 2
[3,2,1,4,5] => [1,1,3] => ([(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[3,2,1,5,4] => [1,1,2,1] => ([(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[3,2,4,1,5] => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[3,2,4,5,1] => [1,3,1] => ([(0,4),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[3,2,5,1,4] => [1,2,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[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)
=> 2
[3,4,1,2,5] => [2,3] => ([(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[3,4,1,5,2] => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[3,4,2,1,5] => [2,1,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[3,4,2,5,1] => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 1
[3,4,5,1,2] => [3,2] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[3,4,5,2,1] => [3,1,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 2
[3,5,1,2,4] => [2,3] => ([(2,4),(3,4)],5)
=> ? ∊ {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,3,3,3,3,3,3,3,3,3,3,3,3,3,3,4,5}
[3,5,1,4,2] => [2,2,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 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$.
The following 28 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000777The number of distinct eigenvalues of the distance Laplacian of a connected graph. St000514The number of invariant simple graphs when acting with a permutation of given cycle type. St000515The number of invariant set partitions when acting with a permutation of given cycle type. St000939The number of characters of the symmetric group whose value on the partition is positive. St000993The multiplicity of the largest part of an integer partition. St001568The smallest positive integer that does not appear twice in the 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. St000888The maximal sum of entries on a diagonal of an alternating sign matrix. St000892The maximal number of nonzero entries on a diagonal of an alternating sign matrix. St000456The monochromatic index of a connected graph. St000772The multiplicity of the largest distance Laplacian eigenvalue in a connected graph. St000668The least common multiple of the parts of the partition. 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. St001232The number of indecomposable modules with projective dimension 2 for Nakayama algebras with global dimension at most 2. St000264The girth of a graph, which is not a tree. St000741The Colin de Verdière graph invariant. St000454The largest eigenvalue of a graph if it is integral. St000455The second largest eigenvalue of a graph if it is integral. St000007The number of saliances of the permutation. St001875The number of simple modules with projective dimension at most 1. St001603The number of colourings of a polygon such that the multiplicities of a colour are given by a partition. St001605The number of colourings of a cycle such that the multiplicities of colours are given by a partition. St001491The number of indecomposable projective-injective modules in the algebra corresponding to a subset. St001414Half the length of the longest odd length palindromic prefix of a binary word.