Your data matches 39 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
St000204: Binary trees ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[.,[.,.]]
=> 0 = 1 - 1
[[.,.],.]
=> 0 = 1 - 1
[.,[.,[.,.]]]
=> 0 = 1 - 1
[.,[[.,.],.]]
=> 1 = 2 - 1
[[.,.],[.,.]]
=> 0 = 1 - 1
[[.,[.,.]],.]
=> 1 = 2 - 1
[[[.,.],.],.]
=> 0 = 1 - 1
[.,[.,[.,[.,.]]]]
=> 0 = 1 - 1
[.,[.,[[.,.],.]]]
=> 1 = 2 - 1
[.,[[.,.],[.,.]]]
=> 1 = 2 - 1
[.,[[.,[.,.]],.]]
=> 2 = 3 - 1
[.,[[[.,.],.],.]]
=> 2 = 3 - 1
[[.,.],[.,[.,.]]]
=> 0 = 1 - 1
[[.,.],[[.,.],.]]
=> 1 = 2 - 1
[[.,[.,.]],[.,.]]
=> 1 = 2 - 1
[[[.,.],.],[.,.]]
=> 0 = 1 - 1
[[.,[.,[.,.]]],.]
=> 2 = 3 - 1
[[.,[[.,.],.]],.]
=> 2 = 3 - 1
[[[.,.],[.,.]],.]
=> 1 = 2 - 1
[[[.,[.,.]],.],.]
=> 1 = 2 - 1
[[[[.,.],.],.],.]
=> 0 = 1 - 1
[.,[.,[.,[.,[.,.]]]]]
=> 0 = 1 - 1
[.,[.,[.,[[.,.],.]]]]
=> 1 = 2 - 1
[.,[.,[[.,.],[.,.]]]]
=> 1 = 2 - 1
[.,[.,[[.,[.,.]],.]]]
=> 2 = 3 - 1
[.,[.,[[[.,.],.],.]]]
=> 2 = 3 - 1
[.,[[.,.],[.,[.,.]]]]
=> 1 = 2 - 1
[.,[[.,.],[[.,.],.]]]
=> 2 = 3 - 1
[.,[[.,[.,.]],[.,.]]]
=> 2 = 3 - 1
[.,[[[.,.],.],[.,.]]]
=> 2 = 3 - 1
[.,[[.,[.,[.,.]]],.]]
=> 3 = 4 - 1
[.,[[.,[[.,.],.]],.]]
=> 3 = 4 - 1
[.,[[[.,.],[.,.]],.]]
=> 3 = 4 - 1
[.,[[[.,[.,.]],.],.]]
=> 3 = 4 - 1
[.,[[[[.,.],.],.],.]]
=> 3 = 4 - 1
[[.,.],[.,[.,[.,.]]]]
=> 0 = 1 - 1
[[.,.],[.,[[.,.],.]]]
=> 1 = 2 - 1
[[.,.],[[.,.],[.,.]]]
=> 1 = 2 - 1
[[.,.],[[.,[.,.]],.]]
=> 2 = 3 - 1
[[.,.],[[[.,.],.],.]]
=> 2 = 3 - 1
[[.,[.,.]],[.,[.,.]]]
=> 1 = 2 - 1
[[.,[.,.]],[[.,.],.]]
=> 2 = 3 - 1
[[[.,.],.],[.,[.,.]]]
=> 0 = 1 - 1
[[[.,.],.],[[.,.],.]]
=> 1 = 2 - 1
[[.,[.,[.,.]]],[.,.]]
=> 2 = 3 - 1
[[.,[[.,.],.]],[.,.]]
=> 2 = 3 - 1
[[[.,.],[.,.]],[.,.]]
=> 1 = 2 - 1
[[[.,[.,.]],.],[.,.]]
=> 1 = 2 - 1
[[[[.,.],.],.],[.,.]]
=> 0 = 1 - 1
[[.,[.,[.,[.,.]]]],.]
=> 3 = 4 - 1
Description
The number of internal nodes of a binary tree. That is, the total number of nodes of the tree minus [[St000203]]. A counting formula for the total number of internal nodes across all binary trees of size $n$ is given in [1]. This is equivalent to the number of internal triangles in all triangulations of an $(n+1)$-gon.
Matching statistic: St000054
Mp00014: Binary trees to 132-avoiding permutationPermutations
Mp00089: Permutations Inverse Kreweras complementPermutations
Mp00252: Permutations restrictionPermutations
St000054: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[.,[.,.]]
=> [2,1] => [1,2] => [1] => 1
[[.,.],.]
=> [1,2] => [2,1] => [1] => 1
[.,[.,[.,.]]]
=> [3,2,1] => [2,1,3] => [2,1] => 2
[.,[[.,.],.]]
=> [2,3,1] => [1,2,3] => [1,2] => 1
[[.,.],[.,.]]
=> [3,1,2] => [3,1,2] => [1,2] => 1
[[.,[.,.]],.]
=> [2,1,3] => [1,3,2] => [1,2] => 1
[[[.,.],.],.]
=> [1,2,3] => [2,3,1] => [2,1] => 2
[.,[.,[.,[.,.]]]]
=> [4,3,2,1] => [3,2,1,4] => [3,2,1] => 3
[.,[.,[[.,.],.]]]
=> [3,4,2,1] => [3,1,2,4] => [3,1,2] => 3
[.,[[.,.],[.,.]]]
=> [4,2,3,1] => [2,3,1,4] => [2,3,1] => 2
[.,[[.,[.,.]],.]]
=> [3,2,4,1] => [2,1,3,4] => [2,1,3] => 2
[.,[[[.,.],.],.]]
=> [2,3,4,1] => [1,2,3,4] => [1,2,3] => 1
[[.,.],[.,[.,.]]]
=> [4,3,1,2] => [4,2,1,3] => [2,1,3] => 2
[[.,.],[[.,.],.]]
=> [3,4,1,2] => [4,1,2,3] => [1,2,3] => 1
[[.,[.,.]],[.,.]]
=> [4,2,1,3] => [2,4,1,3] => [2,1,3] => 2
[[[.,.],.],[.,.]]
=> [4,1,2,3] => [3,4,1,2] => [3,1,2] => 3
[[.,[.,[.,.]]],.]
=> [3,2,1,4] => [2,1,4,3] => [2,1,3] => 2
[[.,[[.,.],.]],.]
=> [2,3,1,4] => [1,2,4,3] => [1,2,3] => 1
[[[.,.],[.,.]],.]
=> [3,1,2,4] => [3,1,4,2] => [3,1,2] => 3
[[[.,[.,.]],.],.]
=> [2,1,3,4] => [1,3,4,2] => [1,3,2] => 1
[[[[.,.],.],.],.]
=> [1,2,3,4] => [2,3,4,1] => [2,3,1] => 2
[.,[.,[.,[.,[.,.]]]]]
=> [5,4,3,2,1] => [4,3,2,1,5] => [4,3,2,1] => 4
[.,[.,[.,[[.,.],.]]]]
=> [4,5,3,2,1] => [4,3,1,2,5] => [4,3,1,2] => 4
[.,[.,[[.,.],[.,.]]]]
=> [5,3,4,2,1] => [4,2,3,1,5] => [4,2,3,1] => 4
[.,[.,[[.,[.,.]],.]]]
=> [4,3,5,2,1] => [4,2,1,3,5] => [4,2,1,3] => 4
[.,[.,[[[.,.],.],.]]]
=> [3,4,5,2,1] => [4,1,2,3,5] => [4,1,2,3] => 4
[.,[[.,.],[.,[.,.]]]]
=> [5,4,2,3,1] => [3,4,2,1,5] => [3,4,2,1] => 3
[.,[[.,.],[[.,.],.]]]
=> [4,5,2,3,1] => [3,4,1,2,5] => [3,4,1,2] => 3
[.,[[.,[.,.]],[.,.]]]
=> [5,3,2,4,1] => [3,2,4,1,5] => [3,2,4,1] => 3
[.,[[[.,.],.],[.,.]]]
=> [5,2,3,4,1] => [2,3,4,1,5] => [2,3,4,1] => 2
[.,[[.,[.,[.,.]]],.]]
=> [4,3,2,5,1] => [3,2,1,4,5] => [3,2,1,4] => 3
[.,[[.,[[.,.],.]],.]]
=> [3,4,2,5,1] => [3,1,2,4,5] => [3,1,2,4] => 3
[.,[[[.,.],[.,.]],.]]
=> [4,2,3,5,1] => [2,3,1,4,5] => [2,3,1,4] => 2
[.,[[[.,[.,.]],.],.]]
=> [3,2,4,5,1] => [2,1,3,4,5] => [2,1,3,4] => 2
[.,[[[[.,.],.],.],.]]
=> [2,3,4,5,1] => [1,2,3,4,5] => [1,2,3,4] => 1
[[.,.],[.,[.,[.,.]]]]
=> [5,4,3,1,2] => [5,3,2,1,4] => [3,2,1,4] => 3
[[.,.],[.,[[.,.],.]]]
=> [4,5,3,1,2] => [5,3,1,2,4] => [3,1,2,4] => 3
[[.,.],[[.,.],[.,.]]]
=> [5,3,4,1,2] => [5,2,3,1,4] => [2,3,1,4] => 2
[[.,.],[[.,[.,.]],.]]
=> [4,3,5,1,2] => [5,2,1,3,4] => [2,1,3,4] => 2
[[.,.],[[[.,.],.],.]]
=> [3,4,5,1,2] => [5,1,2,3,4] => [1,2,3,4] => 1
[[.,[.,.]],[.,[.,.]]]
=> [5,4,2,1,3] => [3,5,2,1,4] => [3,2,1,4] => 3
[[.,[.,.]],[[.,.],.]]
=> [4,5,2,1,3] => [3,5,1,2,4] => [3,1,2,4] => 3
[[[.,.],.],[.,[.,.]]]
=> [5,4,1,2,3] => [4,5,2,1,3] => [4,2,1,3] => 4
[[[.,.],.],[[.,.],.]]
=> [4,5,1,2,3] => [4,5,1,2,3] => [4,1,2,3] => 4
[[.,[.,[.,.]]],[.,.]]
=> [5,3,2,1,4] => [3,2,5,1,4] => [3,2,1,4] => 3
[[.,[[.,.],.]],[.,.]]
=> [5,2,3,1,4] => [2,3,5,1,4] => [2,3,1,4] => 2
[[[.,.],[.,.]],[.,.]]
=> [5,3,1,2,4] => [4,2,5,1,3] => [4,2,1,3] => 4
[[[.,[.,.]],.],[.,.]]
=> [5,2,1,3,4] => [2,4,5,1,3] => [2,4,1,3] => 2
[[[[.,.],.],.],[.,.]]
=> [5,1,2,3,4] => [3,4,5,1,2] => [3,4,1,2] => 3
[[.,[.,[.,[.,.]]]],.]
=> [4,3,2,1,5] => [3,2,1,5,4] => [3,2,1,4] => 3
Description
The first entry of the permutation. This can be described as 1 plus the number of occurrences of the vincular pattern ([2,1], {(0,0),(0,1),(0,2)}), i.e., the first column is shaded, see [1]. This statistic is related to the number of deficiencies [[St000703]] as follows: consider the arc diagram of a permutation $\pi$ of $n$, together with its rotations, obtained by conjugating with the long cycle $(1,\dots,n)$. Drawing the labels $1$ to $n$ in this order on a circle, and the arcs $(i, \pi(i))$ as straight lines, the rotation of $\pi$ is obtained by replacing each number $i$ by $(i\bmod n) +1$. Then, $\pi(1)-1$ is the number of rotations of $\pi$ where the arc $(1, \pi(1))$ is a deficiency. In particular, if $O(\pi)$ is the orbit of rotations of $\pi$, then the number of deficiencies of $\pi$ equals $$ \frac{1}{|O(\pi)|}\sum_{\sigma\in O(\pi)} (\sigma(1)-1). $$
Matching statistic: St000734
Mp00017: Binary trees to 312-avoiding permutationPermutations
Mp00252: Permutations restrictionPermutations
Mp00070: Permutations Robinson-Schensted recording tableauStandard tableaux
St000734: Standard tableaux ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[.,[.,.]]
=> [2,1] => [1] => [[1]]
=> 1
[[.,.],.]
=> [1,2] => [1] => [[1]]
=> 1
[.,[.,[.,.]]]
=> [3,2,1] => [2,1] => [[1],[2]]
=> 1
[.,[[.,.],.]]
=> [2,3,1] => [2,1] => [[1],[2]]
=> 1
[[.,.],[.,.]]
=> [1,3,2] => [1,2] => [[1,2]]
=> 2
[[.,[.,.]],.]
=> [2,1,3] => [2,1] => [[1],[2]]
=> 1
[[[.,.],.],.]
=> [1,2,3] => [1,2] => [[1,2]]
=> 2
[.,[.,[.,[.,.]]]]
=> [4,3,2,1] => [3,2,1] => [[1],[2],[3]]
=> 1
[.,[.,[[.,.],.]]]
=> [3,4,2,1] => [3,2,1] => [[1],[2],[3]]
=> 1
[.,[[.,.],[.,.]]]
=> [2,4,3,1] => [2,3,1] => [[1,2],[3]]
=> 2
[.,[[.,[.,.]],.]]
=> [3,2,4,1] => [3,2,1] => [[1],[2],[3]]
=> 1
[.,[[[.,.],.],.]]
=> [2,3,4,1] => [2,3,1] => [[1,2],[3]]
=> 2
[[.,.],[.,[.,.]]]
=> [1,4,3,2] => [1,3,2] => [[1,2],[3]]
=> 2
[[.,.],[[.,.],.]]
=> [1,3,4,2] => [1,3,2] => [[1,2],[3]]
=> 2
[[.,[.,.]],[.,.]]
=> [2,1,4,3] => [2,1,3] => [[1,3],[2]]
=> 3
[[[.,.],.],[.,.]]
=> [1,2,4,3] => [1,2,3] => [[1,2,3]]
=> 3
[[.,[.,[.,.]]],.]
=> [3,2,1,4] => [3,2,1] => [[1],[2],[3]]
=> 1
[[.,[[.,.],.]],.]
=> [2,3,1,4] => [2,3,1] => [[1,2],[3]]
=> 2
[[[.,.],[.,.]],.]
=> [1,3,2,4] => [1,3,2] => [[1,2],[3]]
=> 2
[[[.,[.,.]],.],.]
=> [2,1,3,4] => [2,1,3] => [[1,3],[2]]
=> 3
[[[[.,.],.],.],.]
=> [1,2,3,4] => [1,2,3] => [[1,2,3]]
=> 3
[.,[.,[.,[.,[.,.]]]]]
=> [5,4,3,2,1] => [4,3,2,1] => [[1],[2],[3],[4]]
=> 1
[.,[.,[.,[[.,.],.]]]]
=> [4,5,3,2,1] => [4,3,2,1] => [[1],[2],[3],[4]]
=> 1
[.,[.,[[.,.],[.,.]]]]
=> [3,5,4,2,1] => [3,4,2,1] => [[1,2],[3],[4]]
=> 2
[.,[.,[[.,[.,.]],.]]]
=> [4,3,5,2,1] => [4,3,2,1] => [[1],[2],[3],[4]]
=> 1
[.,[.,[[[.,.],.],.]]]
=> [3,4,5,2,1] => [3,4,2,1] => [[1,2],[3],[4]]
=> 2
[.,[[.,.],[.,[.,.]]]]
=> [2,5,4,3,1] => [2,4,3,1] => [[1,2],[3],[4]]
=> 2
[.,[[.,.],[[.,.],.]]]
=> [2,4,5,3,1] => [2,4,3,1] => [[1,2],[3],[4]]
=> 2
[.,[[.,[.,.]],[.,.]]]
=> [3,2,5,4,1] => [3,2,4,1] => [[1,3],[2],[4]]
=> 3
[.,[[[.,.],.],[.,.]]]
=> [2,3,5,4,1] => [2,3,4,1] => [[1,2,3],[4]]
=> 3
[.,[[.,[.,[.,.]]],.]]
=> [4,3,2,5,1] => [4,3,2,1] => [[1],[2],[3],[4]]
=> 1
[.,[[.,[[.,.],.]],.]]
=> [3,4,2,5,1] => [3,4,2,1] => [[1,2],[3],[4]]
=> 2
[.,[[[.,.],[.,.]],.]]
=> [2,4,3,5,1] => [2,4,3,1] => [[1,2],[3],[4]]
=> 2
[.,[[[.,[.,.]],.],.]]
=> [3,2,4,5,1] => [3,2,4,1] => [[1,3],[2],[4]]
=> 3
[.,[[[[.,.],.],.],.]]
=> [2,3,4,5,1] => [2,3,4,1] => [[1,2,3],[4]]
=> 3
[[.,.],[.,[.,[.,.]]]]
=> [1,5,4,3,2] => [1,4,3,2] => [[1,2],[3],[4]]
=> 2
[[.,.],[.,[[.,.],.]]]
=> [1,4,5,3,2] => [1,4,3,2] => [[1,2],[3],[4]]
=> 2
[[.,.],[[.,.],[.,.]]]
=> [1,3,5,4,2] => [1,3,4,2] => [[1,2,3],[4]]
=> 3
[[.,.],[[.,[.,.]],.]]
=> [1,4,3,5,2] => [1,4,3,2] => [[1,2],[3],[4]]
=> 2
[[.,.],[[[.,.],.],.]]
=> [1,3,4,5,2] => [1,3,4,2] => [[1,2,3],[4]]
=> 3
[[.,[.,.]],[.,[.,.]]]
=> [2,1,5,4,3] => [2,1,4,3] => [[1,3],[2,4]]
=> 3
[[.,[.,.]],[[.,.],.]]
=> [2,1,4,5,3] => [2,1,4,3] => [[1,3],[2,4]]
=> 3
[[[.,.],.],[.,[.,.]]]
=> [1,2,5,4,3] => [1,2,4,3] => [[1,2,3],[4]]
=> 3
[[[.,.],.],[[.,.],.]]
=> [1,2,4,5,3] => [1,2,4,3] => [[1,2,3],[4]]
=> 3
[[.,[.,[.,.]]],[.,.]]
=> [3,2,1,5,4] => [3,2,1,4] => [[1,4],[2],[3]]
=> 4
[[.,[[.,.],.]],[.,.]]
=> [2,3,1,5,4] => [2,3,1,4] => [[1,2,4],[3]]
=> 4
[[[.,.],[.,.]],[.,.]]
=> [1,3,2,5,4] => [1,3,2,4] => [[1,2,4],[3]]
=> 4
[[[.,[.,.]],.],[.,.]]
=> [2,1,3,5,4] => [2,1,3,4] => [[1,3,4],[2]]
=> 4
[[[[.,.],.],.],[.,.]]
=> [1,2,3,5,4] => [1,2,3,4] => [[1,2,3,4]]
=> 4
[[.,[.,[.,[.,.]]]],.]
=> [4,3,2,1,5] => [4,3,2,1] => [[1],[2],[3],[4]]
=> 1
Description
The last entry in the first row of a standard tableau.
Mp00017: Binary trees to 312-avoiding permutationPermutations
Mp00252: Permutations restrictionPermutations
Mp00066: Permutations inversePermutations
St000740: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[.,[.,.]]
=> [2,1] => [1] => [1] => 1
[[.,.],.]
=> [1,2] => [1] => [1] => 1
[.,[.,[.,.]]]
=> [3,2,1] => [2,1] => [2,1] => 1
[.,[[.,.],.]]
=> [2,3,1] => [2,1] => [2,1] => 1
[[.,.],[.,.]]
=> [1,3,2] => [1,2] => [1,2] => 2
[[.,[.,.]],.]
=> [2,1,3] => [2,1] => [2,1] => 1
[[[.,.],.],.]
=> [1,2,3] => [1,2] => [1,2] => 2
[.,[.,[.,[.,.]]]]
=> [4,3,2,1] => [3,2,1] => [3,2,1] => 1
[.,[.,[[.,.],.]]]
=> [3,4,2,1] => [3,2,1] => [3,2,1] => 1
[.,[[.,.],[.,.]]]
=> [2,4,3,1] => [2,3,1] => [3,1,2] => 2
[.,[[.,[.,.]],.]]
=> [3,2,4,1] => [3,2,1] => [3,2,1] => 1
[.,[[[.,.],.],.]]
=> [2,3,4,1] => [2,3,1] => [3,1,2] => 2
[[.,.],[.,[.,.]]]
=> [1,4,3,2] => [1,3,2] => [1,3,2] => 2
[[.,.],[[.,.],.]]
=> [1,3,4,2] => [1,3,2] => [1,3,2] => 2
[[.,[.,.]],[.,.]]
=> [2,1,4,3] => [2,1,3] => [2,1,3] => 3
[[[.,.],.],[.,.]]
=> [1,2,4,3] => [1,2,3] => [1,2,3] => 3
[[.,[.,[.,.]]],.]
=> [3,2,1,4] => [3,2,1] => [3,2,1] => 1
[[.,[[.,.],.]],.]
=> [2,3,1,4] => [2,3,1] => [3,1,2] => 2
[[[.,.],[.,.]],.]
=> [1,3,2,4] => [1,3,2] => [1,3,2] => 2
[[[.,[.,.]],.],.]
=> [2,1,3,4] => [2,1,3] => [2,1,3] => 3
[[[[.,.],.],.],.]
=> [1,2,3,4] => [1,2,3] => [1,2,3] => 3
[.,[.,[.,[.,[.,.]]]]]
=> [5,4,3,2,1] => [4,3,2,1] => [4,3,2,1] => 1
[.,[.,[.,[[.,.],.]]]]
=> [4,5,3,2,1] => [4,3,2,1] => [4,3,2,1] => 1
[.,[.,[[.,.],[.,.]]]]
=> [3,5,4,2,1] => [3,4,2,1] => [4,3,1,2] => 2
[.,[.,[[.,[.,.]],.]]]
=> [4,3,5,2,1] => [4,3,2,1] => [4,3,2,1] => 1
[.,[.,[[[.,.],.],.]]]
=> [3,4,5,2,1] => [3,4,2,1] => [4,3,1,2] => 2
[.,[[.,.],[.,[.,.]]]]
=> [2,5,4,3,1] => [2,4,3,1] => [4,1,3,2] => 2
[.,[[.,.],[[.,.],.]]]
=> [2,4,5,3,1] => [2,4,3,1] => [4,1,3,2] => 2
[.,[[.,[.,.]],[.,.]]]
=> [3,2,5,4,1] => [3,2,4,1] => [4,2,1,3] => 3
[.,[[[.,.],.],[.,.]]]
=> [2,3,5,4,1] => [2,3,4,1] => [4,1,2,3] => 3
[.,[[.,[.,[.,.]]],.]]
=> [4,3,2,5,1] => [4,3,2,1] => [4,3,2,1] => 1
[.,[[.,[[.,.],.]],.]]
=> [3,4,2,5,1] => [3,4,2,1] => [4,3,1,2] => 2
[.,[[[.,.],[.,.]],.]]
=> [2,4,3,5,1] => [2,4,3,1] => [4,1,3,2] => 2
[.,[[[.,[.,.]],.],.]]
=> [3,2,4,5,1] => [3,2,4,1] => [4,2,1,3] => 3
[.,[[[[.,.],.],.],.]]
=> [2,3,4,5,1] => [2,3,4,1] => [4,1,2,3] => 3
[[.,.],[.,[.,[.,.]]]]
=> [1,5,4,3,2] => [1,4,3,2] => [1,4,3,2] => 2
[[.,.],[.,[[.,.],.]]]
=> [1,4,5,3,2] => [1,4,3,2] => [1,4,3,2] => 2
[[.,.],[[.,.],[.,.]]]
=> [1,3,5,4,2] => [1,3,4,2] => [1,4,2,3] => 3
[[.,.],[[.,[.,.]],.]]
=> [1,4,3,5,2] => [1,4,3,2] => [1,4,3,2] => 2
[[.,.],[[[.,.],.],.]]
=> [1,3,4,5,2] => [1,3,4,2] => [1,4,2,3] => 3
[[.,[.,.]],[.,[.,.]]]
=> [2,1,5,4,3] => [2,1,4,3] => [2,1,4,3] => 3
[[.,[.,.]],[[.,.],.]]
=> [2,1,4,5,3] => [2,1,4,3] => [2,1,4,3] => 3
[[[.,.],.],[.,[.,.]]]
=> [1,2,5,4,3] => [1,2,4,3] => [1,2,4,3] => 3
[[[.,.],.],[[.,.],.]]
=> [1,2,4,5,3] => [1,2,4,3] => [1,2,4,3] => 3
[[.,[.,[.,.]]],[.,.]]
=> [3,2,1,5,4] => [3,2,1,4] => [3,2,1,4] => 4
[[.,[[.,.],.]],[.,.]]
=> [2,3,1,5,4] => [2,3,1,4] => [3,1,2,4] => 4
[[[.,.],[.,.]],[.,.]]
=> [1,3,2,5,4] => [1,3,2,4] => [1,3,2,4] => 4
[[[.,[.,.]],.],[.,.]]
=> [2,1,3,5,4] => [2,1,3,4] => [2,1,3,4] => 4
[[[[.,.],.],.],[.,.]]
=> [1,2,3,5,4] => [1,2,3,4] => [1,2,3,4] => 4
[[.,[.,[.,[.,.]]]],.]
=> [4,3,2,1,5] => [4,3,2,1] => [4,3,2,1] => 1
Description
The last entry of a permutation. This statistic is undefined for the empty permutation.
Matching statistic: St001291
Mp00017: Binary trees to 312-avoiding permutationPermutations
Mp00252: Permutations restrictionPermutations
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
St001291: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[.,[.,.]]
=> [2,1] => [1] => [1,0]
=> 1
[[.,.],.]
=> [1,2] => [1] => [1,0]
=> 1
[.,[.,[.,.]]]
=> [3,2,1] => [2,1] => [1,1,0,0]
=> 1
[.,[[.,.],.]]
=> [2,3,1] => [2,1] => [1,1,0,0]
=> 1
[[.,.],[.,.]]
=> [1,3,2] => [1,2] => [1,0,1,0]
=> 2
[[.,[.,.]],.]
=> [2,1,3] => [2,1] => [1,1,0,0]
=> 1
[[[.,.],.],.]
=> [1,2,3] => [1,2] => [1,0,1,0]
=> 2
[.,[.,[.,[.,.]]]]
=> [4,3,2,1] => [3,2,1] => [1,1,1,0,0,0]
=> 1
[.,[.,[[.,.],.]]]
=> [3,4,2,1] => [3,2,1] => [1,1,1,0,0,0]
=> 1
[.,[[.,.],[.,.]]]
=> [2,4,3,1] => [2,3,1] => [1,1,0,1,0,0]
=> 2
[.,[[.,[.,.]],.]]
=> [3,2,4,1] => [3,2,1] => [1,1,1,0,0,0]
=> 1
[.,[[[.,.],.],.]]
=> [2,3,4,1] => [2,3,1] => [1,1,0,1,0,0]
=> 2
[[.,.],[.,[.,.]]]
=> [1,4,3,2] => [1,3,2] => [1,0,1,1,0,0]
=> 2
[[.,.],[[.,.],.]]
=> [1,3,4,2] => [1,3,2] => [1,0,1,1,0,0]
=> 2
[[.,[.,.]],[.,.]]
=> [2,1,4,3] => [2,1,3] => [1,1,0,0,1,0]
=> 3
[[[.,.],.],[.,.]]
=> [1,2,4,3] => [1,2,3] => [1,0,1,0,1,0]
=> 3
[[.,[.,[.,.]]],.]
=> [3,2,1,4] => [3,2,1] => [1,1,1,0,0,0]
=> 1
[[.,[[.,.],.]],.]
=> [2,3,1,4] => [2,3,1] => [1,1,0,1,0,0]
=> 2
[[[.,.],[.,.]],.]
=> [1,3,2,4] => [1,3,2] => [1,0,1,1,0,0]
=> 2
[[[.,[.,.]],.],.]
=> [2,1,3,4] => [2,1,3] => [1,1,0,0,1,0]
=> 3
[[[[.,.],.],.],.]
=> [1,2,3,4] => [1,2,3] => [1,0,1,0,1,0]
=> 3
[.,[.,[.,[.,[.,.]]]]]
=> [5,4,3,2,1] => [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> 1
[.,[.,[.,[[.,.],.]]]]
=> [4,5,3,2,1] => [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> 1
[.,[.,[[.,.],[.,.]]]]
=> [3,5,4,2,1] => [3,4,2,1] => [1,1,1,0,1,0,0,0]
=> 2
[.,[.,[[.,[.,.]],.]]]
=> [4,3,5,2,1] => [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> 1
[.,[.,[[[.,.],.],.]]]
=> [3,4,5,2,1] => [3,4,2,1] => [1,1,1,0,1,0,0,0]
=> 2
[.,[[.,.],[.,[.,.]]]]
=> [2,5,4,3,1] => [2,4,3,1] => [1,1,0,1,1,0,0,0]
=> 2
[.,[[.,.],[[.,.],.]]]
=> [2,4,5,3,1] => [2,4,3,1] => [1,1,0,1,1,0,0,0]
=> 2
[.,[[.,[.,.]],[.,.]]]
=> [3,2,5,4,1] => [3,2,4,1] => [1,1,1,0,0,1,0,0]
=> 3
[.,[[[.,.],.],[.,.]]]
=> [2,3,5,4,1] => [2,3,4,1] => [1,1,0,1,0,1,0,0]
=> 3
[.,[[.,[.,[.,.]]],.]]
=> [4,3,2,5,1] => [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> 1
[.,[[.,[[.,.],.]],.]]
=> [3,4,2,5,1] => [3,4,2,1] => [1,1,1,0,1,0,0,0]
=> 2
[.,[[[.,.],[.,.]],.]]
=> [2,4,3,5,1] => [2,4,3,1] => [1,1,0,1,1,0,0,0]
=> 2
[.,[[[.,[.,.]],.],.]]
=> [3,2,4,5,1] => [3,2,4,1] => [1,1,1,0,0,1,0,0]
=> 3
[.,[[[[.,.],.],.],.]]
=> [2,3,4,5,1] => [2,3,4,1] => [1,1,0,1,0,1,0,0]
=> 3
[[.,.],[.,[.,[.,.]]]]
=> [1,5,4,3,2] => [1,4,3,2] => [1,0,1,1,1,0,0,0]
=> 2
[[.,.],[.,[[.,.],.]]]
=> [1,4,5,3,2] => [1,4,3,2] => [1,0,1,1,1,0,0,0]
=> 2
[[.,.],[[.,.],[.,.]]]
=> [1,3,5,4,2] => [1,3,4,2] => [1,0,1,1,0,1,0,0]
=> 3
[[.,.],[[.,[.,.]],.]]
=> [1,4,3,5,2] => [1,4,3,2] => [1,0,1,1,1,0,0,0]
=> 2
[[.,.],[[[.,.],.],.]]
=> [1,3,4,5,2] => [1,3,4,2] => [1,0,1,1,0,1,0,0]
=> 3
[[.,[.,.]],[.,[.,.]]]
=> [2,1,5,4,3] => [2,1,4,3] => [1,1,0,0,1,1,0,0]
=> 3
[[.,[.,.]],[[.,.],.]]
=> [2,1,4,5,3] => [2,1,4,3] => [1,1,0,0,1,1,0,0]
=> 3
[[[.,.],.],[.,[.,.]]]
=> [1,2,5,4,3] => [1,2,4,3] => [1,0,1,0,1,1,0,0]
=> 3
[[[.,.],.],[[.,.],.]]
=> [1,2,4,5,3] => [1,2,4,3] => [1,0,1,0,1,1,0,0]
=> 3
[[.,[.,[.,.]]],[.,.]]
=> [3,2,1,5,4] => [3,2,1,4] => [1,1,1,0,0,0,1,0]
=> 4
[[.,[[.,.],.]],[.,.]]
=> [2,3,1,5,4] => [2,3,1,4] => [1,1,0,1,0,0,1,0]
=> 4
[[[.,.],[.,.]],[.,.]]
=> [1,3,2,5,4] => [1,3,2,4] => [1,0,1,1,0,0,1,0]
=> 4
[[[.,[.,.]],.],[.,.]]
=> [2,1,3,5,4] => [2,1,3,4] => [1,1,0,0,1,0,1,0]
=> 4
[[[[.,.],.],.],[.,.]]
=> [1,2,3,5,4] => [1,2,3,4] => [1,0,1,0,1,0,1,0]
=> 4
[[.,[.,[.,[.,.]]]],.]
=> [4,3,2,1,5] => [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> 1
Description
The number of indecomposable summands of the tensor product of two copies of the dual of the Nakayama algebra associated to a Dyck path. Let $A$ be the Nakayama algebra associated to a Dyck path as given in [[DyckPaths/NakayamaAlgebras]]. This statistics is the number of indecomposable summands of $D(A) \otimes D(A)$, where $D(A)$ is the natural dual of $A$.
Mp00017: Binary trees to 312-avoiding permutationPermutations
Mp00086: Permutations first fundamental transformationPermutations
Mp00252: Permutations restrictionPermutations
St000019: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[.,[.,.]]
=> [2,1] => [2,1] => [1] => 0 = 1 - 1
[[.,.],.]
=> [1,2] => [1,2] => [1] => 0 = 1 - 1
[.,[.,[.,.]]]
=> [3,2,1] => [3,1,2] => [1,2] => 0 = 1 - 1
[.,[[.,.],.]]
=> [2,3,1] => [3,2,1] => [2,1] => 1 = 2 - 1
[[.,.],[.,.]]
=> [1,3,2] => [1,3,2] => [1,2] => 0 = 1 - 1
[[.,[.,.]],.]
=> [2,1,3] => [2,1,3] => [2,1] => 1 = 2 - 1
[[[.,.],.],.]
=> [1,2,3] => [1,2,3] => [1,2] => 0 = 1 - 1
[.,[.,[.,[.,.]]]]
=> [4,3,2,1] => [4,1,2,3] => [1,2,3] => 0 = 1 - 1
[.,[.,[[.,.],.]]]
=> [3,4,2,1] => [4,1,3,2] => [1,3,2] => 1 = 2 - 1
[.,[[.,.],[.,.]]]
=> [2,4,3,1] => [4,2,1,3] => [2,1,3] => 1 = 2 - 1
[.,[[.,[.,.]],.]]
=> [3,2,4,1] => [4,3,2,1] => [3,2,1] => 2 = 3 - 1
[.,[[[.,.],.],.]]
=> [2,3,4,1] => [4,2,3,1] => [2,3,1] => 2 = 3 - 1
[[.,.],[.,[.,.]]]
=> [1,4,3,2] => [1,4,2,3] => [1,2,3] => 0 = 1 - 1
[[.,.],[[.,.],.]]
=> [1,3,4,2] => [1,4,3,2] => [1,3,2] => 1 = 2 - 1
[[.,[.,.]],[.,.]]
=> [2,1,4,3] => [2,1,4,3] => [2,1,3] => 1 = 2 - 1
[[[.,.],.],[.,.]]
=> [1,2,4,3] => [1,2,4,3] => [1,2,3] => 0 = 1 - 1
[[.,[.,[.,.]]],.]
=> [3,2,1,4] => [3,1,2,4] => [3,1,2] => 2 = 3 - 1
[[.,[[.,.],.]],.]
=> [2,3,1,4] => [3,2,1,4] => [3,2,1] => 2 = 3 - 1
[[[.,.],[.,.]],.]
=> [1,3,2,4] => [1,3,2,4] => [1,3,2] => 1 = 2 - 1
[[[.,[.,.]],.],.]
=> [2,1,3,4] => [2,1,3,4] => [2,1,3] => 1 = 2 - 1
[[[[.,.],.],.],.]
=> [1,2,3,4] => [1,2,3,4] => [1,2,3] => 0 = 1 - 1
[.,[.,[.,[.,[.,.]]]]]
=> [5,4,3,2,1] => [5,1,2,3,4] => [1,2,3,4] => 0 = 1 - 1
[.,[.,[.,[[.,.],.]]]]
=> [4,5,3,2,1] => [5,1,2,4,3] => [1,2,4,3] => 1 = 2 - 1
[.,[.,[[.,.],[.,.]]]]
=> [3,5,4,2,1] => [5,1,3,2,4] => [1,3,2,4] => 1 = 2 - 1
[.,[.,[[.,[.,.]],.]]]
=> [4,3,5,2,1] => [5,1,4,3,2] => [1,4,3,2] => 2 = 3 - 1
[.,[.,[[[.,.],.],.]]]
=> [3,4,5,2,1] => [5,1,3,4,2] => [1,3,4,2] => 2 = 3 - 1
[.,[[.,.],[.,[.,.]]]]
=> [2,5,4,3,1] => [5,2,1,3,4] => [2,1,3,4] => 1 = 2 - 1
[.,[[.,.],[[.,.],.]]]
=> [2,4,5,3,1] => [5,2,1,4,3] => [2,1,4,3] => 2 = 3 - 1
[.,[[.,[.,.]],[.,.]]]
=> [3,2,5,4,1] => [5,3,2,1,4] => [3,2,1,4] => 2 = 3 - 1
[.,[[[.,.],.],[.,.]]]
=> [2,3,5,4,1] => [5,2,3,1,4] => [2,3,1,4] => 2 = 3 - 1
[.,[[.,[.,[.,.]]],.]]
=> [4,3,2,5,1] => [5,4,2,3,1] => [4,2,3,1] => 3 = 4 - 1
[.,[[.,[[.,.],.]],.]]
=> [3,4,2,5,1] => [5,4,3,2,1] => [4,3,2,1] => 3 = 4 - 1
[.,[[[.,.],[.,.]],.]]
=> [2,4,3,5,1] => [5,2,4,3,1] => [2,4,3,1] => 3 = 4 - 1
[.,[[[.,[.,.]],.],.]]
=> [3,2,4,5,1] => [5,3,2,4,1] => [3,2,4,1] => 3 = 4 - 1
[.,[[[[.,.],.],.],.]]
=> [2,3,4,5,1] => [5,2,3,4,1] => [2,3,4,1] => 3 = 4 - 1
[[.,.],[.,[.,[.,.]]]]
=> [1,5,4,3,2] => [1,5,2,3,4] => [1,2,3,4] => 0 = 1 - 1
[[.,.],[.,[[.,.],.]]]
=> [1,4,5,3,2] => [1,5,2,4,3] => [1,2,4,3] => 1 = 2 - 1
[[.,.],[[.,.],[.,.]]]
=> [1,3,5,4,2] => [1,5,3,2,4] => [1,3,2,4] => 1 = 2 - 1
[[.,.],[[.,[.,.]],.]]
=> [1,4,3,5,2] => [1,5,4,3,2] => [1,4,3,2] => 2 = 3 - 1
[[.,.],[[[.,.],.],.]]
=> [1,3,4,5,2] => [1,5,3,4,2] => [1,3,4,2] => 2 = 3 - 1
[[.,[.,.]],[.,[.,.]]]
=> [2,1,5,4,3] => [2,1,5,3,4] => [2,1,3,4] => 1 = 2 - 1
[[.,[.,.]],[[.,.],.]]
=> [2,1,4,5,3] => [2,1,5,4,3] => [2,1,4,3] => 2 = 3 - 1
[[[.,.],.],[.,[.,.]]]
=> [1,2,5,4,3] => [1,2,5,3,4] => [1,2,3,4] => 0 = 1 - 1
[[[.,.],.],[[.,.],.]]
=> [1,2,4,5,3] => [1,2,5,4,3] => [1,2,4,3] => 1 = 2 - 1
[[.,[.,[.,.]]],[.,.]]
=> [3,2,1,5,4] => [3,1,2,5,4] => [3,1,2,4] => 2 = 3 - 1
[[.,[[.,.],.]],[.,.]]
=> [2,3,1,5,4] => [3,2,1,5,4] => [3,2,1,4] => 2 = 3 - 1
[[[.,.],[.,.]],[.,.]]
=> [1,3,2,5,4] => [1,3,2,5,4] => [1,3,2,4] => 1 = 2 - 1
[[[.,[.,.]],.],[.,.]]
=> [2,1,3,5,4] => [2,1,3,5,4] => [2,1,3,4] => 1 = 2 - 1
[[[[.,.],.],.],[.,.]]
=> [1,2,3,5,4] => [1,2,3,5,4] => [1,2,3,4] => 0 = 1 - 1
[[.,[.,[.,[.,.]]]],.]
=> [4,3,2,1,5] => [4,1,2,3,5] => [4,1,2,3] => 3 = 4 - 1
Description
The cardinality of the support of a permutation. A permutation $\sigma$ may be written as a product $\sigma = s_{i_1}\dots s_{i_k}$ with $k$ minimal, where $s_i = (i,i+1)$ denotes the simple transposition swapping the entries in positions $i$ and $i+1$. The set of indices $\{i_1,\dots,i_k\}$ is the '''support''' of $\sigma$ and independent of the chosen way to write $\sigma$ as such a product. See [2], Definition 1 and Proposition 10. The '''connectivity set''' of $\sigma$ of length $n$ is the set of indices $1 \leq i < n$ such that $\sigma(k) < i$ for all $k < i$. Thus, the connectivity set is the complement of the support.
Matching statistic: St000141
Mp00017: Binary trees to 312-avoiding permutationPermutations
Mp00064: Permutations reversePermutations
Mp00252: Permutations restrictionPermutations
St000141: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[.,[.,.]]
=> [2,1] => [1,2] => [1] => 0 = 1 - 1
[[.,.],.]
=> [1,2] => [2,1] => [1] => 0 = 1 - 1
[.,[.,[.,.]]]
=> [3,2,1] => [1,2,3] => [1,2] => 0 = 1 - 1
[.,[[.,.],.]]
=> [2,3,1] => [1,3,2] => [1,2] => 0 = 1 - 1
[[.,.],[.,.]]
=> [1,3,2] => [2,3,1] => [2,1] => 1 = 2 - 1
[[.,[.,.]],.]
=> [2,1,3] => [3,1,2] => [1,2] => 0 = 1 - 1
[[[.,.],.],.]
=> [1,2,3] => [3,2,1] => [2,1] => 1 = 2 - 1
[.,[.,[.,[.,.]]]]
=> [4,3,2,1] => [1,2,3,4] => [1,2,3] => 0 = 1 - 1
[.,[.,[[.,.],.]]]
=> [3,4,2,1] => [1,2,4,3] => [1,2,3] => 0 = 1 - 1
[.,[[.,.],[.,.]]]
=> [2,4,3,1] => [1,3,4,2] => [1,3,2] => 1 = 2 - 1
[.,[[.,[.,.]],.]]
=> [3,2,4,1] => [1,4,2,3] => [1,2,3] => 0 = 1 - 1
[.,[[[.,.],.],.]]
=> [2,3,4,1] => [1,4,3,2] => [1,3,2] => 1 = 2 - 1
[[.,.],[.,[.,.]]]
=> [1,4,3,2] => [2,3,4,1] => [2,3,1] => 1 = 2 - 1
[[.,.],[[.,.],.]]
=> [1,3,4,2] => [2,4,3,1] => [2,3,1] => 1 = 2 - 1
[[.,[.,.]],[.,.]]
=> [2,1,4,3] => [3,4,1,2] => [3,1,2] => 2 = 3 - 1
[[[.,.],.],[.,.]]
=> [1,2,4,3] => [3,4,2,1] => [3,2,1] => 2 = 3 - 1
[[.,[.,[.,.]]],.]
=> [3,2,1,4] => [4,1,2,3] => [1,2,3] => 0 = 1 - 1
[[.,[[.,.],.]],.]
=> [2,3,1,4] => [4,1,3,2] => [1,3,2] => 1 = 2 - 1
[[[.,.],[.,.]],.]
=> [1,3,2,4] => [4,2,3,1] => [2,3,1] => 1 = 2 - 1
[[[.,[.,.]],.],.]
=> [2,1,3,4] => [4,3,1,2] => [3,1,2] => 2 = 3 - 1
[[[[.,.],.],.],.]
=> [1,2,3,4] => [4,3,2,1] => [3,2,1] => 2 = 3 - 1
[.,[.,[.,[.,[.,.]]]]]
=> [5,4,3,2,1] => [1,2,3,4,5] => [1,2,3,4] => 0 = 1 - 1
[.,[.,[.,[[.,.],.]]]]
=> [4,5,3,2,1] => [1,2,3,5,4] => [1,2,3,4] => 0 = 1 - 1
[.,[.,[[.,.],[.,.]]]]
=> [3,5,4,2,1] => [1,2,4,5,3] => [1,2,4,3] => 1 = 2 - 1
[.,[.,[[.,[.,.]],.]]]
=> [4,3,5,2,1] => [1,2,5,3,4] => [1,2,3,4] => 0 = 1 - 1
[.,[.,[[[.,.],.],.]]]
=> [3,4,5,2,1] => [1,2,5,4,3] => [1,2,4,3] => 1 = 2 - 1
[.,[[.,.],[.,[.,.]]]]
=> [2,5,4,3,1] => [1,3,4,5,2] => [1,3,4,2] => 1 = 2 - 1
[.,[[.,.],[[.,.],.]]]
=> [2,4,5,3,1] => [1,3,5,4,2] => [1,3,4,2] => 1 = 2 - 1
[.,[[.,[.,.]],[.,.]]]
=> [3,2,5,4,1] => [1,4,5,2,3] => [1,4,2,3] => 2 = 3 - 1
[.,[[[.,.],.],[.,.]]]
=> [2,3,5,4,1] => [1,4,5,3,2] => [1,4,3,2] => 2 = 3 - 1
[.,[[.,[.,[.,.]]],.]]
=> [4,3,2,5,1] => [1,5,2,3,4] => [1,2,3,4] => 0 = 1 - 1
[.,[[.,[[.,.],.]],.]]
=> [3,4,2,5,1] => [1,5,2,4,3] => [1,2,4,3] => 1 = 2 - 1
[.,[[[.,.],[.,.]],.]]
=> [2,4,3,5,1] => [1,5,3,4,2] => [1,3,4,2] => 1 = 2 - 1
[.,[[[.,[.,.]],.],.]]
=> [3,2,4,5,1] => [1,5,4,2,3] => [1,4,2,3] => 2 = 3 - 1
[.,[[[[.,.],.],.],.]]
=> [2,3,4,5,1] => [1,5,4,3,2] => [1,4,3,2] => 2 = 3 - 1
[[.,.],[.,[.,[.,.]]]]
=> [1,5,4,3,2] => [2,3,4,5,1] => [2,3,4,1] => 1 = 2 - 1
[[.,.],[.,[[.,.],.]]]
=> [1,4,5,3,2] => [2,3,5,4,1] => [2,3,4,1] => 1 = 2 - 1
[[.,.],[[.,.],[.,.]]]
=> [1,3,5,4,2] => [2,4,5,3,1] => [2,4,3,1] => 2 = 3 - 1
[[.,.],[[.,[.,.]],.]]
=> [1,4,3,5,2] => [2,5,3,4,1] => [2,3,4,1] => 1 = 2 - 1
[[.,.],[[[.,.],.],.]]
=> [1,3,4,5,2] => [2,5,4,3,1] => [2,4,3,1] => 2 = 3 - 1
[[.,[.,.]],[.,[.,.]]]
=> [2,1,5,4,3] => [3,4,5,1,2] => [3,4,1,2] => 2 = 3 - 1
[[.,[.,.]],[[.,.],.]]
=> [2,1,4,5,3] => [3,5,4,1,2] => [3,4,1,2] => 2 = 3 - 1
[[[.,.],.],[.,[.,.]]]
=> [1,2,5,4,3] => [3,4,5,2,1] => [3,4,2,1] => 2 = 3 - 1
[[[.,.],.],[[.,.],.]]
=> [1,2,4,5,3] => [3,5,4,2,1] => [3,4,2,1] => 2 = 3 - 1
[[.,[.,[.,.]]],[.,.]]
=> [3,2,1,5,4] => [4,5,1,2,3] => [4,1,2,3] => 3 = 4 - 1
[[.,[[.,.],.]],[.,.]]
=> [2,3,1,5,4] => [4,5,1,3,2] => [4,1,3,2] => 3 = 4 - 1
[[[.,.],[.,.]],[.,.]]
=> [1,3,2,5,4] => [4,5,2,3,1] => [4,2,3,1] => 3 = 4 - 1
[[[.,[.,.]],.],[.,.]]
=> [2,1,3,5,4] => [4,5,3,1,2] => [4,3,1,2] => 3 = 4 - 1
[[[[.,.],.],.],[.,.]]
=> [1,2,3,5,4] => [4,5,3,2,1] => [4,3,2,1] => 3 = 4 - 1
[[.,[.,[.,[.,.]]]],.]
=> [4,3,2,1,5] => [5,1,2,3,4] => [1,2,3,4] => 0 = 1 - 1
Description
The maximum drop size of a permutation. The maximum drop size of a permutation $\pi$ of $[n]=\{1,2,\ldots, n\}$ is defined to be the maximum value of $i-\pi(i)$.
Mp00014: Binary trees to 132-avoiding permutationPermutations
Mp00064: Permutations reversePermutations
Mp00252: Permutations restrictionPermutations
St000316: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[.,[.,.]]
=> [2,1] => [1,2] => [1] => 0 = 1 - 1
[[.,.],.]
=> [1,2] => [2,1] => [1] => 0 = 1 - 1
[.,[.,[.,.]]]
=> [3,2,1] => [1,2,3] => [1,2] => 0 = 1 - 1
[.,[[.,.],.]]
=> [2,3,1] => [1,3,2] => [1,2] => 0 = 1 - 1
[[.,.],[.,.]]
=> [3,1,2] => [2,1,3] => [2,1] => 1 = 2 - 1
[[.,[.,.]],.]
=> [2,1,3] => [3,1,2] => [1,2] => 0 = 1 - 1
[[[.,.],.],.]
=> [1,2,3] => [3,2,1] => [2,1] => 1 = 2 - 1
[.,[.,[.,[.,.]]]]
=> [4,3,2,1] => [1,2,3,4] => [1,2,3] => 0 = 1 - 1
[.,[.,[[.,.],.]]]
=> [3,4,2,1] => [1,2,4,3] => [1,2,3] => 0 = 1 - 1
[.,[[.,.],[.,.]]]
=> [4,2,3,1] => [1,3,2,4] => [1,3,2] => 1 = 2 - 1
[.,[[.,[.,.]],.]]
=> [3,2,4,1] => [1,4,2,3] => [1,2,3] => 0 = 1 - 1
[.,[[[.,.],.],.]]
=> [2,3,4,1] => [1,4,3,2] => [1,3,2] => 1 = 2 - 1
[[.,.],[.,[.,.]]]
=> [4,3,1,2] => [2,1,3,4] => [2,1,3] => 1 = 2 - 1
[[.,.],[[.,.],.]]
=> [3,4,1,2] => [2,1,4,3] => [2,1,3] => 1 = 2 - 1
[[.,[.,.]],[.,.]]
=> [4,2,1,3] => [3,1,2,4] => [3,1,2] => 2 = 3 - 1
[[[.,.],.],[.,.]]
=> [4,1,2,3] => [3,2,1,4] => [3,2,1] => 2 = 3 - 1
[[.,[.,[.,.]]],.]
=> [3,2,1,4] => [4,1,2,3] => [1,2,3] => 0 = 1 - 1
[[.,[[.,.],.]],.]
=> [2,3,1,4] => [4,1,3,2] => [1,3,2] => 1 = 2 - 1
[[[.,.],[.,.]],.]
=> [3,1,2,4] => [4,2,1,3] => [2,1,3] => 1 = 2 - 1
[[[.,[.,.]],.],.]
=> [2,1,3,4] => [4,3,1,2] => [3,1,2] => 2 = 3 - 1
[[[[.,.],.],.],.]
=> [1,2,3,4] => [4,3,2,1] => [3,2,1] => 2 = 3 - 1
[.,[.,[.,[.,[.,.]]]]]
=> [5,4,3,2,1] => [1,2,3,4,5] => [1,2,3,4] => 0 = 1 - 1
[.,[.,[.,[[.,.],.]]]]
=> [4,5,3,2,1] => [1,2,3,5,4] => [1,2,3,4] => 0 = 1 - 1
[.,[.,[[.,.],[.,.]]]]
=> [5,3,4,2,1] => [1,2,4,3,5] => [1,2,4,3] => 1 = 2 - 1
[.,[.,[[.,[.,.]],.]]]
=> [4,3,5,2,1] => [1,2,5,3,4] => [1,2,3,4] => 0 = 1 - 1
[.,[.,[[[.,.],.],.]]]
=> [3,4,5,2,1] => [1,2,5,4,3] => [1,2,4,3] => 1 = 2 - 1
[.,[[.,.],[.,[.,.]]]]
=> [5,4,2,3,1] => [1,3,2,4,5] => [1,3,2,4] => 1 = 2 - 1
[.,[[.,.],[[.,.],.]]]
=> [4,5,2,3,1] => [1,3,2,5,4] => [1,3,2,4] => 1 = 2 - 1
[.,[[.,[.,.]],[.,.]]]
=> [5,3,2,4,1] => [1,4,2,3,5] => [1,4,2,3] => 2 = 3 - 1
[.,[[[.,.],.],[.,.]]]
=> [5,2,3,4,1] => [1,4,3,2,5] => [1,4,3,2] => 2 = 3 - 1
[.,[[.,[.,[.,.]]],.]]
=> [4,3,2,5,1] => [1,5,2,3,4] => [1,2,3,4] => 0 = 1 - 1
[.,[[.,[[.,.],.]],.]]
=> [3,4,2,5,1] => [1,5,2,4,3] => [1,2,4,3] => 1 = 2 - 1
[.,[[[.,.],[.,.]],.]]
=> [4,2,3,5,1] => [1,5,3,2,4] => [1,3,2,4] => 1 = 2 - 1
[.,[[[.,[.,.]],.],.]]
=> [3,2,4,5,1] => [1,5,4,2,3] => [1,4,2,3] => 2 = 3 - 1
[.,[[[[.,.],.],.],.]]
=> [2,3,4,5,1] => [1,5,4,3,2] => [1,4,3,2] => 2 = 3 - 1
[[.,.],[.,[.,[.,.]]]]
=> [5,4,3,1,2] => [2,1,3,4,5] => [2,1,3,4] => 1 = 2 - 1
[[.,.],[.,[[.,.],.]]]
=> [4,5,3,1,2] => [2,1,3,5,4] => [2,1,3,4] => 1 = 2 - 1
[[.,.],[[.,.],[.,.]]]
=> [5,3,4,1,2] => [2,1,4,3,5] => [2,1,4,3] => 2 = 3 - 1
[[.,.],[[.,[.,.]],.]]
=> [4,3,5,1,2] => [2,1,5,3,4] => [2,1,3,4] => 1 = 2 - 1
[[.,.],[[[.,.],.],.]]
=> [3,4,5,1,2] => [2,1,5,4,3] => [2,1,4,3] => 2 = 3 - 1
[[.,[.,.]],[.,[.,.]]]
=> [5,4,2,1,3] => [3,1,2,4,5] => [3,1,2,4] => 2 = 3 - 1
[[.,[.,.]],[[.,.],.]]
=> [4,5,2,1,3] => [3,1,2,5,4] => [3,1,2,4] => 2 = 3 - 1
[[[.,.],.],[.,[.,.]]]
=> [5,4,1,2,3] => [3,2,1,4,5] => [3,2,1,4] => 2 = 3 - 1
[[[.,.],.],[[.,.],.]]
=> [4,5,1,2,3] => [3,2,1,5,4] => [3,2,1,4] => 2 = 3 - 1
[[.,[.,[.,.]]],[.,.]]
=> [5,3,2,1,4] => [4,1,2,3,5] => [4,1,2,3] => 3 = 4 - 1
[[.,[[.,.],.]],[.,.]]
=> [5,2,3,1,4] => [4,1,3,2,5] => [4,1,3,2] => 3 = 4 - 1
[[[.,.],[.,.]],[.,.]]
=> [5,3,1,2,4] => [4,2,1,3,5] => [4,2,1,3] => 3 = 4 - 1
[[[.,[.,.]],.],[.,.]]
=> [5,2,1,3,4] => [4,3,1,2,5] => [4,3,1,2] => 3 = 4 - 1
[[[[.,.],.],.],[.,.]]
=> [5,1,2,3,4] => [4,3,2,1,5] => [4,3,2,1] => 3 = 4 - 1
[[.,[.,[.,[.,.]]]],.]
=> [4,3,2,1,5] => [5,1,2,3,4] => [1,2,3,4] => 0 = 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$.
Matching statistic: St001300
Mp00014: Binary trees to 132-avoiding permutationPermutations
Mp00252: Permutations restrictionPermutations
Mp00065: Permutations permutation posetPosets
St001300: Posets ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[.,[.,.]]
=> [2,1] => [1] => ([],1)
=> 0 = 1 - 1
[[.,.],.]
=> [1,2] => [1] => ([],1)
=> 0 = 1 - 1
[.,[.,[.,.]]]
=> [3,2,1] => [2,1] => ([],2)
=> 0 = 1 - 1
[.,[[.,.],.]]
=> [2,3,1] => [2,1] => ([],2)
=> 0 = 1 - 1
[[.,.],[.,.]]
=> [3,1,2] => [1,2] => ([(0,1)],2)
=> 1 = 2 - 1
[[.,[.,.]],.]
=> [2,1,3] => [2,1] => ([],2)
=> 0 = 1 - 1
[[[.,.],.],.]
=> [1,2,3] => [1,2] => ([(0,1)],2)
=> 1 = 2 - 1
[.,[.,[.,[.,.]]]]
=> [4,3,2,1] => [3,2,1] => ([],3)
=> 0 = 1 - 1
[.,[.,[[.,.],.]]]
=> [3,4,2,1] => [3,2,1] => ([],3)
=> 0 = 1 - 1
[.,[[.,.],[.,.]]]
=> [4,2,3,1] => [2,3,1] => ([(1,2)],3)
=> 1 = 2 - 1
[.,[[.,[.,.]],.]]
=> [3,2,4,1] => [3,2,1] => ([],3)
=> 0 = 1 - 1
[.,[[[.,.],.],.]]
=> [2,3,4,1] => [2,3,1] => ([(1,2)],3)
=> 1 = 2 - 1
[[.,.],[.,[.,.]]]
=> [4,3,1,2] => [3,1,2] => ([(1,2)],3)
=> 1 = 2 - 1
[[.,.],[[.,.],.]]
=> [3,4,1,2] => [3,1,2] => ([(1,2)],3)
=> 1 = 2 - 1
[[.,[.,.]],[.,.]]
=> [4,2,1,3] => [2,1,3] => ([(0,2),(1,2)],3)
=> 2 = 3 - 1
[[[.,.],.],[.,.]]
=> [4,1,2,3] => [1,2,3] => ([(0,2),(2,1)],3)
=> 2 = 3 - 1
[[.,[.,[.,.]]],.]
=> [3,2,1,4] => [3,2,1] => ([],3)
=> 0 = 1 - 1
[[.,[[.,.],.]],.]
=> [2,3,1,4] => [2,3,1] => ([(1,2)],3)
=> 1 = 2 - 1
[[[.,.],[.,.]],.]
=> [3,1,2,4] => [3,1,2] => ([(1,2)],3)
=> 1 = 2 - 1
[[[.,[.,.]],.],.]
=> [2,1,3,4] => [2,1,3] => ([(0,2),(1,2)],3)
=> 2 = 3 - 1
[[[[.,.],.],.],.]
=> [1,2,3,4] => [1,2,3] => ([(0,2),(2,1)],3)
=> 2 = 3 - 1
[.,[.,[.,[.,[.,.]]]]]
=> [5,4,3,2,1] => [4,3,2,1] => ([],4)
=> 0 = 1 - 1
[.,[.,[.,[[.,.],.]]]]
=> [4,5,3,2,1] => [4,3,2,1] => ([],4)
=> 0 = 1 - 1
[.,[.,[[.,.],[.,.]]]]
=> [5,3,4,2,1] => [3,4,2,1] => ([(2,3)],4)
=> 1 = 2 - 1
[.,[.,[[.,[.,.]],.]]]
=> [4,3,5,2,1] => [4,3,2,1] => ([],4)
=> 0 = 1 - 1
[.,[.,[[[.,.],.],.]]]
=> [3,4,5,2,1] => [3,4,2,1] => ([(2,3)],4)
=> 1 = 2 - 1
[.,[[.,.],[.,[.,.]]]]
=> [5,4,2,3,1] => [4,2,3,1] => ([(2,3)],4)
=> 1 = 2 - 1
[.,[[.,.],[[.,.],.]]]
=> [4,5,2,3,1] => [4,2,3,1] => ([(2,3)],4)
=> 1 = 2 - 1
[.,[[.,[.,.]],[.,.]]]
=> [5,3,2,4,1] => [3,2,4,1] => ([(1,3),(2,3)],4)
=> 2 = 3 - 1
[.,[[[.,.],.],[.,.]]]
=> [5,2,3,4,1] => [2,3,4,1] => ([(1,2),(2,3)],4)
=> 2 = 3 - 1
[.,[[.,[.,[.,.]]],.]]
=> [4,3,2,5,1] => [4,3,2,1] => ([],4)
=> 0 = 1 - 1
[.,[[.,[[.,.],.]],.]]
=> [3,4,2,5,1] => [3,4,2,1] => ([(2,3)],4)
=> 1 = 2 - 1
[.,[[[.,.],[.,.]],.]]
=> [4,2,3,5,1] => [4,2,3,1] => ([(2,3)],4)
=> 1 = 2 - 1
[.,[[[.,[.,.]],.],.]]
=> [3,2,4,5,1] => [3,2,4,1] => ([(1,3),(2,3)],4)
=> 2 = 3 - 1
[.,[[[[.,.],.],.],.]]
=> [2,3,4,5,1] => [2,3,4,1] => ([(1,2),(2,3)],4)
=> 2 = 3 - 1
[[.,.],[.,[.,[.,.]]]]
=> [5,4,3,1,2] => [4,3,1,2] => ([(2,3)],4)
=> 1 = 2 - 1
[[.,.],[.,[[.,.],.]]]
=> [4,5,3,1,2] => [4,3,1,2] => ([(2,3)],4)
=> 1 = 2 - 1
[[.,.],[[.,.],[.,.]]]
=> [5,3,4,1,2] => [3,4,1,2] => ([(0,3),(1,2)],4)
=> 2 = 3 - 1
[[.,.],[[.,[.,.]],.]]
=> [4,3,5,1,2] => [4,3,1,2] => ([(2,3)],4)
=> 1 = 2 - 1
[[.,.],[[[.,.],.],.]]
=> [3,4,5,1,2] => [3,4,1,2] => ([(0,3),(1,2)],4)
=> 2 = 3 - 1
[[.,[.,.]],[.,[.,.]]]
=> [5,4,2,1,3] => [4,2,1,3] => ([(1,3),(2,3)],4)
=> 2 = 3 - 1
[[.,[.,.]],[[.,.],.]]
=> [4,5,2,1,3] => [4,2,1,3] => ([(1,3),(2,3)],4)
=> 2 = 3 - 1
[[[.,.],.],[.,[.,.]]]
=> [5,4,1,2,3] => [4,1,2,3] => ([(1,2),(2,3)],4)
=> 2 = 3 - 1
[[[.,.],.],[[.,.],.]]
=> [4,5,1,2,3] => [4,1,2,3] => ([(1,2),(2,3)],4)
=> 2 = 3 - 1
[[.,[.,[.,.]]],[.,.]]
=> [5,3,2,1,4] => [3,2,1,4] => ([(0,3),(1,3),(2,3)],4)
=> 3 = 4 - 1
[[.,[[.,.],.]],[.,.]]
=> [5,2,3,1,4] => [2,3,1,4] => ([(0,3),(1,2),(2,3)],4)
=> 3 = 4 - 1
[[[.,.],[.,.]],[.,.]]
=> [5,3,1,2,4] => [3,1,2,4] => ([(0,3),(1,2),(2,3)],4)
=> 3 = 4 - 1
[[[.,[.,.]],.],[.,.]]
=> [5,2,1,3,4] => [2,1,3,4] => ([(0,3),(1,3),(3,2)],4)
=> 3 = 4 - 1
[[[[.,.],.],.],[.,.]]
=> [5,1,2,3,4] => [1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> 3 = 4 - 1
[[.,[.,[.,[.,.]]]],.]
=> [4,3,2,1,5] => [4,3,2,1] => ([],4)
=> 0 = 1 - 1
Description
The rank of the boundary operator in degree 1 of the chain complex of the order complex of the poset.
Mp00017: Binary trees to 312-avoiding permutationPermutations
Mp00252: Permutations restrictionPermutations
Mp00066: Permutations inversePermutations
St000727: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[.,[.,.]]
=> [2,1] => [1] => [1] => ? ∊ {1,1}
[[.,.],.]
=> [1,2] => [1] => [1] => ? ∊ {1,1}
[.,[.,[.,.]]]
=> [3,2,1] => [2,1] => [2,1] => 1
[.,[[.,.],.]]
=> [2,3,1] => [2,1] => [2,1] => 1
[[.,.],[.,.]]
=> [1,3,2] => [1,2] => [1,2] => 2
[[.,[.,.]],.]
=> [2,1,3] => [2,1] => [2,1] => 1
[[[.,.],.],.]
=> [1,2,3] => [1,2] => [1,2] => 2
[.,[.,[.,[.,.]]]]
=> [4,3,2,1] => [3,2,1] => [3,2,1] => 1
[.,[.,[[.,.],.]]]
=> [3,4,2,1] => [3,2,1] => [3,2,1] => 1
[.,[[.,.],[.,.]]]
=> [2,4,3,1] => [2,3,1] => [3,1,2] => 2
[.,[[.,[.,.]],.]]
=> [3,2,4,1] => [3,2,1] => [3,2,1] => 1
[.,[[[.,.],.],.]]
=> [2,3,4,1] => [2,3,1] => [3,1,2] => 2
[[.,.],[.,[.,.]]]
=> [1,4,3,2] => [1,3,2] => [1,3,2] => 2
[[.,.],[[.,.],.]]
=> [1,3,4,2] => [1,3,2] => [1,3,2] => 2
[[.,[.,.]],[.,.]]
=> [2,1,4,3] => [2,1,3] => [2,1,3] => 3
[[[.,.],.],[.,.]]
=> [1,2,4,3] => [1,2,3] => [1,2,3] => 3
[[.,[.,[.,.]]],.]
=> [3,2,1,4] => [3,2,1] => [3,2,1] => 1
[[.,[[.,.],.]],.]
=> [2,3,1,4] => [2,3,1] => [3,1,2] => 2
[[[.,.],[.,.]],.]
=> [1,3,2,4] => [1,3,2] => [1,3,2] => 2
[[[.,[.,.]],.],.]
=> [2,1,3,4] => [2,1,3] => [2,1,3] => 3
[[[[.,.],.],.],.]
=> [1,2,3,4] => [1,2,3] => [1,2,3] => 3
[.,[.,[.,[.,[.,.]]]]]
=> [5,4,3,2,1] => [4,3,2,1] => [4,3,2,1] => 1
[.,[.,[.,[[.,.],.]]]]
=> [4,5,3,2,1] => [4,3,2,1] => [4,3,2,1] => 1
[.,[.,[[.,.],[.,.]]]]
=> [3,5,4,2,1] => [3,4,2,1] => [4,3,1,2] => 2
[.,[.,[[.,[.,.]],.]]]
=> [4,3,5,2,1] => [4,3,2,1] => [4,3,2,1] => 1
[.,[.,[[[.,.],.],.]]]
=> [3,4,5,2,1] => [3,4,2,1] => [4,3,1,2] => 2
[.,[[.,.],[.,[.,.]]]]
=> [2,5,4,3,1] => [2,4,3,1] => [4,1,3,2] => 2
[.,[[.,.],[[.,.],.]]]
=> [2,4,5,3,1] => [2,4,3,1] => [4,1,3,2] => 2
[.,[[.,[.,.]],[.,.]]]
=> [3,2,5,4,1] => [3,2,4,1] => [4,2,1,3] => 3
[.,[[[.,.],.],[.,.]]]
=> [2,3,5,4,1] => [2,3,4,1] => [4,1,2,3] => 3
[.,[[.,[.,[.,.]]],.]]
=> [4,3,2,5,1] => [4,3,2,1] => [4,3,2,1] => 1
[.,[[.,[[.,.],.]],.]]
=> [3,4,2,5,1] => [3,4,2,1] => [4,3,1,2] => 2
[.,[[[.,.],[.,.]],.]]
=> [2,4,3,5,1] => [2,4,3,1] => [4,1,3,2] => 2
[.,[[[.,[.,.]],.],.]]
=> [3,2,4,5,1] => [3,2,4,1] => [4,2,1,3] => 3
[.,[[[[.,.],.],.],.]]
=> [2,3,4,5,1] => [2,3,4,1] => [4,1,2,3] => 3
[[.,.],[.,[.,[.,.]]]]
=> [1,5,4,3,2] => [1,4,3,2] => [1,4,3,2] => 2
[[.,.],[.,[[.,.],.]]]
=> [1,4,5,3,2] => [1,4,3,2] => [1,4,3,2] => 2
[[.,.],[[.,.],[.,.]]]
=> [1,3,5,4,2] => [1,3,4,2] => [1,4,2,3] => 3
[[.,.],[[.,[.,.]],.]]
=> [1,4,3,5,2] => [1,4,3,2] => [1,4,3,2] => 2
[[.,.],[[[.,.],.],.]]
=> [1,3,4,5,2] => [1,3,4,2] => [1,4,2,3] => 3
[[.,[.,.]],[.,[.,.]]]
=> [2,1,5,4,3] => [2,1,4,3] => [2,1,4,3] => 3
[[.,[.,.]],[[.,.],.]]
=> [2,1,4,5,3] => [2,1,4,3] => [2,1,4,3] => 3
[[[.,.],.],[.,[.,.]]]
=> [1,2,5,4,3] => [1,2,4,3] => [1,2,4,3] => 3
[[[.,.],.],[[.,.],.]]
=> [1,2,4,5,3] => [1,2,4,3] => [1,2,4,3] => 3
[[.,[.,[.,.]]],[.,.]]
=> [3,2,1,5,4] => [3,2,1,4] => [3,2,1,4] => 4
[[.,[[.,.],.]],[.,.]]
=> [2,3,1,5,4] => [2,3,1,4] => [3,1,2,4] => 4
[[[.,.],[.,.]],[.,.]]
=> [1,3,2,5,4] => [1,3,2,4] => [1,3,2,4] => 4
[[[.,[.,.]],.],[.,.]]
=> [2,1,3,5,4] => [2,1,3,4] => [2,1,3,4] => 4
[[[[.,.],.],.],[.,.]]
=> [1,2,3,5,4] => [1,2,3,4] => [1,2,3,4] => 4
[[.,[.,[.,[.,.]]]],.]
=> [4,3,2,1,5] => [4,3,2,1] => [4,3,2,1] => 1
[[.,[.,[[.,.],.]]],.]
=> [3,4,2,1,5] => [3,4,2,1] => [4,3,1,2] => 2
[[.,[[.,.],[.,.]]],.]
=> [2,4,3,1,5] => [2,4,3,1] => [4,1,3,2] => 2
Description
The largest label of a leaf in the binary search tree associated with the permutation. Alternatively, this is 1 plus the position of the last descent of the inverse of the reversal of the permutation, and 1 if there is no descent.
The following 29 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000653The last descent of a permutation. St000957The number of Bruhat lower covers of a permutation. St000024The number of double up and double down steps of a Dyck path. St001007Number of simple modules with projective dimension 1 in the Nakayama algebra corresponding to the Dyck path. St000259The diameter of a connected graph. St000771The largest multiplicity of a distance Laplacian eigenvalue in a connected graph. St000199The column of the unique '1' in the last row of the alternating sign matrix. St000327The number of cover relations in a poset. St000443The number of long tunnels of a 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. St000264The girth of a graph, which is not a tree. St000454The largest eigenvalue of a graph if it is integral. St001875The number of simple modules with projective dimension at most 1. St001232The number of indecomposable modules with projective dimension 2 for Nakayama algebras with global dimension at most 2. St000445The number of rises of length 1 of a Dyck path. St001557The number of inversions of the second entry of a permutation. St001685The number of distinct positions of the pattern letter 1 in occurrences of 132 in a permutation. St001182Number of indecomposable injective modules with codominant dimension at least two in the corresponding Nakayama algebra. St001880The number of 2-Gorenstein indecomposable injective modules in the incidence algebra of the lattice. St000741The Colin de Verdière graph invariant. St001060The distinguishing index of a graph. St000455The second largest eigenvalue of a graph if it is integral. St000409The number of pitchforks in a binary tree. St001719The number of shortest chains of small intervals from the bottom to the top in a lattice. St001207The Lowey length of the algebra $A/T$ when $T$ is the 1-tilting module corresponding to the permutation in the Auslander algebra of $K[x]/(x^n)$. St001811The Castelnuovo-Mumford regularity of a permutation. St001822The number of alignments of a signed permutation. St001860The number of factors of the Stanley symmetric function associated with a signed permutation.