Your data matches 111 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
St000013: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1,0]
=> 1
[1,2] => [1,0,1,0]
=> 1
[2,1] => [1,1,0,0]
=> 2
[1,2,3] => [1,0,1,0,1,0]
=> 1
[1,3,2] => [1,0,1,1,0,0]
=> 2
[2,1,3] => [1,1,0,0,1,0]
=> 2
[2,3,1] => [1,1,0,1,0,0]
=> 2
[3,1,2] => [1,1,1,0,0,0]
=> 3
[3,2,1] => [1,1,1,0,0,0]
=> 3
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> 1
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> 2
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> 2
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> 2
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> 3
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> 3
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> 2
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> 2
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> 2
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> 2
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> 3
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> 3
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> 3
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> 3
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> 3
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> 3
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> 3
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> 3
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> 4
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> 4
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> 4
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> 4
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> 4
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> 4
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> 1
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> 2
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> 2
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> 2
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> 3
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> 3
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> 2
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> 2
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> 2
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> 2
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> 3
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> 3
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> 3
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> 3
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> 3
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> 3
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> 3
Description
The height of a Dyck path. The height of a Dyck path $D$ of semilength $n$ is defined as the maximal height of a peak of $D$. The height of $D$ at position $i$ is the number of up-steps minus the number of down-steps before position $i$.
Mp00240: Permutations weak exceedance partitionSet partitions
St000839: Set partitions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => {{1}}
=> 1
[1,2] => {{1},{2}}
=> 2
[2,1] => {{1,2}}
=> 1
[1,2,3] => {{1},{2},{3}}
=> 3
[1,3,2] => {{1},{2,3}}
=> 2
[2,1,3] => {{1,2},{3}}
=> 3
[2,3,1] => {{1,2,3}}
=> 1
[3,1,2] => {{1,3},{2}}
=> 2
[3,2,1] => {{1,3},{2}}
=> 2
[1,2,3,4] => {{1},{2},{3},{4}}
=> 4
[1,2,4,3] => {{1},{2},{3,4}}
=> 3
[1,3,2,4] => {{1},{2,3},{4}}
=> 4
[1,3,4,2] => {{1},{2,3,4}}
=> 2
[1,4,2,3] => {{1},{2,4},{3}}
=> 3
[1,4,3,2] => {{1},{2,4},{3}}
=> 3
[2,1,3,4] => {{1,2},{3},{4}}
=> 4
[2,1,4,3] => {{1,2},{3,4}}
=> 3
[2,3,1,4] => {{1,2,3},{4}}
=> 4
[2,3,4,1] => {{1,2,3,4}}
=> 1
[2,4,1,3] => {{1,2,4},{3}}
=> 3
[2,4,3,1] => {{1,2,4},{3}}
=> 3
[3,1,2,4] => {{1,3},{2},{4}}
=> 4
[3,1,4,2] => {{1,3,4},{2}}
=> 2
[3,2,1,4] => {{1,3},{2},{4}}
=> 4
[3,2,4,1] => {{1,3,4},{2}}
=> 2
[3,4,1,2] => {{1,3},{2,4}}
=> 2
[3,4,2,1] => {{1,3},{2,4}}
=> 2
[4,1,2,3] => {{1,4},{2},{3}}
=> 3
[4,1,3,2] => {{1,4},{2},{3}}
=> 3
[4,2,1,3] => {{1,4},{2},{3}}
=> 3
[4,2,3,1] => {{1,4},{2},{3}}
=> 3
[4,3,1,2] => {{1,4},{2,3}}
=> 2
[4,3,2,1] => {{1,4},{2,3}}
=> 2
[1,2,3,4,5] => {{1},{2},{3},{4},{5}}
=> 5
[1,2,3,5,4] => {{1},{2},{3},{4,5}}
=> 4
[1,2,4,3,5] => {{1},{2},{3,4},{5}}
=> 5
[1,2,4,5,3] => {{1},{2},{3,4,5}}
=> 3
[1,2,5,3,4] => {{1},{2},{3,5},{4}}
=> 4
[1,2,5,4,3] => {{1},{2},{3,5},{4}}
=> 4
[1,3,2,4,5] => {{1},{2,3},{4},{5}}
=> 5
[1,3,2,5,4] => {{1},{2,3},{4,5}}
=> 4
[1,3,4,2,5] => {{1},{2,3,4},{5}}
=> 5
[1,3,4,5,2] => {{1},{2,3,4,5}}
=> 2
[1,3,5,2,4] => {{1},{2,3,5},{4}}
=> 4
[1,3,5,4,2] => {{1},{2,3,5},{4}}
=> 4
[1,4,2,3,5] => {{1},{2,4},{3},{5}}
=> 5
[1,4,2,5,3] => {{1},{2,4,5},{3}}
=> 3
[1,4,3,2,5] => {{1},{2,4},{3},{5}}
=> 5
[1,4,3,5,2] => {{1},{2,4,5},{3}}
=> 3
[1,4,5,2,3] => {{1},{2,4},{3,5}}
=> 3
Description
The largest opener of a set partition. An opener (or left hand endpoint) of a set partition is a number that is minimal in its block. For this statistic, singletons are considered as openers.
Matching statistic: St000738
Mp00240: Permutations weak exceedance partitionSet partitions
Mp00258: Set partitions Standard tableau associated to a set partitionStandard tableaux
St000738: Standard tableaux ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => {{1}}
=> [[1]]
=> 1
[1,2] => {{1},{2}}
=> [[1],[2]]
=> 2
[2,1] => {{1,2}}
=> [[1,2]]
=> 1
[1,2,3] => {{1},{2},{3}}
=> [[1],[2],[3]]
=> 3
[1,3,2] => {{1},{2,3}}
=> [[1,3],[2]]
=> 2
[2,1,3] => {{1,2},{3}}
=> [[1,2],[3]]
=> 3
[2,3,1] => {{1,2,3}}
=> [[1,2,3]]
=> 1
[3,1,2] => {{1,3},{2}}
=> [[1,3],[2]]
=> 2
[3,2,1] => {{1,3},{2}}
=> [[1,3],[2]]
=> 2
[1,2,3,4] => {{1},{2},{3},{4}}
=> [[1],[2],[3],[4]]
=> 4
[1,2,4,3] => {{1},{2},{3,4}}
=> [[1,4],[2],[3]]
=> 3
[1,3,2,4] => {{1},{2,3},{4}}
=> [[1,3],[2],[4]]
=> 4
[1,3,4,2] => {{1},{2,3,4}}
=> [[1,3,4],[2]]
=> 2
[1,4,2,3] => {{1},{2,4},{3}}
=> [[1,4],[2],[3]]
=> 3
[1,4,3,2] => {{1},{2,4},{3}}
=> [[1,4],[2],[3]]
=> 3
[2,1,3,4] => {{1,2},{3},{4}}
=> [[1,2],[3],[4]]
=> 4
[2,1,4,3] => {{1,2},{3,4}}
=> [[1,2],[3,4]]
=> 3
[2,3,1,4] => {{1,2,3},{4}}
=> [[1,2,3],[4]]
=> 4
[2,3,4,1] => {{1,2,3,4}}
=> [[1,2,3,4]]
=> 1
[2,4,1,3] => {{1,2,4},{3}}
=> [[1,2,4],[3]]
=> 3
[2,4,3,1] => {{1,2,4},{3}}
=> [[1,2,4],[3]]
=> 3
[3,1,2,4] => {{1,3},{2},{4}}
=> [[1,3],[2],[4]]
=> 4
[3,1,4,2] => {{1,3,4},{2}}
=> [[1,3,4],[2]]
=> 2
[3,2,1,4] => {{1,3},{2},{4}}
=> [[1,3],[2],[4]]
=> 4
[3,2,4,1] => {{1,3,4},{2}}
=> [[1,3,4],[2]]
=> 2
[3,4,1,2] => {{1,3},{2,4}}
=> [[1,3],[2,4]]
=> 2
[3,4,2,1] => {{1,3},{2,4}}
=> [[1,3],[2,4]]
=> 2
[4,1,2,3] => {{1,4},{2},{3}}
=> [[1,4],[2],[3]]
=> 3
[4,1,3,2] => {{1,4},{2},{3}}
=> [[1,4],[2],[3]]
=> 3
[4,2,1,3] => {{1,4},{2},{3}}
=> [[1,4],[2],[3]]
=> 3
[4,2,3,1] => {{1,4},{2},{3}}
=> [[1,4],[2],[3]]
=> 3
[4,3,1,2] => {{1,4},{2,3}}
=> [[1,3],[2,4]]
=> 2
[4,3,2,1] => {{1,4},{2,3}}
=> [[1,3],[2,4]]
=> 2
[1,2,3,4,5] => {{1},{2},{3},{4},{5}}
=> [[1],[2],[3],[4],[5]]
=> 5
[1,2,3,5,4] => {{1},{2},{3},{4,5}}
=> [[1,5],[2],[3],[4]]
=> 4
[1,2,4,3,5] => {{1},{2},{3,4},{5}}
=> [[1,4],[2],[3],[5]]
=> 5
[1,2,4,5,3] => {{1},{2},{3,4,5}}
=> [[1,4,5],[2],[3]]
=> 3
[1,2,5,3,4] => {{1},{2},{3,5},{4}}
=> [[1,5],[2],[3],[4]]
=> 4
[1,2,5,4,3] => {{1},{2},{3,5},{4}}
=> [[1,5],[2],[3],[4]]
=> 4
[1,3,2,4,5] => {{1},{2,3},{4},{5}}
=> [[1,3],[2],[4],[5]]
=> 5
[1,3,2,5,4] => {{1},{2,3},{4,5}}
=> [[1,3],[2,5],[4]]
=> 4
[1,3,4,2,5] => {{1},{2,3,4},{5}}
=> [[1,3,4],[2],[5]]
=> 5
[1,3,4,5,2] => {{1},{2,3,4,5}}
=> [[1,3,4,5],[2]]
=> 2
[1,3,5,2,4] => {{1},{2,3,5},{4}}
=> [[1,3,5],[2],[4]]
=> 4
[1,3,5,4,2] => {{1},{2,3,5},{4}}
=> [[1,3,5],[2],[4]]
=> 4
[1,4,2,3,5] => {{1},{2,4},{3},{5}}
=> [[1,4],[2],[3],[5]]
=> 5
[1,4,2,5,3] => {{1},{2,4,5},{3}}
=> [[1,4,5],[2],[3]]
=> 3
[1,4,3,2,5] => {{1},{2,4},{3},{5}}
=> [[1,4],[2],[3],[5]]
=> 5
[1,4,3,5,2] => {{1},{2,4,5},{3}}
=> [[1,4,5],[2],[3]]
=> 3
[1,4,5,2,3] => {{1},{2,4},{3,5}}
=> [[1,4],[2,5],[3]]
=> 3
Description
The first entry in the last row of a standard tableau. For the last entry in the first row, see [[St000734]].
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
Mp00030: Dyck paths zeta mapDyck paths
St001203: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1,0]
=> [1,0]
=> 1
[1,2] => [1,0,1,0]
=> [1,1,0,0]
=> 1
[2,1] => [1,1,0,0]
=> [1,0,1,0]
=> 2
[1,2,3] => [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> 1
[1,3,2] => [1,0,1,1,0,0]
=> [1,0,1,1,0,0]
=> 2
[2,1,3] => [1,1,0,0,1,0]
=> [1,1,0,1,0,0]
=> 2
[2,3,1] => [1,1,0,1,0,0]
=> [1,1,0,0,1,0]
=> 2
[3,1,2] => [1,1,1,0,0,0]
=> [1,0,1,0,1,0]
=> 3
[3,2,1] => [1,1,1,0,0,0]
=> [1,0,1,0,1,0]
=> 3
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> 1
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [1,0,1,1,1,0,0,0]
=> 2
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [1,1,0,1,1,0,0,0]
=> 2
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [1,1,0,0,1,1,0,0]
=> 2
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,1,0,0]
=> 3
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,1,0,0]
=> 3
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,0,0,0]
=> 2
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [1,1,0,1,0,1,0,0]
=> 2
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [1,1,1,0,0,1,0,0]
=> 2
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> 2
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,0,1,0]
=> 3
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,0,1,0]
=> 3
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [1,0,1,1,0,1,0,0]
=> 3
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> 3
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [1,0,1,1,0,1,0,0]
=> 3
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> 3
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [1,1,0,0,1,0,1,0]
=> 3
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [1,1,0,0,1,0,1,0]
=> 3
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> 4
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> 4
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> 4
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> 4
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> 4
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> 4
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> 1
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [1,0,1,1,1,1,0,0,0,0]
=> 2
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [1,1,0,1,1,1,0,0,0,0]
=> 2
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [1,1,0,0,1,1,1,0,0,0]
=> 2
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> 3
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> 3
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> 2
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [1,1,0,1,0,1,1,0,0,0]
=> 2
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [1,1,1,0,0,1,1,0,0,0]
=> 2
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [1,1,1,0,0,0,1,1,0,0]
=> 2
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> 3
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> 3
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,0,1,1,0,1,1,0,0,0]
=> 3
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,1,0,0]
=> 3
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,0,1,1,0,1,1,0,0,0]
=> 3
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,1,0,0]
=> 3
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [1,1,0,0,1,0,1,1,0,0]
=> 3
Description
We associate to 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 Dyck path as follows: In the list $L$ delete the first entry $c_0$ and substract from all other entries $n-1$ and then append the last element 1 (this was suggested by Christian Stump). The result is a Kupisch series of an LNakayama algebra. Example: [5,6,6,6,6] goes into [2,2,2,2,1]. Now associate to the CNakayama algebra with the above properties the Dyck path corresponding to the Kupisch series of the LNakayama algebra. The statistic return the global dimension of the CNakayama algebra divided by 2.
Matching statistic: St000010
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
Mp00023: Dyck paths to non-crossing permutationPermutations
Mp00060: Permutations Robinson-Schensted tableau shapeInteger partitions
St000010: Integer partitions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1,0]
=> [1] => [1]
=> 1
[1,2] => [1,0,1,0]
=> [1,2] => [2]
=> 1
[2,1] => [1,1,0,0]
=> [2,1] => [1,1]
=> 2
[1,2,3] => [1,0,1,0,1,0]
=> [1,2,3] => [3]
=> 1
[1,3,2] => [1,0,1,1,0,0]
=> [1,3,2] => [2,1]
=> 2
[2,1,3] => [1,1,0,0,1,0]
=> [2,1,3] => [2,1]
=> 2
[2,3,1] => [1,1,0,1,0,0]
=> [2,3,1] => [2,1]
=> 2
[3,1,2] => [1,1,1,0,0,0]
=> [3,2,1] => [1,1,1]
=> 3
[3,2,1] => [1,1,1,0,0,0]
=> [3,2,1] => [1,1,1]
=> 3
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [1,2,3,4] => [4]
=> 1
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [1,2,4,3] => [3,1]
=> 2
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [1,3,2,4] => [3,1]
=> 2
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [1,3,4,2] => [3,1]
=> 2
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,4,3,2] => [2,1,1]
=> 3
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,4,3,2] => [2,1,1]
=> 3
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [2,1,3,4] => [3,1]
=> 2
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [2,1,4,3] => [2,2]
=> 2
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [2,3,1,4] => [3,1]
=> 2
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [2,3,4,1] => [3,1]
=> 2
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [2,4,3,1] => [2,1,1]
=> 3
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [2,4,3,1] => [2,1,1]
=> 3
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [3,2,1,4] => [2,1,1]
=> 3
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [3,2,4,1] => [2,1,1]
=> 3
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [3,2,1,4] => [2,1,1]
=> 3
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [3,2,4,1] => [2,1,1]
=> 3
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [4,2,3,1] => [2,1,1]
=> 3
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [4,2,3,1] => [2,1,1]
=> 3
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [1,1,1,1]
=> 4
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [1,1,1,1]
=> 4
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [1,1,1,1]
=> 4
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [1,1,1,1]
=> 4
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [1,1,1,1]
=> 4
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [1,1,1,1]
=> 4
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [1,2,3,4,5] => [5]
=> 1
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [1,2,3,5,4] => [4,1]
=> 2
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [1,2,4,3,5] => [4,1]
=> 2
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [1,2,4,5,3] => [4,1]
=> 2
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [1,2,5,4,3] => [3,1,1]
=> 3
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [1,2,5,4,3] => [3,1,1]
=> 3
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [1,3,2,4,5] => [4,1]
=> 2
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [1,3,2,5,4] => [3,2]
=> 2
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [1,3,4,2,5] => [4,1]
=> 2
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [1,3,4,5,2] => [4,1]
=> 2
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [1,3,5,4,2] => [3,1,1]
=> 3
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [1,3,5,4,2] => [3,1,1]
=> 3
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,4,3,2,5] => [3,1,1]
=> 3
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [1,4,3,5,2] => [3,1,1]
=> 3
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,4,3,2,5] => [3,1,1]
=> 3
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [1,4,3,5,2] => [3,1,1]
=> 3
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [1,5,3,4,2] => [3,1,1]
=> 3
Description
The length of the partition.
Matching statistic: St000011
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
Mp00030: Dyck paths zeta mapDyck paths
Mp00099: Dyck paths bounce pathDyck paths
St000011: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1,0]
=> [1,0]
=> [1,0]
=> 1
[1,2] => [1,0,1,0]
=> [1,1,0,0]
=> [1,1,0,0]
=> 1
[2,1] => [1,1,0,0]
=> [1,0,1,0]
=> [1,0,1,0]
=> 2
[1,2,3] => [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> [1,1,1,0,0,0]
=> 1
[1,3,2] => [1,0,1,1,0,0]
=> [1,0,1,1,0,0]
=> [1,0,1,1,0,0]
=> 2
[2,1,3] => [1,1,0,0,1,0]
=> [1,1,0,1,0,0]
=> [1,0,1,1,0,0]
=> 2
[2,3,1] => [1,1,0,1,0,0]
=> [1,1,0,0,1,0]
=> [1,1,0,0,1,0]
=> 2
[3,1,2] => [1,1,1,0,0,0]
=> [1,0,1,0,1,0]
=> [1,0,1,0,1,0]
=> 3
[3,2,1] => [1,1,1,0,0,0]
=> [1,0,1,0,1,0]
=> [1,0,1,0,1,0]
=> 3
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> 1
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [1,0,1,1,1,0,0,0]
=> [1,0,1,1,1,0,0,0]
=> 2
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [1,1,0,1,1,0,0,0]
=> [1,0,1,1,1,0,0,0]
=> 2
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [1,1,0,0,1,1,0,0]
=> [1,1,0,0,1,1,0,0]
=> 2
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,1,0,0]
=> [1,0,1,0,1,1,0,0]
=> 3
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,1,0,0]
=> [1,0,1,0,1,1,0,0]
=> 3
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,0,0,0]
=> [1,0,1,1,1,0,0,0]
=> 2
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [1,1,0,1,0,1,0,0]
=> [1,1,0,0,1,1,0,0]
=> 2
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [1,1,1,0,0,1,0,0]
=> [1,1,0,0,1,1,0,0]
=> 2
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> [1,1,1,0,0,0,1,0]
=> 2
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,0,1,0]
=> [1,0,1,1,0,0,1,0]
=> 3
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,0,1,0]
=> [1,0,1,1,0,0,1,0]
=> 3
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [1,0,1,1,0,1,0,0]
=> [1,0,1,0,1,1,0,0]
=> 3
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> [1,0,1,1,0,0,1,0]
=> 3
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [1,0,1,1,0,1,0,0]
=> [1,0,1,0,1,1,0,0]
=> 3
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> [1,0,1,1,0,0,1,0]
=> 3
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [1,1,0,0,1,0,1,0]
=> [1,1,0,0,1,0,1,0]
=> 3
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [1,1,0,0,1,0,1,0]
=> [1,1,0,0,1,0,1,0]
=> 3
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> 4
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> 4
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> 4
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> 4
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> 4
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> 4
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> 1
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [1,0,1,1,1,1,0,0,0,0]
=> [1,0,1,1,1,1,0,0,0,0]
=> 2
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [1,1,0,1,1,1,0,0,0,0]
=> [1,0,1,1,1,1,0,0,0,0]
=> 2
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [1,1,0,0,1,1,1,0,0,0]
=> [1,1,0,0,1,1,1,0,0,0]
=> 2
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> 3
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> 3
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> [1,0,1,1,1,1,0,0,0,0]
=> 2
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [1,1,0,1,0,1,1,0,0,0]
=> [1,1,0,0,1,1,1,0,0,0]
=> 2
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [1,1,1,0,0,1,1,0,0,0]
=> [1,1,0,0,1,1,1,0,0,0]
=> 2
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [1,1,1,0,0,0,1,1,0,0]
=> [1,1,1,0,0,0,1,1,0,0]
=> 2
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> 3
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> 3
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,0,1,1,0,1,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> 3
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> 3
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,0,1,1,0,1,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> 3
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> 3
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [1,1,0,0,1,0,1,1,0,0]
=> [1,1,0,0,1,0,1,1,0,0]
=> 3
Description
The number of touch points (or returns) of a Dyck path. This is the number of points, excluding the origin, where the Dyck path has height 0.
Matching statistic: St000147
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
Mp00023: Dyck paths to non-crossing permutationPermutations
Mp00204: Permutations LLPSInteger partitions
St000147: Integer partitions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1,0]
=> [1] => [1]
=> 1
[1,2] => [1,0,1,0]
=> [1,2] => [1,1]
=> 1
[2,1] => [1,1,0,0]
=> [2,1] => [2]
=> 2
[1,2,3] => [1,0,1,0,1,0]
=> [1,2,3] => [1,1,1]
=> 1
[1,3,2] => [1,0,1,1,0,0]
=> [1,3,2] => [2,1]
=> 2
[2,1,3] => [1,1,0,0,1,0]
=> [2,1,3] => [2,1]
=> 2
[2,3,1] => [1,1,0,1,0,0]
=> [2,3,1] => [2,1]
=> 2
[3,1,2] => [1,1,1,0,0,0]
=> [3,2,1] => [3]
=> 3
[3,2,1] => [1,1,1,0,0,0]
=> [3,2,1] => [3]
=> 3
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [1,2,3,4] => [1,1,1,1]
=> 1
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [1,2,4,3] => [2,1,1]
=> 2
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [1,3,2,4] => [2,1,1]
=> 2
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [1,3,4,2] => [2,1,1]
=> 2
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,4,3,2] => [3,1]
=> 3
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,4,3,2] => [3,1]
=> 3
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [2,1,3,4] => [2,1,1]
=> 2
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [2,1,4,3] => [2,2]
=> 2
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [2,3,1,4] => [2,1,1]
=> 2
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [2,3,4,1] => [2,1,1]
=> 2
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [2,4,3,1] => [3,1]
=> 3
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [2,4,3,1] => [3,1]
=> 3
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [3,2,1,4] => [3,1]
=> 3
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [3,2,4,1] => [3,1]
=> 3
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [3,2,1,4] => [3,1]
=> 3
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [3,2,4,1] => [3,1]
=> 3
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [4,2,3,1] => [3,1]
=> 3
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [4,2,3,1] => [3,1]
=> 3
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [4]
=> 4
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [4]
=> 4
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [4]
=> 4
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [4]
=> 4
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [4]
=> 4
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [4]
=> 4
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [1,2,3,4,5] => [1,1,1,1,1]
=> 1
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [1,2,3,5,4] => [2,1,1,1]
=> 2
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [1,2,4,3,5] => [2,1,1,1]
=> 2
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [1,2,4,5,3] => [2,1,1,1]
=> 2
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [1,2,5,4,3] => [3,1,1]
=> 3
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [1,2,5,4,3] => [3,1,1]
=> 3
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [1,3,2,4,5] => [2,1,1,1]
=> 2
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [1,3,2,5,4] => [2,2,1]
=> 2
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [1,3,4,2,5] => [2,1,1,1]
=> 2
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [1,3,4,5,2] => [2,1,1,1]
=> 2
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [1,3,5,4,2] => [3,1,1]
=> 3
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [1,3,5,4,2] => [3,1,1]
=> 3
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,4,3,2,5] => [3,1,1]
=> 3
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [1,4,3,5,2] => [3,1,1]
=> 3
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,4,3,2,5] => [3,1,1]
=> 3
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [1,4,3,5,2] => [3,1,1]
=> 3
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [1,5,3,4,2] => [3,1,1]
=> 3
Description
The largest part of an integer partition.
Matching statistic: St001068
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
Mp00030: Dyck paths zeta mapDyck paths
Mp00099: Dyck paths bounce pathDyck paths
St001068: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1,0]
=> [1,0]
=> [1,0]
=> 1
[1,2] => [1,0,1,0]
=> [1,1,0,0]
=> [1,1,0,0]
=> 1
[2,1] => [1,1,0,0]
=> [1,0,1,0]
=> [1,0,1,0]
=> 2
[1,2,3] => [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> [1,1,1,0,0,0]
=> 1
[1,3,2] => [1,0,1,1,0,0]
=> [1,0,1,1,0,0]
=> [1,0,1,1,0,0]
=> 2
[2,1,3] => [1,1,0,0,1,0]
=> [1,1,0,1,0,0]
=> [1,0,1,1,0,0]
=> 2
[2,3,1] => [1,1,0,1,0,0]
=> [1,1,0,0,1,0]
=> [1,1,0,0,1,0]
=> 2
[3,1,2] => [1,1,1,0,0,0]
=> [1,0,1,0,1,0]
=> [1,0,1,0,1,0]
=> 3
[3,2,1] => [1,1,1,0,0,0]
=> [1,0,1,0,1,0]
=> [1,0,1,0,1,0]
=> 3
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> 1
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [1,0,1,1,1,0,0,0]
=> [1,0,1,1,1,0,0,0]
=> 2
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [1,1,0,1,1,0,0,0]
=> [1,0,1,1,1,0,0,0]
=> 2
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [1,1,0,0,1,1,0,0]
=> [1,1,0,0,1,1,0,0]
=> 2
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,1,0,0]
=> [1,0,1,0,1,1,0,0]
=> 3
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,1,0,0]
=> [1,0,1,0,1,1,0,0]
=> 3
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,0,0,0]
=> [1,0,1,1,1,0,0,0]
=> 2
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [1,1,0,1,0,1,0,0]
=> [1,1,0,0,1,1,0,0]
=> 2
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [1,1,1,0,0,1,0,0]
=> [1,1,0,0,1,1,0,0]
=> 2
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> [1,1,1,0,0,0,1,0]
=> 2
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,0,1,0]
=> [1,0,1,1,0,0,1,0]
=> 3
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,0,1,0]
=> [1,0,1,1,0,0,1,0]
=> 3
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [1,0,1,1,0,1,0,0]
=> [1,0,1,0,1,1,0,0]
=> 3
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> [1,0,1,1,0,0,1,0]
=> 3
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [1,0,1,1,0,1,0,0]
=> [1,0,1,0,1,1,0,0]
=> 3
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> [1,0,1,1,0,0,1,0]
=> 3
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [1,1,0,0,1,0,1,0]
=> [1,1,0,0,1,0,1,0]
=> 3
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [1,1,0,0,1,0,1,0]
=> [1,1,0,0,1,0,1,0]
=> 3
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> 4
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> 4
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> 4
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> 4
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> 4
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> 4
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> 1
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [1,0,1,1,1,1,0,0,0,0]
=> [1,0,1,1,1,1,0,0,0,0]
=> 2
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [1,1,0,1,1,1,0,0,0,0]
=> [1,0,1,1,1,1,0,0,0,0]
=> 2
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [1,1,0,0,1,1,1,0,0,0]
=> [1,1,0,0,1,1,1,0,0,0]
=> 2
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> 3
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> 3
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> [1,0,1,1,1,1,0,0,0,0]
=> 2
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [1,1,0,1,0,1,1,0,0,0]
=> [1,1,0,0,1,1,1,0,0,0]
=> 2
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [1,1,1,0,0,1,1,0,0,0]
=> [1,1,0,0,1,1,1,0,0,0]
=> 2
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [1,1,1,0,0,0,1,1,0,0]
=> [1,1,1,0,0,0,1,1,0,0]
=> 2
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> 3
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> 3
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,0,1,1,0,1,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> 3
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> 3
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,0,1,1,0,1,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> 3
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> 3
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [1,1,0,0,1,0,1,1,0,0]
=> [1,1,0,0,1,0,1,1,0,0]
=> 3
Description
Number of torsionless simple modules in the corresponding Nakayama algebra.
Matching statistic: St001494
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
Mp00023: Dyck paths to non-crossing permutationPermutations
Mp00160: Permutations graph of inversionsGraphs
St001494: Graphs ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1,0]
=> [1] => ([],1)
=> 1
[1,2] => [1,0,1,0]
=> [1,2] => ([],2)
=> 1
[2,1] => [1,1,0,0]
=> [2,1] => ([(0,1)],2)
=> 2
[1,2,3] => [1,0,1,0,1,0]
=> [1,2,3] => ([],3)
=> 1
[1,3,2] => [1,0,1,1,0,0]
=> [1,3,2] => ([(1,2)],3)
=> 2
[2,1,3] => [1,1,0,0,1,0]
=> [2,1,3] => ([(1,2)],3)
=> 2
[2,3,1] => [1,1,0,1,0,0]
=> [2,3,1] => ([(0,2),(1,2)],3)
=> 2
[3,1,2] => [1,1,1,0,0,0]
=> [3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> 3
[3,2,1] => [1,1,1,0,0,0]
=> [3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> 3
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [1,2,3,4] => ([],4)
=> 1
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [1,2,4,3] => ([(2,3)],4)
=> 2
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [1,3,2,4] => ([(2,3)],4)
=> 2
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [1,3,4,2] => ([(1,3),(2,3)],4)
=> 2
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> 3
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> 3
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [2,1,3,4] => ([(2,3)],4)
=> 2
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [2,1,4,3] => ([(0,3),(1,2)],4)
=> 2
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [2,3,1,4] => ([(1,3),(2,3)],4)
=> 2
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 2
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> 3
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> 3
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 3
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 4
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [1,2,3,4,5] => ([],5)
=> 1
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [1,2,3,5,4] => ([(3,4)],5)
=> 2
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [1,2,4,3,5] => ([(3,4)],5)
=> 2
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [1,2,4,5,3] => ([(2,4),(3,4)],5)
=> 2
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [1,2,5,4,3] => ([(2,3),(2,4),(3,4)],5)
=> 3
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [1,2,5,4,3] => ([(2,3),(2,4),(3,4)],5)
=> 3
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [1,3,2,4,5] => ([(3,4)],5)
=> 2
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [1,3,2,5,4] => ([(1,4),(2,3)],5)
=> 2
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [1,3,4,2,5] => ([(2,4),(3,4)],5)
=> 2
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [1,3,4,5,2] => ([(1,4),(2,4),(3,4)],5)
=> 2
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [1,3,5,4,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [1,3,5,4,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> 3
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [1,4,3,5,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> 3
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [1,4,3,5,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 3
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [1,5,3,4,2] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 3
Description
The Alon-Tarsi number of a graph. Let $G$ be a graph with vertices $\{1,\dots,n\}$ and edge set $E$. Let $P_G=\prod_{i < j, (i,j)\in E} x_i-x_j$ be its graph polynomial. Then the Alon-Tarsi number is the smallest number $k$ such that $P_G$ contains a monomial with exponents strictly less than $k$.
Matching statistic: St000053
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
Mp00030: Dyck paths zeta mapDyck paths
Mp00099: Dyck paths bounce pathDyck paths
St000053: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1,0]
=> [1,0]
=> [1,0]
=> 0 = 1 - 1
[1,2] => [1,0,1,0]
=> [1,1,0,0]
=> [1,1,0,0]
=> 0 = 1 - 1
[2,1] => [1,1,0,0]
=> [1,0,1,0]
=> [1,0,1,0]
=> 1 = 2 - 1
[1,2,3] => [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> [1,1,1,0,0,0]
=> 0 = 1 - 1
[1,3,2] => [1,0,1,1,0,0]
=> [1,0,1,1,0,0]
=> [1,0,1,1,0,0]
=> 1 = 2 - 1
[2,1,3] => [1,1,0,0,1,0]
=> [1,1,0,1,0,0]
=> [1,0,1,1,0,0]
=> 1 = 2 - 1
[2,3,1] => [1,1,0,1,0,0]
=> [1,1,0,0,1,0]
=> [1,1,0,0,1,0]
=> 1 = 2 - 1
[3,1,2] => [1,1,1,0,0,0]
=> [1,0,1,0,1,0]
=> [1,0,1,0,1,0]
=> 2 = 3 - 1
[3,2,1] => [1,1,1,0,0,0]
=> [1,0,1,0,1,0]
=> [1,0,1,0,1,0]
=> 2 = 3 - 1
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> 0 = 1 - 1
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [1,0,1,1,1,0,0,0]
=> [1,0,1,1,1,0,0,0]
=> 1 = 2 - 1
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [1,1,0,1,1,0,0,0]
=> [1,0,1,1,1,0,0,0]
=> 1 = 2 - 1
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [1,1,0,0,1,1,0,0]
=> [1,1,0,0,1,1,0,0]
=> 1 = 2 - 1
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,1,0,0]
=> [1,0,1,0,1,1,0,0]
=> 2 = 3 - 1
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,1,0,0]
=> [1,0,1,0,1,1,0,0]
=> 2 = 3 - 1
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,0,0,0]
=> [1,0,1,1,1,0,0,0]
=> 1 = 2 - 1
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [1,1,0,1,0,1,0,0]
=> [1,1,0,0,1,1,0,0]
=> 1 = 2 - 1
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [1,1,1,0,0,1,0,0]
=> [1,1,0,0,1,1,0,0]
=> 1 = 2 - 1
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [1,1,1,0,0,0,1,0]
=> [1,1,1,0,0,0,1,0]
=> 1 = 2 - 1
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,0,1,0]
=> [1,0,1,1,0,0,1,0]
=> 2 = 3 - 1
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,0,1,0]
=> [1,0,1,1,0,0,1,0]
=> 2 = 3 - 1
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [1,0,1,1,0,1,0,0]
=> [1,0,1,0,1,1,0,0]
=> 2 = 3 - 1
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> [1,0,1,1,0,0,1,0]
=> 2 = 3 - 1
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [1,0,1,1,0,1,0,0]
=> [1,0,1,0,1,1,0,0]
=> 2 = 3 - 1
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,0]
=> [1,0,1,1,0,0,1,0]
=> 2 = 3 - 1
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [1,1,0,0,1,0,1,0]
=> [1,1,0,0,1,0,1,0]
=> 2 = 3 - 1
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [1,1,0,0,1,0,1,0]
=> [1,1,0,0,1,0,1,0]
=> 2 = 3 - 1
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> 3 = 4 - 1
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> 3 = 4 - 1
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> 3 = 4 - 1
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> 3 = 4 - 1
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> 3 = 4 - 1
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> 3 = 4 - 1
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> [1,1,1,1,1,0,0,0,0,0]
=> 0 = 1 - 1
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [1,0,1,1,1,1,0,0,0,0]
=> [1,0,1,1,1,1,0,0,0,0]
=> 1 = 2 - 1
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [1,1,0,1,1,1,0,0,0,0]
=> [1,0,1,1,1,1,0,0,0,0]
=> 1 = 2 - 1
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [1,1,0,0,1,1,1,0,0,0]
=> [1,1,0,0,1,1,1,0,0,0]
=> 1 = 2 - 1
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> 2 = 3 - 1
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> 2 = 3 - 1
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [1,1,1,0,1,1,0,0,0,0]
=> [1,0,1,1,1,1,0,0,0,0]
=> 1 = 2 - 1
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [1,1,0,1,0,1,1,0,0,0]
=> [1,1,0,0,1,1,1,0,0,0]
=> 1 = 2 - 1
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [1,1,1,0,0,1,1,0,0,0]
=> [1,1,0,0,1,1,1,0,0,0]
=> 1 = 2 - 1
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [1,1,1,0,0,0,1,1,0,0]
=> [1,1,1,0,0,0,1,1,0,0]
=> 1 = 2 - 1
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> 2 = 3 - 1
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> 2 = 3 - 1
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,0,1,1,0,1,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> 2 = 3 - 1
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> 2 = 3 - 1
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,0,1,1,0,1,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> 2 = 3 - 1
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [1,1,0,1,0,0,1,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> 2 = 3 - 1
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [1,1,0,0,1,0,1,1,0,0]
=> [1,1,0,0,1,0,1,1,0,0]
=> 2 = 3 - 1
Description
The number of valleys of the Dyck path.
The following 101 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000442The maximal area to the right of an up step of a Dyck path. St000987The number of positive eigenvalues of the Laplacian matrix of the graph. St001028Number of simple modules with injective dimension equal to the dominant dimension in the Nakayama algebra corresponding to the Dyck path. St001197The global dimension of $eAe$ for the corresponding Nakayama algebra $A$ with minimal faithful projective-injective module $eA$. St001506Half the projective dimension of the unique simple module with even projective dimension in a magnitude 1 Nakayama algebra. St000730The maximal arc length of a set partition. St001039The maximal height of a column in the parallelogram polyomino associated with a Dyck path. St000476The sum of the semi-lengths of tunnels before a valley of a Dyck path. St000786The maximal number of occurrences of a colour in a proper colouring of a graph. St000171The degree of the graph. St001337The upper domination number of a graph. St001338The upper irredundance number of a graph. St000093The cardinality of a maximal independent set of vertices of a graph. St000097The order of the largest clique of the graph. St000098The chromatic number of a graph. St001029The size of the core of a graph. St001580The acyclic chromatic number of a graph. St000272The treewidth of a graph. St000536The pathwidth of a graph. St000172The Grundy number of a graph. St000846The maximal number of elements covering an element of a poset. St000527The width of the poset. St000528The height of a poset. St001343The dimension of the reduced incidence algebra of a poset. St001725The harmonious chromatic number of a graph. St000306The bounce count of a Dyck path. St001963The tree-depth of a graph. St001277The degeneracy of a graph. St001358The largest degree of a regular subgraph of a graph. St000451The length of the longest pattern of the form k 1 2. St000245The number of ascents of a permutation. St000141The maximum drop size of a permutation. St000845The maximal number of elements covered by an element in a poset. St000777The number of distinct eigenvalues of the distance Laplacian of a connected graph. St000662The staircase size of the code of a permutation. St001717The largest size of an interval in a poset. St000028The number of stack-sorts needed to sort a permutation. St000264The girth of a graph, which is not a tree. St000308The height of the tree associated to a permutation. St001232The number of indecomposable modules with projective dimension 2 for Nakayama algebras with global dimension at most 2. St000454The largest eigenvalue of a graph if it is integral. St000720The size of the largest partition in the oscillating tableau corresponding to the perfect matching. St001046The maximal number of arcs nesting a given arc of a perfect matching. St000651The maximal size of a rise in a permutation. St001330The hat guessing number of a graph. St001497The position of the largest weak excedence of a permutation. St000470The number of runs in a permutation. St000259The diameter of a connected graph. St000542The number of left-to-right-minima of a permutation. St000771The largest multiplicity of a distance Laplacian eigenvalue in a connected graph. St000062The length of the longest increasing subsequence of the permutation. St000166The depth minus 1 of an ordered tree. St000094The depth of an ordered tree. St000015The number of peaks of a Dyck path. St000314The number of left-to-right-maxima of a permutation. St000325The width of the tree associated to a permutation. St000822The Hadwiger number of the graph. St000877The depth of the binary word interpreted as a path. St001202Call 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. St001291The number of indecomposable summands of the tensor product of two copies of the dual of the Nakayama algebra associated to a Dyck path. St001390The number of bumps occurring when Schensted-inserting the letter 1 of a permutation. St001498The normalised height of a Nakayama algebra with magnitude 1. St000021The number of descents of a permutation. St000080The rank of the poset. St000541The number of indices greater than or equal to 2 of a permutation such that all smaller indices appear to its right. St001047The maximal number of arcs crossing a given arc of a perfect matching. St001169Number of simple modules with projective dimension at least two in the corresponding Nakayama algebra. St001205The number of non-simple indecomposable projective-injective modules of the algebra $eAe$ in the corresponding Nakayama algebra $A$ with minimal faithful projective-injective module $eA$. St001225The vector space dimension of the first extension group between J and itself when J is the Jacobson radical of the corresponding Nakayama algebra. St001227The vector space dimension of the first extension group between the socle of the regular module and the Jacobson radical of the corresponding Nakayama algebra. St001278The number of indecomposable modules that are fixed by $\tau \Omega^1$ composed with its inverse in the corresponding Nakayama algebra. St001290The first natural number n such that the tensor product of n copies of D(A) is zero for the corresponding Nakayama algebra A. St001879The number of indecomposable summands of the top of the first syzygy of the dual of the regular module in the incidence algebra of the lattice. St001880The number of 2-Gorenstein indecomposable injective modules in the incidence algebra of the lattice. St001875The number of simple modules with projective dimension at most 1. St001645The pebbling number of a connected graph. St000888The maximal sum of entries on a diagonal of an alternating sign matrix. St000892The maximal number of nonzero entries on a diagonal of an alternating sign matrix. St000392The length of the longest run of ones in a binary word. St001060The distinguishing index of a graph. St001613The binary logarithm of the size of the center of a lattice. St001617The dimension of the space of valuations of a lattice. St001589The nesting number of a perfect matching. St001590The crossing number of a perfect matching. St000317The cycle descent number of a permutation. St000455The second largest eigenvalue of a graph if it is integral. St001892The flag excedance statistic of a signed permutation. 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. St000035The number of left outer peaks of a permutation. St000871The number of very big ascents of a permutation. St001086The number of occurrences of the consecutive pattern 132 in a permutation. St001427The number of descents of a signed permutation. St001896The number of right descents of a signed permutations. St000983The length of the longest alternating subword. St000808The number of up steps of the associated bargraph. St001526The Loewy length of the Auslander-Reiten translate of the regular module as a bimodule of the Nakayama algebra corresponding to the Dyck path. 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)$. St001200The number of simple modules in $eAe$ with projective dimension at most 2 in the corresponding Nakayama algebra $A$ with minimal faithful projective-injective module $eA$. St001633The number of simple modules with projective dimension two in the incidence algebra of the poset. St001877Number of indecomposable injective modules with projective dimension 2.