Your data matches 166 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
St000374: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => 0
[1,2] => 0
[2,1] => 1
[1,2,3] => 0
[1,3,2] => 1
[2,1,3] => 1
[2,3,1] => 1
[3,1,2] => 2
[3,2,1] => 1
[1,2,3,4] => 0
[1,2,4,3] => 1
[1,3,2,4] => 1
[1,3,4,2] => 1
[1,4,2,3] => 2
[1,4,3,2] => 1
[2,1,3,4] => 1
[2,1,4,3] => 2
[2,3,1,4] => 1
[2,3,4,1] => 1
[2,4,1,3] => 2
[2,4,3,1] => 1
[3,1,2,4] => 2
[3,1,4,2] => 2
[3,2,1,4] => 1
[3,2,4,1] => 1
[3,4,1,2] => 2
[3,4,2,1] => 1
[4,1,2,3] => 3
[4,1,3,2] => 2
[4,2,1,3] => 2
[4,2,3,1] => 1
[4,3,1,2] => 2
[4,3,2,1] => 1
[1,2,3,4,5] => 0
[1,2,3,5,4] => 1
[1,2,4,3,5] => 1
[1,2,4,5,3] => 1
[1,2,5,3,4] => 2
[1,2,5,4,3] => 1
[1,3,2,4,5] => 1
[1,3,2,5,4] => 2
[1,3,4,2,5] => 1
[1,3,4,5,2] => 1
[1,3,5,2,4] => 2
[1,3,5,4,2] => 1
[1,4,2,3,5] => 2
[1,4,2,5,3] => 2
[1,4,3,2,5] => 1
[1,4,3,5,2] => 1
[1,4,5,2,3] => 2
Description
The number of exclusive right-to-left minima of a permutation. This is the number of right-to-left minima that are not left-to-right maxima. This is also the number of non weak exceedences of a permutation that are also not mid-points of a decreasing subsequence of length 3. Given a permutation $\pi = [\pi_1,\ldots,\pi_n]$, this statistic counts the number of position $j$ such that $\pi_j < j$ and there do not exist indices $i,k$ with $i < j < k$ and $\pi_i > \pi_j > \pi_k$. See also [[St000213]] and [[St000119]].
St000996: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => 0
[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] => 1
[3,2,1] => 1
[1,2,3,4] => 0
[1,2,4,3] => 1
[1,3,2,4] => 1
[1,3,4,2] => 2
[1,4,2,3] => 1
[1,4,3,2] => 1
[2,1,3,4] => 1
[2,1,4,3] => 2
[2,3,1,4] => 2
[2,3,4,1] => 3
[2,4,1,3] => 2
[2,4,3,1] => 2
[3,1,2,4] => 1
[3,1,4,2] => 2
[3,2,1,4] => 1
[3,2,4,1] => 2
[3,4,1,2] => 2
[3,4,2,1] => 2
[4,1,2,3] => 1
[4,1,3,2] => 1
[4,2,1,3] => 1
[4,2,3,1] => 1
[4,3,1,2] => 1
[4,3,2,1] => 1
[1,2,3,4,5] => 0
[1,2,3,5,4] => 1
[1,2,4,3,5] => 1
[1,2,4,5,3] => 2
[1,2,5,3,4] => 1
[1,2,5,4,3] => 1
[1,3,2,4,5] => 1
[1,3,2,5,4] => 2
[1,3,4,2,5] => 2
[1,3,4,5,2] => 3
[1,3,5,2,4] => 2
[1,3,5,4,2] => 2
[1,4,2,3,5] => 1
[1,4,2,5,3] => 2
[1,4,3,2,5] => 1
[1,4,3,5,2] => 2
[1,4,5,2,3] => 2
Description
The number of exclusive left-to-right maxima of a permutation. This is the number of left-to-right maxima that are not right-to-left minima.
Mp00068: Permutations Simion-Schmidt mapPermutations
Mp00149: Permutations Lehmer code rotationPermutations
St000021: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1] => 0
[1,2] => [1,2] => [2,1] => 1
[2,1] => [2,1] => [1,2] => 0
[1,2,3] => [1,3,2] => [2,1,3] => 1
[1,3,2] => [1,3,2] => [2,1,3] => 1
[2,1,3] => [2,1,3] => [3,2,1] => 2
[2,3,1] => [2,3,1] => [3,1,2] => 1
[3,1,2] => [3,1,2] => [1,3,2] => 1
[3,2,1] => [3,2,1] => [1,2,3] => 0
[1,2,3,4] => [1,4,3,2] => [2,1,3,4] => 1
[1,2,4,3] => [1,4,3,2] => [2,1,3,4] => 1
[1,3,2,4] => [1,4,3,2] => [2,1,3,4] => 1
[1,3,4,2] => [1,4,3,2] => [2,1,3,4] => 1
[1,4,2,3] => [1,4,3,2] => [2,1,3,4] => 1
[1,4,3,2] => [1,4,3,2] => [2,1,3,4] => 1
[2,1,3,4] => [2,1,4,3] => [3,2,1,4] => 2
[2,1,4,3] => [2,1,4,3] => [3,2,1,4] => 2
[2,3,1,4] => [2,4,1,3] => [3,1,4,2] => 2
[2,3,4,1] => [2,4,3,1] => [3,1,2,4] => 1
[2,4,1,3] => [2,4,1,3] => [3,1,4,2] => 2
[2,4,3,1] => [2,4,3,1] => [3,1,2,4] => 1
[3,1,2,4] => [3,1,4,2] => [4,2,1,3] => 2
[3,1,4,2] => [3,1,4,2] => [4,2,1,3] => 2
[3,2,1,4] => [3,2,1,4] => [4,3,2,1] => 3
[3,2,4,1] => [3,2,4,1] => [4,3,1,2] => 2
[3,4,1,2] => [3,4,1,2] => [4,1,3,2] => 2
[3,4,2,1] => [3,4,2,1] => [4,1,2,3] => 1
[4,1,2,3] => [4,1,3,2] => [1,3,2,4] => 1
[4,1,3,2] => [4,1,3,2] => [1,3,2,4] => 1
[4,2,1,3] => [4,2,1,3] => [1,4,3,2] => 2
[4,2,3,1] => [4,2,3,1] => [1,4,2,3] => 1
[4,3,1,2] => [4,3,1,2] => [1,2,4,3] => 1
[4,3,2,1] => [4,3,2,1] => [1,2,3,4] => 0
[1,2,3,4,5] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,2,3,5,4] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,2,4,3,5] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,2,4,5,3] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,2,5,3,4] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,2,5,4,3] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,3,2,4,5] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,3,2,5,4] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,3,4,2,5] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,3,4,5,2] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,3,5,2,4] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,3,5,4,2] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,4,2,3,5] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,4,2,5,3] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,4,3,2,5] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,4,3,5,2] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,4,5,2,3] => [1,5,4,3,2] => [2,1,3,4,5] => 1
Description
The number of descents of a permutation. This can be described as an occurrence of the vincular mesh pattern ([2,1], {(1,0),(1,1),(1,2)}), i.e., the middle column is shaded, see [3].
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
Mp00222: Dyck paths peaks-to-valleysDyck paths
St000053: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1,0]
=> [1,0]
=> 0
[1,2] => [1,0,1,0]
=> [1,1,0,0]
=> 0
[2,1] => [1,1,0,0]
=> [1,0,1,0]
=> 1
[1,2,3] => [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> 0
[1,3,2] => [1,0,1,1,0,0]
=> [1,1,0,0,1,0]
=> 1
[2,1,3] => [1,1,0,0,1,0]
=> [1,0,1,1,0,0]
=> 1
[2,3,1] => [1,1,0,1,0,0]
=> [1,0,1,0,1,0]
=> 2
[3,1,2] => [1,1,1,0,0,0]
=> [1,1,0,1,0,0]
=> 1
[3,2,1] => [1,1,1,0,0,0]
=> [1,1,0,1,0,0]
=> 1
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> 0
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> 1
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [1,1,0,0,1,1,0,0]
=> 1
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0]
=> 2
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,1,1,0,0,1,0,0]
=> 1
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,1,1,0,0,1,0,0]
=> 1
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [1,0,1,1,1,0,0,0]
=> 1
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [1,0,1,1,0,0,1,0]
=> 2
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [1,0,1,0,1,1,0,0]
=> 2
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0]
=> 3
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,1,0,0]
=> 2
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,1,0,0]
=> 2
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [1,1,0,1,1,0,0,0]
=> 1
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> 2
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [1,1,0,1,1,0,0,0]
=> 1
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> 2
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [1,1,0,1,0,1,0,0]
=> 2
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [1,1,0,1,0,1,0,0]
=> 2
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [1,1,1,0,1,0,0,0]
=> 1
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [1,1,1,0,1,0,0,0]
=> 1
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [1,1,1,0,1,0,0,0]
=> 1
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [1,1,1,0,1,0,0,0]
=> 1
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [1,1,1,0,1,0,0,0]
=> 1
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [1,1,1,0,1,0,0,0]
=> 1
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [1,1,1,1,0,0,0,0,1,0]
=> 1
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,0,0,0,1,1,0,0]
=> 1
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [1,1,1,0,0,0,1,0,1,0]
=> 2
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [1,1,1,1,0,0,0,1,0,0]
=> 1
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [1,1,1,1,0,0,0,1,0,0]
=> 1
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [1,1,0,0,1,1,1,0,0,0]
=> 1
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [1,1,0,0,1,1,0,0,1,0]
=> 2
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [1,1,0,0,1,0,1,1,0,0]
=> 2
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0,1,0]
=> 3
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [1,1,0,0,1,1,0,1,0,0]
=> 2
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [1,1,0,0,1,1,0,1,0,0]
=> 2
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,0,0,1,1,0,0,0]
=> 1
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [1,1,1,0,0,1,0,0,1,0]
=> 2
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,0,0,1,1,0,0,0]
=> 1
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [1,1,1,0,0,1,0,0,1,0]
=> 2
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [1,1,1,0,0,1,0,1,0,0]
=> 2
Description
The number of valleys of the Dyck path.
Mp00068: Permutations Simion-Schmidt mapPermutations
Mp00069: Permutations complementPermutations
St000155: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1] => 0
[1,2] => [1,2] => [2,1] => 1
[2,1] => [2,1] => [1,2] => 0
[1,2,3] => [1,3,2] => [3,1,2] => 1
[1,3,2] => [1,3,2] => [3,1,2] => 1
[2,1,3] => [2,1,3] => [2,3,1] => 2
[2,3,1] => [2,3,1] => [2,1,3] => 1
[3,1,2] => [3,1,2] => [1,3,2] => 1
[3,2,1] => [3,2,1] => [1,2,3] => 0
[1,2,3,4] => [1,4,3,2] => [4,1,2,3] => 1
[1,2,4,3] => [1,4,3,2] => [4,1,2,3] => 1
[1,3,2,4] => [1,4,3,2] => [4,1,2,3] => 1
[1,3,4,2] => [1,4,3,2] => [4,1,2,3] => 1
[1,4,2,3] => [1,4,3,2] => [4,1,2,3] => 1
[1,4,3,2] => [1,4,3,2] => [4,1,2,3] => 1
[2,1,3,4] => [2,1,4,3] => [3,4,1,2] => 2
[2,1,4,3] => [2,1,4,3] => [3,4,1,2] => 2
[2,3,1,4] => [2,4,1,3] => [3,1,4,2] => 2
[2,3,4,1] => [2,4,3,1] => [3,1,2,4] => 1
[2,4,1,3] => [2,4,1,3] => [3,1,4,2] => 2
[2,4,3,1] => [2,4,3,1] => [3,1,2,4] => 1
[3,1,2,4] => [3,1,4,2] => [2,4,1,3] => 2
[3,1,4,2] => [3,1,4,2] => [2,4,1,3] => 2
[3,2,1,4] => [3,2,1,4] => [2,3,4,1] => 3
[3,2,4,1] => [3,2,4,1] => [2,3,1,4] => 2
[3,4,1,2] => [3,4,1,2] => [2,1,4,3] => 2
[3,4,2,1] => [3,4,2,1] => [2,1,3,4] => 1
[4,1,2,3] => [4,1,3,2] => [1,4,2,3] => 1
[4,1,3,2] => [4,1,3,2] => [1,4,2,3] => 1
[4,2,1,3] => [4,2,1,3] => [1,3,4,2] => 2
[4,2,3,1] => [4,2,3,1] => [1,3,2,4] => 1
[4,3,1,2] => [4,3,1,2] => [1,2,4,3] => 1
[4,3,2,1] => [4,3,2,1] => [1,2,3,4] => 0
[1,2,3,4,5] => [1,5,4,3,2] => [5,1,2,3,4] => 1
[1,2,3,5,4] => [1,5,4,3,2] => [5,1,2,3,4] => 1
[1,2,4,3,5] => [1,5,4,3,2] => [5,1,2,3,4] => 1
[1,2,4,5,3] => [1,5,4,3,2] => [5,1,2,3,4] => 1
[1,2,5,3,4] => [1,5,4,3,2] => [5,1,2,3,4] => 1
[1,2,5,4,3] => [1,5,4,3,2] => [5,1,2,3,4] => 1
[1,3,2,4,5] => [1,5,4,3,2] => [5,1,2,3,4] => 1
[1,3,2,5,4] => [1,5,4,3,2] => [5,1,2,3,4] => 1
[1,3,4,2,5] => [1,5,4,3,2] => [5,1,2,3,4] => 1
[1,3,4,5,2] => [1,5,4,3,2] => [5,1,2,3,4] => 1
[1,3,5,2,4] => [1,5,4,3,2] => [5,1,2,3,4] => 1
[1,3,5,4,2] => [1,5,4,3,2] => [5,1,2,3,4] => 1
[1,4,2,3,5] => [1,5,4,3,2] => [5,1,2,3,4] => 1
[1,4,2,5,3] => [1,5,4,3,2] => [5,1,2,3,4] => 1
[1,4,3,2,5] => [1,5,4,3,2] => [5,1,2,3,4] => 1
[1,4,3,5,2] => [1,5,4,3,2] => [5,1,2,3,4] => 1
[1,4,5,2,3] => [1,5,4,3,2] => [5,1,2,3,4] => 1
Description
The number of exceedances (also excedences) of a permutation. This is defined as $exc(\sigma) = \#\{ i : \sigma(i) > i \}$. It is known that the number of exceedances is equidistributed with the number of descents, and that the bistatistic $(exc,den)$ is [[Permutations/Descents-Major#Euler-Mahonian_statistics|Euler-Mahonian]]. Here, $den$ is the Denert index of a permutation, see [[St000156]].
Mp00068: Permutations Simion-Schmidt mapPermutations
Mp00064: Permutations reversePermutations
St000316: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1] => 0
[1,2] => [1,2] => [2,1] => 1
[2,1] => [2,1] => [1,2] => 0
[1,2,3] => [1,3,2] => [2,3,1] => 1
[1,3,2] => [1,3,2] => [2,3,1] => 1
[2,1,3] => [2,1,3] => [3,1,2] => 2
[2,3,1] => [2,3,1] => [1,3,2] => 1
[3,1,2] => [3,1,2] => [2,1,3] => 1
[3,2,1] => [3,2,1] => [1,2,3] => 0
[1,2,3,4] => [1,4,3,2] => [2,3,4,1] => 1
[1,2,4,3] => [1,4,3,2] => [2,3,4,1] => 1
[1,3,2,4] => [1,4,3,2] => [2,3,4,1] => 1
[1,3,4,2] => [1,4,3,2] => [2,3,4,1] => 1
[1,4,2,3] => [1,4,3,2] => [2,3,4,1] => 1
[1,4,3,2] => [1,4,3,2] => [2,3,4,1] => 1
[2,1,3,4] => [2,1,4,3] => [3,4,1,2] => 2
[2,1,4,3] => [2,1,4,3] => [3,4,1,2] => 2
[2,3,1,4] => [2,4,1,3] => [3,1,4,2] => 2
[2,3,4,1] => [2,4,3,1] => [1,3,4,2] => 1
[2,4,1,3] => [2,4,1,3] => [3,1,4,2] => 2
[2,4,3,1] => [2,4,3,1] => [1,3,4,2] => 1
[3,1,2,4] => [3,1,4,2] => [2,4,1,3] => 2
[3,1,4,2] => [3,1,4,2] => [2,4,1,3] => 2
[3,2,1,4] => [3,2,1,4] => [4,1,2,3] => 3
[3,2,4,1] => [3,2,4,1] => [1,4,2,3] => 2
[3,4,1,2] => [3,4,1,2] => [2,1,4,3] => 2
[3,4,2,1] => [3,4,2,1] => [1,2,4,3] => 1
[4,1,2,3] => [4,1,3,2] => [2,3,1,4] => 1
[4,1,3,2] => [4,1,3,2] => [2,3,1,4] => 1
[4,2,1,3] => [4,2,1,3] => [3,1,2,4] => 2
[4,2,3,1] => [4,2,3,1] => [1,3,2,4] => 1
[4,3,1,2] => [4,3,1,2] => [2,1,3,4] => 1
[4,3,2,1] => [4,3,2,1] => [1,2,3,4] => 0
[1,2,3,4,5] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,2,3,5,4] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,2,4,3,5] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,2,4,5,3] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,2,5,3,4] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,2,5,4,3] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,3,2,4,5] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,3,2,5,4] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,3,4,2,5] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,3,4,5,2] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,3,5,2,4] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,3,5,4,2] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,4,2,3,5] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,4,2,5,3] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,4,3,2,5] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,4,3,5,2] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,4,5,2,3] => [1,5,4,3,2] => [2,3,4,5,1] => 1
Description
The number of non-left-to-right-maxima of a permutation. An integer $\sigma_i$ in the one-line notation of a permutation $\sigma$ is a **non-left-to-right-maximum** if there exists a $j < i$ such that $\sigma_j > \sigma_i$.
Mp00068: Permutations Simion-Schmidt mapPermutations
Mp00064: Permutations reversePermutations
St000337: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1] => 0
[1,2] => [1,2] => [2,1] => 1
[2,1] => [2,1] => [1,2] => 0
[1,2,3] => [1,3,2] => [2,3,1] => 1
[1,3,2] => [1,3,2] => [2,3,1] => 1
[2,1,3] => [2,1,3] => [3,1,2] => 2
[2,3,1] => [2,3,1] => [1,3,2] => 1
[3,1,2] => [3,1,2] => [2,1,3] => 1
[3,2,1] => [3,2,1] => [1,2,3] => 0
[1,2,3,4] => [1,4,3,2] => [2,3,4,1] => 1
[1,2,4,3] => [1,4,3,2] => [2,3,4,1] => 1
[1,3,2,4] => [1,4,3,2] => [2,3,4,1] => 1
[1,3,4,2] => [1,4,3,2] => [2,3,4,1] => 1
[1,4,2,3] => [1,4,3,2] => [2,3,4,1] => 1
[1,4,3,2] => [1,4,3,2] => [2,3,4,1] => 1
[2,1,3,4] => [2,1,4,3] => [3,4,1,2] => 2
[2,1,4,3] => [2,1,4,3] => [3,4,1,2] => 2
[2,3,1,4] => [2,4,1,3] => [3,1,4,2] => 2
[2,3,4,1] => [2,4,3,1] => [1,3,4,2] => 1
[2,4,1,3] => [2,4,1,3] => [3,1,4,2] => 2
[2,4,3,1] => [2,4,3,1] => [1,3,4,2] => 1
[3,1,2,4] => [3,1,4,2] => [2,4,1,3] => 2
[3,1,4,2] => [3,1,4,2] => [2,4,1,3] => 2
[3,2,1,4] => [3,2,1,4] => [4,1,2,3] => 3
[3,2,4,1] => [3,2,4,1] => [1,4,2,3] => 2
[3,4,1,2] => [3,4,1,2] => [2,1,4,3] => 2
[3,4,2,1] => [3,4,2,1] => [1,2,4,3] => 1
[4,1,2,3] => [4,1,3,2] => [2,3,1,4] => 1
[4,1,3,2] => [4,1,3,2] => [2,3,1,4] => 1
[4,2,1,3] => [4,2,1,3] => [3,1,2,4] => 2
[4,2,3,1] => [4,2,3,1] => [1,3,2,4] => 1
[4,3,1,2] => [4,3,1,2] => [2,1,3,4] => 1
[4,3,2,1] => [4,3,2,1] => [1,2,3,4] => 0
[1,2,3,4,5] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,2,3,5,4] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,2,4,3,5] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,2,4,5,3] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,2,5,3,4] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,2,5,4,3] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,3,2,4,5] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,3,2,5,4] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,3,4,2,5] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,3,4,5,2] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,3,5,2,4] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,3,5,4,2] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,4,2,3,5] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,4,2,5,3] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,4,3,2,5] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,4,3,5,2] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,4,5,2,3] => [1,5,4,3,2] => [2,3,4,5,1] => 1
Description
The lec statistic, the sum of the inversion numbers of the hook factors of a permutation. For a permutation $\sigma = p \tau_{1} \tau_{2} \cdots \tau_{k}$ in its hook factorization, [1] defines $$ \textrm{lec} \, \sigma = \sum_{1 \leq i \leq k} \textrm{inv} \, \tau_{i} \, ,$$ where $\textrm{inv} \, \tau_{i}$ is the number of inversions of $\tau_{i}$.
Mp00068: Permutations Simion-Schmidt mapPermutations
Mp00149: Permutations Lehmer code rotationPermutations
St000662: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1] => 0
[1,2] => [1,2] => [2,1] => 1
[2,1] => [2,1] => [1,2] => 0
[1,2,3] => [1,3,2] => [2,1,3] => 1
[1,3,2] => [1,3,2] => [2,1,3] => 1
[2,1,3] => [2,1,3] => [3,2,1] => 2
[2,3,1] => [2,3,1] => [3,1,2] => 1
[3,1,2] => [3,1,2] => [1,3,2] => 1
[3,2,1] => [3,2,1] => [1,2,3] => 0
[1,2,3,4] => [1,4,3,2] => [2,1,3,4] => 1
[1,2,4,3] => [1,4,3,2] => [2,1,3,4] => 1
[1,3,2,4] => [1,4,3,2] => [2,1,3,4] => 1
[1,3,4,2] => [1,4,3,2] => [2,1,3,4] => 1
[1,4,2,3] => [1,4,3,2] => [2,1,3,4] => 1
[1,4,3,2] => [1,4,3,2] => [2,1,3,4] => 1
[2,1,3,4] => [2,1,4,3] => [3,2,1,4] => 2
[2,1,4,3] => [2,1,4,3] => [3,2,1,4] => 2
[2,3,1,4] => [2,4,1,3] => [3,1,4,2] => 2
[2,3,4,1] => [2,4,3,1] => [3,1,2,4] => 1
[2,4,1,3] => [2,4,1,3] => [3,1,4,2] => 2
[2,4,3,1] => [2,4,3,1] => [3,1,2,4] => 1
[3,1,2,4] => [3,1,4,2] => [4,2,1,3] => 2
[3,1,4,2] => [3,1,4,2] => [4,2,1,3] => 2
[3,2,1,4] => [3,2,1,4] => [4,3,2,1] => 3
[3,2,4,1] => [3,2,4,1] => [4,3,1,2] => 2
[3,4,1,2] => [3,4,1,2] => [4,1,3,2] => 2
[3,4,2,1] => [3,4,2,1] => [4,1,2,3] => 1
[4,1,2,3] => [4,1,3,2] => [1,3,2,4] => 1
[4,1,3,2] => [4,1,3,2] => [1,3,2,4] => 1
[4,2,1,3] => [4,2,1,3] => [1,4,3,2] => 2
[4,2,3,1] => [4,2,3,1] => [1,4,2,3] => 1
[4,3,1,2] => [4,3,1,2] => [1,2,4,3] => 1
[4,3,2,1] => [4,3,2,1] => [1,2,3,4] => 0
[1,2,3,4,5] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,2,3,5,4] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,2,4,3,5] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,2,4,5,3] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,2,5,3,4] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,2,5,4,3] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,3,2,4,5] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,3,2,5,4] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,3,4,2,5] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,3,4,5,2] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,3,5,2,4] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,3,5,4,2] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,4,2,3,5] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,4,2,5,3] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,4,3,2,5] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,4,3,5,2] => [1,5,4,3,2] => [2,1,3,4,5] => 1
[1,4,5,2,3] => [1,5,4,3,2] => [2,1,3,4,5] => 1
Description
The staircase size of the code of a permutation. The code $c(\pi)$ of a permutation $\pi$ of length $n$ is given by the sequence $(c_1,\ldots,c_{n})$ with $c_i = |\{j > i : \pi(j) < \pi(i)\}|$. This is a bijection between permutations and all sequences $(c_1,\ldots,c_n)$ with $0 \leq c_i \leq n-i$. The staircase size of the code is the maximal $k$ such that there exists a subsequence $(c_{i_k},\ldots,c_{i_1})$ of $c(\pi)$ with $c_{i_j} \geq j$. This statistic is mapped through [[Mp00062]] to the number of descents, showing that together with the number of inversions [[St000018]] it is Euler-Mahonian.
Mp00068: Permutations Simion-Schmidt mapPermutations
Mp00064: Permutations reversePermutations
St000703: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1] => 0
[1,2] => [1,2] => [2,1] => 1
[2,1] => [2,1] => [1,2] => 0
[1,2,3] => [1,3,2] => [2,3,1] => 1
[1,3,2] => [1,3,2] => [2,3,1] => 1
[2,1,3] => [2,1,3] => [3,1,2] => 2
[2,3,1] => [2,3,1] => [1,3,2] => 1
[3,1,2] => [3,1,2] => [2,1,3] => 1
[3,2,1] => [3,2,1] => [1,2,3] => 0
[1,2,3,4] => [1,4,3,2] => [2,3,4,1] => 1
[1,2,4,3] => [1,4,3,2] => [2,3,4,1] => 1
[1,3,2,4] => [1,4,3,2] => [2,3,4,1] => 1
[1,3,4,2] => [1,4,3,2] => [2,3,4,1] => 1
[1,4,2,3] => [1,4,3,2] => [2,3,4,1] => 1
[1,4,3,2] => [1,4,3,2] => [2,3,4,1] => 1
[2,1,3,4] => [2,1,4,3] => [3,4,1,2] => 2
[2,1,4,3] => [2,1,4,3] => [3,4,1,2] => 2
[2,3,1,4] => [2,4,1,3] => [3,1,4,2] => 2
[2,3,4,1] => [2,4,3,1] => [1,3,4,2] => 1
[2,4,1,3] => [2,4,1,3] => [3,1,4,2] => 2
[2,4,3,1] => [2,4,3,1] => [1,3,4,2] => 1
[3,1,2,4] => [3,1,4,2] => [2,4,1,3] => 2
[3,1,4,2] => [3,1,4,2] => [2,4,1,3] => 2
[3,2,1,4] => [3,2,1,4] => [4,1,2,3] => 3
[3,2,4,1] => [3,2,4,1] => [1,4,2,3] => 2
[3,4,1,2] => [3,4,1,2] => [2,1,4,3] => 2
[3,4,2,1] => [3,4,2,1] => [1,2,4,3] => 1
[4,1,2,3] => [4,1,3,2] => [2,3,1,4] => 1
[4,1,3,2] => [4,1,3,2] => [2,3,1,4] => 1
[4,2,1,3] => [4,2,1,3] => [3,1,2,4] => 2
[4,2,3,1] => [4,2,3,1] => [1,3,2,4] => 1
[4,3,1,2] => [4,3,1,2] => [2,1,3,4] => 1
[4,3,2,1] => [4,3,2,1] => [1,2,3,4] => 0
[1,2,3,4,5] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,2,3,5,4] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,2,4,3,5] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,2,4,5,3] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,2,5,3,4] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,2,5,4,3] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,3,2,4,5] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,3,2,5,4] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,3,4,2,5] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,3,4,5,2] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,3,5,2,4] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,3,5,4,2] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,4,2,3,5] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,4,2,5,3] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,4,3,2,5] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,4,3,5,2] => [1,5,4,3,2] => [2,3,4,5,1] => 1
[1,4,5,2,3] => [1,5,4,3,2] => [2,3,4,5,1] => 1
Description
The number of deficiencies of a permutation. This is defined as $$\operatorname{dec}(\sigma)=\#\{i:\sigma(i) < i\}.$$ The number of exceedances is [[St000155]].
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
Mp00222: Dyck paths peaks-to-valleysDyck paths
St001169: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1,0]
=> [1,0]
=> 0
[1,2] => [1,0,1,0]
=> [1,1,0,0]
=> 0
[2,1] => [1,1,0,0]
=> [1,0,1,0]
=> 1
[1,2,3] => [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> 0
[1,3,2] => [1,0,1,1,0,0]
=> [1,1,0,0,1,0]
=> 1
[2,1,3] => [1,1,0,0,1,0]
=> [1,0,1,1,0,0]
=> 1
[2,3,1] => [1,1,0,1,0,0]
=> [1,0,1,0,1,0]
=> 2
[3,1,2] => [1,1,1,0,0,0]
=> [1,1,0,1,0,0]
=> 1
[3,2,1] => [1,1,1,0,0,0]
=> [1,1,0,1,0,0]
=> 1
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> 0
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> 1
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [1,1,0,0,1,1,0,0]
=> 1
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0]
=> 2
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,1,1,0,0,1,0,0]
=> 1
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,1,1,0,0,1,0,0]
=> 1
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [1,0,1,1,1,0,0,0]
=> 1
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [1,0,1,1,0,0,1,0]
=> 2
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [1,0,1,0,1,1,0,0]
=> 2
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0]
=> 3
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,1,0,0]
=> 2
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,1,0,0]
=> 2
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [1,1,0,1,1,0,0,0]
=> 1
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> 2
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [1,1,0,1,1,0,0,0]
=> 1
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> 2
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [1,1,0,1,0,1,0,0]
=> 2
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [1,1,0,1,0,1,0,0]
=> 2
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [1,1,1,0,1,0,0,0]
=> 1
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [1,1,1,0,1,0,0,0]
=> 1
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [1,1,1,0,1,0,0,0]
=> 1
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [1,1,1,0,1,0,0,0]
=> 1
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [1,1,1,0,1,0,0,0]
=> 1
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [1,1,1,0,1,0,0,0]
=> 1
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [1,1,1,1,0,0,0,0,1,0]
=> 1
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [1,1,1,0,0,0,1,1,0,0]
=> 1
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [1,1,1,0,0,0,1,0,1,0]
=> 2
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [1,1,1,1,0,0,0,1,0,0]
=> 1
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [1,1,1,1,0,0,0,1,0,0]
=> 1
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [1,1,0,0,1,1,1,0,0,0]
=> 1
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [1,1,0,0,1,1,0,0,1,0]
=> 2
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [1,1,0,0,1,0,1,1,0,0]
=> 2
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0,1,0]
=> 3
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [1,1,0,0,1,1,0,1,0,0]
=> 2
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [1,1,0,0,1,1,0,1,0,0]
=> 2
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,0,0,1,1,0,0,0]
=> 1
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [1,1,1,0,0,1,0,0,1,0]
=> 2
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,0,0,1,1,0,0,0]
=> 1
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [1,1,1,0,0,1,0,0,1,0]
=> 2
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [1,1,1,0,0,1,0,1,0,0]
=> 2
Description
Number of simple modules with projective dimension at least two in the corresponding Nakayama algebra.
The following 156 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St001215Let X be the direct sum of all simple modules of the corresponding Nakayama algebra. St001489The maximum of the number of descents and the number of inverse descents. St000015The number of peaks of a Dyck path. St000325The width of the tree associated to a permutation. St000470The number of runs in a permutation. St000740The last entry of a permutation. St001068Number of torsionless simple modules in the corresponding Nakayama algebra. St000024The number of double up and double down steps of a Dyck path. St000028The number of stack-sorts needed to sort a permutation. St000052The number of valleys of a Dyck path not on the x-axis. St000120The number of left tunnels of a Dyck path. St000141The maximum drop size of a permutation. St000157The number of descents of a standard tableau. St000211The rank of the set partition. St000245The number of ascents of a permutation. St000292The number of ascents of a binary word. St000305The inverse major index of a permutation. St000329The number of evenly positioned ascents of the Dyck path, with the initial position equal to 1. St000340The number of non-final maximal constant sub-paths of length greater than one. St000362The size of a minimal vertex cover of a graph. St000446The disorder of a permutation. St000672The number of minimal elements in Bruhat order not less than the permutation. St001176The size of a partition minus its first part. St001907The number of Bastidas - Hohlweg - Saliola excedances of a signed permutation. St000054The first entry of the permutation. St000062The length of the longest increasing subsequence of the permutation. St000105The number of blocks in the set partition. St000164The number of short pairs. St000167The number of leaves of an ordered tree. St000213The number of weak exceedances (also weak excedences) of a permutation. St000239The number of small weak excedances. St000291The number of descents of a binary word. St000314The number of left-to-right-maxima of a permutation. St000318The number of addable cells of the Ferrers diagram of an integer partition. St000390The number of runs of ones in a binary word. St000443The number of long tunnels of a Dyck path. St000451The length of the longest pattern of the form k 1 2. St000542The number of left-to-right-minima of a permutation. St000912The number of maximal antichains in a poset. St001007Number of simple modules with projective dimension 1 in the Nakayama algebra corresponding to the Dyck path. St001187The number of simple modules with grade at least one in the corresponding Nakayama algebra. St001224Let X be the direct sum of all simple modules of the corresponding Nakayama algebra. St001390The number of bumps occurring when Schensted-inserting the letter 1 of a permutation. St001497The position of the largest weak excedence of a permutation. St001499The number of indecomposable projective-injective modules of a magnitude 1 Nakayama algebra. St001581The achromatic number of a graph. St001670The connected partition number of a graph. St001180Number of indecomposable injective modules with projective dimension at most 1. St000829The Ulam distance of a permutation to the identity permutation. St000727The largest label of a leaf in the binary search tree associated with the permutation. St001346The number of parking functions that give the same permutation. St000083The number of left oriented leafs of a binary tree except the first one. St000216The absolute length of a permutation. St000288The number of ones in a binary word. St000354The number of recoils of a permutation. St000541The number of indices greater than or equal to 2 of a permutation such that all smaller indices appear to its right. St000809The reduced reflection length of the permutation. St000702The number of weak deficiencies of a permutation. St000925The number of topologically connected components of a set partition. St000990The first ascent of a permutation. St001812The biclique partition number of a graph. St000159The number of distinct parts of the integer partition. St000531The leading coefficient of the rook polynomial of an integer partition. St001659The number of ways to place as many non-attacking rooks as possible on a Ferrers board. St001914The size of the orbit of an integer partition in Bulgarian solitaire. St001515The vector space dimension of the socle of the first syzygy module of the regular module (as a bimodule). St000993The multiplicity of the largest part of an integer partition. St001427The number of descents of a signed permutation. St000460The hook length of the last cell along the main diagonal of an integer partition. St000870The product of the hook lengths of the diagonal cells in an integer partition. St000668The least common multiple of the parts of the partition. St000741The Colin de Verdière graph invariant. St001644The dimension of a graph. St001257The dominant dimension of the double dual of A/J when A is the corresponding Nakayama algebra with Jacobson radical J. St001503The largest distance of a vertex to a vertex in a cycle in the resolution quiver of the corresponding Nakayama algebra. St000260The radius of a connected graph. St000259The diameter of a connected graph. St000708The product of the parts of an integer partition. St000933The number of multipartitions of sizes given by an integer partition. St000444The length of the maximal rise of a Dyck path. St000939The number of characters of the symmetric group whose value on the partition is positive. St001039The maximal height of a column in the parallelogram polyomino associated with a Dyck path. St001568The smallest positive integer that does not appear twice in the partition. St001232The number of indecomposable modules with projective dimension 2 for Nakayama algebras with global dimension at most 2. St000647The number of big descents of a permutation. St000776The maximal multiplicity of an eigenvalue in a graph. St001630The global dimension of the incidence algebra of the lattice over the rational numbers. St000707The product of the factorials of the parts. St000815The number of semistandard Young tableaux of partition weight of given shape. St001645The pebbling number of a connected graph. St001199The dominant dimension of $eAe$ for the corresponding Nakayama algebra $A$ with minimal faithful projective-injective module $eA$. St000770The major index of an integer partition when read from bottom to top. St000937The number of positive values of the symmetric group character corresponding to the partition. 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$. 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. St001330The hat guessing number of a graph. St001060The distinguishing index of a graph. St000207Number of integral Gelfand-Tsetlin polytopes with prescribed top row and integer composition weight. St000208Number of integral Gelfand-Tsetlin polytopes with prescribed top row and integer partition weight. St001389The number of partitions of the same length below the given integer partition. St001933The largest multiplicity of a part in an integer partition. St000454The largest eigenvalue of a graph if it is integral. St001878The projective dimension of the simple modules corresponding to the minimum of L in the incidence algebra of the lattice L. St000771The largest multiplicity of a distance Laplacian eigenvalue in a connected graph. St000772The multiplicity of the largest distance Laplacian eigenvalue in a connected graph. St000704The number of semistandard tableaux on a given integer partition with minimal maximal entry. St001491The number of indecomposable projective-injective modules in the algebra corresponding to a subset. St000455The second largest eigenvalue of a graph if it is integral. St000143The largest repeated part of a partition. St001877Number of indecomposable injective modules with projective dimension 2. St000777The number of distinct eigenvalues of the distance Laplacian of a connected graph. St000710The number of big deficiencies of a permutation. St000711The number of big exceedences of a permutation. St000991The number of right-to-left minima of a permutation. St001128The exponens consonantiae of a partition. St000284The Plancherel distribution on integer partitions. 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. St000901The cube of the number of standard Young tableaux with shape given by the partition. St000264The girth of a graph, which is not a tree. St000510The number of invariant oriented cycles when acting with a permutation of given cycle type. St000934The 2-degree of an integer partition. St001587Half of the largest even part of an integer partition. St001601The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on trees. St001767The largest minimal number of arrows pointing to a cell in the Ferrers diagram in any assignment. St001899The total number of irreducible representations contained in the higher Lie character for an integer partition. St001900The number of distinct irreducible representations contained in the higher Lie character for an integer partition. St001720The minimal length of a chain of small intervals in a lattice. St001414Half the length of the longest odd length palindromic prefix of a binary word. St001875The number of simple modules with projective dimension at most 1. St001864The number of excedances of a signed permutation. St001896The number of right descents of a signed permutations. St001876The number of 2-regular simple modules in the incidence algebra of the lattice. St001604The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on polygons. St000845The maximal number of elements covered by an element in a poset. St000846The maximal number of elements covering an element of a poset. St001942The number of loops of the quiver corresponding to the reduced incidence algebra of a poset. St001632The number of indecomposable injective modules $I$ with $dim Ext^1(I,A)=1$ for the incidence algebra A of a poset. St000524The number of posets with the same order polynomial. St000525The number of posets with the same zeta polynomial. St000526The number of posets with combinatorially isomorphic order polytopes. St000633The size of the automorphism group of a poset. St000640The rank of the largest boolean interval in a poset. St000910The number of maximal chains of minimal length in a poset. St000914The sum of the values of the Möbius function of a poset. St001105The number of greedy linear extensions of a poset. St001106The number of supergreedy linear extensions of a poset. St001890The maximum magnitude of the Möbius function of a poset. St001863The number of weak excedances of a signed permutation. St001712The number of natural descents of a standard Young tableau. St001905The number of preferred parking spots in a parking function less than the index of the car. St001946The number of descents in a parking function. St001152The number of pairs with even minimum in a perfect matching. St001624The breadth of a lattice. St001626The number of maximal proper sublattices of a lattice.