Your data matches 64 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
St000246: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => 1
[2,1] => 0
[1,2,3] => 3
[1,3,2] => 2
[2,1,3] => 2
[2,3,1] => 1
[3,1,2] => 1
[3,2,1] => 0
[1,2,3,4] => 6
[1,2,4,3] => 5
[1,3,2,4] => 5
[1,3,4,2] => 4
[1,4,2,3] => 4
[1,4,3,2] => 3
[2,1,3,4] => 5
[2,1,4,3] => 4
[2,3,1,4] => 4
[2,3,4,1] => 3
[2,4,1,3] => 3
[2,4,3,1] => 2
[3,1,2,4] => 4
[3,1,4,2] => 3
[3,2,1,4] => 3
[3,2,4,1] => 2
[3,4,1,2] => 2
[3,4,2,1] => 1
[4,1,2,3] => 3
[4,1,3,2] => 2
[4,2,1,3] => 2
[4,2,3,1] => 1
[4,3,1,2] => 1
[4,3,2,1] => 0
Description
The number of non-inversions of a permutation. For a permutation of $\{1,\ldots,n\}$, this is given by $\operatorname{noninv}(\pi) = \binom{n}{2}-\operatorname{inv}(\pi)$.
St001583: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => 1
[2,1] => 0
[1,2,3] => 3
[1,3,2] => 2
[2,1,3] => 2
[2,3,1] => 1
[3,1,2] => 1
[3,2,1] => 0
[1,2,3,4] => 6
[1,2,4,3] => 5
[1,3,2,4] => 5
[1,3,4,2] => 4
[1,4,2,3] => 4
[1,4,3,2] => 3
[2,1,3,4] => 5
[2,1,4,3] => 4
[2,3,1,4] => 4
[2,3,4,1] => 3
[2,4,1,3] => 3
[2,4,3,1] => 2
[3,1,2,4] => 4
[3,1,4,2] => 3
[3,2,1,4] => 3
[3,2,4,1] => 2
[3,4,1,2] => 2
[3,4,2,1] => 1
[4,1,2,3] => 3
[4,1,3,2] => 2
[4,2,1,3] => 2
[4,2,3,1] => 1
[4,3,1,2] => 1
[4,3,2,1] => 0
Description
The projective dimension of the simple module corresponding to the point in the poset of the symmetric group under bruhat order.
Mp00069: Permutations complementPermutations
St000018: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [2,1] => 1
[2,1] => [1,2] => 0
[1,2,3] => [3,2,1] => 3
[1,3,2] => [3,1,2] => 2
[2,1,3] => [2,3,1] => 2
[2,3,1] => [2,1,3] => 1
[3,1,2] => [1,3,2] => 1
[3,2,1] => [1,2,3] => 0
[1,2,3,4] => [4,3,2,1] => 6
[1,2,4,3] => [4,3,1,2] => 5
[1,3,2,4] => [4,2,3,1] => 5
[1,3,4,2] => [4,2,1,3] => 4
[1,4,2,3] => [4,1,3,2] => 4
[1,4,3,2] => [4,1,2,3] => 3
[2,1,3,4] => [3,4,2,1] => 5
[2,1,4,3] => [3,4,1,2] => 4
[2,3,1,4] => [3,2,4,1] => 4
[2,3,4,1] => [3,2,1,4] => 3
[2,4,1,3] => [3,1,4,2] => 3
[2,4,3,1] => [3,1,2,4] => 2
[3,1,2,4] => [2,4,3,1] => 4
[3,1,4,2] => [2,4,1,3] => 3
[3,2,1,4] => [2,3,4,1] => 3
[3,2,4,1] => [2,3,1,4] => 2
[3,4,1,2] => [2,1,4,3] => 2
[3,4,2,1] => [2,1,3,4] => 1
[4,1,2,3] => [1,4,3,2] => 3
[4,1,3,2] => [1,4,2,3] => 2
[4,2,1,3] => [1,3,4,2] => 2
[4,2,3,1] => [1,3,2,4] => 1
[4,3,1,2] => [1,2,4,3] => 1
[4,3,2,1] => [1,2,3,4] => 0
Description
The number of inversions of a permutation. This equals the minimal number of simple transpositions $(i,i+1)$ needed to write $\pi$. Thus, it is also the Coxeter length of $\pi$.
Mp00305: Permutations parking functionParking functions
St000136: Parking functions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [1,2] => 1
[2,1] => [2,1] => 0
[1,2,3] => [1,2,3] => 3
[1,3,2] => [1,3,2] => 2
[2,1,3] => [2,1,3] => 2
[2,3,1] => [2,3,1] => 1
[3,1,2] => [3,1,2] => 1
[3,2,1] => [3,2,1] => 0
[1,2,3,4] => [1,2,3,4] => 6
[1,2,4,3] => [1,2,4,3] => 5
[1,3,2,4] => [1,3,2,4] => 5
[1,3,4,2] => [1,3,4,2] => 4
[1,4,2,3] => [1,4,2,3] => 4
[1,4,3,2] => [1,4,3,2] => 3
[2,1,3,4] => [2,1,3,4] => 5
[2,1,4,3] => [2,1,4,3] => 4
[2,3,1,4] => [2,3,1,4] => 4
[2,3,4,1] => [2,3,4,1] => 3
[2,4,1,3] => [2,4,1,3] => 3
[2,4,3,1] => [2,4,3,1] => 2
[3,1,2,4] => [3,1,2,4] => 4
[3,1,4,2] => [3,1,4,2] => 3
[3,2,1,4] => [3,2,1,4] => 3
[3,2,4,1] => [3,2,4,1] => 2
[3,4,1,2] => [3,4,1,2] => 2
[3,4,2,1] => [3,4,2,1] => 1
[4,1,2,3] => [4,1,2,3] => 3
[4,1,3,2] => [4,1,3,2] => 2
[4,2,1,3] => [4,2,1,3] => 2
[4,2,3,1] => [4,2,3,1] => 1
[4,3,1,2] => [4,3,1,2] => 1
[4,3,2,1] => [4,3,2,1] => 0
Description
The dinv of a parking function.
Mp00305: Permutations parking functionParking functions
St000194: Parking functions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [1,2] => 1
[2,1] => [2,1] => 0
[1,2,3] => [1,2,3] => 3
[1,3,2] => [1,3,2] => 2
[2,1,3] => [2,1,3] => 2
[2,3,1] => [2,3,1] => 1
[3,1,2] => [3,1,2] => 1
[3,2,1] => [3,2,1] => 0
[1,2,3,4] => [1,2,3,4] => 6
[1,2,4,3] => [1,2,4,3] => 5
[1,3,2,4] => [1,3,2,4] => 5
[1,3,4,2] => [1,3,4,2] => 4
[1,4,2,3] => [1,4,2,3] => 4
[1,4,3,2] => [1,4,3,2] => 3
[2,1,3,4] => [2,1,3,4] => 5
[2,1,4,3] => [2,1,4,3] => 4
[2,3,1,4] => [2,3,1,4] => 4
[2,3,4,1] => [2,3,4,1] => 3
[2,4,1,3] => [2,4,1,3] => 3
[2,4,3,1] => [2,4,3,1] => 2
[3,1,2,4] => [3,1,2,4] => 4
[3,1,4,2] => [3,1,4,2] => 3
[3,2,1,4] => [3,2,1,4] => 3
[3,2,4,1] => [3,2,4,1] => 2
[3,4,1,2] => [3,4,1,2] => 2
[3,4,2,1] => [3,4,2,1] => 1
[4,1,2,3] => [4,1,2,3] => 3
[4,1,3,2] => [4,1,3,2] => 2
[4,2,1,3] => [4,2,1,3] => 2
[4,2,3,1] => [4,2,3,1] => 1
[4,3,1,2] => [4,3,1,2] => 1
[4,3,2,1] => [4,3,2,1] => 0
Description
The number of primary dinversion pairs of a labelled dyck path corresponding to a parking function.
Mp00069: Permutations complementPermutations
St000494: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [2,1] => 1
[2,1] => [1,2] => 0
[1,2,3] => [3,2,1] => 3
[1,3,2] => [3,1,2] => 2
[2,1,3] => [2,3,1] => 2
[2,3,1] => [2,1,3] => 1
[3,1,2] => [1,3,2] => 1
[3,2,1] => [1,2,3] => 0
[1,2,3,4] => [4,3,2,1] => 6
[1,2,4,3] => [4,3,1,2] => 5
[1,3,2,4] => [4,2,3,1] => 5
[1,3,4,2] => [4,2,1,3] => 4
[1,4,2,3] => [4,1,3,2] => 4
[1,4,3,2] => [4,1,2,3] => 3
[2,1,3,4] => [3,4,2,1] => 5
[2,1,4,3] => [3,4,1,2] => 4
[2,3,1,4] => [3,2,4,1] => 4
[2,3,4,1] => [3,2,1,4] => 3
[2,4,1,3] => [3,1,4,2] => 3
[2,4,3,1] => [3,1,2,4] => 2
[3,1,2,4] => [2,4,3,1] => 4
[3,1,4,2] => [2,4,1,3] => 3
[3,2,1,4] => [2,3,4,1] => 3
[3,2,4,1] => [2,3,1,4] => 2
[3,4,1,2] => [2,1,4,3] => 2
[3,4,2,1] => [2,1,3,4] => 1
[4,1,2,3] => [1,4,3,2] => 3
[4,1,3,2] => [1,4,2,3] => 2
[4,2,1,3] => [1,3,4,2] => 2
[4,2,3,1] => [1,3,2,4] => 1
[4,3,1,2] => [1,2,4,3] => 1
[4,3,2,1] => [1,2,3,4] => 0
Description
The number of inversions of distance at most 3 of a permutation. An inversion of a permutation $\pi$ is a pair $i < j$ such that $\sigma(i) > \sigma(j)$. Let $j-i$ be the distance of such an inversion. Then inversions of distance at most 1 are then exactly the descents of $\pi$, see [[St000021]]. This statistic counts the number of inversions of distance at most 3.
Mp00170: Permutations to signed permutationSigned permutations
St001772: Signed permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [1,2] => 1
[2,1] => [2,1] => 0
[1,2,3] => [1,2,3] => 3
[1,3,2] => [1,3,2] => 2
[2,1,3] => [2,1,3] => 2
[2,3,1] => [2,3,1] => 1
[3,1,2] => [3,1,2] => 1
[3,2,1] => [3,2,1] => 0
[1,2,3,4] => [1,2,3,4] => 6
[1,2,4,3] => [1,2,4,3] => 5
[1,3,2,4] => [1,3,2,4] => 5
[1,3,4,2] => [1,3,4,2] => 4
[1,4,2,3] => [1,4,2,3] => 4
[1,4,3,2] => [1,4,3,2] => 3
[2,1,3,4] => [2,1,3,4] => 5
[2,1,4,3] => [2,1,4,3] => 4
[2,3,1,4] => [2,3,1,4] => 4
[2,3,4,1] => [2,3,4,1] => 3
[2,4,1,3] => [2,4,1,3] => 3
[2,4,3,1] => [2,4,3,1] => 2
[3,1,2,4] => [3,1,2,4] => 4
[3,1,4,2] => [3,1,4,2] => 3
[3,2,1,4] => [3,2,1,4] => 3
[3,2,4,1] => [3,2,4,1] => 2
[3,4,1,2] => [3,4,1,2] => 2
[3,4,2,1] => [3,4,2,1] => 1
[4,1,2,3] => [4,1,2,3] => 3
[4,1,3,2] => [4,1,3,2] => 2
[4,2,1,3] => [4,2,1,3] => 2
[4,2,3,1] => [4,2,3,1] => 1
[4,3,1,2] => [4,3,1,2] => 1
[4,3,2,1] => [4,3,2,1] => 0
Description
The number of occurrences of the signed pattern 12 in a signed permutation. This is the number of pairs $1\leq i < j\leq n$ such that $0 < \pi(i) < \pi(j)$.
Mp00069: Permutations complementPermutations
Mp00175: Permutations inverse Foata bijectionPermutations
St000004: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [2,1] => [2,1] => 1
[2,1] => [1,2] => [1,2] => 0
[1,2,3] => [3,2,1] => [3,2,1] => 3
[1,3,2] => [3,1,2] => [1,3,2] => 2
[2,1,3] => [2,3,1] => [2,3,1] => 2
[2,3,1] => [2,1,3] => [2,1,3] => 1
[3,1,2] => [1,3,2] => [3,1,2] => 1
[3,2,1] => [1,2,3] => [1,2,3] => 0
[1,2,3,4] => [4,3,2,1] => [4,3,2,1] => 6
[1,2,4,3] => [4,3,1,2] => [1,4,3,2] => 5
[1,3,2,4] => [4,2,3,1] => [2,4,3,1] => 5
[1,3,4,2] => [4,2,1,3] => [2,1,4,3] => 4
[1,4,2,3] => [4,1,3,2] => [4,1,3,2] => 4
[1,4,3,2] => [4,1,2,3] => [1,2,4,3] => 3
[2,1,3,4] => [3,4,2,1] => [3,4,2,1] => 5
[2,1,4,3] => [3,4,1,2] => [3,1,4,2] => 4
[2,3,1,4] => [3,2,4,1] => [3,2,4,1] => 4
[2,3,4,1] => [3,2,1,4] => [3,2,1,4] => 3
[2,4,1,3] => [3,1,4,2] => [1,3,4,2] => 3
[2,4,3,1] => [3,1,2,4] => [1,3,2,4] => 2
[3,1,2,4] => [2,4,3,1] => [4,2,3,1] => 4
[3,1,4,2] => [2,4,1,3] => [4,2,1,3] => 3
[3,2,1,4] => [2,3,4,1] => [2,3,4,1] => 3
[3,2,4,1] => [2,3,1,4] => [2,3,1,4] => 2
[3,4,1,2] => [2,1,4,3] => [2,4,1,3] => 2
[3,4,2,1] => [2,1,3,4] => [2,1,3,4] => 1
[4,1,2,3] => [1,4,3,2] => [4,3,1,2] => 3
[4,1,3,2] => [1,4,2,3] => [1,4,2,3] => 2
[4,2,1,3] => [1,3,4,2] => [3,4,1,2] => 2
[4,2,3,1] => [1,3,2,4] => [3,1,2,4] => 1
[4,3,1,2] => [1,2,4,3] => [4,1,2,3] => 1
[4,3,2,1] => [1,2,3,4] => [1,2,3,4] => 0
Description
The major index of a permutation. This is the sum of the positions of its descents, $$\operatorname{maj}(\sigma) = \sum_{\sigma(i) > \sigma(i+1)} i.$$ Its generating function is $[n]_q! = [1]_q \cdot [2]_q \dots [n]_q$ for $[k]_q = 1 + q + q^2 + \dots q^{k-1}$. A statistic equidistributed with the major index is called '''Mahonian statistic'''.
Mp00069: Permutations complementPermutations
Mp00063: Permutations to alternating sign matrixAlternating sign matrices
St000067: Alternating sign matrices ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [2,1] => [[0,1],[1,0]]
=> 1
[2,1] => [1,2] => [[1,0],[0,1]]
=> 0
[1,2,3] => [3,2,1] => [[0,0,1],[0,1,0],[1,0,0]]
=> 3
[1,3,2] => [3,1,2] => [[0,1,0],[0,0,1],[1,0,0]]
=> 2
[2,1,3] => [2,3,1] => [[0,0,1],[1,0,0],[0,1,0]]
=> 2
[2,3,1] => [2,1,3] => [[0,1,0],[1,0,0],[0,0,1]]
=> 1
[3,1,2] => [1,3,2] => [[1,0,0],[0,0,1],[0,1,0]]
=> 1
[3,2,1] => [1,2,3] => [[1,0,0],[0,1,0],[0,0,1]]
=> 0
[1,2,3,4] => [4,3,2,1] => [[0,0,0,1],[0,0,1,0],[0,1,0,0],[1,0,0,0]]
=> 6
[1,2,4,3] => [4,3,1,2] => [[0,0,1,0],[0,0,0,1],[0,1,0,0],[1,0,0,0]]
=> 5
[1,3,2,4] => [4,2,3,1] => [[0,0,0,1],[0,1,0,0],[0,0,1,0],[1,0,0,0]]
=> 5
[1,3,4,2] => [4,2,1,3] => [[0,0,1,0],[0,1,0,0],[0,0,0,1],[1,0,0,0]]
=> 4
[1,4,2,3] => [4,1,3,2] => [[0,1,0,0],[0,0,0,1],[0,0,1,0],[1,0,0,0]]
=> 4
[1,4,3,2] => [4,1,2,3] => [[0,1,0,0],[0,0,1,0],[0,0,0,1],[1,0,0,0]]
=> 3
[2,1,3,4] => [3,4,2,1] => [[0,0,0,1],[0,0,1,0],[1,0,0,0],[0,1,0,0]]
=> 5
[2,1,4,3] => [3,4,1,2] => [[0,0,1,0],[0,0,0,1],[1,0,0,0],[0,1,0,0]]
=> 4
[2,3,1,4] => [3,2,4,1] => [[0,0,0,1],[0,1,0,0],[1,0,0,0],[0,0,1,0]]
=> 4
[2,3,4,1] => [3,2,1,4] => [[0,0,1,0],[0,1,0,0],[1,0,0,0],[0,0,0,1]]
=> 3
[2,4,1,3] => [3,1,4,2] => [[0,1,0,0],[0,0,0,1],[1,0,0,0],[0,0,1,0]]
=> 3
[2,4,3,1] => [3,1,2,4] => [[0,1,0,0],[0,0,1,0],[1,0,0,0],[0,0,0,1]]
=> 2
[3,1,2,4] => [2,4,3,1] => [[0,0,0,1],[1,0,0,0],[0,0,1,0],[0,1,0,0]]
=> 4
[3,1,4,2] => [2,4,1,3] => [[0,0,1,0],[1,0,0,0],[0,0,0,1],[0,1,0,0]]
=> 3
[3,2,1,4] => [2,3,4,1] => [[0,0,0,1],[1,0,0,0],[0,1,0,0],[0,0,1,0]]
=> 3
[3,2,4,1] => [2,3,1,4] => [[0,0,1,0],[1,0,0,0],[0,1,0,0],[0,0,0,1]]
=> 2
[3,4,1,2] => [2,1,4,3] => [[0,1,0,0],[1,0,0,0],[0,0,0,1],[0,0,1,0]]
=> 2
[3,4,2,1] => [2,1,3,4] => [[0,1,0,0],[1,0,0,0],[0,0,1,0],[0,0,0,1]]
=> 1
[4,1,2,3] => [1,4,3,2] => [[1,0,0,0],[0,0,0,1],[0,0,1,0],[0,1,0,0]]
=> 3
[4,1,3,2] => [1,4,2,3] => [[1,0,0,0],[0,0,1,0],[0,0,0,1],[0,1,0,0]]
=> 2
[4,2,1,3] => [1,3,4,2] => [[1,0,0,0],[0,0,0,1],[0,1,0,0],[0,0,1,0]]
=> 2
[4,2,3,1] => [1,3,2,4] => [[1,0,0,0],[0,0,1,0],[0,1,0,0],[0,0,0,1]]
=> 1
[4,3,1,2] => [1,2,4,3] => [[1,0,0,0],[0,1,0,0],[0,0,0,1],[0,0,1,0]]
=> 1
[4,3,2,1] => [1,2,3,4] => [[1,0,0,0],[0,1,0,0],[0,0,1,0],[0,0,0,1]]
=> 0
Description
The inversion number of the alternating sign matrix. If we denote the entries of the alternating sign matrix as $a_{i,j}$, the inversion number is defined as $$\sum_{i > k}\sum_{j < \ell} a_{i,j}a_{k,\ell}.$$ When restricted to permutation matrices, this gives the usual inversion number of the permutation.
Mp00064: Permutations reversePermutations
Mp00160: Permutations graph of inversionsGraphs
St000081: Graphs ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [2,1] => ([(0,1)],2)
=> 1
[2,1] => [1,2] => ([],2)
=> 0
[1,2,3] => [3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> 3
[1,3,2] => [2,3,1] => ([(0,2),(1,2)],3)
=> 2
[2,1,3] => [3,1,2] => ([(0,2),(1,2)],3)
=> 2
[2,3,1] => [1,3,2] => ([(1,2)],3)
=> 1
[3,1,2] => [2,1,3] => ([(1,2)],3)
=> 1
[3,2,1] => [1,2,3] => ([],3)
=> 0
[1,2,3,4] => [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 6
[1,2,4,3] => [3,4,2,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 5
[1,3,2,4] => [4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 5
[1,3,4,2] => [2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4
[1,4,2,3] => [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4
[1,4,3,2] => [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[2,1,3,4] => [4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 5
[2,1,4,3] => [3,4,1,2] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> 4
[2,3,1,4] => [4,1,3,2] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4
[2,3,4,1] => [1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> 3
[2,4,1,3] => [3,1,4,2] => ([(0,3),(1,2),(2,3)],4)
=> 3
[2,4,3,1] => [1,3,4,2] => ([(1,3),(2,3)],4)
=> 2
[3,1,2,4] => [4,2,1,3] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4
[3,1,4,2] => [2,4,1,3] => ([(0,3),(1,2),(2,3)],4)
=> 3
[3,2,1,4] => [4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> 3
[3,2,4,1] => [1,4,2,3] => ([(1,3),(2,3)],4)
=> 2
[3,4,1,2] => [2,1,4,3] => ([(0,3),(1,2)],4)
=> 2
[3,4,2,1] => [1,2,4,3] => ([(2,3)],4)
=> 1
[4,1,2,3] => [3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> 3
[4,1,3,2] => [2,3,1,4] => ([(1,3),(2,3)],4)
=> 2
[4,2,1,3] => [3,1,2,4] => ([(1,3),(2,3)],4)
=> 2
[4,2,3,1] => [1,3,2,4] => ([(2,3)],4)
=> 1
[4,3,1,2] => [2,1,3,4] => ([(2,3)],4)
=> 1
[4,3,2,1] => [1,2,3,4] => ([],4)
=> 0
Description
The number of edges of a graph.
The following 54 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000332The positive inversions of an alternating sign matrix. St000448The number of pairs of vertices of a graph with distance 2. St000795The mad of a permutation. St000833The comajor index of a permutation. St001397Number of pairs of incomparable elements in a finite poset. St001428The number of B-inversions of a signed permutation. St001646The number of edges that can be added without increasing the maximal degree of a graph. St001822The number of alignments of a signed permutation. St001866The nesting alignments of a signed permutation. St000008The major index of the composition. St000009The charge of a standard tableau. St000154The sum of the descent bottoms of a permutation. St000169The cocharge of a standard tableau. St000228The size of a partition. St000304The load of a permutation. St000305The inverse major index of a permutation. St000330The (standard) major index of a standard tableau. St000384The maximal part of the shifted composition of an integer partition. St000391The sum of the positions of the ones in a binary word. St000441The number of successions of a permutation. St000446The disorder of a permutation. St000459The hook length of the base cell of a partition. St000784The maximum of the length and the largest part of the integer partition. St000796The stat' of a permutation. St000798The makl of a permutation. St000947The major index east count of a Dyck path. St001311The cyclomatic number of a graph. St001341The number of edges in the center of a graph. St001433The flag major index of a signed permutation. St001862The number of crossings of a signed permutation. St000063The number of linear extensions of a certain poset defined for an integer partition. St000108The number of partitions contained in the given partition. St000450The number of edges minus the number of vertices plus 2 of a graph. St000532The total number of rook placements on a Ferrers board. St001400The total number of Littlewood-Richardson tableaux of given shape. St000460The hook length of the last cell along the main diagonal of an integer partition. St000870The product of the hook lengths of the diagonal cells in an integer partition. St001360The number of covering relations in Young's lattice below a partition. St001746The coalition number of a graph. St001384The number of boxes in the diagram of a partition that do not lie in the largest triangle it contains. St001622The number of join-irreducible elements of a lattice. St000681The Grundy value of Chomp on Ferrers diagrams. St001621The number of atoms of a lattice. St001877Number of indecomposable injective modules with projective dimension 2. St000766The number of inversions of an integer composition. St001875The number of simple modules with projective dimension at most 1. St000073The number of boxed entries. St000173The segment statistic of a semistandard tableau. St000174The flush statistic of a semistandard tableau. St001330The hat guessing number of a graph. St001645The pebbling number of a connected graph. St000264The girth of a graph, which is not a tree. 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.