Your data matches 95 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
St000209: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => 0
[2,1] => 1
[1,2,3] => 0
[1,3,2] => 1
[2,1,3] => 1
[2,3,1] => 2
[3,1,2] => 2
[3,2,1] => 2
[1,2,3,4] => 0
[1,2,4,3] => 1
[1,3,2,4] => 1
[1,3,4,2] => 2
[1,4,2,3] => 2
[1,4,3,2] => 2
[2,1,3,4] => 1
[2,1,4,3] => 1
[2,3,1,4] => 2
[2,3,4,1] => 3
[2,4,1,3] => 3
[2,4,3,1] => 3
[3,1,2,4] => 2
[3,1,4,2] => 3
[3,2,1,4] => 2
[3,2,4,1] => 3
[3,4,1,2] => 2
[3,4,2,1] => 3
[4,1,2,3] => 3
[4,1,3,2] => 3
[4,2,1,3] => 3
[4,2,3,1] => 3
[4,3,1,2] => 3
[4,3,2,1] => 3
Description
Maximum difference of elements in cycles. Given a cycle $C$ in a permutation, we can compute the maximum distance between elements in the cycle, that is $\max \{ a_i-a_j | a_i, a_j \in C \}$. The statistic is then the maximum of this value over all cycles in the permutation.
Mp00151: Permutations to cycle typeSet partitions
St000503: Set partitions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => {{1},{2}}
=> 0
[2,1] => {{1,2}}
=> 1
[1,2,3] => {{1},{2},{3}}
=> 0
[1,3,2] => {{1},{2,3}}
=> 1
[2,1,3] => {{1,2},{3}}
=> 1
[2,3,1] => {{1,2,3}}
=> 2
[3,1,2] => {{1,2,3}}
=> 2
[3,2,1] => {{1,3},{2}}
=> 2
[1,2,3,4] => {{1},{2},{3},{4}}
=> 0
[1,2,4,3] => {{1},{2},{3,4}}
=> 1
[1,3,2,4] => {{1},{2,3},{4}}
=> 1
[1,3,4,2] => {{1},{2,3,4}}
=> 2
[1,4,2,3] => {{1},{2,3,4}}
=> 2
[1,4,3,2] => {{1},{2,4},{3}}
=> 2
[2,1,3,4] => {{1,2},{3},{4}}
=> 1
[2,1,4,3] => {{1,2},{3,4}}
=> 1
[2,3,1,4] => {{1,2,3},{4}}
=> 2
[2,3,4,1] => {{1,2,3,4}}
=> 3
[2,4,1,3] => {{1,2,3,4}}
=> 3
[2,4,3,1] => {{1,2,4},{3}}
=> 3
[3,1,2,4] => {{1,2,3},{4}}
=> 2
[3,1,4,2] => {{1,2,3,4}}
=> 3
[3,2,1,4] => {{1,3},{2},{4}}
=> 2
[3,2,4,1] => {{1,3,4},{2}}
=> 3
[3,4,1,2] => {{1,3},{2,4}}
=> 2
[3,4,2,1] => {{1,2,3,4}}
=> 3
[4,1,2,3] => {{1,2,3,4}}
=> 3
[4,1,3,2] => {{1,2,4},{3}}
=> 3
[4,2,1,3] => {{1,3,4},{2}}
=> 3
[4,2,3,1] => {{1,4},{2},{3}}
=> 3
[4,3,1,2] => {{1,2,3,4}}
=> 3
[4,3,2,1] => {{1,4},{2,3}}
=> 3
Description
The maximal difference between two elements in a common block.
Mp00241: Permutations invert Laguerre heapPermutations
Mp00159: Permutations Demazure product with inversePermutations
St000141: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [1,2] => [1,2] => 0
[2,1] => [2,1] => [2,1] => 1
[1,2,3] => [1,2,3] => [1,2,3] => 0
[1,3,2] => [1,3,2] => [1,3,2] => 1
[2,1,3] => [2,1,3] => [2,1,3] => 1
[2,3,1] => [3,1,2] => [3,2,1] => 2
[3,1,2] => [2,3,1] => [3,2,1] => 2
[3,2,1] => [3,2,1] => [3,2,1] => 2
[1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 0
[1,2,4,3] => [1,2,4,3] => [1,2,4,3] => 1
[1,3,2,4] => [1,3,2,4] => [1,3,2,4] => 1
[1,3,4,2] => [1,4,2,3] => [1,4,3,2] => 2
[1,4,2,3] => [1,3,4,2] => [1,4,3,2] => 2
[1,4,3,2] => [1,4,3,2] => [1,4,3,2] => 2
[2,1,3,4] => [2,1,3,4] => [2,1,3,4] => 1
[2,1,4,3] => [2,1,4,3] => [2,1,4,3] => 1
[2,3,1,4] => [3,1,2,4] => [3,2,1,4] => 2
[2,3,4,1] => [4,1,2,3] => [4,2,3,1] => 3
[2,4,1,3] => [3,4,1,2] => [4,3,2,1] => 3
[2,4,3,1] => [4,3,1,2] => [4,3,2,1] => 3
[3,1,2,4] => [2,3,1,4] => [3,2,1,4] => 2
[3,1,4,2] => [4,2,3,1] => [4,3,2,1] => 3
[3,2,1,4] => [3,2,1,4] => [3,2,1,4] => 2
[3,2,4,1] => [4,1,3,2] => [4,2,3,1] => 3
[3,4,1,2] => [2,4,1,3] => [3,4,1,2] => 2
[3,4,2,1] => [4,2,1,3] => [4,3,2,1] => 3
[4,1,2,3] => [2,3,4,1] => [4,2,3,1] => 3
[4,1,3,2] => [3,2,4,1] => [4,2,3,1] => 3
[4,2,1,3] => [3,4,2,1] => [4,3,2,1] => 3
[4,2,3,1] => [3,1,4,2] => [4,2,3,1] => 3
[4,3,1,2] => [2,4,3,1] => [4,3,2,1] => 3
[4,3,2,1] => [4,3,2,1] => [4,3,2,1] => 3
Description
The maximum drop size of a permutation. The maximum drop size of a permutation $\pi$ of $[n]=\{1,2,\ldots, n\}$ is defined to be the maximum value of $i-\pi(i)$.
Mp00151: Permutations to cycle typeSet partitions
Mp00080: Set partitions to permutationPermutations
St000956: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => {{1},{2}}
=> [1,2] => 0
[2,1] => {{1,2}}
=> [2,1] => 1
[1,2,3] => {{1},{2},{3}}
=> [1,2,3] => 0
[1,3,2] => {{1},{2,3}}
=> [1,3,2] => 1
[2,1,3] => {{1,2},{3}}
=> [2,1,3] => 1
[2,3,1] => {{1,2,3}}
=> [2,3,1] => 2
[3,1,2] => {{1,2,3}}
=> [2,3,1] => 2
[3,2,1] => {{1,3},{2}}
=> [3,2,1] => 2
[1,2,3,4] => {{1},{2},{3},{4}}
=> [1,2,3,4] => 0
[1,2,4,3] => {{1},{2},{3,4}}
=> [1,2,4,3] => 1
[1,3,2,4] => {{1},{2,3},{4}}
=> [1,3,2,4] => 1
[1,3,4,2] => {{1},{2,3,4}}
=> [1,3,4,2] => 2
[1,4,2,3] => {{1},{2,3,4}}
=> [1,3,4,2] => 2
[1,4,3,2] => {{1},{2,4},{3}}
=> [1,4,3,2] => 2
[2,1,3,4] => {{1,2},{3},{4}}
=> [2,1,3,4] => 1
[2,1,4,3] => {{1,2},{3,4}}
=> [2,1,4,3] => 1
[2,3,1,4] => {{1,2,3},{4}}
=> [2,3,1,4] => 2
[2,3,4,1] => {{1,2,3,4}}
=> [2,3,4,1] => 3
[2,4,1,3] => {{1,2,3,4}}
=> [2,3,4,1] => 3
[2,4,3,1] => {{1,2,4},{3}}
=> [2,4,3,1] => 3
[3,1,2,4] => {{1,2,3},{4}}
=> [2,3,1,4] => 2
[3,1,4,2] => {{1,2,3,4}}
=> [2,3,4,1] => 3
[3,2,1,4] => {{1,3},{2},{4}}
=> [3,2,1,4] => 2
[3,2,4,1] => {{1,3,4},{2}}
=> [3,2,4,1] => 3
[3,4,1,2] => {{1,3},{2,4}}
=> [3,4,1,2] => 2
[3,4,2,1] => {{1,2,3,4}}
=> [2,3,4,1] => 3
[4,1,2,3] => {{1,2,3,4}}
=> [2,3,4,1] => 3
[4,1,3,2] => {{1,2,4},{3}}
=> [2,4,3,1] => 3
[4,2,1,3] => {{1,3,4},{2}}
=> [3,2,4,1] => 3
[4,2,3,1] => {{1,4},{2},{3}}
=> [4,2,3,1] => 3
[4,3,1,2] => {{1,2,3,4}}
=> [2,3,4,1] => 3
[4,3,2,1] => {{1,4},{2,3}}
=> [4,3,2,1] => 3
Description
The maximal displacement of a permutation. This is $\max\{ |\pi(i)-i| \mid 1 \leq i \leq n\}$ for a permutation $\pi$ of $\{1,\ldots,n\}$. This statistic without the absolute value is the maximal drop size [[St000141]].
Matching statistic: St000028
Mp00241: Permutations invert Laguerre heapPermutations
Mp00159: Permutations Demazure product with inversePermutations
Mp00087: Permutations inverse first fundamental transformationPermutations
St000028: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [1,2] => [1,2] => [1,2] => 0
[2,1] => [2,1] => [2,1] => [2,1] => 1
[1,2,3] => [1,2,3] => [1,2,3] => [1,2,3] => 0
[1,3,2] => [1,3,2] => [1,3,2] => [1,3,2] => 1
[2,1,3] => [2,1,3] => [2,1,3] => [2,1,3] => 1
[2,3,1] => [3,1,2] => [3,2,1] => [2,3,1] => 2
[3,1,2] => [2,3,1] => [3,2,1] => [2,3,1] => 2
[3,2,1] => [3,2,1] => [3,2,1] => [2,3,1] => 2
[1,2,3,4] => [1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 0
[1,2,4,3] => [1,2,4,3] => [1,2,4,3] => [1,2,4,3] => 1
[1,3,2,4] => [1,3,2,4] => [1,3,2,4] => [1,3,2,4] => 1
[1,3,4,2] => [1,4,2,3] => [1,4,3,2] => [1,3,4,2] => 2
[1,4,2,3] => [1,3,4,2] => [1,4,3,2] => [1,3,4,2] => 2
[1,4,3,2] => [1,4,3,2] => [1,4,3,2] => [1,3,4,2] => 2
[2,1,3,4] => [2,1,3,4] => [2,1,3,4] => [2,1,3,4] => 1
[2,1,4,3] => [2,1,4,3] => [2,1,4,3] => [2,1,4,3] => 1
[2,3,1,4] => [3,1,2,4] => [3,2,1,4] => [2,3,1,4] => 2
[2,3,4,1] => [4,1,2,3] => [4,2,3,1] => [2,3,4,1] => 3
[2,4,1,3] => [3,4,1,2] => [4,3,2,1] => [3,2,4,1] => 3
[2,4,3,1] => [4,3,1,2] => [4,3,2,1] => [3,2,4,1] => 3
[3,1,2,4] => [2,3,1,4] => [3,2,1,4] => [2,3,1,4] => 2
[3,1,4,2] => [4,2,3,1] => [4,3,2,1] => [3,2,4,1] => 3
[3,2,1,4] => [3,2,1,4] => [3,2,1,4] => [2,3,1,4] => 2
[3,2,4,1] => [4,1,3,2] => [4,2,3,1] => [2,3,4,1] => 3
[3,4,1,2] => [2,4,1,3] => [3,4,1,2] => [3,1,4,2] => 2
[3,4,2,1] => [4,2,1,3] => [4,3,2,1] => [3,2,4,1] => 3
[4,1,2,3] => [2,3,4,1] => [4,2,3,1] => [2,3,4,1] => 3
[4,1,3,2] => [3,2,4,1] => [4,2,3,1] => [2,3,4,1] => 3
[4,2,1,3] => [3,4,2,1] => [4,3,2,1] => [3,2,4,1] => 3
[4,2,3,1] => [3,1,4,2] => [4,2,3,1] => [2,3,4,1] => 3
[4,3,1,2] => [2,4,3,1] => [4,3,2,1] => [3,2,4,1] => 3
[4,3,2,1] => [4,3,2,1] => [4,3,2,1] => [3,2,4,1] => 3
Description
The number of stack-sorts needed to sort a permutation. A permutation is (West) $t$-stack sortable if it is sortable using $t$ stacks in series. Let $W_t(n,k)$ be the number of permutations of size $n$ with $k$ descents which are $t$-stack sortable. Then the polynomials $W_{n,t}(x) = \sum_{k=0}^n W_t(n,k)x^k$ are symmetric and unimodal. We have $W_{n,1}(x) = A_n(x)$, the Eulerian polynomials. One can show that $W_{n,1}(x)$ and $W_{n,2}(x)$ are real-rooted. Precisely the permutations that avoid the pattern $231$ have statistic at most $1$, see [3]. These are counted by $\frac{1}{n+1}\binom{2n}{n}$ ([[OEIS:A000108]]). Precisely the permutations that avoid the pattern $2341$ and the barred pattern $3\bar 5241$ have statistic at most $2$, see [4]. These are counted by $\frac{2(3n)!}{(n+1)!(2n+1)!}$ ([[OEIS:A000139]]).
Mp00151: Permutations to cycle typeSet partitions
Mp00080: Set partitions to permutationPermutations
Mp00160: Permutations graph of inversionsGraphs
St000171: Graphs ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => {{1},{2}}
=> [1,2] => ([],2)
=> 0
[2,1] => {{1,2}}
=> [2,1] => ([(0,1)],2)
=> 1
[1,2,3] => {{1},{2},{3}}
=> [1,2,3] => ([],3)
=> 0
[1,3,2] => {{1},{2,3}}
=> [1,3,2] => ([(1,2)],3)
=> 1
[2,1,3] => {{1,2},{3}}
=> [2,1,3] => ([(1,2)],3)
=> 1
[2,3,1] => {{1,2,3}}
=> [2,3,1] => ([(0,2),(1,2)],3)
=> 2
[3,1,2] => {{1,2,3}}
=> [2,3,1] => ([(0,2),(1,2)],3)
=> 2
[3,2,1] => {{1,3},{2}}
=> [3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> 2
[1,2,3,4] => {{1},{2},{3},{4}}
=> [1,2,3,4] => ([],4)
=> 0
[1,2,4,3] => {{1},{2},{3,4}}
=> [1,2,4,3] => ([(2,3)],4)
=> 1
[1,3,2,4] => {{1},{2,3},{4}}
=> [1,3,2,4] => ([(2,3)],4)
=> 1
[1,3,4,2] => {{1},{2,3,4}}
=> [1,3,4,2] => ([(1,3),(2,3)],4)
=> 2
[1,4,2,3] => {{1},{2,3,4}}
=> [1,3,4,2] => ([(1,3),(2,3)],4)
=> 2
[1,4,3,2] => {{1},{2,4},{3}}
=> [1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> 2
[2,1,3,4] => {{1,2},{3},{4}}
=> [2,1,3,4] => ([(2,3)],4)
=> 1
[2,1,4,3] => {{1,2},{3,4}}
=> [2,1,4,3] => ([(0,3),(1,2)],4)
=> 1
[2,3,1,4] => {{1,2,3},{4}}
=> [2,3,1,4] => ([(1,3),(2,3)],4)
=> 2
[2,3,4,1] => {{1,2,3,4}}
=> [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[2,4,1,3] => {{1,2,3,4}}
=> [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[2,4,3,1] => {{1,2,4},{3}}
=> [2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[3,1,2,4] => {{1,2,3},{4}}
=> [2,3,1,4] => ([(1,3),(2,3)],4)
=> 2
[3,1,4,2] => {{1,2,3,4}}
=> [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[3,2,1,4] => {{1,3},{2},{4}}
=> [3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> 2
[3,2,4,1] => {{1,3,4},{2}}
=> [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[3,4,1,2] => {{1,3},{2,4}}
=> [3,4,1,2] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> 2
[3,4,2,1] => {{1,2,3,4}}
=> [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[4,1,2,3] => {{1,2,3,4}}
=> [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[4,1,3,2] => {{1,2,4},{3}}
=> [2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[4,2,1,3] => {{1,3,4},{2}}
=> [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[4,2,3,1] => {{1,4},{2},{3}}
=> [4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[4,3,1,2] => {{1,2,3,4}}
=> [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[4,3,2,1] => {{1,4},{2,3}}
=> [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3
Description
The degree of the graph. This is the maximal vertex degree of a graph.
Matching statistic: St000442
Mp00241: Permutations invert Laguerre heapPermutations
Mp00159: Permutations Demazure product with inversePermutations
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
St000442: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [1,2] => [1,2] => [1,0,1,0]
=> 0
[2,1] => [2,1] => [2,1] => [1,1,0,0]
=> 1
[1,2,3] => [1,2,3] => [1,2,3] => [1,0,1,0,1,0]
=> 0
[1,3,2] => [1,3,2] => [1,3,2] => [1,0,1,1,0,0]
=> 1
[2,1,3] => [2,1,3] => [2,1,3] => [1,1,0,0,1,0]
=> 1
[2,3,1] => [3,1,2] => [3,2,1] => [1,1,1,0,0,0]
=> 2
[3,1,2] => [2,3,1] => [3,2,1] => [1,1,1,0,0,0]
=> 2
[3,2,1] => [3,2,1] => [3,2,1] => [1,1,1,0,0,0]
=> 2
[1,2,3,4] => [1,2,3,4] => [1,2,3,4] => [1,0,1,0,1,0,1,0]
=> 0
[1,2,4,3] => [1,2,4,3] => [1,2,4,3] => [1,0,1,0,1,1,0,0]
=> 1
[1,3,2,4] => [1,3,2,4] => [1,3,2,4] => [1,0,1,1,0,0,1,0]
=> 1
[1,3,4,2] => [1,4,2,3] => [1,4,3,2] => [1,0,1,1,1,0,0,0]
=> 2
[1,4,2,3] => [1,3,4,2] => [1,4,3,2] => [1,0,1,1,1,0,0,0]
=> 2
[1,4,3,2] => [1,4,3,2] => [1,4,3,2] => [1,0,1,1,1,0,0,0]
=> 2
[2,1,3,4] => [2,1,3,4] => [2,1,3,4] => [1,1,0,0,1,0,1,0]
=> 1
[2,1,4,3] => [2,1,4,3] => [2,1,4,3] => [1,1,0,0,1,1,0,0]
=> 1
[2,3,1,4] => [3,1,2,4] => [3,2,1,4] => [1,1,1,0,0,0,1,0]
=> 2
[2,3,4,1] => [4,1,2,3] => [4,2,3,1] => [1,1,1,1,0,0,0,0]
=> 3
[2,4,1,3] => [3,4,1,2] => [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> 3
[2,4,3,1] => [4,3,1,2] => [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> 3
[3,1,2,4] => [2,3,1,4] => [3,2,1,4] => [1,1,1,0,0,0,1,0]
=> 2
[3,1,4,2] => [4,2,3,1] => [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> 3
[3,2,1,4] => [3,2,1,4] => [3,2,1,4] => [1,1,1,0,0,0,1,0]
=> 2
[3,2,4,1] => [4,1,3,2] => [4,2,3,1] => [1,1,1,1,0,0,0,0]
=> 3
[3,4,1,2] => [2,4,1,3] => [3,4,1,2] => [1,1,1,0,1,0,0,0]
=> 2
[3,4,2,1] => [4,2,1,3] => [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> 3
[4,1,2,3] => [2,3,4,1] => [4,2,3,1] => [1,1,1,1,0,0,0,0]
=> 3
[4,1,3,2] => [3,2,4,1] => [4,2,3,1] => [1,1,1,1,0,0,0,0]
=> 3
[4,2,1,3] => [3,4,2,1] => [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> 3
[4,2,3,1] => [3,1,4,2] => [4,2,3,1] => [1,1,1,1,0,0,0,0]
=> 3
[4,3,1,2] => [2,4,3,1] => [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> 3
[4,3,2,1] => [4,3,2,1] => [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> 3
Description
The maximal area to the right of an up step of a Dyck path.
Matching statistic: St000730
Mp00241: Permutations invert Laguerre heapPermutations
Mp00159: Permutations Demazure product with inversePermutations
Mp00151: Permutations to cycle typeSet partitions
St000730: Set partitions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [1,2] => [1,2] => {{1},{2}}
=> 0
[2,1] => [2,1] => [2,1] => {{1,2}}
=> 1
[1,2,3] => [1,2,3] => [1,2,3] => {{1},{2},{3}}
=> 0
[1,3,2] => [1,3,2] => [1,3,2] => {{1},{2,3}}
=> 1
[2,1,3] => [2,1,3] => [2,1,3] => {{1,2},{3}}
=> 1
[2,3,1] => [3,1,2] => [3,2,1] => {{1,3},{2}}
=> 2
[3,1,2] => [2,3,1] => [3,2,1] => {{1,3},{2}}
=> 2
[3,2,1] => [3,2,1] => [3,2,1] => {{1,3},{2}}
=> 2
[1,2,3,4] => [1,2,3,4] => [1,2,3,4] => {{1},{2},{3},{4}}
=> 0
[1,2,4,3] => [1,2,4,3] => [1,2,4,3] => {{1},{2},{3,4}}
=> 1
[1,3,2,4] => [1,3,2,4] => [1,3,2,4] => {{1},{2,3},{4}}
=> 1
[1,3,4,2] => [1,4,2,3] => [1,4,3,2] => {{1},{2,4},{3}}
=> 2
[1,4,2,3] => [1,3,4,2] => [1,4,3,2] => {{1},{2,4},{3}}
=> 2
[1,4,3,2] => [1,4,3,2] => [1,4,3,2] => {{1},{2,4},{3}}
=> 2
[2,1,3,4] => [2,1,3,4] => [2,1,3,4] => {{1,2},{3},{4}}
=> 1
[2,1,4,3] => [2,1,4,3] => [2,1,4,3] => {{1,2},{3,4}}
=> 1
[2,3,1,4] => [3,1,2,4] => [3,2,1,4] => {{1,3},{2},{4}}
=> 2
[2,3,4,1] => [4,1,2,3] => [4,2,3,1] => {{1,4},{2},{3}}
=> 3
[2,4,1,3] => [3,4,1,2] => [4,3,2,1] => {{1,4},{2,3}}
=> 3
[2,4,3,1] => [4,3,1,2] => [4,3,2,1] => {{1,4},{2,3}}
=> 3
[3,1,2,4] => [2,3,1,4] => [3,2,1,4] => {{1,3},{2},{4}}
=> 2
[3,1,4,2] => [4,2,3,1] => [4,3,2,1] => {{1,4},{2,3}}
=> 3
[3,2,1,4] => [3,2,1,4] => [3,2,1,4] => {{1,3},{2},{4}}
=> 2
[3,2,4,1] => [4,1,3,2] => [4,2,3,1] => {{1,4},{2},{3}}
=> 3
[3,4,1,2] => [2,4,1,3] => [3,4,1,2] => {{1,3},{2,4}}
=> 2
[3,4,2,1] => [4,2,1,3] => [4,3,2,1] => {{1,4},{2,3}}
=> 3
[4,1,2,3] => [2,3,4,1] => [4,2,3,1] => {{1,4},{2},{3}}
=> 3
[4,1,3,2] => [3,2,4,1] => [4,2,3,1] => {{1,4},{2},{3}}
=> 3
[4,2,1,3] => [3,4,2,1] => [4,3,2,1] => {{1,4},{2,3}}
=> 3
[4,2,3,1] => [3,1,4,2] => [4,2,3,1] => {{1,4},{2},{3}}
=> 3
[4,3,1,2] => [2,4,3,1] => [4,3,2,1] => {{1,4},{2,3}}
=> 3
[4,3,2,1] => [4,3,2,1] => [4,3,2,1] => {{1,4},{2,3}}
=> 3
Description
The maximal arc length of a set partition. The arcs of a set partition are those $i < j$ that are consecutive elements in the blocks. If there are no arcs, the maximal arc length is $0$.
Mp00241: Permutations invert Laguerre heapPermutations
Mp00159: Permutations Demazure product with inversePermutations
Mp00087: Permutations inverse first fundamental transformationPermutations
St001090: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [1,2] => [1,2] => [1,2] => 0
[2,1] => [2,1] => [2,1] => [2,1] => 1
[1,2,3] => [1,2,3] => [1,2,3] => [1,2,3] => 0
[1,3,2] => [1,3,2] => [1,3,2] => [1,3,2] => 1
[2,1,3] => [2,1,3] => [2,1,3] => [2,1,3] => 1
[2,3,1] => [3,1,2] => [3,2,1] => [2,3,1] => 2
[3,1,2] => [2,3,1] => [3,2,1] => [2,3,1] => 2
[3,2,1] => [3,2,1] => [3,2,1] => [2,3,1] => 2
[1,2,3,4] => [1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 0
[1,2,4,3] => [1,2,4,3] => [1,2,4,3] => [1,2,4,3] => 1
[1,3,2,4] => [1,3,2,4] => [1,3,2,4] => [1,3,2,4] => 1
[1,3,4,2] => [1,4,2,3] => [1,4,3,2] => [1,3,4,2] => 2
[1,4,2,3] => [1,3,4,2] => [1,4,3,2] => [1,3,4,2] => 2
[1,4,3,2] => [1,4,3,2] => [1,4,3,2] => [1,3,4,2] => 2
[2,1,3,4] => [2,1,3,4] => [2,1,3,4] => [2,1,3,4] => 1
[2,1,4,3] => [2,1,4,3] => [2,1,4,3] => [2,1,4,3] => 1
[2,3,1,4] => [3,1,2,4] => [3,2,1,4] => [2,3,1,4] => 2
[2,3,4,1] => [4,1,2,3] => [4,2,3,1] => [2,3,4,1] => 3
[2,4,1,3] => [3,4,1,2] => [4,3,2,1] => [3,2,4,1] => 3
[2,4,3,1] => [4,3,1,2] => [4,3,2,1] => [3,2,4,1] => 3
[3,1,2,4] => [2,3,1,4] => [3,2,1,4] => [2,3,1,4] => 2
[3,1,4,2] => [4,2,3,1] => [4,3,2,1] => [3,2,4,1] => 3
[3,2,1,4] => [3,2,1,4] => [3,2,1,4] => [2,3,1,4] => 2
[3,2,4,1] => [4,1,3,2] => [4,2,3,1] => [2,3,4,1] => 3
[3,4,1,2] => [2,4,1,3] => [3,4,1,2] => [3,1,4,2] => 2
[3,4,2,1] => [4,2,1,3] => [4,3,2,1] => [3,2,4,1] => 3
[4,1,2,3] => [2,3,4,1] => [4,2,3,1] => [2,3,4,1] => 3
[4,1,3,2] => [3,2,4,1] => [4,2,3,1] => [2,3,4,1] => 3
[4,2,1,3] => [3,4,2,1] => [4,3,2,1] => [3,2,4,1] => 3
[4,2,3,1] => [3,1,4,2] => [4,2,3,1] => [2,3,4,1] => 3
[4,3,1,2] => [2,4,3,1] => [4,3,2,1] => [3,2,4,1] => 3
[4,3,2,1] => [4,3,2,1] => [4,3,2,1] => [3,2,4,1] => 3
Description
The number of pop-stack-sorts needed to sort a permutation. The pop-stack sorting operator is defined as follows. Process the permutation $\pi$ from left to right. If the stack is empty or its top element is smaller than the current element, empty the stack completely and append its elements to the output in reverse order. Next, push the current element onto the stack. After having processed the last entry, append the stack to the output in reverse order. A permutation is $t$-pop-stack sortable if it is sortable using $t$ pop-stacks in series.
Matching statistic: St001207
Mp00241: Permutations invert Laguerre heapPermutations
Mp00159: Permutations Demazure product with inversePermutations
Mp00087: Permutations inverse first fundamental transformationPermutations
St001207: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [1,2] => [1,2] => [1,2] => 0
[2,1] => [2,1] => [2,1] => [2,1] => 1
[1,2,3] => [1,2,3] => [1,2,3] => [1,2,3] => 0
[1,3,2] => [1,3,2] => [1,3,2] => [1,3,2] => 1
[2,1,3] => [2,1,3] => [2,1,3] => [2,1,3] => 1
[2,3,1] => [3,1,2] => [3,2,1] => [2,3,1] => 2
[3,1,2] => [2,3,1] => [3,2,1] => [2,3,1] => 2
[3,2,1] => [3,2,1] => [3,2,1] => [2,3,1] => 2
[1,2,3,4] => [1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 0
[1,2,4,3] => [1,2,4,3] => [1,2,4,3] => [1,2,4,3] => 1
[1,3,2,4] => [1,3,2,4] => [1,3,2,4] => [1,3,2,4] => 1
[1,3,4,2] => [1,4,2,3] => [1,4,3,2] => [1,3,4,2] => 2
[1,4,2,3] => [1,3,4,2] => [1,4,3,2] => [1,3,4,2] => 2
[1,4,3,2] => [1,4,3,2] => [1,4,3,2] => [1,3,4,2] => 2
[2,1,3,4] => [2,1,3,4] => [2,1,3,4] => [2,1,3,4] => 1
[2,1,4,3] => [2,1,4,3] => [2,1,4,3] => [2,1,4,3] => 1
[2,3,1,4] => [3,1,2,4] => [3,2,1,4] => [2,3,1,4] => 2
[2,3,4,1] => [4,1,2,3] => [4,2,3,1] => [2,3,4,1] => 3
[2,4,1,3] => [3,4,1,2] => [4,3,2,1] => [3,2,4,1] => 3
[2,4,3,1] => [4,3,1,2] => [4,3,2,1] => [3,2,4,1] => 3
[3,1,2,4] => [2,3,1,4] => [3,2,1,4] => [2,3,1,4] => 2
[3,1,4,2] => [4,2,3,1] => [4,3,2,1] => [3,2,4,1] => 3
[3,2,1,4] => [3,2,1,4] => [3,2,1,4] => [2,3,1,4] => 2
[3,2,4,1] => [4,1,3,2] => [4,2,3,1] => [2,3,4,1] => 3
[3,4,1,2] => [2,4,1,3] => [3,4,1,2] => [3,1,4,2] => 2
[3,4,2,1] => [4,2,1,3] => [4,3,2,1] => [3,2,4,1] => 3
[4,1,2,3] => [2,3,4,1] => [4,2,3,1] => [2,3,4,1] => 3
[4,1,3,2] => [3,2,4,1] => [4,2,3,1] => [2,3,4,1] => 3
[4,2,1,3] => [3,4,2,1] => [4,3,2,1] => [3,2,4,1] => 3
[4,2,3,1] => [3,1,4,2] => [4,2,3,1] => [2,3,4,1] => 3
[4,3,1,2] => [2,4,3,1] => [4,3,2,1] => [3,2,4,1] => 3
[4,3,2,1] => [4,3,2,1] => [4,3,2,1] => [3,2,4,1] => 3
Description
The Lowey length of the algebra $A/T$ when $T$ is the 1-tilting module corresponding to the permutation in the Auslander algebra of $K[x]/(x^n)$.
The following 85 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000013The height of a Dyck path. St000058The order of a permutation. St000444The length of the maximal rise of a Dyck path. St000485The length of the longest cycle of a permutation. St000454The largest eigenvalue of a graph if it is integral. St001330The hat guessing number of a graph. St001645The pebbling number of a connected graph. St000662The staircase size of the code of a permutation. St001624The breadth of a lattice. St001880The number of 2-Gorenstein indecomposable injective modules in the incidence algebra of the lattice. St001232The number of indecomposable modules with projective dimension 2 for Nakayama algebras with global dimension at most 2. St001879The number of indecomposable summands of the top of the first syzygy of the dual of the regular module in the incidence algebra of the lattice. St000091The descent variation of a composition. St000173The segment statistic of a semistandard tableau. St000264The girth of a graph, which is not a tree. St000375The number of non weak exceedences of a permutation that are mid-points of a decreasing subsequence of length $3$. St001060The distinguishing index of a graph. St001926Sparre Andersen's position of the maximum of a signed permutation. St000771The largest multiplicity of a distance Laplacian eigenvalue in a connected graph. St000772The multiplicity of the largest distance Laplacian eigenvalue in a connected graph. St001198The 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$. St001200The number of simple modules in $eAe$ with projective dimension at most 2 in the corresponding Nakayama algebra $A$ with minimal faithful projective-injective module $eA$. St001206The 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$. St001498The normalised height of a Nakayama algebra with magnitude 1. St001605The number of colourings of a cycle such that the multiplicities of colours are given by a partition. St001118The acyclic chromatic index of a graph. St001199The dominant dimension of $eAe$ for the corresponding Nakayama algebra $A$ with minimal faithful projective-injective module $eA$. St001491The number of indecomposable projective-injective modules in the algebra corresponding to a subset. St001603The number of colourings of a polygon such that the multiplicities of a colour are given by a partition. St000455The second largest eigenvalue of a graph if it is integral. St001604The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on polygons. St000714The number of semistandard Young tableau of given shape, with entries at most 2. St000477The weight of a partition according to Alladi. 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. St000668The least common multiple of the parts of the partition. St000707The product of the factorials of the parts. St000708The product of the parts of an integer partition. St000770The major index of an integer partition when read from bottom to top. 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. St000997The even-odd crank of an integer partition. St000284The Plancherel distribution on integer partitions. St000478Another weight of a partition according to Alladi. St000509The diagonal index (content) of a partition. St000510The number of invariant oriented cycles when acting with a permutation of given cycle type. St000566The number of ways to select a row of a Ferrers shape and two cells in this row. St000621The number of standard tableaux of shape equal to the given partition such that the minimal cyclic descent is even. St000681The Grundy value of Chomp on Ferrers diagrams. St000698The number of 2-rim hooks removed from an integer partition to obtain its associated 2-core. St000704The number of semistandard tableaux on a given integer partition with minimal maximal entry. St000706The product of the factorials of the multiplicities of an integer partition. St000813The number of zero-one matrices with weakly decreasing column sums and row sums given by the partition. St000901The cube of the number of standard Young tableaux with shape given by the partition. St000927The alternating sum of the coefficients of the character polynomial of an integer partition. St000934The 2-degree of an integer partition. 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. St001123The multiplicity of the dual of the standard representation in the Kronecker square corresponding to a partition. St001128The exponens consonantiae of a partition. St001568The smallest positive integer that does not appear twice in the partition. St000512The number of invariant subsets of size 3 when acting with a permutation of given cycle type. St000567The sum of the products of all pairs of parts. St000620The number of standard tableaux of shape equal to the given partition such that the minimal cyclic descent is odd. St000928The sum of the coefficients of the character polynomial of an integer partition. St000929The constant term of the character polynomial of an integer partition. St000936The number of even values of the symmetric group character corresponding to the partition. St000938The number of zeros of the symmetric group character corresponding to the partition. St000940The number of characters of the symmetric group whose value on the partition is zero. St000941The number of characters of the symmetric group whose value on the partition is even. St001097The coefficient of the monomial symmetric function indexed by the partition in the formal group law for linear orders. St001098The coefficient times the product of the factorials of the parts of the monomial symmetric function indexed by the partition in the formal group law for vertex labelled trees. St001099The coefficient times the product of the factorials of the parts of the monomial symmetric function indexed by the partition in the formal group law for leaf labelled binary trees. St001100The coefficient times the product of the factorials of the parts of the monomial symmetric function indexed by the partition in the formal group law for leaf labelled trees. St001101The coefficient times the product of the factorials of the parts of the monomial symmetric function indexed by the partition in the formal group law for increasing trees. St001124The multiplicity of the standard representation in the Kronecker square corresponding to a partition. St000713The dimension of the irreducible representation of Sp(4) labelled by an integer partition. St000716The dimension of the irreducible representation of Sp(6) labelled by an integer partition. St000259The diameter of a connected graph. St000260The radius of a connected graph. St000302The determinant of the distance matrix of a connected graph. St000466The Gutman (or modified Schultz) index of a connected graph. St000467The hyper-Wiener index of a connected graph. St000777The number of distinct eigenvalues of the distance Laplacian of a connected graph.