Your data matches 186 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
St001948: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => 1
[2,1] => 0
[1,2,3] => 2
[1,3,2] => 1
[2,1,3] => 0
[2,3,1] => 1
[3,1,2] => 0
[3,2,1] => 0
[1,2,3,4] => 3
[1,2,4,3] => 2
[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] => 0
[2,3,1,4] => 1
[2,3,4,1] => 2
[2,4,1,3] => 1
[2,4,3,1] => 1
[3,1,2,4] => 1
[3,1,4,2] => 0
[3,2,1,4] => 0
[3,2,4,1] => 0
[3,4,1,2] => 1
[3,4,2,1] => 1
[4,1,2,3] => 1
[4,1,3,2] => 0
[4,2,1,3] => 0
[4,2,3,1] => 0
[4,3,1,2] => 0
[4,3,2,1] => 0
[1,2,3,4,5] => 4
[1,2,3,5,4] => 3
[1,2,4,3,5] => 2
[1,2,4,5,3] => 3
[1,2,5,3,4] => 2
[1,2,5,4,3] => 2
[1,3,2,4,5] => 2
[1,3,2,5,4] => 1
[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] => 2
[1,4,2,5,3] => 1
[1,4,3,2,5] => 1
[1,4,3,5,2] => 1
[1,4,5,2,3] => 2
[1,4,5,3,2] => 2
Description
The number of augmented double ascents of a permutation. An augmented double ascent of a permutation $\pi$ is a double ascent of the augmented permutation $\tilde\pi$ obtained from $\pi$ by adding an initial $0$. A double ascent of $\tilde\pi$ then is a position $i$ such that $\tilde\pi(i) < \tilde\pi(i+1) < \tilde\pi(i+2)$.
Mp00071: Permutations descent compositionInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
St000932: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [2] => [1,1,0,0]
=> 0
[2,1] => [1,1] => [1,0,1,0]
=> 1
[1,2,3] => [3] => [1,1,1,0,0,0]
=> 0
[1,3,2] => [2,1] => [1,1,0,0,1,0]
=> 0
[2,1,3] => [1,2] => [1,0,1,1,0,0]
=> 1
[2,3,1] => [2,1] => [1,1,0,0,1,0]
=> 0
[3,1,2] => [1,2] => [1,0,1,1,0,0]
=> 1
[3,2,1] => [1,1,1] => [1,0,1,0,1,0]
=> 2
[1,2,3,4] => [4] => [1,1,1,1,0,0,0,0]
=> 0
[1,2,4,3] => [3,1] => [1,1,1,0,0,0,1,0]
=> 0
[1,3,2,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> 0
[1,3,4,2] => [3,1] => [1,1,1,0,0,0,1,0]
=> 0
[1,4,2,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> 0
[1,4,3,2] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 1
[2,1,3,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
[2,1,4,3] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 1
[2,3,1,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> 0
[2,3,4,1] => [3,1] => [1,1,1,0,0,0,1,0]
=> 0
[2,4,1,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> 0
[2,4,3,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 1
[3,1,2,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
[3,1,4,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 1
[3,2,1,4] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 2
[3,2,4,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 1
[3,4,1,2] => [2,2] => [1,1,0,0,1,1,0,0]
=> 0
[3,4,2,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 1
[4,1,2,3] => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
[4,1,3,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 1
[4,2,1,3] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 2
[4,2,3,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 1
[4,3,1,2] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 2
[4,3,2,1] => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> 3
[1,2,3,4,5] => [5] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,2,3,5,4] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 0
[1,2,4,3,5] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 0
[1,2,4,5,3] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 0
[1,2,5,3,4] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 0
[1,2,5,4,3] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 1
[1,3,2,4,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 0
[1,3,2,5,4] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 0
[1,3,4,2,5] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 0
[1,3,4,5,2] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 0
[1,3,5,2,4] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 0
[1,3,5,4,2] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 1
[1,4,2,3,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 0
[1,4,2,5,3] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 0
[1,4,3,2,5] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> 1
[1,4,3,5,2] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 0
[1,4,5,2,3] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 0
[1,4,5,3,2] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 1
Description
The number of occurrences of the pattern UDU in a Dyck path. The number of Dyck paths with statistic value 0 are counted by the Motzkin numbers [1].
Mp00070: Permutations Robinson-Schensted recording tableauStandard tableaux
Mp00081: Standard tableaux reading word permutationPermutations
St001061: 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]]
=> [3,1,2] => 0
[2,1,3] => [[1,3],[2]]
=> [2,1,3] => 1
[2,3,1] => [[1,2],[3]]
=> [3,1,2] => 0
[3,1,2] => [[1,3],[2]]
=> [2,1,3] => 1
[3,2,1] => [[1],[2],[3]]
=> [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]]
=> [4,1,2,3] => 0
[1,3,2,4] => [[1,2,4],[3]]
=> [3,1,2,4] => 0
[1,3,4,2] => [[1,2,3],[4]]
=> [4,1,2,3] => 0
[1,4,2,3] => [[1,2,4],[3]]
=> [3,1,2,4] => 0
[1,4,3,2] => [[1,2],[3],[4]]
=> [4,3,1,2] => 1
[2,1,3,4] => [[1,3,4],[2]]
=> [2,1,3,4] => 1
[2,1,4,3] => [[1,3],[2,4]]
=> [2,4,1,3] => 0
[2,3,1,4] => [[1,2,4],[3]]
=> [3,1,2,4] => 0
[2,3,4,1] => [[1,2,3],[4]]
=> [4,1,2,3] => 0
[2,4,1,3] => [[1,2],[3,4]]
=> [3,4,1,2] => 1
[2,4,3,1] => [[1,2],[3],[4]]
=> [4,3,1,2] => 1
[3,1,2,4] => [[1,3,4],[2]]
=> [2,1,3,4] => 1
[3,1,4,2] => [[1,3],[2,4]]
=> [2,4,1,3] => 0
[3,2,1,4] => [[1,4],[2],[3]]
=> [3,2,1,4] => 2
[3,2,4,1] => [[1,3],[2],[4]]
=> [4,2,1,3] => 1
[3,4,1,2] => [[1,2],[3,4]]
=> [3,4,1,2] => 1
[3,4,2,1] => [[1,2],[3],[4]]
=> [4,3,1,2] => 1
[4,1,2,3] => [[1,3,4],[2]]
=> [2,1,3,4] => 1
[4,1,3,2] => [[1,3],[2],[4]]
=> [4,2,1,3] => 1
[4,2,1,3] => [[1,4],[2],[3]]
=> [3,2,1,4] => 2
[4,2,3,1] => [[1,3],[2],[4]]
=> [4,2,1,3] => 1
[4,3,1,2] => [[1,4],[2],[3]]
=> [3,2,1,4] => 2
[4,3,2,1] => [[1],[2],[3],[4]]
=> [4,3,2,1] => 3
[1,2,3,4,5] => [[1,2,3,4,5]]
=> [1,2,3,4,5] => 0
[1,2,3,5,4] => [[1,2,3,4],[5]]
=> [5,1,2,3,4] => 0
[1,2,4,3,5] => [[1,2,3,5],[4]]
=> [4,1,2,3,5] => 0
[1,2,4,5,3] => [[1,2,3,4],[5]]
=> [5,1,2,3,4] => 0
[1,2,5,3,4] => [[1,2,3,5],[4]]
=> [4,1,2,3,5] => 0
[1,2,5,4,3] => [[1,2,3],[4],[5]]
=> [5,4,1,2,3] => 0
[1,3,2,4,5] => [[1,2,4,5],[3]]
=> [3,1,2,4,5] => 0
[1,3,2,5,4] => [[1,2,4],[3,5]]
=> [3,5,1,2,4] => 1
[1,3,4,2,5] => [[1,2,3,5],[4]]
=> [4,1,2,3,5] => 0
[1,3,4,5,2] => [[1,2,3,4],[5]]
=> [5,1,2,3,4] => 0
[1,3,5,2,4] => [[1,2,3],[4,5]]
=> [4,5,1,2,3] => 0
[1,3,5,4,2] => [[1,2,3],[4],[5]]
=> [5,4,1,2,3] => 0
[1,4,2,3,5] => [[1,2,4,5],[3]]
=> [3,1,2,4,5] => 0
[1,4,2,5,3] => [[1,2,4],[3,5]]
=> [3,5,1,2,4] => 1
[1,4,3,2,5] => [[1,2,5],[3],[4]]
=> [4,3,1,2,5] => 1
[1,4,3,5,2] => [[1,2,4],[3],[5]]
=> [5,3,1,2,4] => 1
[1,4,5,2,3] => [[1,2,3],[4,5]]
=> [4,5,1,2,3] => 0
[1,4,5,3,2] => [[1,2,3],[4],[5]]
=> [5,4,1,2,3] => 0
Description
The number of indices that are both descents and recoils of a permutation.
Mp00071: Permutations descent compositionInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
St001067: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [2] => [1,1,0,0]
=> 0
[2,1] => [1,1] => [1,0,1,0]
=> 1
[1,2,3] => [3] => [1,1,1,0,0,0]
=> 0
[1,3,2] => [2,1] => [1,1,0,0,1,0]
=> 0
[2,1,3] => [1,2] => [1,0,1,1,0,0]
=> 1
[2,3,1] => [2,1] => [1,1,0,0,1,0]
=> 0
[3,1,2] => [1,2] => [1,0,1,1,0,0]
=> 1
[3,2,1] => [1,1,1] => [1,0,1,0,1,0]
=> 2
[1,2,3,4] => [4] => [1,1,1,1,0,0,0,0]
=> 0
[1,2,4,3] => [3,1] => [1,1,1,0,0,0,1,0]
=> 0
[1,3,2,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> 0
[1,3,4,2] => [3,1] => [1,1,1,0,0,0,1,0]
=> 0
[1,4,2,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> 0
[1,4,3,2] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 1
[2,1,3,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
[2,1,4,3] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 1
[2,3,1,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> 0
[2,3,4,1] => [3,1] => [1,1,1,0,0,0,1,0]
=> 0
[2,4,1,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> 0
[2,4,3,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 1
[3,1,2,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
[3,1,4,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 1
[3,2,1,4] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 2
[3,2,4,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 1
[3,4,1,2] => [2,2] => [1,1,0,0,1,1,0,0]
=> 0
[3,4,2,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 1
[4,1,2,3] => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
[4,1,3,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 1
[4,2,1,3] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 2
[4,2,3,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 1
[4,3,1,2] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 2
[4,3,2,1] => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> 3
[1,2,3,4,5] => [5] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,2,3,5,4] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 0
[1,2,4,3,5] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 0
[1,2,4,5,3] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 0
[1,2,5,3,4] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 0
[1,2,5,4,3] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 1
[1,3,2,4,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 0
[1,3,2,5,4] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 0
[1,3,4,2,5] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 0
[1,3,4,5,2] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 0
[1,3,5,2,4] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 0
[1,3,5,4,2] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 1
[1,4,2,3,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 0
[1,4,2,5,3] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 0
[1,4,3,2,5] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> 1
[1,4,3,5,2] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 0
[1,4,5,2,3] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 0
[1,4,5,3,2] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 1
Description
The number of simple modules of dominant dimension at least two in the corresponding Nakayama algebra.
Mp00071: Permutations descent compositionInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
St001223: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [2] => [1,1,0,0]
=> 0
[2,1] => [1,1] => [1,0,1,0]
=> 1
[1,2,3] => [3] => [1,1,1,0,0,0]
=> 0
[1,3,2] => [2,1] => [1,1,0,0,1,0]
=> 0
[2,1,3] => [1,2] => [1,0,1,1,0,0]
=> 1
[2,3,1] => [2,1] => [1,1,0,0,1,0]
=> 0
[3,1,2] => [1,2] => [1,0,1,1,0,0]
=> 1
[3,2,1] => [1,1,1] => [1,0,1,0,1,0]
=> 2
[1,2,3,4] => [4] => [1,1,1,1,0,0,0,0]
=> 0
[1,2,4,3] => [3,1] => [1,1,1,0,0,0,1,0]
=> 0
[1,3,2,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> 0
[1,3,4,2] => [3,1] => [1,1,1,0,0,0,1,0]
=> 0
[1,4,2,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> 0
[1,4,3,2] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 1
[2,1,3,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
[2,1,4,3] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 1
[2,3,1,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> 0
[2,3,4,1] => [3,1] => [1,1,1,0,0,0,1,0]
=> 0
[2,4,1,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> 0
[2,4,3,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 1
[3,1,2,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
[3,1,4,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 1
[3,2,1,4] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 2
[3,2,4,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 1
[3,4,1,2] => [2,2] => [1,1,0,0,1,1,0,0]
=> 0
[3,4,2,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 1
[4,1,2,3] => [1,3] => [1,0,1,1,1,0,0,0]
=> 1
[4,1,3,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 1
[4,2,1,3] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 2
[4,2,3,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 1
[4,3,1,2] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 2
[4,3,2,1] => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> 3
[1,2,3,4,5] => [5] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,2,3,5,4] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 0
[1,2,4,3,5] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 0
[1,2,4,5,3] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 0
[1,2,5,3,4] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 0
[1,2,5,4,3] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 1
[1,3,2,4,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 0
[1,3,2,5,4] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 0
[1,3,4,2,5] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 0
[1,3,4,5,2] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 0
[1,3,5,2,4] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 0
[1,3,5,4,2] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 1
[1,4,2,3,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 0
[1,4,2,5,3] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 0
[1,4,3,2,5] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> 1
[1,4,3,5,2] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 0
[1,4,5,2,3] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 0
[1,4,5,3,2] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 1
Description
Number of indecomposable projective non-injective modules P such that the modules X and Y in a an Auslander-Reiten sequence ending at P are torsionless.
Mp00072: Permutations binary search tree: left to rightBinary trees
Mp00020: Binary trees to Tamari-corresponding Dyck pathDyck paths
St001233: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [.,[.,.]]
=> [1,1,0,0]
=> 1
[2,1] => [[.,.],.]
=> [1,0,1,0]
=> 0
[1,2,3] => [.,[.,[.,.]]]
=> [1,1,1,0,0,0]
=> 2
[1,3,2] => [.,[[.,.],.]]
=> [1,1,0,1,0,0]
=> 1
[2,1,3] => [[.,.],[.,.]]
=> [1,0,1,1,0,0]
=> 0
[2,3,1] => [[.,.],[.,.]]
=> [1,0,1,1,0,0]
=> 0
[3,1,2] => [[.,[.,.]],.]
=> [1,1,0,0,1,0]
=> 1
[3,2,1] => [[[.,.],.],.]
=> [1,0,1,0,1,0]
=> 0
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> [1,1,1,1,0,0,0,0]
=> 3
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> [1,1,1,0,1,0,0,0]
=> 2
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> [1,1,0,1,1,0,0,0]
=> 1
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> [1,1,0,1,1,0,0,0]
=> 1
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> [1,1,1,0,0,1,0,0]
=> 2
[1,4,3,2] => [.,[[[.,.],.],.]]
=> [1,1,0,1,0,1,0,0]
=> 1
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> [1,0,1,1,1,0,0,0]
=> 1
[2,1,4,3] => [[.,.],[[.,.],.]]
=> [1,0,1,1,0,1,0,0]
=> 0
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> [1,0,1,1,1,0,0,0]
=> 1
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> [1,0,1,1,1,0,0,0]
=> 1
[2,4,1,3] => [[.,.],[[.,.],.]]
=> [1,0,1,1,0,1,0,0]
=> 0
[2,4,3,1] => [[.,.],[[.,.],.]]
=> [1,0,1,1,0,1,0,0]
=> 0
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> [1,1,0,0,1,1,0,0]
=> 1
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> [1,1,0,0,1,1,0,0]
=> 1
[3,2,1,4] => [[[.,.],.],[.,.]]
=> [1,0,1,0,1,1,0,0]
=> 0
[3,2,4,1] => [[[.,.],.],[.,.]]
=> [1,0,1,0,1,1,0,0]
=> 0
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> [1,1,0,0,1,1,0,0]
=> 1
[3,4,2,1] => [[[.,.],.],[.,.]]
=> [1,0,1,0,1,1,0,0]
=> 0
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> [1,1,1,0,0,0,1,0]
=> 2
[4,1,3,2] => [[.,[[.,.],.]],.]
=> [1,1,0,1,0,0,1,0]
=> 1
[4,2,1,3] => [[[.,.],[.,.]],.]
=> [1,0,1,1,0,0,1,0]
=> 0
[4,2,3,1] => [[[.,.],[.,.]],.]
=> [1,0,1,1,0,0,1,0]
=> 0
[4,3,1,2] => [[[.,[.,.]],.],.]
=> [1,1,0,0,1,0,1,0]
=> 1
[4,3,2,1] => [[[[.,.],.],.],.]
=> [1,0,1,0,1,0,1,0]
=> 0
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> [1,1,1,1,1,0,0,0,0,0]
=> 4
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> [1,1,1,1,0,1,0,0,0,0]
=> 3
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[1,2,4,5,3] => [.,[.,[[.,.],[.,.]]]]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[1,2,5,3,4] => [.,[.,[[.,[.,.]],.]]]
=> [1,1,1,1,0,0,1,0,0,0]
=> 3
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> [1,1,1,0,1,0,1,0,0,0]
=> 2
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> [1,1,0,1,1,1,0,0,0,0]
=> 2
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> [1,1,0,1,1,0,1,0,0,0]
=> 1
[1,3,4,2,5] => [.,[[.,.],[.,[.,.]]]]
=> [1,1,0,1,1,1,0,0,0,0]
=> 2
[1,3,4,5,2] => [.,[[.,.],[.,[.,.]]]]
=> [1,1,0,1,1,1,0,0,0,0]
=> 2
[1,3,5,2,4] => [.,[[.,.],[[.,.],.]]]
=> [1,1,0,1,1,0,1,0,0,0]
=> 1
[1,3,5,4,2] => [.,[[.,.],[[.,.],.]]]
=> [1,1,0,1,1,0,1,0,0,0]
=> 1
[1,4,2,3,5] => [.,[[.,[.,.]],[.,.]]]
=> [1,1,1,0,0,1,1,0,0,0]
=> 2
[1,4,2,5,3] => [.,[[.,[.,.]],[.,.]]]
=> [1,1,1,0,0,1,1,0,0,0]
=> 2
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> [1,1,0,1,0,1,1,0,0,0]
=> 1
[1,4,3,5,2] => [.,[[[.,.],.],[.,.]]]
=> [1,1,0,1,0,1,1,0,0,0]
=> 1
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> [1,1,1,0,0,1,1,0,0,0]
=> 2
[1,4,5,3,2] => [.,[[[.,.],.],[.,.]]]
=> [1,1,0,1,0,1,1,0,0,0]
=> 1
Description
The number of indecomposable 2-dimensional modules with projective dimension one.
Matching statistic: St000214
Mp00061: Permutations to increasing treeBinary trees
Mp00014: Binary trees to 132-avoiding permutationPermutations
Mp00062: Permutations Lehmer-code to major-code bijectionPermutations
St000214: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [.,[.,.]]
=> [2,1] => [2,1] => 1
[2,1] => [[.,.],.]
=> [1,2] => [1,2] => 0
[1,2,3] => [.,[.,[.,.]]]
=> [3,2,1] => [3,2,1] => 2
[1,3,2] => [.,[[.,.],.]]
=> [2,3,1] => [1,3,2] => 1
[2,1,3] => [[.,.],[.,.]]
=> [3,1,2] => [2,3,1] => 0
[2,3,1] => [[.,[.,.]],.]
=> [2,1,3] => [2,1,3] => 1
[3,1,2] => [[.,.],[.,.]]
=> [3,1,2] => [2,3,1] => 0
[3,2,1] => [[[.,.],.],.]
=> [1,2,3] => [1,2,3] => 0
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> [4,3,2,1] => [4,3,2,1] => 3
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> [3,4,2,1] => [1,4,3,2] => 2
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> [4,2,3,1] => [2,4,3,1] => 1
[1,3,4,2] => [.,[[.,[.,.]],.]]
=> [3,2,4,1] => [2,1,4,3] => 2
[1,4,2,3] => [.,[[.,.],[.,.]]]
=> [4,2,3,1] => [2,4,3,1] => 1
[1,4,3,2] => [.,[[[.,.],.],.]]
=> [2,3,4,1] => [1,2,4,3] => 1
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> [4,3,1,2] => [3,4,2,1] => 1
[2,1,4,3] => [[.,.],[[.,.],.]]
=> [3,4,1,2] => [3,1,4,2] => 0
[2,3,1,4] => [[.,[.,.]],[.,.]]
=> [4,2,1,3] => [3,2,4,1] => 1
[2,3,4,1] => [[.,[.,[.,.]]],.]
=> [3,2,1,4] => [3,2,1,4] => 2
[2,4,1,3] => [[.,[.,.]],[.,.]]
=> [4,2,1,3] => [3,2,4,1] => 1
[2,4,3,1] => [[.,[[.,.],.]],.]
=> [2,3,1,4] => [1,3,2,4] => 1
[3,1,2,4] => [[.,.],[.,[.,.]]]
=> [4,3,1,2] => [3,4,2,1] => 1
[3,1,4,2] => [[.,.],[[.,.],.]]
=> [3,4,1,2] => [3,1,4,2] => 0
[3,2,1,4] => [[[.,.],.],[.,.]]
=> [4,1,2,3] => [2,3,4,1] => 0
[3,2,4,1] => [[[.,.],[.,.]],.]
=> [3,1,2,4] => [2,3,1,4] => 0
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> [4,2,1,3] => [3,2,4,1] => 1
[3,4,2,1] => [[[.,[.,.]],.],.]
=> [2,1,3,4] => [2,1,3,4] => 1
[4,1,2,3] => [[.,.],[.,[.,.]]]
=> [4,3,1,2] => [3,4,2,1] => 1
[4,1,3,2] => [[.,.],[[.,.],.]]
=> [3,4,1,2] => [3,1,4,2] => 0
[4,2,1,3] => [[[.,.],.],[.,.]]
=> [4,1,2,3] => [2,3,4,1] => 0
[4,2,3,1] => [[[.,.],[.,.]],.]
=> [3,1,2,4] => [2,3,1,4] => 0
[4,3,1,2] => [[[.,.],.],[.,.]]
=> [4,1,2,3] => [2,3,4,1] => 0
[4,3,2,1] => [[[[.,.],.],.],.]
=> [1,2,3,4] => [1,2,3,4] => 0
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> [5,4,3,2,1] => [5,4,3,2,1] => 4
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> [4,5,3,2,1] => [1,5,4,3,2] => 3
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> [5,3,4,2,1] => [2,5,4,3,1] => 2
[1,2,4,5,3] => [.,[.,[[.,[.,.]],.]]]
=> [4,3,5,2,1] => [2,1,5,4,3] => 3
[1,2,5,3,4] => [.,[.,[[.,.],[.,.]]]]
=> [5,3,4,2,1] => [2,5,4,3,1] => 2
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> [3,4,5,2,1] => [1,2,5,4,3] => 2
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> [5,4,2,3,1] => [3,5,4,2,1] => 2
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> [4,5,2,3,1] => [3,1,5,4,2] => 1
[1,3,4,2,5] => [.,[[.,[.,.]],[.,.]]]
=> [5,3,2,4,1] => [3,2,5,4,1] => 2
[1,3,4,5,2] => [.,[[.,[.,[.,.]]],.]]
=> [4,3,2,5,1] => [3,2,1,5,4] => 3
[1,3,5,2,4] => [.,[[.,[.,.]],[.,.]]]
=> [5,3,2,4,1] => [3,2,5,4,1] => 2
[1,3,5,4,2] => [.,[[.,[[.,.],.]],.]]
=> [3,4,2,5,1] => [1,3,2,5,4] => 2
[1,4,2,3,5] => [.,[[.,.],[.,[.,.]]]]
=> [5,4,2,3,1] => [3,5,4,2,1] => 2
[1,4,2,5,3] => [.,[[.,.],[[.,.],.]]]
=> [4,5,2,3,1] => [3,1,5,4,2] => 1
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> [5,2,3,4,1] => [2,3,5,4,1] => 1
[1,4,3,5,2] => [.,[[[.,.],[.,.]],.]]
=> [4,2,3,5,1] => [2,3,1,5,4] => 1
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> [5,3,2,4,1] => [3,2,5,4,1] => 2
[1,4,5,3,2] => [.,[[[.,[.,.]],.],.]]
=> [3,2,4,5,1] => [2,1,3,5,4] => 2
Description
The number of adjacencies of a permutation. An adjacency of a permutation $\pi$ is an index $i$ such that $\pi(i)-1 = \pi(i+1)$. Adjacencies are also known as ''small descents''. This can be also described as an occurrence of the bivincular pattern ([2,1], {((0,1),(1,0),(1,1),(1,2),(2,1)}), i.e., the middle row and the middle column are shaded, see [3].
Matching statistic: St000237
Mp00072: Permutations binary search tree: left to rightBinary trees
Mp00141: Binary trees pruning number to logarithmic heightDyck paths
Mp00023: Dyck paths to non-crossing permutationPermutations
St000237: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [.,[.,.]]
=> [1,0,1,0]
=> [1,2] => 0
[2,1] => [[.,.],.]
=> [1,1,0,0]
=> [2,1] => 1
[1,2,3] => [.,[.,[.,.]]]
=> [1,0,1,0,1,0]
=> [1,2,3] => 0
[1,3,2] => [.,[[.,.],.]]
=> [1,0,1,1,0,0]
=> [1,3,2] => 1
[2,1,3] => [[.,.],[.,.]]
=> [1,1,1,0,0,0]
=> [3,2,1] => 0
[2,3,1] => [[.,.],[.,.]]
=> [1,1,1,0,0,0]
=> [3,2,1] => 0
[3,1,2] => [[.,[.,.]],.]
=> [1,1,0,0,1,0]
=> [2,1,3] => 1
[3,2,1] => [[[.,.],.],.]
=> [1,1,0,1,0,0]
=> [2,3,1] => 2
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> [1,0,1,0,1,0,1,0]
=> [1,2,3,4] => 0
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> [1,0,1,0,1,1,0,0]
=> [1,2,4,3] => 1
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> [1,0,1,1,1,0,0,0]
=> [1,4,3,2] => 0
[1,3,4,2] => [.,[[.,.],[.,.]]]
=> [1,0,1,1,1,0,0,0]
=> [1,4,3,2] => 0
[1,4,2,3] => [.,[[.,[.,.]],.]]
=> [1,0,1,1,0,0,1,0]
=> [1,3,2,4] => 1
[1,4,3,2] => [.,[[[.,.],.],.]]
=> [1,0,1,1,0,1,0,0]
=> [1,3,4,2] => 2
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> [1,1,1,0,0,0,1,0]
=> [3,2,1,4] => 0
[2,1,4,3] => [[.,.],[[.,.],.]]
=> [1,1,1,0,0,1,0,0]
=> [3,2,4,1] => 1
[2,3,1,4] => [[.,.],[.,[.,.]]]
=> [1,1,1,0,0,0,1,0]
=> [3,2,1,4] => 0
[2,3,4,1] => [[.,.],[.,[.,.]]]
=> [1,1,1,0,0,0,1,0]
=> [3,2,1,4] => 0
[2,4,1,3] => [[.,.],[[.,.],.]]
=> [1,1,1,0,0,1,0,0]
=> [3,2,4,1] => 1
[2,4,3,1] => [[.,.],[[.,.],.]]
=> [1,1,1,0,0,1,0,0]
=> [3,2,4,1] => 1
[3,1,2,4] => [[.,[.,.]],[.,.]]
=> [1,1,1,0,1,0,0,0]
=> [4,2,3,1] => 0
[3,1,4,2] => [[.,[.,.]],[.,.]]
=> [1,1,1,0,1,0,0,0]
=> [4,2,3,1] => 0
[3,2,1,4] => [[[.,.],.],[.,.]]
=> [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => 1
[3,2,4,1] => [[[.,.],.],[.,.]]
=> [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => 1
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> [1,1,1,0,1,0,0,0]
=> [4,2,3,1] => 0
[3,4,2,1] => [[[.,.],.],[.,.]]
=> [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => 1
[4,1,2,3] => [[.,[.,[.,.]]],.]
=> [1,1,0,0,1,0,1,0]
=> [2,1,3,4] => 1
[4,1,3,2] => [[.,[[.,.],.]],.]
=> [1,1,0,0,1,1,0,0]
=> [2,1,4,3] => 2
[4,2,1,3] => [[[.,.],[.,.]],.]
=> [1,1,0,1,1,0,0,0]
=> [2,4,3,1] => 1
[4,2,3,1] => [[[.,.],[.,.]],.]
=> [1,1,0,1,1,0,0,0]
=> [2,4,3,1] => 1
[4,3,1,2] => [[[.,[.,.]],.],.]
=> [1,1,0,1,0,0,1,0]
=> [2,3,1,4] => 2
[4,3,2,1] => [[[[.,.],.],.],.]
=> [1,1,0,1,0,1,0,0]
=> [2,3,4,1] => 3
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,2,3,4,5] => 0
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> [1,0,1,0,1,0,1,1,0,0]
=> [1,2,3,5,4] => 1
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> [1,0,1,0,1,1,1,0,0,0]
=> [1,2,5,4,3] => 0
[1,2,4,5,3] => [.,[.,[[.,.],[.,.]]]]
=> [1,0,1,0,1,1,1,0,0,0]
=> [1,2,5,4,3] => 0
[1,2,5,3,4] => [.,[.,[[.,[.,.]],.]]]
=> [1,0,1,0,1,1,0,0,1,0]
=> [1,2,4,3,5] => 1
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> [1,0,1,0,1,1,0,1,0,0]
=> [1,2,4,5,3] => 2
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> [1,0,1,1,1,0,0,0,1,0]
=> [1,4,3,2,5] => 0
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> [1,0,1,1,1,0,0,1,0,0]
=> [1,4,3,5,2] => 1
[1,3,4,2,5] => [.,[[.,.],[.,[.,.]]]]
=> [1,0,1,1,1,0,0,0,1,0]
=> [1,4,3,2,5] => 0
[1,3,4,5,2] => [.,[[.,.],[.,[.,.]]]]
=> [1,0,1,1,1,0,0,0,1,0]
=> [1,4,3,2,5] => 0
[1,3,5,2,4] => [.,[[.,.],[[.,.],.]]]
=> [1,0,1,1,1,0,0,1,0,0]
=> [1,4,3,5,2] => 1
[1,3,5,4,2] => [.,[[.,.],[[.,.],.]]]
=> [1,0,1,1,1,0,0,1,0,0]
=> [1,4,3,5,2] => 1
[1,4,2,3,5] => [.,[[.,[.,.]],[.,.]]]
=> [1,0,1,1,1,0,1,0,0,0]
=> [1,5,3,4,2] => 0
[1,4,2,5,3] => [.,[[.,[.,.]],[.,.]]]
=> [1,0,1,1,1,0,1,0,0,0]
=> [1,5,3,4,2] => 0
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> [1,0,1,1,1,1,0,0,0,0]
=> [1,5,4,3,2] => 1
[1,4,3,5,2] => [.,[[[.,.],.],[.,.]]]
=> [1,0,1,1,1,1,0,0,0,0]
=> [1,5,4,3,2] => 1
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> [1,0,1,1,1,0,1,0,0,0]
=> [1,5,3,4,2] => 0
[1,4,5,3,2] => [.,[[[.,.],.],[.,.]]]
=> [1,0,1,1,1,1,0,0,0,0]
=> [1,5,4,3,2] => 1
Description
The number of small exceedances. This is the number of indices $i$ such that $\pi_i=i+1$.
Matching statistic: St000359
Mp00071: Permutations descent compositionInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
Mp00201: Dyck paths RingelPermutations
St000359: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [2] => [1,1,0,0]
=> [2,3,1] => 1
[2,1] => [1,1] => [1,0,1,0]
=> [3,1,2] => 0
[1,2,3] => [3] => [1,1,1,0,0,0]
=> [2,3,4,1] => 2
[1,3,2] => [2,1] => [1,1,0,0,1,0]
=> [2,4,1,3] => 1
[2,1,3] => [1,2] => [1,0,1,1,0,0]
=> [3,1,4,2] => 0
[2,3,1] => [2,1] => [1,1,0,0,1,0]
=> [2,4,1,3] => 1
[3,1,2] => [1,2] => [1,0,1,1,0,0]
=> [3,1,4,2] => 0
[3,2,1] => [1,1,1] => [1,0,1,0,1,0]
=> [4,1,2,3] => 0
[1,2,3,4] => [4] => [1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => 3
[1,2,4,3] => [3,1] => [1,1,1,0,0,0,1,0]
=> [2,3,5,1,4] => 2
[1,3,2,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> [2,4,1,5,3] => 1
[1,3,4,2] => [3,1] => [1,1,1,0,0,0,1,0]
=> [2,3,5,1,4] => 2
[1,4,2,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> [2,4,1,5,3] => 1
[1,4,3,2] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> [2,5,1,3,4] => 1
[2,1,3,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> [3,1,4,5,2] => 1
[2,1,4,3] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> [3,1,5,2,4] => 0
[2,3,1,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> [2,4,1,5,3] => 1
[2,3,4,1] => [3,1] => [1,1,1,0,0,0,1,0]
=> [2,3,5,1,4] => 2
[2,4,1,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> [2,4,1,5,3] => 1
[2,4,3,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> [2,5,1,3,4] => 1
[3,1,2,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> [3,1,4,5,2] => 1
[3,1,4,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> [3,1,5,2,4] => 0
[3,2,1,4] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> [4,1,2,5,3] => 0
[3,2,4,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> [3,1,5,2,4] => 0
[3,4,1,2] => [2,2] => [1,1,0,0,1,1,0,0]
=> [2,4,1,5,3] => 1
[3,4,2,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> [2,5,1,3,4] => 1
[4,1,2,3] => [1,3] => [1,0,1,1,1,0,0,0]
=> [3,1,4,5,2] => 1
[4,1,3,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> [3,1,5,2,4] => 0
[4,2,1,3] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> [4,1,2,5,3] => 0
[4,2,3,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> [3,1,5,2,4] => 0
[4,3,1,2] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> [4,1,2,5,3] => 0
[4,3,2,1] => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> [5,1,2,3,4] => 0
[1,2,3,4,5] => [5] => [1,1,1,1,1,0,0,0,0,0]
=> [2,3,4,5,6,1] => 4
[1,2,3,5,4] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> [2,3,4,6,1,5] => 3
[1,2,4,3,5] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [2,3,5,1,6,4] => 2
[1,2,4,5,3] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> [2,3,4,6,1,5] => 3
[1,2,5,3,4] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [2,3,5,1,6,4] => 2
[1,2,5,4,3] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> [2,3,6,1,4,5] => 2
[1,3,2,4,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> [2,4,1,5,6,3] => 2
[1,3,2,5,4] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> [2,4,1,6,3,5] => 1
[1,3,4,2,5] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [2,3,5,1,6,4] => 2
[1,3,4,5,2] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> [2,3,4,6,1,5] => 3
[1,3,5,2,4] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [2,3,5,1,6,4] => 2
[1,3,5,4,2] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> [2,3,6,1,4,5] => 2
[1,4,2,3,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> [2,4,1,5,6,3] => 2
[1,4,2,5,3] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> [2,4,1,6,3,5] => 1
[1,4,3,2,5] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> [2,5,1,3,6,4] => 1
[1,4,3,5,2] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> [2,4,1,6,3,5] => 1
[1,4,5,2,3] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [2,3,5,1,6,4] => 2
[1,4,5,3,2] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> [2,3,6,1,4,5] => 2
Description
The number of occurrences of the pattern 23-1. See [[Permutations/#Pattern-avoiding_permutations]] for the definition of the pattern $23\!\!-\!\!1$.
Matching statistic: St000441
Mp00061: Permutations to increasing treeBinary trees
Mp00018: Binary trees left border symmetryBinary trees
Mp00014: Binary trees to 132-avoiding permutationPermutations
St000441: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [.,[.,.]]
=> [.,[.,.]]
=> [2,1] => 0
[2,1] => [[.,.],.]
=> [[.,.],.]
=> [1,2] => 1
[1,2,3] => [.,[.,[.,.]]]
=> [.,[.,[.,.]]]
=> [3,2,1] => 0
[1,3,2] => [.,[[.,.],.]]
=> [.,[[.,.],.]]
=> [2,3,1] => 1
[2,1,3] => [[.,.],[.,.]]
=> [[.,[.,.]],.]
=> [2,1,3] => 0
[2,3,1] => [[.,[.,.]],.]
=> [[.,.],[.,.]]
=> [3,1,2] => 1
[3,1,2] => [[.,.],[.,.]]
=> [[.,[.,.]],.]
=> [2,1,3] => 0
[3,2,1] => [[[.,.],.],.]
=> [[[.,.],.],.]
=> [1,2,3] => 2
[1,2,3,4] => [.,[.,[.,[.,.]]]]
=> [.,[.,[.,[.,.]]]]
=> [4,3,2,1] => 0
[1,2,4,3] => [.,[.,[[.,.],.]]]
=> [.,[.,[[.,.],.]]]
=> [3,4,2,1] => 1
[1,3,2,4] => [.,[[.,.],[.,.]]]
=> [.,[[.,[.,.]],.]]
=> [3,2,4,1] => 0
[1,3,4,2] => [.,[[.,[.,.]],.]]
=> [.,[[.,.],[.,.]]]
=> [4,2,3,1] => 1
[1,4,2,3] => [.,[[.,.],[.,.]]]
=> [.,[[.,[.,.]],.]]
=> [3,2,4,1] => 0
[1,4,3,2] => [.,[[[.,.],.],.]]
=> [.,[[[.,.],.],.]]
=> [2,3,4,1] => 2
[2,1,3,4] => [[.,.],[.,[.,.]]]
=> [[.,[.,[.,.]]],.]
=> [3,2,1,4] => 0
[2,1,4,3] => [[.,.],[[.,.],.]]
=> [[.,[[.,.],.]],.]
=> [2,3,1,4] => 1
[2,3,1,4] => [[.,[.,.]],[.,.]]
=> [[.,[.,.]],[.,.]]
=> [4,2,1,3] => 0
[2,3,4,1] => [[.,[.,[.,.]]],.]
=> [[.,.],[.,[.,.]]]
=> [4,3,1,2] => 1
[2,4,1,3] => [[.,[.,.]],[.,.]]
=> [[.,[.,.]],[.,.]]
=> [4,2,1,3] => 0
[2,4,3,1] => [[.,[[.,.],.]],.]
=> [[.,.],[[.,.],.]]
=> [3,4,1,2] => 2
[3,1,2,4] => [[.,.],[.,[.,.]]]
=> [[.,[.,[.,.]]],.]
=> [3,2,1,4] => 0
[3,1,4,2] => [[.,.],[[.,.],.]]
=> [[.,[[.,.],.]],.]
=> [2,3,1,4] => 1
[3,2,1,4] => [[[.,.],.],[.,.]]
=> [[[.,[.,.]],.],.]
=> [2,1,3,4] => 1
[3,2,4,1] => [[[.,.],[.,.]],.]
=> [[[.,.],[.,.]],.]
=> [3,1,2,4] => 1
[3,4,1,2] => [[.,[.,.]],[.,.]]
=> [[.,[.,.]],[.,.]]
=> [4,2,1,3] => 0
[3,4,2,1] => [[[.,[.,.]],.],.]
=> [[[.,.],.],[.,.]]
=> [4,1,2,3] => 2
[4,1,2,3] => [[.,.],[.,[.,.]]]
=> [[.,[.,[.,.]]],.]
=> [3,2,1,4] => 0
[4,1,3,2] => [[.,.],[[.,.],.]]
=> [[.,[[.,.],.]],.]
=> [2,3,1,4] => 1
[4,2,1,3] => [[[.,.],.],[.,.]]
=> [[[.,[.,.]],.],.]
=> [2,1,3,4] => 1
[4,2,3,1] => [[[.,.],[.,.]],.]
=> [[[.,.],[.,.]],.]
=> [3,1,2,4] => 1
[4,3,1,2] => [[[.,.],.],[.,.]]
=> [[[.,[.,.]],.],.]
=> [2,1,3,4] => 1
[4,3,2,1] => [[[[.,.],.],.],.]
=> [[[[.,.],.],.],.]
=> [1,2,3,4] => 3
[1,2,3,4,5] => [.,[.,[.,[.,[.,.]]]]]
=> [.,[.,[.,[.,[.,.]]]]]
=> [5,4,3,2,1] => 0
[1,2,3,5,4] => [.,[.,[.,[[.,.],.]]]]
=> [.,[.,[.,[[.,.],.]]]]
=> [4,5,3,2,1] => 1
[1,2,4,3,5] => [.,[.,[[.,.],[.,.]]]]
=> [.,[.,[[.,[.,.]],.]]]
=> [4,3,5,2,1] => 0
[1,2,4,5,3] => [.,[.,[[.,[.,.]],.]]]
=> [.,[.,[[.,.],[.,.]]]]
=> [5,3,4,2,1] => 1
[1,2,5,3,4] => [.,[.,[[.,.],[.,.]]]]
=> [.,[.,[[.,[.,.]],.]]]
=> [4,3,5,2,1] => 0
[1,2,5,4,3] => [.,[.,[[[.,.],.],.]]]
=> [.,[.,[[[.,.],.],.]]]
=> [3,4,5,2,1] => 2
[1,3,2,4,5] => [.,[[.,.],[.,[.,.]]]]
=> [.,[[.,[.,[.,.]]],.]]
=> [4,3,2,5,1] => 0
[1,3,2,5,4] => [.,[[.,.],[[.,.],.]]]
=> [.,[[.,[[.,.],.]],.]]
=> [3,4,2,5,1] => 1
[1,3,4,2,5] => [.,[[.,[.,.]],[.,.]]]
=> [.,[[.,[.,.]],[.,.]]]
=> [5,3,2,4,1] => 0
[1,3,4,5,2] => [.,[[.,[.,[.,.]]],.]]
=> [.,[[.,.],[.,[.,.]]]]
=> [5,4,2,3,1] => 1
[1,3,5,2,4] => [.,[[.,[.,.]],[.,.]]]
=> [.,[[.,[.,.]],[.,.]]]
=> [5,3,2,4,1] => 0
[1,3,5,4,2] => [.,[[.,[[.,.],.]],.]]
=> [.,[[.,.],[[.,.],.]]]
=> [4,5,2,3,1] => 2
[1,4,2,3,5] => [.,[[.,.],[.,[.,.]]]]
=> [.,[[.,[.,[.,.]]],.]]
=> [4,3,2,5,1] => 0
[1,4,2,5,3] => [.,[[.,.],[[.,.],.]]]
=> [.,[[.,[[.,.],.]],.]]
=> [3,4,2,5,1] => 1
[1,4,3,2,5] => [.,[[[.,.],.],[.,.]]]
=> [.,[[[.,[.,.]],.],.]]
=> [3,2,4,5,1] => 1
[1,4,3,5,2] => [.,[[[.,.],[.,.]],.]]
=> [.,[[[.,.],[.,.]],.]]
=> [4,2,3,5,1] => 1
[1,4,5,2,3] => [.,[[.,[.,.]],[.,.]]]
=> [.,[[.,[.,.]],[.,.]]]
=> [5,3,2,4,1] => 0
[1,4,5,3,2] => [.,[[[.,[.,.]],.],.]]
=> [.,[[[.,.],.],[.,.]]]
=> [5,2,3,4,1] => 2
Description
The number of successions of a permutation. A succession of a permutation $\pi$ is an index $i$ such that $\pi(i)+1 = \pi(i+1)$. Successions are also known as ''small ascents'' or ''1-rises''.
The following 176 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000445The number of rises of length 1 of a Dyck path. St000502The number of successions of a set partitions. St000864The number of circled entries of the shifted recording tableau of a permutation. St000931The number of occurrences of the pattern UUU in a Dyck path. St000986The multiplicity of the eigenvalue zero of the adjacency matrix of the graph. St001091The number of parts in an integer partition whose next smaller part has the same size. St001172The number of 1-rises at odd height of a Dyck path. St001189The number of simple modules with dominant and codominant dimension equal to zero in the Nakayama algebra corresponding to the Dyck path. St001216The number of indecomposable injective modules in the corresponding Nakayama algebra that have non-vanishing second Ext-group with the regular module. St001484The number of singletons of an integer partition. St001640The number of ascent tops in the permutation such that all smaller elements appear before. St001744The number of occurrences of the arrow pattern 1-2 with an arrow from 1 to 2 in a permutation. St000137The Grundy value of an integer partition. St000389The number of runs of ones of odd length in a binary word. St000473The number of parts of a partition that are strictly bigger than the number of ones. St000533The minimum of the number of parts and the size of the first part of an integer partition. St000697The number of 3-rim hooks removed from an integer partition to obtain its associated 3-core. St000783The side length of the largest staircase partition fitting into a partition. St000921The number of internal inversions of a binary word. St001251The number of parts of a partition that are not congruent 1 modulo 3. St001280The number of parts of an integer partition that are at least two. St001382The number of boxes in the diagram of a partition that do not lie in its Durfee square. St001384The number of boxes in the diagram of a partition that do not lie in the largest triangle it contains. St000419The number of Dyck paths that are weakly above the Dyck path, except for the path itself. 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. St000319The spin of an integer partition. St000320The dinv adjustment of an integer partition. St001918The degree of the cyclic sieving polynomial corresponding to an integer partition. St001204Call a CNakayama algebra (a Nakayama algebra with a cyclic quiver) with Kupisch series $L=[c_0,c_1,...,c_{n−1}]$ such that $n=c_0 < c_i$ for all $i > 0$ a special CNakayama algebra. St001912The length of the preperiod in Bulgarian solitaire corresponding to an integer partition. St000941The number of characters of the symmetric group whose value on the partition is even. St000944The 3-degree of an integer partition. St000510The number of invariant oriented cycles when acting with a permutation of given cycle type. St000512The number of invariant subsets of size 3 when acting with a permutation of given cycle type. St001632The number of indecomposable injective modules $I$ with $dim Ext^1(I,A)=1$ for the incidence algebra A of a poset. St000259The diameter of a connected graph. St000260The radius of a connected graph. St000478Another weight of a partition according to Alladi. St000934The 2-degree of an integer partition. St000621The number of standard tableaux of shape equal to the given partition such that the minimal cyclic descent is even. St001604The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on polygons. St000620The number of standard tableaux of shape equal to the given partition such that the minimal cyclic descent is odd. St000698The number of 2-rim hooks removed from an integer partition to obtain its associated 2-core. St001283The number of finite solvable groups that are realised by the given partition over the complex numbers. St001284The number of finite groups that are realised by the given partition over the complex numbers. St001432The order dimension of the partition. St001593This is the number of standard Young tableaux of the given shifted shape. St001714The number of subpartitions of an integer partition that do not dominate the conjugate subpartition. St001123The multiplicity of the dual of the standard representation in the Kronecker square corresponding to a partition. St000454The largest eigenvalue of a graph if it is integral. St000929The constant term of the character polynomial of an integer partition. St001199The dominant dimension of $eAe$ for the corresponding Nakayama algebra $A$ with minimal faithful projective-injective module $eA$. St000566The number of ways to select a row of a Ferrers shape and two cells in this row. St000681The Grundy value of Chomp on Ferrers diagrams. St000442The maximal area to the right of an up step of a Dyck path. St000476The sum of the semi-lengths of tunnels before a valley of a Dyck path. St000567The sum of the products of all pairs of parts. St000658The number of rises of length 2 of a Dyck path. St000659The number of rises of length at least 2 of a Dyck path. St000674The number of hills of a Dyck path. St000683The number of points below the Dyck path such that the diagonal to the north-east hits the path between two down steps, and the diagonal to the north-west hits the path between two up steps. St000693The modular (standard) major index of a standard tableau. St000706The product of the factorials of the multiplicities of an integer partition. St000946The sum of the skew hook positions in a Dyck path. St000947The major index east count of a Dyck path. St000984The number of boxes below precisely one peak. St000993The multiplicity of the largest part of an integer partition. St001031The height of the bicoloured Motzkin path associated with the Dyck path. St001032The number of horizontal steps in the bicoloured Motzkin path associated with the Dyck path. St001038The minimal height of a column in the parallelogram polyomino associated with the Dyck path. St001097The coefficient of the monomial symmetric function indexed by the partition in the formal group law for linear orders. 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. St001139The number of occurrences of hills of size 2 in a Dyck path. St001195The global dimension of the algebra $A/AfA$ of the corresponding Nakayama algebra $A$ with minimal left faithful projective-injective module $Af$. St001418Half of the global dimension of the stable Auslander algebra of the Nakayama algebra corresponding to the Dyck path. St001431Half of the Loewy length minus one of a modified stable Auslander algebra of the Nakayama algebra corresponding to the Dyck path. St001480The number of simple summands of the module J^2/J^3. St001568The smallest positive integer that does not appear twice in the partition. St000772The multiplicity of the largest distance Laplacian eigenvalue in a connected graph. St001587Half of the largest even part of an integer partition. St001767The largest minimal number of arrows pointing to a cell in the Ferrers diagram in any assignment. St001785The number of ways to obtain a partition as the multiset of antidiagonal lengths of the Ferrers diagram of a partition. St001913The number of preimages of an integer partition in Bulgarian solitaire. St000937The number of positive values of the symmetric group character corresponding to the partition. 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. St000455The second largest eigenvalue of a graph if it is integral. St001124The multiplicity of the standard representation in the Kronecker square corresponding to a partition. St000771The largest multiplicity of a distance Laplacian eigenvalue in a connected graph. St001498The normalised height of a Nakayama algebra with magnitude 1. St001491The number of indecomposable projective-injective modules in the algebra corresponding to a subset. St000208Number of integral Gelfand-Tsetlin polytopes with prescribed top row and integer partition weight. St000506The number of standard desarrangement tableaux of shape equal to the given partition. St000667The greatest common divisor of the parts of the partition. St000755The number of real roots of the characteristic polynomial of a linear recurrence associated with an integer partition. St001122The multiplicity of the sign representation in the Kronecker square corresponding to a partition. St001176The size of a partition minus its first part. St001247The number of parts of a partition that are not congruent 2 modulo 3. St001248Sum of the even parts of a partition. St001249Sum of the odd parts of a partition. St001250The number of parts of a partition that are not congruent 0 modulo 3. St001279The sum of the parts of an integer partition that are at least two. St001389The number of partitions of the same length below the given integer partition. St001440The number of standard Young tableaux whose major index is congruent one modulo the size of a given integer partition. St001442The number of standard Young tableaux whose major index is divisible by the size of a given integer partition. St001525The number of symmetric hooks on the diagonal of a partition. St001527The cyclic permutation representation number of an integer partition. St001541The Gini index of an integer partition. St001571The Cartan determinant of the integer partition. St001600The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on simple graphs. St001601The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on trees. St001606The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on set partitions. St001628The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on simple connected graphs. St001629The coefficient of the integer composition in the quasisymmetric expansion of the relabelling action of the symmetric group on cycles. St001657The number of twos in an integer partition. St001914The size of the orbit of an integer partition in Bulgarian solitaire. St001933The largest multiplicity of a part in an integer partition. St001939The number of parts that are equal to their multiplicity in the integer partition. St001940The number of distinct parts that are equal to their multiplicity in the integer partition. St000704The number of semistandard tableaux on a given integer partition with minimal maximal entry. St000939The number of characters of the symmetric group whose value on the partition is positive. St001128The exponens consonantiae of a partition. St001232The number of indecomposable modules with projective dimension 2 for Nakayama algebras with global dimension at most 2. St000668The least common multiple of the parts of the partition. St000707The product of the factorials of the parts. St000708The product of the parts of an integer partition. St000815The number of semistandard Young tableaux of partition weight of given shape. St000933The number of multipartitions of sizes given by an integer partition. St001630The global dimension of the incidence algebra of the lattice over the rational numbers. St001878The projective dimension of the simple modules corresponding to the minimum of L in the incidence algebra of the lattice L. St000046The largest eigenvalue of the random to random operator acting on the simple module corresponding to the given partition. St000207Number of integral Gelfand-Tsetlin polytopes with prescribed top row and integer composition weight. St000460The hook length of the last cell along the main diagonal of an integer partition. St000618The number of self-evacuating tableaux of given shape. St000770The major index of an integer partition when read from bottom to top. St000781The number of proper colouring schemes of a Ferrers diagram. St000870The product of the hook lengths of the diagonal cells in an integer partition. St001360The number of covering relations in Young's lattice below a partition. St001364The number of permutations whose cube equals a fixed permutation of given cycle type. St001380The number of monomer-dimer tilings of a Ferrers diagram. St001383The BG-rank of an integer partition. St001599The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on rooted trees. St001602The multiplicity of the irreducible representation corresponding to a partition in the relabelling action on endofunctions. 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. St001609The number of coloured trees such that the multiplicities of colours are given by a partition. St001627The number of coloured connected graphs such that the multiplicities of colours are given by a partition. St001651The Frankl number of a lattice. St001780The order of promotion on the set of standard tableaux of given shape. 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. St001901The largest multiplicity of an irreducible representation contained in the higher Lie character for an integer partition. St001908The number of semistandard tableaux of distinct weight whose maximal entry is the length of the partition. St001924The number of cells in an integer partition whose arm and leg length coincide. St001934The number of monotone factorisations of genus zero of a permutation of given cycle type. St001936The number of transitive factorisations of a permutation of given cycle type into star transpositions. St001961The sum of the greatest common divisors of all pairs of parts. St001876The number of 2-regular simple modules in the incidence algebra of the lattice. St001877Number of indecomposable injective modules with projective dimension 2. St000456The monochromatic index of a connected graph. St000284The Plancherel distribution on integer partitions. St000901The cube of the number of standard Young tableaux with shape given by the partition. St001570The minimal number of edges to add to make a graph Hamiltonian. St001645The pebbling number of a connected graph. 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. 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. St000714The number of semistandard Young tableau of given shape, with entries at most 2. 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. St001720The minimal length of a chain of small intervals in a lattice. St000007The number of saliances of the permutation. St001545The second Elser number of a connected graph. St001625The Möbius invariant of a lattice. St001621The number of atoms of a lattice. St001624The breadth of a lattice.