Your data matches 235 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
St000783: Integer partitions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1]
=> 1
[2]
=> 1
[1,1]
=> 1
[3]
=> 1
[2,1]
=> 2
[1,1,1]
=> 1
[4]
=> 1
[3,1]
=> 2
[2,2]
=> 2
[2,1,1]
=> 2
[1,1,1,1]
=> 1
[5]
=> 1
[4,1]
=> 2
[3,2]
=> 2
[3,1,1]
=> 2
[2,2,1]
=> 2
[2,1,1,1]
=> 2
[1,1,1,1,1]
=> 1
[6]
=> 1
[5,1]
=> 2
[4,2]
=> 2
[4,1,1]
=> 2
[3,3]
=> 2
[3,2,1]
=> 3
[3,1,1,1]
=> 2
[2,2,2]
=> 2
[2,2,1,1]
=> 2
[2,1,1,1,1]
=> 2
[1,1,1,1,1,1]
=> 1
[7]
=> 1
[6,1]
=> 2
[5,2]
=> 2
[5,1,1]
=> 2
[4,3]
=> 2
[4,2,1]
=> 3
[4,1,1,1]
=> 2
[3,3,1]
=> 3
[3,2,2]
=> 3
[3,2,1,1]
=> 3
[3,1,1,1,1]
=> 2
[2,2,2,1]
=> 2
[2,2,1,1,1]
=> 2
[2,1,1,1,1,1]
=> 2
[1,1,1,1,1,1,1]
=> 1
[8]
=> 1
[7,1]
=> 2
[6,2]
=> 2
[6,1,1]
=> 2
[5,3]
=> 2
[5,2,1]
=> 3
Description
The side length of the largest staircase partition fitting into a partition. For an integer partition $(\lambda_1\geq \lambda_2\geq\dots)$ this is the largest integer $k$ such that $\lambda_i > k-i$ for $i\in\{1,\dots,k\}$. In other words, this is the length of a longest (strict) north-east chain of cells in the Ferrers diagram of the partition, using the English convention. Equivalently, this is the maximal number of non-attacking rooks that can be placed on the Ferrers diagram. This is also the maximal number of occurrences of a colour in a proper colouring of a Ferrers diagram. A colouring of a Ferrers diagram is proper if no two cells in a row or in a column have the same colour. The minimal number of colours needed is the maximum of the length and the first part of the partition, because we can restrict a latin square to the shape. We can associate to each colouring the integer partition recording how often each colour is used, see [1]. This statistic records the largest part occurring in any of these partitions.
St001432: Integer partitions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1]
=> 1
[2]
=> 1
[1,1]
=> 1
[3]
=> 1
[2,1]
=> 2
[1,1,1]
=> 1
[4]
=> 1
[3,1]
=> 2
[2,2]
=> 2
[2,1,1]
=> 2
[1,1,1,1]
=> 1
[5]
=> 1
[4,1]
=> 2
[3,2]
=> 2
[3,1,1]
=> 2
[2,2,1]
=> 2
[2,1,1,1]
=> 2
[1,1,1,1,1]
=> 1
[6]
=> 1
[5,1]
=> 2
[4,2]
=> 2
[4,1,1]
=> 2
[3,3]
=> 2
[3,2,1]
=> 3
[3,1,1,1]
=> 2
[2,2,2]
=> 2
[2,2,1,1]
=> 2
[2,1,1,1,1]
=> 2
[1,1,1,1,1,1]
=> 1
[7]
=> 1
[6,1]
=> 2
[5,2]
=> 2
[5,1,1]
=> 2
[4,3]
=> 2
[4,2,1]
=> 3
[4,1,1,1]
=> 2
[3,3,1]
=> 3
[3,2,2]
=> 3
[3,2,1,1]
=> 3
[3,1,1,1,1]
=> 2
[2,2,2,1]
=> 2
[2,2,1,1,1]
=> 2
[2,1,1,1,1,1]
=> 2
[1,1,1,1,1,1,1]
=> 1
[8]
=> 1
[7,1]
=> 2
[6,2]
=> 2
[6,1,1]
=> 2
[5,3]
=> 2
[5,2,1]
=> 3
Description
The order dimension of the partition. Given a partition $\lambda$, let $I(\lambda)$ be the principal order ideal in the Young lattice generated by $\lambda$. The order dimension of a partition is defined as the order dimension of the poset $I(\lambda)$.
Mp00179: Integer partitions to skew partitionSkew partitions
Mp00185: Skew partitions cell posetPosets
St000527: Posets ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1]
=> [[1],[]]
=> ([],1)
=> 1
[2]
=> [[2],[]]
=> ([(0,1)],2)
=> 1
[1,1]
=> [[1,1],[]]
=> ([(0,1)],2)
=> 1
[3]
=> [[3],[]]
=> ([(0,2),(2,1)],3)
=> 1
[2,1]
=> [[2,1],[]]
=> ([(0,1),(0,2)],3)
=> 2
[1,1,1]
=> [[1,1,1],[]]
=> ([(0,2),(2,1)],3)
=> 1
[4]
=> [[4],[]]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
[3,1]
=> [[3,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> 2
[2,2]
=> [[2,2],[]]
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 2
[2,1,1]
=> [[2,1,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> 2
[1,1,1,1]
=> [[1,1,1,1],[]]
=> ([(0,3),(2,1),(3,2)],4)
=> 1
[5]
=> [[5],[]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[4,1]
=> [[4,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> 2
[3,2]
=> [[3,2],[]]
=> ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> 2
[3,1,1]
=> [[3,1,1],[]]
=> ([(0,3),(0,4),(3,2),(4,1)],5)
=> 2
[2,2,1]
=> [[2,2,1],[]]
=> ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> 2
[2,1,1,1]
=> [[2,1,1,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> 2
[1,1,1,1,1]
=> [[1,1,1,1,1],[]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> 1
[6]
=> [[6],[]]
=> ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> 1
[5,1]
=> [[5,1],[]]
=> ([(0,2),(0,5),(3,4),(4,1),(5,3)],6)
=> 2
[4,2]
=> [[4,2],[]]
=> ([(0,2),(0,4),(2,5),(3,1),(4,3),(4,5)],6)
=> 2
[4,1,1]
=> [[4,1,1],[]]
=> ([(0,4),(0,5),(3,2),(4,3),(5,1)],6)
=> 2
[3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 2
[3,2,1]
=> [[3,2,1],[]]
=> ([(0,3),(0,4),(3,2),(3,5),(4,1),(4,5)],6)
=> 3
[3,1,1,1]
=> [[3,1,1,1],[]]
=> ([(0,4),(0,5),(3,2),(4,3),(5,1)],6)
=> 2
[2,2,2]
=> [[2,2,2],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> 2
[2,2,1,1]
=> [[2,2,1,1],[]]
=> ([(0,2),(0,4),(2,5),(3,1),(4,3),(4,5)],6)
=> 2
[2,1,1,1,1]
=> [[2,1,1,1,1],[]]
=> ([(0,2),(0,5),(3,4),(4,1),(5,3)],6)
=> 2
[1,1,1,1,1,1]
=> [[1,1,1,1,1,1],[]]
=> ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> 1
[7]
=> [[7],[]]
=> ([(0,6),(2,3),(3,5),(4,2),(5,1),(6,4)],7)
=> 1
[6,1]
=> [[6,1],[]]
=> ([(0,2),(0,6),(3,5),(4,3),(5,1),(6,4)],7)
=> 2
[5,2]
=> [[5,2],[]]
=> ([(0,2),(0,5),(2,6),(3,4),(4,1),(5,3),(5,6)],7)
=> 2
[5,1,1]
=> [[5,1,1],[]]
=> ([(0,5),(0,6),(3,4),(4,2),(5,3),(6,1)],7)
=> 2
[4,3]
=> [[4,3],[]]
=> ([(0,2),(0,4),(2,5),(3,1),(3,6),(4,3),(4,5),(5,6)],7)
=> 2
[4,2,1]
=> [[4,2,1],[]]
=> ([(0,4),(0,5),(3,2),(4,3),(4,6),(5,1),(5,6)],7)
=> 3
[4,1,1,1]
=> [[4,1,1,1],[]]
=> ([(0,5),(0,6),(3,2),(4,1),(5,3),(6,4)],7)
=> 2
[3,3,1]
=> [[3,3,1],[]]
=> ([(0,3),(0,4),(2,6),(3,1),(3,5),(4,2),(4,5),(5,6)],7)
=> 3
[3,2,2]
=> [[3,2,2],[]]
=> ([(0,3),(0,4),(2,6),(3,1),(3,5),(4,2),(4,5),(5,6)],7)
=> 3
[3,2,1,1]
=> [[3,2,1,1],[]]
=> ([(0,4),(0,5),(3,2),(4,3),(4,6),(5,1),(5,6)],7)
=> 3
[3,1,1,1,1]
=> [[3,1,1,1,1],[]]
=> ([(0,5),(0,6),(3,4),(4,2),(5,3),(6,1)],7)
=> 2
[2,2,2,1]
=> [[2,2,2,1],[]]
=> ([(0,2),(0,4),(2,5),(3,1),(3,6),(4,3),(4,5),(5,6)],7)
=> 2
[2,2,1,1,1]
=> [[2,2,1,1,1],[]]
=> ([(0,2),(0,5),(2,6),(3,4),(4,1),(5,3),(5,6)],7)
=> 2
[2,1,1,1,1,1]
=> [[2,1,1,1,1,1],[]]
=> ([(0,2),(0,6),(3,5),(4,3),(5,1),(6,4)],7)
=> 2
[1,1,1,1,1,1,1]
=> [[1,1,1,1,1,1,1],[]]
=> ([(0,6),(2,3),(3,5),(4,2),(5,1),(6,4)],7)
=> 1
[8]
=> [[8],[]]
=> ([(0,7),(2,4),(3,2),(4,6),(5,3),(6,1),(7,5)],8)
=> 1
[7,1]
=> [[7,1],[]]
=> ([(0,2),(0,7),(3,4),(4,6),(5,3),(6,1),(7,5)],8)
=> 2
[6,2]
=> [[6,2],[]]
=> ([(0,2),(0,6),(2,7),(3,5),(4,3),(5,1),(6,4),(6,7)],8)
=> 2
[6,1,1]
=> [[6,1,1],[]]
=> ([(0,6),(0,7),(3,5),(4,3),(5,2),(6,4),(7,1)],8)
=> 2
[5,3]
=> [[5,3],[]]
=> ([(0,2),(0,5),(2,6),(3,4),(3,7),(4,1),(5,3),(5,6),(6,7)],8)
=> 2
[5,2,1]
=> [[5,2,1],[]]
=> ([(0,5),(0,6),(3,4),(4,2),(5,3),(5,7),(6,1),(6,7)],8)
=> 3
Description
The width of the poset. This is the size of the poset's longest antichain, also called Dilworth number.
Mp00043: Integer partitions to Dyck pathDyck paths
Mp00025: Dyck paths to 132-avoiding permutationPermutations
St000662: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1]
=> [1,0,1,0]
=> [2,1] => 1
[2]
=> [1,1,0,0,1,0]
=> [3,1,2] => 1
[1,1]
=> [1,0,1,1,0,0]
=> [2,3,1] => 1
[3]
=> [1,1,1,0,0,0,1,0]
=> [4,1,2,3] => 1
[2,1]
=> [1,0,1,0,1,0]
=> [3,2,1] => 2
[1,1,1]
=> [1,0,1,1,1,0,0,0]
=> [2,3,4,1] => 1
[4]
=> [1,1,1,1,0,0,0,0,1,0]
=> [5,1,2,3,4] => 1
[3,1]
=> [1,1,0,1,0,0,1,0]
=> [4,2,1,3] => 2
[2,2]
=> [1,1,0,0,1,1,0,0]
=> [3,4,1,2] => 2
[2,1,1]
=> [1,0,1,1,0,1,0,0]
=> [3,2,4,1] => 2
[1,1,1,1]
=> [1,0,1,1,1,1,0,0,0,0]
=> [2,3,4,5,1] => 1
[5]
=> [1,1,1,1,1,0,0,0,0,0,1,0]
=> [6,1,2,3,4,5] => 1
[4,1]
=> [1,1,1,0,1,0,0,0,1,0]
=> [5,2,1,3,4] => 2
[3,2]
=> [1,1,0,0,1,0,1,0]
=> [4,3,1,2] => 2
[3,1,1]
=> [1,0,1,1,0,0,1,0]
=> [4,2,3,1] => 2
[2,2,1]
=> [1,0,1,0,1,1,0,0]
=> [3,4,2,1] => 2
[2,1,1,1]
=> [1,0,1,1,1,0,1,0,0,0]
=> [3,2,4,5,1] => 2
[1,1,1,1,1]
=> [1,0,1,1,1,1,1,0,0,0,0,0]
=> [2,3,4,5,6,1] => 1
[6]
=> [1,1,1,1,1,1,0,0,0,0,0,0,1,0]
=> [7,1,2,3,4,5,6] => 1
[5,1]
=> [1,1,1,1,0,1,0,0,0,0,1,0]
=> [6,2,1,3,4,5] => 2
[4,2]
=> [1,1,1,0,0,1,0,0,1,0]
=> [5,3,1,2,4] => 2
[4,1,1]
=> [1,1,0,1,1,0,0,0,1,0]
=> [5,2,3,1,4] => 2
[3,3]
=> [1,1,1,0,0,0,1,1,0,0]
=> [4,5,1,2,3] => 2
[3,2,1]
=> [1,0,1,0,1,0,1,0]
=> [4,3,2,1] => 3
[3,1,1,1]
=> [1,0,1,1,1,0,0,1,0,0]
=> [4,2,3,5,1] => 2
[2,2,2]
=> [1,1,0,0,1,1,1,0,0,0]
=> [3,4,5,1,2] => 2
[2,2,1,1]
=> [1,0,1,1,0,1,1,0,0,0]
=> [3,4,2,5,1] => 2
[2,1,1,1,1]
=> [1,0,1,1,1,1,0,1,0,0,0,0]
=> [3,2,4,5,6,1] => 2
[1,1,1,1,1,1]
=> [1,0,1,1,1,1,1,1,0,0,0,0,0,0]
=> [2,3,4,5,6,7,1] => 1
[7]
=> [1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0]
=> [8,1,2,3,4,5,6,7] => 1
[6,1]
=> [1,1,1,1,1,0,1,0,0,0,0,0,1,0]
=> [7,2,1,3,4,5,6] => 2
[5,2]
=> [1,1,1,1,0,0,1,0,0,0,1,0]
=> [6,3,1,2,4,5] => 2
[5,1,1]
=> [1,1,1,0,1,1,0,0,0,0,1,0]
=> [6,2,3,1,4,5] => 2
[4,3]
=> [1,1,1,0,0,0,1,0,1,0]
=> [5,4,1,2,3] => 2
[4,2,1]
=> [1,1,0,1,0,1,0,0,1,0]
=> [5,3,2,1,4] => 3
[4,1,1,1]
=> [1,0,1,1,1,0,0,0,1,0]
=> [5,2,3,4,1] => 2
[3,3,1]
=> [1,1,0,1,0,0,1,1,0,0]
=> [4,5,2,1,3] => 3
[3,2,2]
=> [1,1,0,0,1,1,0,1,0,0]
=> [4,3,5,1,2] => 3
[3,2,1,1]
=> [1,0,1,1,0,1,0,1,0,0]
=> [4,3,2,5,1] => 3
[3,1,1,1,1]
=> [1,0,1,1,1,1,0,0,1,0,0,0]
=> [4,2,3,5,6,1] => 2
[2,2,2,1]
=> [1,0,1,0,1,1,1,0,0,0]
=> [3,4,5,2,1] => 2
[2,2,1,1,1]
=> [1,0,1,1,1,0,1,1,0,0,0,0]
=> [3,4,2,5,6,1] => 2
[2,1,1,1,1,1]
=> [1,0,1,1,1,1,1,0,1,0,0,0,0,0]
=> [3,2,4,5,6,7,1] => 2
[1,1,1,1,1,1,1]
=> [1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0]
=> [2,3,4,5,6,7,8,1] => 1
[8]
=> [1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0]
=> [9,1,2,3,4,5,6,7,8] => 1
[7,1]
=> [1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0]
=> [8,2,1,3,4,5,6,7] => 2
[6,2]
=> [1,1,1,1,1,0,0,1,0,0,0,0,1,0]
=> [7,3,1,2,4,5,6] => 2
[6,1,1]
=> [1,1,1,1,0,1,1,0,0,0,0,0,1,0]
=> [7,2,3,1,4,5,6] => 2
[5,3]
=> [1,1,1,1,0,0,0,1,0,0,1,0]
=> [6,4,1,2,3,5] => 2
[5,2,1]
=> [1,1,1,0,1,0,1,0,0,0,1,0]
=> [6,3,2,1,4,5] => 3
Description
The staircase size of the code of a permutation. The code $c(\pi)$ of a permutation $\pi$ of length $n$ is given by the sequence $(c_1,\ldots,c_{n})$ with $c_i = |\{j > i : \pi(j) < \pi(i)\}|$. This is a bijection between permutations and all sequences $(c_1,\ldots,c_n)$ with $0 \leq c_i \leq n-i$. The staircase size of the code is the maximal $k$ such that there exists a subsequence $(c_{i_k},\ldots,c_{i_1})$ of $c(\pi)$ with $c_{i_j} \geq j$. This statistic is mapped through [[Mp00062]] to the number of descents, showing that together with the number of inversions [[St000018]] it is Euler-Mahonian.
Mp00045: Integer partitions reading tableauStandard tableaux
Mp00207: Standard tableaux horizontal strip sizesInteger compositions
St000758: Integer compositions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1]
=> [[1]]
=> [1] => 1
[2]
=> [[1,2]]
=> [2] => 1
[1,1]
=> [[1],[2]]
=> [1,1] => 1
[3]
=> [[1,2,3]]
=> [3] => 1
[2,1]
=> [[1,3],[2]]
=> [1,2] => 2
[1,1,1]
=> [[1],[2],[3]]
=> [1,1,1] => 1
[4]
=> [[1,2,3,4]]
=> [4] => 1
[3,1]
=> [[1,3,4],[2]]
=> [1,3] => 2
[2,2]
=> [[1,2],[3,4]]
=> [2,2] => 2
[2,1,1]
=> [[1,4],[2],[3]]
=> [1,1,2] => 2
[1,1,1,1]
=> [[1],[2],[3],[4]]
=> [1,1,1,1] => 1
[5]
=> [[1,2,3,4,5]]
=> [5] => 1
[4,1]
=> [[1,3,4,5],[2]]
=> [1,4] => 2
[3,2]
=> [[1,2,5],[3,4]]
=> [2,3] => 2
[3,1,1]
=> [[1,4,5],[2],[3]]
=> [1,1,3] => 2
[2,2,1]
=> [[1,3],[2,5],[4]]
=> [1,2,2] => 2
[2,1,1,1]
=> [[1,5],[2],[3],[4]]
=> [1,1,1,2] => 2
[1,1,1,1,1]
=> [[1],[2],[3],[4],[5]]
=> [1,1,1,1,1] => 1
[6]
=> [[1,2,3,4,5,6]]
=> [6] => 1
[5,1]
=> [[1,3,4,5,6],[2]]
=> [1,5] => 2
[4,2]
=> [[1,2,5,6],[3,4]]
=> [2,4] => 2
[4,1,1]
=> [[1,4,5,6],[2],[3]]
=> [1,1,4] => 2
[3,3]
=> [[1,2,3],[4,5,6]]
=> [3,3] => 2
[3,2,1]
=> [[1,3,6],[2,5],[4]]
=> [1,2,3] => 3
[3,1,1,1]
=> [[1,5,6],[2],[3],[4]]
=> [1,1,1,3] => 2
[2,2,2]
=> [[1,2],[3,4],[5,6]]
=> [2,2,2] => 2
[2,2,1,1]
=> [[1,4],[2,6],[3],[5]]
=> [1,1,2,2] => 2
[2,1,1,1,1]
=> [[1,6],[2],[3],[4],[5]]
=> [1,1,1,1,2] => 2
[1,1,1,1,1,1]
=> [[1],[2],[3],[4],[5],[6]]
=> [1,1,1,1,1,1] => 1
[7]
=> [[1,2,3,4,5,6,7]]
=> [7] => 1
[6,1]
=> [[1,3,4,5,6,7],[2]]
=> [1,6] => 2
[5,2]
=> [[1,2,5,6,7],[3,4]]
=> [2,5] => 2
[5,1,1]
=> [[1,4,5,6,7],[2],[3]]
=> [1,1,5] => 2
[4,3]
=> [[1,2,3,7],[4,5,6]]
=> [3,4] => 2
[4,2,1]
=> [[1,3,6,7],[2,5],[4]]
=> [1,2,4] => 3
[4,1,1,1]
=> [[1,5,6,7],[2],[3],[4]]
=> [1,1,1,4] => 2
[3,3,1]
=> [[1,3,4],[2,6,7],[5]]
=> [1,3,3] => 3
[3,2,2]
=> [[1,2,7],[3,4],[5,6]]
=> [2,2,3] => 3
[3,2,1,1]
=> [[1,4,7],[2,6],[3],[5]]
=> [1,1,2,3] => 3
[3,1,1,1,1]
=> [[1,6,7],[2],[3],[4],[5]]
=> [1,1,1,1,3] => 2
[2,2,2,1]
=> [[1,3],[2,5],[4,7],[6]]
=> [1,2,2,2] => 2
[2,2,1,1,1]
=> [[1,5],[2,7],[3],[4],[6]]
=> [1,1,1,2,2] => 2
[2,1,1,1,1,1]
=> [[1,7],[2],[3],[4],[5],[6]]
=> [1,1,1,1,1,2] => 2
[1,1,1,1,1,1,1]
=> [[1],[2],[3],[4],[5],[6],[7]]
=> [1,1,1,1,1,1,1] => 1
[8]
=> [[1,2,3,4,5,6,7,8]]
=> [8] => 1
[7,1]
=> [[1,3,4,5,6,7,8],[2]]
=> [1,7] => 2
[6,2]
=> [[1,2,5,6,7,8],[3,4]]
=> [2,6] => 2
[6,1,1]
=> [[1,4,5,6,7,8],[2],[3]]
=> [1,1,6] => 2
[5,3]
=> [[1,2,3,7,8],[4,5,6]]
=> [3,5] => 2
[5,2,1]
=> [[1,3,6,7,8],[2,5],[4]]
=> [1,2,5] => 3
Description
The length of the longest staircase fitting into an integer composition. For a given composition $c_1,\dots,c_n$, this is the maximal number $\ell$ such that there are indices $i_1 < \dots < i_\ell$ with $c_{i_k} \geq k$, see [def.3.1, 1]
Mp00042: Integer partitions initial tableauStandard tableaux
Mp00081: Standard tableaux reading word permutationPermutations
St000862: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1]
=> [[1]]
=> [1] => 1
[2]
=> [[1,2]]
=> [1,2] => 1
[1,1]
=> [[1],[2]]
=> [2,1] => 1
[3]
=> [[1,2,3]]
=> [1,2,3] => 1
[2,1]
=> [[1,2],[3]]
=> [3,1,2] => 2
[1,1,1]
=> [[1],[2],[3]]
=> [3,2,1] => 1
[4]
=> [[1,2,3,4]]
=> [1,2,3,4] => 1
[3,1]
=> [[1,2,3],[4]]
=> [4,1,2,3] => 2
[2,2]
=> [[1,2],[3,4]]
=> [3,4,1,2] => 2
[2,1,1]
=> [[1,2],[3],[4]]
=> [4,3,1,2] => 2
[1,1,1,1]
=> [[1],[2],[3],[4]]
=> [4,3,2,1] => 1
[5]
=> [[1,2,3,4,5]]
=> [1,2,3,4,5] => 1
[4,1]
=> [[1,2,3,4],[5]]
=> [5,1,2,3,4] => 2
[3,2]
=> [[1,2,3],[4,5]]
=> [4,5,1,2,3] => 2
[3,1,1]
=> [[1,2,3],[4],[5]]
=> [5,4,1,2,3] => 2
[2,2,1]
=> [[1,2],[3,4],[5]]
=> [5,3,4,1,2] => 2
[2,1,1,1]
=> [[1,2],[3],[4],[5]]
=> [5,4,3,1,2] => 2
[1,1,1,1,1]
=> [[1],[2],[3],[4],[5]]
=> [5,4,3,2,1] => 1
[6]
=> [[1,2,3,4,5,6]]
=> [1,2,3,4,5,6] => 1
[5,1]
=> [[1,2,3,4,5],[6]]
=> [6,1,2,3,4,5] => 2
[4,2]
=> [[1,2,3,4],[5,6]]
=> [5,6,1,2,3,4] => 2
[4,1,1]
=> [[1,2,3,4],[5],[6]]
=> [6,5,1,2,3,4] => 2
[3,3]
=> [[1,2,3],[4,5,6]]
=> [4,5,6,1,2,3] => 2
[3,2,1]
=> [[1,2,3],[4,5],[6]]
=> [6,4,5,1,2,3] => 3
[3,1,1,1]
=> [[1,2,3],[4],[5],[6]]
=> [6,5,4,1,2,3] => 2
[2,2,2]
=> [[1,2],[3,4],[5,6]]
=> [5,6,3,4,1,2] => 2
[2,2,1,1]
=> [[1,2],[3,4],[5],[6]]
=> [6,5,3,4,1,2] => 2
[2,1,1,1,1]
=> [[1,2],[3],[4],[5],[6]]
=> [6,5,4,3,1,2] => 2
[1,1,1,1,1,1]
=> [[1],[2],[3],[4],[5],[6]]
=> [6,5,4,3,2,1] => 1
[7]
=> [[1,2,3,4,5,6,7]]
=> [1,2,3,4,5,6,7] => 1
[6,1]
=> [[1,2,3,4,5,6],[7]]
=> [7,1,2,3,4,5,6] => 2
[5,2]
=> [[1,2,3,4,5],[6,7]]
=> [6,7,1,2,3,4,5] => 2
[5,1,1]
=> [[1,2,3,4,5],[6],[7]]
=> [7,6,1,2,3,4,5] => 2
[4,3]
=> [[1,2,3,4],[5,6,7]]
=> [5,6,7,1,2,3,4] => 2
[4,2,1]
=> [[1,2,3,4],[5,6],[7]]
=> [7,5,6,1,2,3,4] => 3
[4,1,1,1]
=> [[1,2,3,4],[5],[6],[7]]
=> [7,6,5,1,2,3,4] => 2
[3,3,1]
=> [[1,2,3],[4,5,6],[7]]
=> [7,4,5,6,1,2,3] => 3
[3,2,2]
=> [[1,2,3],[4,5],[6,7]]
=> [6,7,4,5,1,2,3] => 3
[3,2,1,1]
=> [[1,2,3],[4,5],[6],[7]]
=> [7,6,4,5,1,2,3] => 3
[3,1,1,1,1]
=> [[1,2,3],[4],[5],[6],[7]]
=> [7,6,5,4,1,2,3] => 2
[2,2,2,1]
=> [[1,2],[3,4],[5,6],[7]]
=> [7,5,6,3,4,1,2] => 2
[2,2,1,1,1]
=> [[1,2],[3,4],[5],[6],[7]]
=> [7,6,5,3,4,1,2] => 2
[2,1,1,1,1,1]
=> [[1,2],[3],[4],[5],[6],[7]]
=> [7,6,5,4,3,1,2] => 2
[1,1,1,1,1,1,1]
=> [[1],[2],[3],[4],[5],[6],[7]]
=> [7,6,5,4,3,2,1] => 1
[8]
=> [[1,2,3,4,5,6,7,8]]
=> [1,2,3,4,5,6,7,8] => 1
[7,1]
=> [[1,2,3,4,5,6,7],[8]]
=> [8,1,2,3,4,5,6,7] => 2
[6,2]
=> [[1,2,3,4,5,6],[7,8]]
=> [7,8,1,2,3,4,5,6] => 2
[6,1,1]
=> [[1,2,3,4,5,6],[7],[8]]
=> [8,7,1,2,3,4,5,6] => 2
[5,3]
=> [[1,2,3,4,5],[6,7,8]]
=> [6,7,8,1,2,3,4,5] => 2
[5,2,1]
=> [[1,2,3,4,5],[6,7],[8]]
=> [8,6,7,1,2,3,4,5] => 3
Description
The number of parts of the shifted shape of a permutation. The diagram of a strict partition $\lambda_1 < \lambda_2 < \dots < \lambda_\ell$ of $n$ is a tableau with $\ell$ rows, the $i$-th row being indented by $i$ cells. A shifted standard Young tableau is a filling of such a diagram, where entries in rows and columns are strictly increasing. The shifted Robinson-Schensted algorithm [1] associates to a permutation a pair $(P, Q)$ of standard shifted Young tableaux of the same shape, where off-diagonal entries in $Q$ may be circled. This statistic records the number of parts of the shifted shape.
Matching statistic: St000010
Mp00179: Integer partitions to skew partitionSkew partitions
Mp00185: Skew partitions cell posetPosets
Mp00110: Posets Greene-Kleitman invariantInteger partitions
St000010: Integer partitions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1]
=> [[1],[]]
=> ([],1)
=> [1]
=> 1
[2]
=> [[2],[]]
=> ([(0,1)],2)
=> [2]
=> 1
[1,1]
=> [[1,1],[]]
=> ([(0,1)],2)
=> [2]
=> 1
[3]
=> [[3],[]]
=> ([(0,2),(2,1)],3)
=> [3]
=> 1
[2,1]
=> [[2,1],[]]
=> ([(0,1),(0,2)],3)
=> [2,1]
=> 2
[1,1,1]
=> [[1,1,1],[]]
=> ([(0,2),(2,1)],3)
=> [3]
=> 1
[4]
=> [[4],[]]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 1
[3,1]
=> [[3,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> [3,1]
=> 2
[2,2]
=> [[2,2],[]]
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> [3,1]
=> 2
[2,1,1]
=> [[2,1,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> [3,1]
=> 2
[1,1,1,1]
=> [[1,1,1,1],[]]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 1
[5]
=> [[5],[]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 1
[4,1]
=> [[4,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> [4,1]
=> 2
[3,2]
=> [[3,2],[]]
=> ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> [3,2]
=> 2
[3,1,1]
=> [[3,1,1],[]]
=> ([(0,3),(0,4),(3,2),(4,1)],5)
=> [3,2]
=> 2
[2,2,1]
=> [[2,2,1],[]]
=> ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> [3,2]
=> 2
[2,1,1,1]
=> [[2,1,1,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> [4,1]
=> 2
[1,1,1,1,1]
=> [[1,1,1,1,1],[]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 1
[6]
=> [[6],[]]
=> ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> [6]
=> 1
[5,1]
=> [[5,1],[]]
=> ([(0,2),(0,5),(3,4),(4,1),(5,3)],6)
=> [5,1]
=> 2
[4,2]
=> [[4,2],[]]
=> ([(0,2),(0,4),(2,5),(3,1),(4,3),(4,5)],6)
=> [4,2]
=> 2
[4,1,1]
=> [[4,1,1],[]]
=> ([(0,4),(0,5),(3,2),(4,3),(5,1)],6)
=> [4,2]
=> 2
[3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> 2
[3,2,1]
=> [[3,2,1],[]]
=> ([(0,3),(0,4),(3,2),(3,5),(4,1),(4,5)],6)
=> [3,2,1]
=> 3
[3,1,1,1]
=> [[3,1,1,1],[]]
=> ([(0,4),(0,5),(3,2),(4,3),(5,1)],6)
=> [4,2]
=> 2
[2,2,2]
=> [[2,2,2],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> 2
[2,2,1,1]
=> [[2,2,1,1],[]]
=> ([(0,2),(0,4),(2,5),(3,1),(4,3),(4,5)],6)
=> [4,2]
=> 2
[2,1,1,1,1]
=> [[2,1,1,1,1],[]]
=> ([(0,2),(0,5),(3,4),(4,1),(5,3)],6)
=> [5,1]
=> 2
[1,1,1,1,1,1]
=> [[1,1,1,1,1,1],[]]
=> ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> [6]
=> 1
[7]
=> [[7],[]]
=> ([(0,6),(2,3),(3,5),(4,2),(5,1),(6,4)],7)
=> [7]
=> 1
[6,1]
=> [[6,1],[]]
=> ([(0,2),(0,6),(3,5),(4,3),(5,1),(6,4)],7)
=> [6,1]
=> 2
[5,2]
=> [[5,2],[]]
=> ([(0,2),(0,5),(2,6),(3,4),(4,1),(5,3),(5,6)],7)
=> [5,2]
=> 2
[5,1,1]
=> [[5,1,1],[]]
=> ([(0,5),(0,6),(3,4),(4,2),(5,3),(6,1)],7)
=> [5,2]
=> 2
[4,3]
=> [[4,3],[]]
=> ([(0,2),(0,4),(2,5),(3,1),(3,6),(4,3),(4,5),(5,6)],7)
=> [4,3]
=> 2
[4,2,1]
=> [[4,2,1],[]]
=> ([(0,4),(0,5),(3,2),(4,3),(4,6),(5,1),(5,6)],7)
=> [4,2,1]
=> 3
[4,1,1,1]
=> [[4,1,1,1],[]]
=> ([(0,5),(0,6),(3,2),(4,1),(5,3),(6,4)],7)
=> [4,3]
=> 2
[3,3,1]
=> [[3,3,1],[]]
=> ([(0,3),(0,4),(2,6),(3,1),(3,5),(4,2),(4,5),(5,6)],7)
=> [4,2,1]
=> 3
[3,2,2]
=> [[3,2,2],[]]
=> ([(0,3),(0,4),(2,6),(3,1),(3,5),(4,2),(4,5),(5,6)],7)
=> [4,2,1]
=> 3
[3,2,1,1]
=> [[3,2,1,1],[]]
=> ([(0,4),(0,5),(3,2),(4,3),(4,6),(5,1),(5,6)],7)
=> [4,2,1]
=> 3
[3,1,1,1,1]
=> [[3,1,1,1,1],[]]
=> ([(0,5),(0,6),(3,4),(4,2),(5,3),(6,1)],7)
=> [5,2]
=> 2
[2,2,2,1]
=> [[2,2,2,1],[]]
=> ([(0,2),(0,4),(2,5),(3,1),(3,6),(4,3),(4,5),(5,6)],7)
=> [4,3]
=> 2
[2,2,1,1,1]
=> [[2,2,1,1,1],[]]
=> ([(0,2),(0,5),(2,6),(3,4),(4,1),(5,3),(5,6)],7)
=> [5,2]
=> 2
[2,1,1,1,1,1]
=> [[2,1,1,1,1,1],[]]
=> ([(0,2),(0,6),(3,5),(4,3),(5,1),(6,4)],7)
=> [6,1]
=> 2
[1,1,1,1,1,1,1]
=> [[1,1,1,1,1,1,1],[]]
=> ([(0,6),(2,3),(3,5),(4,2),(5,1),(6,4)],7)
=> [7]
=> 1
[8]
=> [[8],[]]
=> ([(0,7),(2,4),(3,2),(4,6),(5,3),(6,1),(7,5)],8)
=> [8]
=> 1
[7,1]
=> [[7,1],[]]
=> ([(0,2),(0,7),(3,4),(4,6),(5,3),(6,1),(7,5)],8)
=> [7,1]
=> 2
[6,2]
=> [[6,2],[]]
=> ([(0,2),(0,6),(2,7),(3,5),(4,3),(5,1),(6,4),(6,7)],8)
=> [6,2]
=> 2
[6,1,1]
=> [[6,1,1],[]]
=> ([(0,6),(0,7),(3,5),(4,3),(5,2),(6,4),(7,1)],8)
=> [6,2]
=> 2
[5,3]
=> [[5,3],[]]
=> ([(0,2),(0,5),(2,6),(3,4),(3,7),(4,1),(5,3),(5,6),(6,7)],8)
=> [5,3]
=> 2
[5,2,1]
=> [[5,2,1],[]]
=> ([(0,5),(0,6),(3,4),(4,2),(5,3),(5,7),(6,1),(6,7)],8)
=> [5,2,1]
=> 3
Description
The length of the partition.
Matching statistic: St000159
Mp00179: Integer partitions to skew partitionSkew partitions
Mp00185: Skew partitions cell posetPosets
Mp00110: Posets Greene-Kleitman invariantInteger partitions
St000159: Integer partitions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1]
=> [[1],[]]
=> ([],1)
=> [1]
=> 1
[2]
=> [[2],[]]
=> ([(0,1)],2)
=> [2]
=> 1
[1,1]
=> [[1,1],[]]
=> ([(0,1)],2)
=> [2]
=> 1
[3]
=> [[3],[]]
=> ([(0,2),(2,1)],3)
=> [3]
=> 1
[2,1]
=> [[2,1],[]]
=> ([(0,1),(0,2)],3)
=> [2,1]
=> 2
[1,1,1]
=> [[1,1,1],[]]
=> ([(0,2),(2,1)],3)
=> [3]
=> 1
[4]
=> [[4],[]]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 1
[3,1]
=> [[3,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> [3,1]
=> 2
[2,2]
=> [[2,2],[]]
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> [3,1]
=> 2
[2,1,1]
=> [[2,1,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> [3,1]
=> 2
[1,1,1,1]
=> [[1,1,1,1],[]]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 1
[5]
=> [[5],[]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 1
[4,1]
=> [[4,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> [4,1]
=> 2
[3,2]
=> [[3,2],[]]
=> ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> [3,2]
=> 2
[3,1,1]
=> [[3,1,1],[]]
=> ([(0,3),(0,4),(3,2),(4,1)],5)
=> [3,2]
=> 2
[2,2,1]
=> [[2,2,1],[]]
=> ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> [3,2]
=> 2
[2,1,1,1]
=> [[2,1,1,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> [4,1]
=> 2
[1,1,1,1,1]
=> [[1,1,1,1,1],[]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 1
[6]
=> [[6],[]]
=> ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> [6]
=> 1
[5,1]
=> [[5,1],[]]
=> ([(0,2),(0,5),(3,4),(4,1),(5,3)],6)
=> [5,1]
=> 2
[4,2]
=> [[4,2],[]]
=> ([(0,2),(0,4),(2,5),(3,1),(4,3),(4,5)],6)
=> [4,2]
=> 2
[4,1,1]
=> [[4,1,1],[]]
=> ([(0,4),(0,5),(3,2),(4,3),(5,1)],6)
=> [4,2]
=> 2
[3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> 2
[3,2,1]
=> [[3,2,1],[]]
=> ([(0,3),(0,4),(3,2),(3,5),(4,1),(4,5)],6)
=> [3,2,1]
=> 3
[3,1,1,1]
=> [[3,1,1,1],[]]
=> ([(0,4),(0,5),(3,2),(4,3),(5,1)],6)
=> [4,2]
=> 2
[2,2,2]
=> [[2,2,2],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> 2
[2,2,1,1]
=> [[2,2,1,1],[]]
=> ([(0,2),(0,4),(2,5),(3,1),(4,3),(4,5)],6)
=> [4,2]
=> 2
[2,1,1,1,1]
=> [[2,1,1,1,1],[]]
=> ([(0,2),(0,5),(3,4),(4,1),(5,3)],6)
=> [5,1]
=> 2
[1,1,1,1,1,1]
=> [[1,1,1,1,1,1],[]]
=> ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> [6]
=> 1
[7]
=> [[7],[]]
=> ([(0,6),(2,3),(3,5),(4,2),(5,1),(6,4)],7)
=> [7]
=> 1
[6,1]
=> [[6,1],[]]
=> ([(0,2),(0,6),(3,5),(4,3),(5,1),(6,4)],7)
=> [6,1]
=> 2
[5,2]
=> [[5,2],[]]
=> ([(0,2),(0,5),(2,6),(3,4),(4,1),(5,3),(5,6)],7)
=> [5,2]
=> 2
[5,1,1]
=> [[5,1,1],[]]
=> ([(0,5),(0,6),(3,4),(4,2),(5,3),(6,1)],7)
=> [5,2]
=> 2
[4,3]
=> [[4,3],[]]
=> ([(0,2),(0,4),(2,5),(3,1),(3,6),(4,3),(4,5),(5,6)],7)
=> [4,3]
=> 2
[4,2,1]
=> [[4,2,1],[]]
=> ([(0,4),(0,5),(3,2),(4,3),(4,6),(5,1),(5,6)],7)
=> [4,2,1]
=> 3
[4,1,1,1]
=> [[4,1,1,1],[]]
=> ([(0,5),(0,6),(3,2),(4,1),(5,3),(6,4)],7)
=> [4,3]
=> 2
[3,3,1]
=> [[3,3,1],[]]
=> ([(0,3),(0,4),(2,6),(3,1),(3,5),(4,2),(4,5),(5,6)],7)
=> [4,2,1]
=> 3
[3,2,2]
=> [[3,2,2],[]]
=> ([(0,3),(0,4),(2,6),(3,1),(3,5),(4,2),(4,5),(5,6)],7)
=> [4,2,1]
=> 3
[3,2,1,1]
=> [[3,2,1,1],[]]
=> ([(0,4),(0,5),(3,2),(4,3),(4,6),(5,1),(5,6)],7)
=> [4,2,1]
=> 3
[3,1,1,1,1]
=> [[3,1,1,1,1],[]]
=> ([(0,5),(0,6),(3,4),(4,2),(5,3),(6,1)],7)
=> [5,2]
=> 2
[2,2,2,1]
=> [[2,2,2,1],[]]
=> ([(0,2),(0,4),(2,5),(3,1),(3,6),(4,3),(4,5),(5,6)],7)
=> [4,3]
=> 2
[2,2,1,1,1]
=> [[2,2,1,1,1],[]]
=> ([(0,2),(0,5),(2,6),(3,4),(4,1),(5,3),(5,6)],7)
=> [5,2]
=> 2
[2,1,1,1,1,1]
=> [[2,1,1,1,1,1],[]]
=> ([(0,2),(0,6),(3,5),(4,3),(5,1),(6,4)],7)
=> [6,1]
=> 2
[1,1,1,1,1,1,1]
=> [[1,1,1,1,1,1,1],[]]
=> ([(0,6),(2,3),(3,5),(4,2),(5,1),(6,4)],7)
=> [7]
=> 1
[8]
=> [[8],[]]
=> ([(0,7),(2,4),(3,2),(4,6),(5,3),(6,1),(7,5)],8)
=> [8]
=> 1
[7,1]
=> [[7,1],[]]
=> ([(0,2),(0,7),(3,4),(4,6),(5,3),(6,1),(7,5)],8)
=> [7,1]
=> 2
[6,2]
=> [[6,2],[]]
=> ([(0,2),(0,6),(2,7),(3,5),(4,3),(5,1),(6,4),(6,7)],8)
=> [6,2]
=> 2
[6,1,1]
=> [[6,1,1],[]]
=> ([(0,6),(0,7),(3,5),(4,3),(5,2),(6,4),(7,1)],8)
=> [6,2]
=> 2
[5,3]
=> [[5,3],[]]
=> ([(0,2),(0,5),(2,6),(3,4),(3,7),(4,1),(5,3),(5,6),(6,7)],8)
=> [5,3]
=> 2
[5,2,1]
=> [[5,2,1],[]]
=> ([(0,5),(0,6),(3,4),(4,2),(5,3),(5,7),(6,1),(6,7)],8)
=> [5,2,1]
=> 3
Description
The number of distinct parts of the integer partition. This statistic is also the number of removeable cells of the partition, and the number of valleys of the Dyck path tracing the shape of the partition.
Matching statistic: St000394
Mp00043: Integer partitions to Dyck pathDyck paths
Mp00030: Dyck paths zeta mapDyck paths
Mp00099: Dyck paths bounce pathDyck paths
St000394: 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,0,0]
=> [1,1,0,0]
=> 1
[2]
=> [1,1,0,0,1,0]
=> [1,1,0,1,0,0]
=> [1,0,1,1,0,0]
=> 1
[1,1]
=> [1,0,1,1,0,0]
=> [1,0,1,1,0,0]
=> [1,0,1,1,0,0]
=> 1
[3]
=> [1,1,1,0,0,0,1,0]
=> [1,0,1,1,0,1,0,0]
=> [1,0,1,0,1,1,0,0]
=> 1
[2,1]
=> [1,0,1,0,1,0]
=> [1,1,1,0,0,0]
=> [1,1,1,0,0,0]
=> 2
[1,1,1]
=> [1,0,1,1,1,0,0,0]
=> [1,0,1,0,1,1,0,0]
=> [1,0,1,0,1,1,0,0]
=> 1
[4]
=> [1,1,1,1,0,0,0,0,1,0]
=> [1,0,1,0,1,1,0,1,0,0]
=> [1,0,1,0,1,0,1,1,0,0]
=> 1
[3,1]
=> [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,2]
=> [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,1,1]
=> [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,1,1,1]
=> [1,0,1,1,1,1,0,0,0,0]
=> [1,0,1,0,1,0,1,1,0,0]
=> [1,0,1,0,1,0,1,1,0,0]
=> 1
[5]
=> [1,1,1,1,1,0,0,0,0,0,1,0]
=> [1,0,1,0,1,0,1,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0,1,1,0,0]
=> 1
[4,1]
=> [1,1,1,0,1,0,0,0,1,0]
=> [1,1,0,0,1,1,0,1,0,0]
=> [1,1,0,0,1,0,1,1,0,0]
=> 2
[3,2]
=> [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
[3,1,1]
=> [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
[2,2,1]
=> [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
[2,1,1,1]
=> [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
[1,1,1,1,1]
=> [1,0,1,1,1,1,1,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,1,0,0]
=> [1,0,1,0,1,0,1,0,1,1,0,0]
=> 1
[6]
=> [1,1,1,1,1,1,0,0,0,0,0,0,1,0]
=> [1,0,1,0,1,0,1,0,1,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0,1,1,0,0]
=> 1
[5,1]
=> [1,1,1,1,0,1,0,0,0,0,1,0]
=> [1,1,0,0,1,0,1,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0,1,1,0,0]
=> 2
[4,2]
=> [1,1,1,0,0,1,0,0,1,0]
=> [1,1,0,1,1,0,0,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> 2
[4,1,1]
=> [1,1,0,1,1,0,0,0,1,0]
=> [1,0,1,1,1,0,0,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> 2
[3,3]
=> [1,1,1,0,0,0,1,1,0,0]
=> [1,1,0,1,0,1,0,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> 2
[3,2,1]
=> [1,0,1,0,1,0,1,0]
=> [1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> 3
[3,1,1,1]
=> [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
[2,2,2]
=> [1,1,0,0,1,1,1,0,0,0]
=> [1,0,1,1,0,1,0,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> 2
[2,2,1,1]
=> [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
[2,1,1,1,1]
=> [1,0,1,1,1,1,0,1,0,0,0,0]
=> [1,1,0,0,1,0,1,0,1,1,0,0]
=> [1,1,0,0,1,0,1,0,1,1,0,0]
=> 2
[1,1,1,1,1,1]
=> [1,0,1,1,1,1,1,1,0,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0,1,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0,1,1,0,0]
=> 1
[7]
=> [1,1,1,1,1,1,1,0,0,0,0,0,0,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0]
=> 1
[6,1]
=> [1,1,1,1,1,0,1,0,0,0,0,0,1,0]
=> [1,1,0,0,1,0,1,0,1,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0,1,0,1,1,0,0]
=> 2
[5,2]
=> [1,1,1,1,0,0,1,0,0,0,1,0]
=> [1,1,0,1,0,0,1,1,0,1,0,0]
=> [1,0,1,1,0,0,1,0,1,1,0,0]
=> 2
[5,1,1]
=> [1,1,1,0,1,1,0,0,0,0,1,0]
=> [1,0,1,1,0,0,1,1,0,1,0,0]
=> [1,0,1,1,0,0,1,0,1,1,0,0]
=> 2
[4,3]
=> [1,1,1,0,0,0,1,0,1,0]
=> [1,0,1,1,1,0,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> 2
[4,2,1]
=> [1,1,0,1,0,1,0,0,1,0]
=> [1,1,1,1,0,0,0,1,0,0]
=> [1,1,1,0,0,0,1,1,0,0]
=> 3
[4,1,1,1]
=> [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,3,1]
=> [1,1,0,1,0,0,1,1,0,0]
=> [1,1,1,0,1,0,0,1,0,0]
=> [1,1,1,0,0,0,1,1,0,0]
=> 3
[3,2,2]
=> [1,1,0,0,1,1,0,1,0,0]
=> [1,1,1,0,0,1,0,1,0,0]
=> [1,1,1,0,0,0,1,1,0,0]
=> 3
[3,2,1,1]
=> [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]
=> 3
[3,1,1,1,1]
=> [1,0,1,1,1,1,0,0,1,0,0,0]
=> [1,1,0,1,0,0,1,0,1,1,0,0]
=> [1,0,1,1,0,0,1,0,1,1,0,0]
=> 2
[2,2,2,1]
=> [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
[2,2,1,1,1]
=> [1,0,1,1,1,0,1,1,0,0,0,0]
=> [1,0,1,1,0,0,1,0,1,1,0,0]
=> [1,0,1,1,0,0,1,0,1,1,0,0]
=> 2
[2,1,1,1,1,1]
=> [1,0,1,1,1,1,1,0,1,0,0,0,0,0]
=> [1,1,0,0,1,0,1,0,1,0,1,1,0,0]
=> [1,1,0,0,1,0,1,0,1,0,1,1,0,0]
=> 2
[1,1,1,1,1,1,1]
=> [1,0,1,1,1,1,1,1,1,0,0,0,0,0,0,0]
=> [1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0]
=> 1
[8]
=> [1,1,1,1,1,1,1,1,0,0,0,0,0,0,0,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,1,0,0]
=> [1,0,1,0,1,0,1,0,1,0,1,0,1,0,1,1,0,0]
=> 1
[7,1]
=> [1,1,1,1,1,1,0,1,0,0,0,0,0,0,1,0]
=> [1,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0]
=> [1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0]
=> 2
[6,2]
=> [1,1,1,1,1,0,0,1,0,0,0,0,1,0]
=> [1,1,0,1,0,0,1,0,1,1,0,1,0,0]
=> [1,0,1,1,0,0,1,0,1,0,1,1,0,0]
=> 2
[6,1,1]
=> [1,1,1,1,0,1,1,0,0,0,0,0,1,0]
=> [1,0,1,1,0,0,1,0,1,1,0,1,0,0]
=> [1,0,1,1,0,0,1,0,1,0,1,1,0,0]
=> 2
[5,3]
=> [1,1,1,1,0,0,0,1,0,0,1,0]
=> [1,0,1,1,0,1,1,0,0,1,0,0]
=> [1,0,1,0,1,1,0,0,1,1,0,0]
=> 2
[5,2,1]
=> [1,1,1,0,1,0,1,0,0,0,1,0]
=> [1,1,1,0,0,0,1,1,0,1,0,0]
=> [1,1,1,0,0,0,1,0,1,1,0,0]
=> 3
Description
The sum of the heights of the peaks of a Dyck path minus the number of peaks.
Matching statistic: St000533
Mp00179: Integer partitions to skew partitionSkew partitions
Mp00185: Skew partitions cell posetPosets
Mp00110: Posets Greene-Kleitman invariantInteger partitions
St000533: Integer partitions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1]
=> [[1],[]]
=> ([],1)
=> [1]
=> 1
[2]
=> [[2],[]]
=> ([(0,1)],2)
=> [2]
=> 1
[1,1]
=> [[1,1],[]]
=> ([(0,1)],2)
=> [2]
=> 1
[3]
=> [[3],[]]
=> ([(0,2),(2,1)],3)
=> [3]
=> 1
[2,1]
=> [[2,1],[]]
=> ([(0,1),(0,2)],3)
=> [2,1]
=> 2
[1,1,1]
=> [[1,1,1],[]]
=> ([(0,2),(2,1)],3)
=> [3]
=> 1
[4]
=> [[4],[]]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 1
[3,1]
=> [[3,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> [3,1]
=> 2
[2,2]
=> [[2,2],[]]
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> [3,1]
=> 2
[2,1,1]
=> [[2,1,1],[]]
=> ([(0,2),(0,3),(3,1)],4)
=> [3,1]
=> 2
[1,1,1,1]
=> [[1,1,1,1],[]]
=> ([(0,3),(2,1),(3,2)],4)
=> [4]
=> 1
[5]
=> [[5],[]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 1
[4,1]
=> [[4,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> [4,1]
=> 2
[3,2]
=> [[3,2],[]]
=> ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> [3,2]
=> 2
[3,1,1]
=> [[3,1,1],[]]
=> ([(0,3),(0,4),(3,2),(4,1)],5)
=> [3,2]
=> 2
[2,2,1]
=> [[2,2,1],[]]
=> ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> [3,2]
=> 2
[2,1,1,1]
=> [[2,1,1,1],[]]
=> ([(0,2),(0,4),(3,1),(4,3)],5)
=> [4,1]
=> 2
[1,1,1,1,1]
=> [[1,1,1,1,1],[]]
=> ([(0,4),(2,3),(3,1),(4,2)],5)
=> [5]
=> 1
[6]
=> [[6],[]]
=> ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> [6]
=> 1
[5,1]
=> [[5,1],[]]
=> ([(0,2),(0,5),(3,4),(4,1),(5,3)],6)
=> [5,1]
=> 2
[4,2]
=> [[4,2],[]]
=> ([(0,2),(0,4),(2,5),(3,1),(4,3),(4,5)],6)
=> [4,2]
=> 2
[4,1,1]
=> [[4,1,1],[]]
=> ([(0,4),(0,5),(3,2),(4,3),(5,1)],6)
=> [4,2]
=> 2
[3,3]
=> [[3,3],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> 2
[3,2,1]
=> [[3,2,1],[]]
=> ([(0,3),(0,4),(3,2),(3,5),(4,1),(4,5)],6)
=> [3,2,1]
=> 3
[3,1,1,1]
=> [[3,1,1,1],[]]
=> ([(0,4),(0,5),(3,2),(4,3),(5,1)],6)
=> [4,2]
=> 2
[2,2,2]
=> [[2,2,2],[]]
=> ([(0,2),(0,3),(1,5),(2,4),(3,1),(3,4),(4,5)],6)
=> [4,2]
=> 2
[2,2,1,1]
=> [[2,2,1,1],[]]
=> ([(0,2),(0,4),(2,5),(3,1),(4,3),(4,5)],6)
=> [4,2]
=> 2
[2,1,1,1,1]
=> [[2,1,1,1,1],[]]
=> ([(0,2),(0,5),(3,4),(4,1),(5,3)],6)
=> [5,1]
=> 2
[1,1,1,1,1,1]
=> [[1,1,1,1,1,1],[]]
=> ([(0,5),(2,4),(3,2),(4,1),(5,3)],6)
=> [6]
=> 1
[7]
=> [[7],[]]
=> ([(0,6),(2,3),(3,5),(4,2),(5,1),(6,4)],7)
=> [7]
=> 1
[6,1]
=> [[6,1],[]]
=> ([(0,2),(0,6),(3,5),(4,3),(5,1),(6,4)],7)
=> [6,1]
=> 2
[5,2]
=> [[5,2],[]]
=> ([(0,2),(0,5),(2,6),(3,4),(4,1),(5,3),(5,6)],7)
=> [5,2]
=> 2
[5,1,1]
=> [[5,1,1],[]]
=> ([(0,5),(0,6),(3,4),(4,2),(5,3),(6,1)],7)
=> [5,2]
=> 2
[4,3]
=> [[4,3],[]]
=> ([(0,2),(0,4),(2,5),(3,1),(3,6),(4,3),(4,5),(5,6)],7)
=> [4,3]
=> 2
[4,2,1]
=> [[4,2,1],[]]
=> ([(0,4),(0,5),(3,2),(4,3),(4,6),(5,1),(5,6)],7)
=> [4,2,1]
=> 3
[4,1,1,1]
=> [[4,1,1,1],[]]
=> ([(0,5),(0,6),(3,2),(4,1),(5,3),(6,4)],7)
=> [4,3]
=> 2
[3,3,1]
=> [[3,3,1],[]]
=> ([(0,3),(0,4),(2,6),(3,1),(3,5),(4,2),(4,5),(5,6)],7)
=> [4,2,1]
=> 3
[3,2,2]
=> [[3,2,2],[]]
=> ([(0,3),(0,4),(2,6),(3,1),(3,5),(4,2),(4,5),(5,6)],7)
=> [4,2,1]
=> 3
[3,2,1,1]
=> [[3,2,1,1],[]]
=> ([(0,4),(0,5),(3,2),(4,3),(4,6),(5,1),(5,6)],7)
=> [4,2,1]
=> 3
[3,1,1,1,1]
=> [[3,1,1,1,1],[]]
=> ([(0,5),(0,6),(3,4),(4,2),(5,3),(6,1)],7)
=> [5,2]
=> 2
[2,2,2,1]
=> [[2,2,2,1],[]]
=> ([(0,2),(0,4),(2,5),(3,1),(3,6),(4,3),(4,5),(5,6)],7)
=> [4,3]
=> 2
[2,2,1,1,1]
=> [[2,2,1,1,1],[]]
=> ([(0,2),(0,5),(2,6),(3,4),(4,1),(5,3),(5,6)],7)
=> [5,2]
=> 2
[2,1,1,1,1,1]
=> [[2,1,1,1,1,1],[]]
=> ([(0,2),(0,6),(3,5),(4,3),(5,1),(6,4)],7)
=> [6,1]
=> 2
[1,1,1,1,1,1,1]
=> [[1,1,1,1,1,1,1],[]]
=> ([(0,6),(2,3),(3,5),(4,2),(5,1),(6,4)],7)
=> [7]
=> 1
[8]
=> [[8],[]]
=> ([(0,7),(2,4),(3,2),(4,6),(5,3),(6,1),(7,5)],8)
=> [8]
=> 1
[7,1]
=> [[7,1],[]]
=> ([(0,2),(0,7),(3,4),(4,6),(5,3),(6,1),(7,5)],8)
=> [7,1]
=> 2
[6,2]
=> [[6,2],[]]
=> ([(0,2),(0,6),(2,7),(3,5),(4,3),(5,1),(6,4),(6,7)],8)
=> [6,2]
=> 2
[6,1,1]
=> [[6,1,1],[]]
=> ([(0,6),(0,7),(3,5),(4,3),(5,2),(6,4),(7,1)],8)
=> [6,2]
=> 2
[5,3]
=> [[5,3],[]]
=> ([(0,2),(0,5),(2,6),(3,4),(3,7),(4,1),(5,3),(5,6),(6,7)],8)
=> [5,3]
=> 2
[5,2,1]
=> [[5,2,1],[]]
=> ([(0,5),(0,6),(3,4),(4,2),(5,3),(5,7),(6,1),(6,7)],8)
=> [5,2,1]
=> 3
Description
The minimum of the number of parts and the size of the first part of an integer partition. This is also an upper bound on the maximal number of non-attacking rooks that can be placed on the Ferrers board.
The following 225 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St001176The size of a partition minus its first part. St001484The number of singletons of an integer partition. St000318The number of addable cells of the Ferrers diagram of an integer partition. St000481The number of upper covers of a partition in dominance order. St001124The multiplicity of the standard representation in the Kronecker square corresponding to a partition. St001928The number of non-overlapping descents in a permutation. St000245The number of ascents of a permutation. St000672The number of minimal elements in Bruhat order not less than the permutation. St000024The number of double up and double down steps of a Dyck path. St000272The treewidth of a graph. St000362The size of a minimal vertex cover of a graph. St000536The pathwidth of a graph. St001189The number of simple modules with dominant and codominant dimension equal to zero in the Nakayama algebra corresponding to the Dyck path. St001499The number of indecomposable projective-injective modules of a magnitude 1 Nakayama algebra. St001007Number of simple modules with projective dimension 1 in the Nakayama algebra corresponding to the Dyck path. St001088Number of indecomposable projective non-injective modules with dominant dimension equal to the injective dimension in the corresponding Nakayama algebra. St001331The size of the minimal feedback vertex set. St001580The acyclic chromatic number of a graph. St001670The connected partition number of a graph. St001963The tree-depth of a graph. St000568The hook number of a binary tree. St000831The number of indices that are either descents or recoils. St001469The holeyness of a permutation. St000829The Ulam distance of a permutation to the identity permutation. St001489The maximum of the number of descents and the number of inverse descents. St000470The number of runs in a permutation. St000710The number of big deficiencies of a permutation. St000836The number of descents of distance 2 of a permutation. St000331The number of upper interactions of a Dyck path. St001509The degree of the standard monomial associated to a Dyck path relative to the trivial lower boundary. St001298The number of repeated entries in the Lehmer code of a permutation. St000021The number of descents of a permutation. St000243The number of cyclic valleys and cyclic peaks of a permutation. St000316The number of non-left-to-right-maxima of a permutation. St000336The leg major index of a standard tableau. St000619The number of cyclic descents of a permutation. St000955Number of times one has $Ext^i(D(A),A)>0$ for $i>0$ for the corresponding LNakayama algebra. St001480The number of simple summands of the module J^2/J^3. St000325The width of the tree associated to a permutation. St000443The number of long tunnels of a Dyck path. St000822The Hadwiger number of the graph. 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. St001470The cyclic holeyness of a permutation. St001226The number of integers i such that the radical of the i-th indecomposable projective module has vanishing first extension group with the Jacobson radical J in the corresponding Nakayama algebra. St001514The dimension of the top of the Auslander-Reiten translate of the regular modules as a bimodule. St000097The order of the largest clique of the graph. St000353The number of inner valleys of a permutation. St000646The number of big ascents of a permutation. St000092The number of outer peaks of a permutation. St000098The chromatic number of a graph. St000099The number of valleys of a permutation, including the boundary. St000273The domination number of a graph. St000387The matching number of a graph. St000916The packing number of a graph. St000985The number of positive eigenvalues of the adjacency matrix of the graph. St001339The irredundance number of a graph. St000023The number of inner peaks of a permutation. St000711The number of big exceedences of a permutation. St001085The number of occurrences of the vincular pattern |21-3 in a permutation. St000291The number of descents of a binary word. St001029The size of the core of a graph. St000535The rank-width of a graph. St000891The number of distinct diagonal sums of a permutation matrix. St001569The maximal modular displacement of a permutation. St001198The number of simple modules in the algebra $eAe$ with projective dimension at most 1 in the corresponding Nakayama algebra $A$ with minimal faithful projective-injective module $eA$. St001206The maximal dimension of an indecomposable projective $eAe$-module (that is the height of the corresponding Dyck path) of the corresponding Nakayama algebra with minimal faithful projective-injective module $eA$. St001291The number of indecomposable summands of the tensor product of two copies of the dual of the Nakayama algebra associated to a Dyck path. St000035The number of left outer peaks of a permutation. St000670The reversal length of a permutation. 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$. St000871The number of very big ascents of a permutation. St001741The largest integer such that all patterns of this size are contained in the permutation. St001668The number of points of the poset minus the width of the poset. St000632The jump number of the poset. St000317The cycle descent number of a permutation. St001729The number of visible descents of a permutation. St001873For a Nakayama algebra corresponding to a Dyck path, we define the matrix C with entries the Hom-spaces between $e_i J$ and $e_j J$ (the radical of the indecomposable projective modules). St001948The number of augmented double ascents of a permutation. St001520The number of strict 3-descents. St001526The Loewy length of the Auslander-Reiten translate of the regular module as a bimodule of the Nakayama algebra corresponding to the Dyck path. St001665The number of pure excedances of a permutation. St001801Half the number of preimage-image pairs of different parity in a permutation. St000144The pyramid weight of the Dyck path. St000863The length of the first row of the shifted shape of a permutation. St001258Gives the maximum of injective plus projective dimension of an indecomposable module over the corresponding Nakayama algebra. St000260The radius of a connected graph. St000703The number of deficiencies of a permutation. St000994The number of cycle peaks and the number of cycle valleys of a permutation. St001044The number of pairs whose larger element is at most one more than half the size of the perfect matching. St000893The number of distinct diagonal sums of an alternating sign matrix. St000120The number of left tunnels of a Dyck path. St000333The dez statistic, the number of descents of a permutation after replacing fixed points by zeros. St000444The length of the maximal rise of a Dyck path. St001269The sum of the minimum of the number of exceedances and deficiencies in each cycle of a permutation. St001812The biclique partition number of a graph. St000375The number of non weak exceedences of a permutation that are mid-points of a decreasing subsequence of length $3$. St001140Number of indecomposable modules with projective and injective dimension at least two in the corresponding Nakayama algebra. St001165Number of simple modules with even projective dimension in the corresponding Nakayama algebra. St001183The maximum of $projdim(S)+injdim(S)$ over all simple modules in the Nakayama algebra corresponding to the Dyck path. St001575The minimal number of edges to add or remove to make a graph edge transitive. St001577The minimal number of edges to add or remove to make a graph a cograph. St001734The lettericity of a graph. St000162The number of nontrivial cycles in the cycle decomposition of a permutation. St000486The number of cycles of length at least 3 of a permutation. St000779The tier of a permutation. St001960The number of descents of a permutation minus one if its first entry is not one. St001330The hat guessing number of a graph. St001195The global dimension of the algebra $A/AfA$ of the corresponding Nakayama algebra $A$ with minimal left faithful projective-injective module $Af$. St000744The length of the path to the largest entry in a standard Young tableau. St001863The number of weak excedances of a signed permutation. St001568The smallest positive integer that does not appear twice in the partition. St001868The number of alignments of type NE of a signed permutation. St001487The number of inner corners of a skew partition. St001864The number of excedances of a signed permutation. St001862The number of crossings of a signed permutation. St001882The number of occurrences of a type-B 231 pattern in a signed permutation. 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. St000892The maximal number of nonzero entries on a diagonal of an alternating sign matrix. St001738The minimal order of a graph which is not an induced subgraph of the given graph. St001488The number of corners of a skew partition. St001624The breadth of a lattice. St001423The number of distinct cubes in a binary word. St000454The largest eigenvalue of a graph if it is integral. St001491The number of indecomposable projective-injective modules in the algebra corresponding to a subset. St000390The number of runs of ones in a binary word. 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)$. St001712The number of natural descents of a standard Young tableau. St000899The maximal number of repetitions of an integer composition. St000905The number of different multiplicities of parts of an integer composition. St001142The projective dimension of the socle of the regular module as a bimodule in the Nakayama algebra corresponding to the Dyck path. St001169Number of simple modules with projective dimension at least two in the corresponding Nakayama algebra. St001188The number of simple modules $S$ with grade $\inf \{ i \geq 0 | Ext^i(S,A) \neq 0 \}$ at least two in the Nakayama algebra $A$ corresponding to the Dyck path. St001238The number of simple modules S such that the Auslander-Reiten translate of S is isomorphic to the Nakayama functor applied to the second syzygy of S. St001244The number of simple modules of projective dimension one that are not 1-regular for the Nakayama algebra associated to a Dyck path. St001294The maximal torsionfree index of a simple non-projective module in the corresponding Nakayama algebra. St001296The maximal torsionfree index of an indecomposable non-projective module in the corresponding Nakayama algebra. St001431Half of the Loewy length minus one of a modified stable Auslander algebra of the Nakayama algebra corresponding to the Dyck path. St001503The largest distance of a vertex to a vertex in a cycle in the resolution quiver of the corresponding Nakayama algebra. St001553The number of indecomposable summands of the square of the Jacobson radical as a bimodule in the Nakayama algebra corresponding to the Dyck path. St001661Half the permanent of the Identity matrix plus the permutation matrix associated to the permutation. St001820The size of the image of the pop stack sorting operator. St001896The number of right descents of a signed permutations. St001935The number of ascents in a parking function. St001946The number of descents in a parking function. St000015The number of peaks of a Dyck path. St000374The number of exclusive right-to-left minima of a permutation. St000648The number of 2-excedences of a permutation. St000664The number of right ropes of a permutation. St000689The maximal n such that the minimal generator-cogenerator module in the LNakayama algebra of a Dyck path is n-rigid. St000702The number of weak deficiencies of a permutation. St000732The number of double deficiencies of a permutation. St000757The length of the longest weakly inreasing subsequence of parts of an integer composition. St000765The number of weak records in an integer composition. St000942The number of critical left to right maxima of the parking functions. St000991The number of right-to-left minima of a permutation. St001113Number of indecomposable projective non-injective modules with reflexive Auslander-Reiten sequences in the corresponding Nakayama algebra. St001181Number of indecomposable injective modules with grade at least 3 in the corresponding Nakayama algebra. St001186Number of simple modules with grade at least 3 in the corresponding Nakayama algebra. St001219Number of simple modules S in the corresponding Nakayama algebra such that the Auslander-Reiten sequence ending at S has the property that all modules in the exact sequence are reflexive. St001267The length of the Lyndon factorization of the binary word. St001355Number of non-empty prefixes of a binary word that contain equally many 0's and 1's. St001420Half the length of a longest factor which is its own reverse-complement of a binary word. St001421Half the length of a longest factor which is its own reverse-complement and begins with a one of a binary word. St001462The number of factors of a standard tableaux under concatenation. St001530The depth of a Dyck path. St001556The number of inversions of the third entry of a permutation. St001667The maximal size of a pair of weak twins for a permutation. St001773The number of minimal elements in Bruhat order not less than the signed permutation. St001846The number of elements which do not have a complement in the lattice. St001906Half of the difference between the total displacement and the number of inversions and the reflection length of a permutation. St000451The length of the longest pattern of the form k 1 2. St000820The number of compositions obtained by rotating the composition. St001966Half the global dimension of the stable Auslander algebra of a sincere Nakayama algebra (with associated Dyck path). St000031The number of cycles in the cycle decomposition of a permutation. St001060The distinguishing index of a graph. St000534The number of 2-rises of a permutation. St000842The breadth of a permutation. St000036The evaluation at 1 of the Kazhdan-Lusztig polynomial with parameters given by the identity and the permutation. St000068The number of minimal elements in a poset. St000077The number of boxed and circled entries. St000408The number of occurrences of the pattern 4231 in a permutation. St000440The number of occurrences of the pattern 4132 or of the pattern 4231 in a permutation. St000455The second largest eigenvalue of a graph if it is integral. St000679The pruning number of an ordered tree. St001084The number of occurrences of the vincular pattern |1-23 in a 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. St000882The number of connected components of short braid edges in the graph of braid moves of a permutation. St001722The number of minimal chains with small intervals between a binary word and the top element. St001162The minimum jump of a permutation. St001344The neighbouring number of a permutation. St000090The variation of a composition. St000091The descent variation of a composition. St000217The number of occurrences of the pattern 312 in a permutation. St000233The number of nestings of a set partition. St000338The number of pixed points of a permutation. St000358The number of occurrences of the pattern 31-2. St000365The number of double ascents of a permutation. St000622The number of occurrences of the patterns 2143 or 4231 in a permutation. St000650The number of 3-rises of a permutation. St000709The number of occurrences of 14-2-3 or 14-3-2. St001001The number of indecomposable modules with projective and injective dimension equal to the global dimension of the Nakayama algebra corresponding to the Dyck path. St001174The Gorenstein dimension of the algebra $A/I$ when $I$ is the tilting module corresponding to the permutation in the Auslander algebra of $K[x]/(x^n)$. St001435The number of missing boxes in the first row. St001438The number of missing boxes of a skew partition. St001551The number of restricted non-inversions between exceedances where the rightmost exceedance is linked. St001559The number of transpositions that are smaller or equal to a permutation in Bruhat order while not being inversions. St001705The number of occurrences of the pattern 2413 in a permutation. St001744The number of occurrences of the arrow pattern 1-2 with an arrow from 1 to 2 in a permutation. St001811The Castelnuovo-Mumford regularity of a permutation. St001857The number of edges in the reduced word graph of a signed permutation. St001866The nesting alignments of a signed permutation. St001490The number of connected components of a skew partition. St001632The number of indecomposable injective modules $I$ with $dim Ext^1(I,A)=1$ for the incidence algebra A of a poset. St000022The number of fixed points of a permutation. St000214The number of adjacencies of a permutation. St000215The number of adjacencies of a permutation, zero appended. St000337The lec statistic, the sum of the inversion numbers of the hook factors of a permutation. St000373The number of weak exceedences of a permutation that are also mid-points of a decreasing subsequence of length $3$. St000404The number of occurrences of the pattern 3241 or of the pattern 4231 in a permutation. St000546The number of global descents of a permutation. St000731The number of double exceedences of a permutation. St000742The number of big ascents of a permutation after prepending zero.