Your data matches 61 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
Mp00064: Permutations reversePermutations
St000374: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => 0
[1,2] => [2,1] => 1
[2,1] => [1,2] => 0
[1,2,3] => [3,2,1] => 1
[1,3,2] => [2,3,1] => 1
[2,1,3] => [3,1,2] => 2
[2,3,1] => [1,3,2] => 1
[3,1,2] => [2,1,3] => 1
[3,2,1] => [1,2,3] => 0
[1,2,3,4] => [4,3,2,1] => 1
[1,2,4,3] => [3,4,2,1] => 1
[1,3,2,4] => [4,2,3,1] => 1
[1,3,4,2] => [2,4,3,1] => 1
[1,4,2,3] => [3,2,4,1] => 1
[1,4,3,2] => [2,3,4,1] => 1
[2,1,3,4] => [4,3,1,2] => 2
[2,1,4,3] => [3,4,1,2] => 2
[2,3,1,4] => [4,1,3,2] => 2
[2,3,4,1] => [1,4,3,2] => 1
[2,4,1,3] => [3,1,4,2] => 2
[2,4,3,1] => [1,3,4,2] => 1
[3,1,2,4] => [4,2,1,3] => 2
[3,1,4,2] => [2,4,1,3] => 2
[3,2,1,4] => [4,1,2,3] => 3
[3,2,4,1] => [1,4,2,3] => 2
[3,4,1,2] => [2,1,4,3] => 2
[3,4,2,1] => [1,2,4,3] => 1
[4,1,2,3] => [3,2,1,4] => 1
[4,1,3,2] => [2,3,1,4] => 1
[4,2,1,3] => [3,1,2,4] => 2
[4,2,3,1] => [1,3,2,4] => 1
[4,3,1,2] => [2,1,3,4] => 1
[4,3,2,1] => [1,2,3,4] => 0
[1,2,3,4,5] => [5,4,3,2,1] => 1
[1,2,3,5,4] => [4,5,3,2,1] => 1
[1,2,4,3,5] => [5,3,4,2,1] => 1
[1,2,4,5,3] => [3,5,4,2,1] => 1
[1,2,5,3,4] => [4,3,5,2,1] => 1
[1,2,5,4,3] => [3,4,5,2,1] => 1
[1,3,2,4,5] => [5,4,2,3,1] => 1
[1,3,2,5,4] => [4,5,2,3,1] => 1
[1,3,4,2,5] => [5,2,4,3,1] => 1
[1,3,4,5,2] => [2,5,4,3,1] => 1
[1,3,5,2,4] => [4,2,5,3,1] => 1
[1,3,5,4,2] => [2,4,5,3,1] => 1
[1,4,2,3,5] => [5,3,2,4,1] => 1
[1,4,2,5,3] => [3,5,2,4,1] => 1
[1,4,3,2,5] => [5,2,3,4,1] => 1
[1,4,3,5,2] => [2,5,3,4,1] => 1
[1,4,5,2,3] => [3,2,5,4,1] => 1
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]].
Mp00069: Permutations complementPermutations
St000996: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => 0
[1,2] => [2,1] => 1
[2,1] => [1,2] => 0
[1,2,3] => [3,2,1] => 1
[1,3,2] => [3,1,2] => 1
[2,1,3] => [2,3,1] => 2
[2,3,1] => [2,1,3] => 1
[3,1,2] => [1,3,2] => 1
[3,2,1] => [1,2,3] => 0
[1,2,3,4] => [4,3,2,1] => 1
[1,2,4,3] => [4,3,1,2] => 1
[1,3,2,4] => [4,2,3,1] => 1
[1,3,4,2] => [4,2,1,3] => 1
[1,4,2,3] => [4,1,3,2] => 1
[1,4,3,2] => [4,1,2,3] => 1
[2,1,3,4] => [3,4,2,1] => 2
[2,1,4,3] => [3,4,1,2] => 2
[2,3,1,4] => [3,2,4,1] => 2
[2,3,4,1] => [3,2,1,4] => 1
[2,4,1,3] => [3,1,4,2] => 2
[2,4,3,1] => [3,1,2,4] => 1
[3,1,2,4] => [2,4,3,1] => 2
[3,1,4,2] => [2,4,1,3] => 2
[3,2,1,4] => [2,3,4,1] => 3
[3,2,4,1] => [2,3,1,4] => 2
[3,4,1,2] => [2,1,4,3] => 2
[3,4,2,1] => [2,1,3,4] => 1
[4,1,2,3] => [1,4,3,2] => 1
[4,1,3,2] => [1,4,2,3] => 1
[4,2,1,3] => [1,3,4,2] => 2
[4,2,3,1] => [1,3,2,4] => 1
[4,3,1,2] => [1,2,4,3] => 1
[4,3,2,1] => [1,2,3,4] => 0
[1,2,3,4,5] => [5,4,3,2,1] => 1
[1,2,3,5,4] => [5,4,3,1,2] => 1
[1,2,4,3,5] => [5,4,2,3,1] => 1
[1,2,4,5,3] => [5,4,2,1,3] => 1
[1,2,5,3,4] => [5,4,1,3,2] => 1
[1,2,5,4,3] => [5,4,1,2,3] => 1
[1,3,2,4,5] => [5,3,4,2,1] => 1
[1,3,2,5,4] => [5,3,4,1,2] => 1
[1,3,4,2,5] => [5,3,2,4,1] => 1
[1,3,4,5,2] => [5,3,2,1,4] => 1
[1,3,5,2,4] => [5,3,1,4,2] => 1
[1,3,5,4,2] => [5,3,1,2,4] => 1
[1,4,2,3,5] => [5,2,4,3,1] => 1
[1,4,2,5,3] => [5,2,4,1,3] => 1
[1,4,3,2,5] => [5,2,3,4,1] => 1
[1,4,3,5,2] => [5,2,3,1,4] => 1
[1,4,5,2,3] => [5,2,1,4,3] => 1
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].
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]].
Mp00068: Permutations Simion-Schmidt mapPermutations
Mp00149: Permutations Lehmer code rotationPermutations
St001489: 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 maximum of the number of descents and the number of inverse descents. This is, the maximum of [[St000021]] and [[St000354]].
Mp00068: Permutations Simion-Schmidt mapPermutations
Mp00149: Permutations Lehmer code rotationPermutations
St000325: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1] => 1 = 0 + 1
[1,2] => [1,2] => [2,1] => 2 = 1 + 1
[2,1] => [2,1] => [1,2] => 1 = 0 + 1
[1,2,3] => [1,3,2] => [2,1,3] => 2 = 1 + 1
[1,3,2] => [1,3,2] => [2,1,3] => 2 = 1 + 1
[2,1,3] => [2,1,3] => [3,2,1] => 3 = 2 + 1
[2,3,1] => [2,3,1] => [3,1,2] => 2 = 1 + 1
[3,1,2] => [3,1,2] => [1,3,2] => 2 = 1 + 1
[3,2,1] => [3,2,1] => [1,2,3] => 1 = 0 + 1
[1,2,3,4] => [1,4,3,2] => [2,1,3,4] => 2 = 1 + 1
[1,2,4,3] => [1,4,3,2] => [2,1,3,4] => 2 = 1 + 1
[1,3,2,4] => [1,4,3,2] => [2,1,3,4] => 2 = 1 + 1
[1,3,4,2] => [1,4,3,2] => [2,1,3,4] => 2 = 1 + 1
[1,4,2,3] => [1,4,3,2] => [2,1,3,4] => 2 = 1 + 1
[1,4,3,2] => [1,4,3,2] => [2,1,3,4] => 2 = 1 + 1
[2,1,3,4] => [2,1,4,3] => [3,2,1,4] => 3 = 2 + 1
[2,1,4,3] => [2,1,4,3] => [3,2,1,4] => 3 = 2 + 1
[2,3,1,4] => [2,4,1,3] => [3,1,4,2] => 3 = 2 + 1
[2,3,4,1] => [2,4,3,1] => [3,1,2,4] => 2 = 1 + 1
[2,4,1,3] => [2,4,1,3] => [3,1,4,2] => 3 = 2 + 1
[2,4,3,1] => [2,4,3,1] => [3,1,2,4] => 2 = 1 + 1
[3,1,2,4] => [3,1,4,2] => [4,2,1,3] => 3 = 2 + 1
[3,1,4,2] => [3,1,4,2] => [4,2,1,3] => 3 = 2 + 1
[3,2,1,4] => [3,2,1,4] => [4,3,2,1] => 4 = 3 + 1
[3,2,4,1] => [3,2,4,1] => [4,3,1,2] => 3 = 2 + 1
[3,4,1,2] => [3,4,1,2] => [4,1,3,2] => 3 = 2 + 1
[3,4,2,1] => [3,4,2,1] => [4,1,2,3] => 2 = 1 + 1
[4,1,2,3] => [4,1,3,2] => [1,3,2,4] => 2 = 1 + 1
[4,1,3,2] => [4,1,3,2] => [1,3,2,4] => 2 = 1 + 1
[4,2,1,3] => [4,2,1,3] => [1,4,3,2] => 3 = 2 + 1
[4,2,3,1] => [4,2,3,1] => [1,4,2,3] => 2 = 1 + 1
[4,3,1,2] => [4,3,1,2] => [1,2,4,3] => 2 = 1 + 1
[4,3,2,1] => [4,3,2,1] => [1,2,3,4] => 1 = 0 + 1
[1,2,3,4,5] => [1,5,4,3,2] => [2,1,3,4,5] => 2 = 1 + 1
[1,2,3,5,4] => [1,5,4,3,2] => [2,1,3,4,5] => 2 = 1 + 1
[1,2,4,3,5] => [1,5,4,3,2] => [2,1,3,4,5] => 2 = 1 + 1
[1,2,4,5,3] => [1,5,4,3,2] => [2,1,3,4,5] => 2 = 1 + 1
[1,2,5,3,4] => [1,5,4,3,2] => [2,1,3,4,5] => 2 = 1 + 1
[1,2,5,4,3] => [1,5,4,3,2] => [2,1,3,4,5] => 2 = 1 + 1
[1,3,2,4,5] => [1,5,4,3,2] => [2,1,3,4,5] => 2 = 1 + 1
[1,3,2,5,4] => [1,5,4,3,2] => [2,1,3,4,5] => 2 = 1 + 1
[1,3,4,2,5] => [1,5,4,3,2] => [2,1,3,4,5] => 2 = 1 + 1
[1,3,4,5,2] => [1,5,4,3,2] => [2,1,3,4,5] => 2 = 1 + 1
[1,3,5,2,4] => [1,5,4,3,2] => [2,1,3,4,5] => 2 = 1 + 1
[1,3,5,4,2] => [1,5,4,3,2] => [2,1,3,4,5] => 2 = 1 + 1
[1,4,2,3,5] => [1,5,4,3,2] => [2,1,3,4,5] => 2 = 1 + 1
[1,4,2,5,3] => [1,5,4,3,2] => [2,1,3,4,5] => 2 = 1 + 1
[1,4,3,2,5] => [1,5,4,3,2] => [2,1,3,4,5] => 2 = 1 + 1
[1,4,3,5,2] => [1,5,4,3,2] => [2,1,3,4,5] => 2 = 1 + 1
[1,4,5,2,3] => [1,5,4,3,2] => [2,1,3,4,5] => 2 = 1 + 1
Description
The width of the tree associated to a permutation. A permutation can be mapped to a rooted tree with vertices $\{0,1,2,\ldots,n\}$ and root $0$ in the following way. Entries of the permutations are inserted one after the other, each child is larger than its parent and the children are in strict order from left to right. Details of the construction are found in [1]. The width of the tree is given by the number of leaves of this tree. Note that, due to the construction of this tree, the width of the tree is always one more than the number of descents [[St000021]]. This also matches the number of runs in a permutation [[St000470]]. See also [[St000308]] for the height of this tree.
The following 51 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000470The number of runs in a permutation. St000740The last entry of a permutation. St000024The number of double up and double down steps of a Dyck path. St000028The number of stack-sorts needed to sort a permutation. St000053The number of valleys of the 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. St000305The inverse major index of a permutation. St000362The size of a minimal vertex cover of a graph. St000446The disorder of a permutation. St001169Number of simple modules with projective dimension at least two in the corresponding Nakayama algebra. St001176The size of a partition minus its first part. St001215Let X be the direct sum of all simple modules of the corresponding Nakayama algebra. St001907The number of Bastidas - Hohlweg - Saliola excedances of a signed permutation. St000015The number of peaks of a Dyck path. St000054The first entry of the permutation. St000213The number of weak exceedances (also weak excedences) of a permutation. 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. St001007Number of simple modules with projective dimension 1 in the Nakayama algebra corresponding to the Dyck path. St001068Number of torsionless simple modules in the corresponding Nakayama algebra. 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. St001581The achromatic number of a graph. St001670The connected partition number of a graph. 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. 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. St000990The first ascent of a permutation. St001812The biclique partition number of a graph. St001427The number of descents of a signed permutation. St000260The radius of a connected graph. St000710The number of big deficiencies of a permutation. St001330The hat guessing number of a graph. 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. St001864The number of excedances of a signed permutation. 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. St001624The breadth of a lattice.