Your data matches 94 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
St000891: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => 2
[2,1] => 2
[1,2,3] => 2
[1,3,2] => 2
[2,1,3] => 2
[2,3,1] => 3
[3,1,2] => 3
[3,2,1] => 2
[1,2,3,4] => 2
[1,2,4,3] => 3
[1,3,2,4] => 3
[1,3,4,2] => 3
[1,4,2,3] => 3
[1,4,3,2] => 3
[2,1,3,4] => 3
[2,1,4,3] => 2
[2,3,1,4] => 3
[2,3,4,1] => 3
[2,4,1,3] => 2
[2,4,3,1] => 2
[3,1,2,4] => 3
[3,1,4,2] => 2
[3,2,1,4] => 3
[3,2,4,1] => 2
[3,4,1,2] => 2
[3,4,2,1] => 3
[4,1,2,3] => 3
[4,1,3,2] => 2
[4,2,1,3] => 2
[4,2,3,1] => 3
[4,3,1,2] => 3
[4,3,2,1] => 2
[1,2,3,4,5] => 2
[1,2,3,5,4] => 3
[1,2,4,3,5] => 3
[1,2,4,5,3] => 3
[1,2,5,3,4] => 3
[1,2,5,4,3] => 3
[1,3,2,4,5] => 3
[1,3,2,5,4] => 3
[1,3,4,2,5] => 3
[1,3,4,5,2] => 3
[1,3,5,2,4] => 2
[1,3,5,4,2] => 3
[1,4,2,3,5] => 3
[1,4,2,5,3] => 2
[1,4,3,2,5] => 3
[1,4,3,5,2] => 3
[1,4,5,2,3] => 3
[1,4,5,3,2] => 3
Description
The number of distinct diagonal sums of a permutation matrix. For example, the sums of the diagonals of the matrix $$\left(\begin{array}{rrrr} 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 1 \\ 0 & 1 & 0 & 0 \\ 1 & 0 & 0 & 0 \end{array}\right)$$ are $(1,0,1,0,2,0)$, so the statistic is $3$.
Matching statistic: St000893
Mp00063: Permutations to alternating sign matrixAlternating sign matrices
St000893: Alternating sign matrices ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [[1,0],[0,1]]
=> 2
[2,1] => [[0,1],[1,0]]
=> 2
[1,2,3] => [[1,0,0],[0,1,0],[0,0,1]]
=> 2
[1,3,2] => [[1,0,0],[0,0,1],[0,1,0]]
=> 2
[2,1,3] => [[0,1,0],[1,0,0],[0,0,1]]
=> 2
[2,3,1] => [[0,0,1],[1,0,0],[0,1,0]]
=> 3
[3,1,2] => [[0,1,0],[0,0,1],[1,0,0]]
=> 3
[3,2,1] => [[0,0,1],[0,1,0],[1,0,0]]
=> 2
[1,2,3,4] => [[1,0,0,0],[0,1,0,0],[0,0,1,0],[0,0,0,1]]
=> 2
[1,2,4,3] => [[1,0,0,0],[0,1,0,0],[0,0,0,1],[0,0,1,0]]
=> 3
[1,3,2,4] => [[1,0,0,0],[0,0,1,0],[0,1,0,0],[0,0,0,1]]
=> 3
[1,3,4,2] => [[1,0,0,0],[0,0,0,1],[0,1,0,0],[0,0,1,0]]
=> 3
[1,4,2,3] => [[1,0,0,0],[0,0,1,0],[0,0,0,1],[0,1,0,0]]
=> 3
[1,4,3,2] => [[1,0,0,0],[0,0,0,1],[0,0,1,0],[0,1,0,0]]
=> 3
[2,1,3,4] => [[0,1,0,0],[1,0,0,0],[0,0,1,0],[0,0,0,1]]
=> 3
[2,1,4,3] => [[0,1,0,0],[1,0,0,0],[0,0,0,1],[0,0,1,0]]
=> 2
[2,3,1,4] => [[0,0,1,0],[1,0,0,0],[0,1,0,0],[0,0,0,1]]
=> 3
[2,3,4,1] => [[0,0,0,1],[1,0,0,0],[0,1,0,0],[0,0,1,0]]
=> 3
[2,4,1,3] => [[0,0,1,0],[1,0,0,0],[0,0,0,1],[0,1,0,0]]
=> 2
[2,4,3,1] => [[0,0,0,1],[1,0,0,0],[0,0,1,0],[0,1,0,0]]
=> 2
[3,1,2,4] => [[0,1,0,0],[0,0,1,0],[1,0,0,0],[0,0,0,1]]
=> 3
[3,1,4,2] => [[0,1,0,0],[0,0,0,1],[1,0,0,0],[0,0,1,0]]
=> 2
[3,2,1,4] => [[0,0,1,0],[0,1,0,0],[1,0,0,0],[0,0,0,1]]
=> 3
[3,2,4,1] => [[0,0,0,1],[0,1,0,0],[1,0,0,0],[0,0,1,0]]
=> 2
[3,4,1,2] => [[0,0,1,0],[0,0,0,1],[1,0,0,0],[0,1,0,0]]
=> 2
[3,4,2,1] => [[0,0,0,1],[0,0,1,0],[1,0,0,0],[0,1,0,0]]
=> 3
[4,1,2,3] => [[0,1,0,0],[0,0,1,0],[0,0,0,1],[1,0,0,0]]
=> 3
[4,1,3,2] => [[0,1,0,0],[0,0,0,1],[0,0,1,0],[1,0,0,0]]
=> 2
[4,2,1,3] => [[0,0,1,0],[0,1,0,0],[0,0,0,1],[1,0,0,0]]
=> 2
[4,2,3,1] => [[0,0,0,1],[0,1,0,0],[0,0,1,0],[1,0,0,0]]
=> 3
[4,3,1,2] => [[0,0,1,0],[0,0,0,1],[0,1,0,0],[1,0,0,0]]
=> 3
[4,3,2,1] => [[0,0,0,1],[0,0,1,0],[0,1,0,0],[1,0,0,0]]
=> 2
[1,2,3,4,5] => [[1,0,0,0,0],[0,1,0,0,0],[0,0,1,0,0],[0,0,0,1,0],[0,0,0,0,1]]
=> 2
[1,2,3,5,4] => [[1,0,0,0,0],[0,1,0,0,0],[0,0,1,0,0],[0,0,0,0,1],[0,0,0,1,0]]
=> 3
[1,2,4,3,5] => [[1,0,0,0,0],[0,1,0,0,0],[0,0,0,1,0],[0,0,1,0,0],[0,0,0,0,1]]
=> 3
[1,2,4,5,3] => [[1,0,0,0,0],[0,1,0,0,0],[0,0,0,0,1],[0,0,1,0,0],[0,0,0,1,0]]
=> 3
[1,2,5,3,4] => [[1,0,0,0,0],[0,1,0,0,0],[0,0,0,1,0],[0,0,0,0,1],[0,0,1,0,0]]
=> 3
[1,2,5,4,3] => [[1,0,0,0,0],[0,1,0,0,0],[0,0,0,0,1],[0,0,0,1,0],[0,0,1,0,0]]
=> 3
[1,3,2,4,5] => [[1,0,0,0,0],[0,0,1,0,0],[0,1,0,0,0],[0,0,0,1,0],[0,0,0,0,1]]
=> 3
[1,3,2,5,4] => [[1,0,0,0,0],[0,0,1,0,0],[0,1,0,0,0],[0,0,0,0,1],[0,0,0,1,0]]
=> 3
[1,3,4,2,5] => [[1,0,0,0,0],[0,0,0,1,0],[0,1,0,0,0],[0,0,1,0,0],[0,0,0,0,1]]
=> 3
[1,3,4,5,2] => [[1,0,0,0,0],[0,0,0,0,1],[0,1,0,0,0],[0,0,1,0,0],[0,0,0,1,0]]
=> 3
[1,3,5,2,4] => [[1,0,0,0,0],[0,0,0,1,0],[0,1,0,0,0],[0,0,0,0,1],[0,0,1,0,0]]
=> 2
[1,3,5,4,2] => [[1,0,0,0,0],[0,0,0,0,1],[0,1,0,0,0],[0,0,0,1,0],[0,0,1,0,0]]
=> 3
[1,4,2,3,5] => [[1,0,0,0,0],[0,0,1,0,0],[0,0,0,1,0],[0,1,0,0,0],[0,0,0,0,1]]
=> 3
[1,4,2,5,3] => [[1,0,0,0,0],[0,0,1,0,0],[0,0,0,0,1],[0,1,0,0,0],[0,0,0,1,0]]
=> 2
[1,4,3,2,5] => [[1,0,0,0,0],[0,0,0,1,0],[0,0,1,0,0],[0,1,0,0,0],[0,0,0,0,1]]
=> 3
[1,4,3,5,2] => [[1,0,0,0,0],[0,0,0,0,1],[0,0,1,0,0],[0,1,0,0,0],[0,0,0,1,0]]
=> 3
[1,4,5,2,3] => [[1,0,0,0,0],[0,0,0,1,0],[0,0,0,0,1],[0,1,0,0,0],[0,0,1,0,0]]
=> 3
[1,4,5,3,2] => [[1,0,0,0,0],[0,0,0,0,1],[0,0,0,1,0],[0,1,0,0,0],[0,0,1,0,0]]
=> 3
Description
The number of distinct diagonal sums of an alternating sign matrix. For example, the sums of the diagonals of the matrix $$\left(\begin{array}{rrrr} 0 & 1 & 0 & 0\\ 1 & -1 & 1 & 0\\ 0 & 1 & 0 & 0 \\ 0 & 0 & 0 & 1 \end{array}\right)$$ are $(0,0,2,0,2,0,0)$, so the statistic is $2$.
Mp00254: Permutations Inverse fireworks mapPermutations
Mp00088: Permutations Kreweras complementPermutations
St000862: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [1,2] => [2,1] => 1 = 2 - 1
[2,1] => [2,1] => [1,2] => 1 = 2 - 1
[1,2,3] => [1,2,3] => [2,3,1] => 1 = 2 - 1
[1,3,2] => [1,3,2] => [2,1,3] => 1 = 2 - 1
[2,1,3] => [2,1,3] => [3,2,1] => 1 = 2 - 1
[2,3,1] => [1,3,2] => [2,1,3] => 1 = 2 - 1
[3,1,2] => [3,1,2] => [3,1,2] => 2 = 3 - 1
[3,2,1] => [3,2,1] => [1,3,2] => 2 = 3 - 1
[1,2,3,4] => [1,2,3,4] => [2,3,4,1] => 1 = 2 - 1
[1,2,4,3] => [1,2,4,3] => [2,3,1,4] => 1 = 2 - 1
[1,3,2,4] => [1,3,2,4] => [2,4,3,1] => 2 = 3 - 1
[1,3,4,2] => [1,2,4,3] => [2,3,1,4] => 1 = 2 - 1
[1,4,2,3] => [1,4,2,3] => [2,4,1,3] => 2 = 3 - 1
[1,4,3,2] => [1,4,3,2] => [2,1,4,3] => 2 = 3 - 1
[2,1,3,4] => [2,1,3,4] => [3,2,4,1] => 1 = 2 - 1
[2,1,4,3] => [2,1,4,3] => [3,2,1,4] => 1 = 2 - 1
[2,3,1,4] => [1,3,2,4] => [2,4,3,1] => 2 = 3 - 1
[2,3,4,1] => [1,2,4,3] => [2,3,1,4] => 1 = 2 - 1
[2,4,1,3] => [2,4,1,3] => [4,2,1,3] => 2 = 3 - 1
[2,4,3,1] => [1,4,3,2] => [2,1,4,3] => 2 = 3 - 1
[3,1,2,4] => [3,1,2,4] => [3,4,2,1] => 1 = 2 - 1
[3,1,4,2] => [2,1,4,3] => [3,2,1,4] => 1 = 2 - 1
[3,2,1,4] => [3,2,1,4] => [4,3,2,1] => 1 = 2 - 1
[3,2,4,1] => [2,1,4,3] => [3,2,1,4] => 1 = 2 - 1
[3,4,1,2] => [2,4,1,3] => [4,2,1,3] => 2 = 3 - 1
[3,4,2,1] => [1,4,3,2] => [2,1,4,3] => 2 = 3 - 1
[4,1,2,3] => [4,1,2,3] => [3,4,1,2] => 2 = 3 - 1
[4,1,3,2] => [4,1,3,2] => [3,1,4,2] => 2 = 3 - 1
[4,2,1,3] => [4,2,1,3] => [4,3,1,2] => 2 = 3 - 1
[4,2,3,1] => [4,1,3,2] => [3,1,4,2] => 2 = 3 - 1
[4,3,1,2] => [4,3,1,2] => [4,1,3,2] => 2 = 3 - 1
[4,3,2,1] => [4,3,2,1] => [1,4,3,2] => 2 = 3 - 1
[1,2,3,4,5] => [1,2,3,4,5] => [2,3,4,5,1] => 1 = 2 - 1
[1,2,3,5,4] => [1,2,3,5,4] => [2,3,4,1,5] => 1 = 2 - 1
[1,2,4,3,5] => [1,2,4,3,5] => [2,3,5,4,1] => 2 = 3 - 1
[1,2,4,5,3] => [1,2,3,5,4] => [2,3,4,1,5] => 1 = 2 - 1
[1,2,5,3,4] => [1,2,5,3,4] => [2,3,5,1,4] => 2 = 3 - 1
[1,2,5,4,3] => [1,2,5,4,3] => [2,3,1,5,4] => 2 = 3 - 1
[1,3,2,4,5] => [1,3,2,4,5] => [2,4,3,5,1] => 2 = 3 - 1
[1,3,2,5,4] => [1,3,2,5,4] => [2,4,3,1,5] => 2 = 3 - 1
[1,3,4,2,5] => [1,2,4,3,5] => [2,3,5,4,1] => 2 = 3 - 1
[1,3,4,5,2] => [1,2,3,5,4] => [2,3,4,1,5] => 1 = 2 - 1
[1,3,5,2,4] => [1,3,5,2,4] => [2,5,3,1,4] => 2 = 3 - 1
[1,3,5,4,2] => [1,2,5,4,3] => [2,3,1,5,4] => 2 = 3 - 1
[1,4,2,3,5] => [1,4,2,3,5] => [2,4,5,3,1] => 2 = 3 - 1
[1,4,2,5,3] => [1,3,2,5,4] => [2,4,3,1,5] => 2 = 3 - 1
[1,4,3,2,5] => [1,4,3,2,5] => [2,5,4,3,1] => 2 = 3 - 1
[1,4,3,5,2] => [1,3,2,5,4] => [2,4,3,1,5] => 2 = 3 - 1
[1,4,5,2,3] => [1,3,5,2,4] => [2,5,3,1,4] => 2 = 3 - 1
[1,4,5,3,2] => [1,2,5,4,3] => [2,3,1,5,4] => 2 = 3 - 1
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: St000092
Mp00223: Permutations runsortPermutations
Mp00175: Permutations inverse Foata bijectionPermutations
Mp00239: Permutations CorteelPermutations
St000092: 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 = 2 - 1
[2,1] => [1,2] => [1,2] => [1,2] => 1 = 2 - 1
[1,2,3] => [1,2,3] => [1,2,3] => [1,2,3] => 1 = 2 - 1
[1,3,2] => [1,3,2] => [3,1,2] => [3,1,2] => 2 = 3 - 1
[2,1,3] => [1,3,2] => [3,1,2] => [3,1,2] => 2 = 3 - 1
[2,3,1] => [1,2,3] => [1,2,3] => [1,2,3] => 1 = 2 - 1
[3,1,2] => [1,2,3] => [1,2,3] => [1,2,3] => 1 = 2 - 1
[3,2,1] => [1,2,3] => [1,2,3] => [1,2,3] => 1 = 2 - 1
[1,2,3,4] => [1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 1 = 2 - 1
[1,2,4,3] => [1,2,4,3] => [4,1,2,3] => [4,1,2,3] => 2 = 3 - 1
[1,3,2,4] => [1,3,2,4] => [3,1,2,4] => [3,1,2,4] => 2 = 3 - 1
[1,3,4,2] => [1,3,4,2] => [3,4,1,2] => [4,3,2,1] => 1 = 2 - 1
[1,4,2,3] => [1,4,2,3] => [1,4,2,3] => [1,4,2,3] => 2 = 3 - 1
[1,4,3,2] => [1,4,2,3] => [1,4,2,3] => [1,4,2,3] => 2 = 3 - 1
[2,1,3,4] => [1,3,4,2] => [3,4,1,2] => [4,3,2,1] => 1 = 2 - 1
[2,1,4,3] => [1,4,2,3] => [1,4,2,3] => [1,4,2,3] => 2 = 3 - 1
[2,3,1,4] => [1,4,2,3] => [1,4,2,3] => [1,4,2,3] => 2 = 3 - 1
[2,3,4,1] => [1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 1 = 2 - 1
[2,4,1,3] => [1,3,2,4] => [3,1,2,4] => [3,1,2,4] => 2 = 3 - 1
[2,4,3,1] => [1,2,4,3] => [4,1,2,3] => [4,1,2,3] => 2 = 3 - 1
[3,1,2,4] => [1,2,4,3] => [4,1,2,3] => [4,1,2,3] => 2 = 3 - 1
[3,1,4,2] => [1,4,2,3] => [1,4,2,3] => [1,4,2,3] => 2 = 3 - 1
[3,2,1,4] => [1,4,2,3] => [1,4,2,3] => [1,4,2,3] => 2 = 3 - 1
[3,2,4,1] => [1,2,4,3] => [4,1,2,3] => [4,1,2,3] => 2 = 3 - 1
[3,4,1,2] => [1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 1 = 2 - 1
[3,4,2,1] => [1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 1 = 2 - 1
[4,1,2,3] => [1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 1 = 2 - 1
[4,1,3,2] => [1,3,2,4] => [3,1,2,4] => [3,1,2,4] => 2 = 3 - 1
[4,2,1,3] => [1,3,2,4] => [3,1,2,4] => [3,1,2,4] => 2 = 3 - 1
[4,2,3,1] => [1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 1 = 2 - 1
[4,3,1,2] => [1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 1 = 2 - 1
[4,3,2,1] => [1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 1 = 2 - 1
[1,2,3,4,5] => [1,2,3,4,5] => [1,2,3,4,5] => [1,2,3,4,5] => 1 = 2 - 1
[1,2,3,5,4] => [1,2,3,5,4] => [5,1,2,3,4] => [5,1,2,3,4] => 2 = 3 - 1
[1,2,4,3,5] => [1,2,4,3,5] => [4,1,2,3,5] => [4,1,2,3,5] => 2 = 3 - 1
[1,2,4,5,3] => [1,2,4,5,3] => [4,5,1,2,3] => [5,4,2,3,1] => 2 = 3 - 1
[1,2,5,3,4] => [1,2,5,3,4] => [1,5,2,3,4] => [1,5,2,3,4] => 2 = 3 - 1
[1,2,5,4,3] => [1,2,5,3,4] => [1,5,2,3,4] => [1,5,2,3,4] => 2 = 3 - 1
[1,3,2,4,5] => [1,3,2,4,5] => [3,1,2,4,5] => [3,1,2,4,5] => 2 = 3 - 1
[1,3,2,5,4] => [1,3,2,5,4] => [3,5,1,2,4] => [5,3,2,1,4] => 2 = 3 - 1
[1,3,4,2,5] => [1,3,4,2,5] => [3,4,1,2,5] => [4,3,2,1,5] => 2 = 3 - 1
[1,3,4,5,2] => [1,3,4,5,2] => [3,4,5,1,2] => [5,4,3,2,1] => 1 = 2 - 1
[1,3,5,2,4] => [1,3,5,2,4] => [5,3,1,2,4] => [3,5,2,1,4] => 2 = 3 - 1
[1,3,5,4,2] => [1,3,5,2,4] => [5,3,1,2,4] => [3,5,2,1,4] => 2 = 3 - 1
[1,4,2,3,5] => [1,4,2,3,5] => [1,4,2,3,5] => [1,4,2,3,5] => 2 = 3 - 1
[1,4,2,5,3] => [1,4,2,5,3] => [1,4,5,2,3] => [1,5,4,3,2] => 1 = 2 - 1
[1,4,3,2,5] => [1,4,2,5,3] => [1,4,5,2,3] => [1,5,4,3,2] => 1 = 2 - 1
[1,4,3,5,2] => [1,4,2,3,5] => [1,4,2,3,5] => [1,4,2,3,5] => 2 = 3 - 1
[1,4,5,2,3] => [1,4,5,2,3] => [4,1,5,2,3] => [5,1,4,3,2] => 2 = 3 - 1
[1,4,5,3,2] => [1,4,5,2,3] => [4,1,5,2,3] => [5,1,4,3,2] => 2 = 3 - 1
Description
The number of outer peaks of a permutation. An outer peak in a permutation $w = [w_1,..., w_n]$ is either a position $i$ such that $w_{i-1} < w_i > w_{i+1}$ or $1$ if $w_1 > w_2$ or $n$ if $w_{n} > w_{n-1}$. In other words, it is a peak in the word $[0,w_1,..., w_n,0]$.
Mp00090: Permutations cycle-as-one-line notationPermutations
Mp00109: Permutations descent wordBinary words
Mp00136: Binary words rotate back-to-frontBinary words
St000630: Binary words ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [1,2] => 0 => 0 => 1 = 2 - 1
[2,1] => [1,2] => 0 => 0 => 1 = 2 - 1
[1,2,3] => [1,2,3] => 00 => 00 => 1 = 2 - 1
[1,3,2] => [1,2,3] => 00 => 00 => 1 = 2 - 1
[2,1,3] => [1,2,3] => 00 => 00 => 1 = 2 - 1
[2,3,1] => [1,2,3] => 00 => 00 => 1 = 2 - 1
[3,1,2] => [1,3,2] => 01 => 10 => 2 = 3 - 1
[3,2,1] => [1,3,2] => 01 => 10 => 2 = 3 - 1
[1,2,3,4] => [1,2,3,4] => 000 => 000 => 1 = 2 - 1
[1,2,4,3] => [1,2,3,4] => 000 => 000 => 1 = 2 - 1
[1,3,2,4] => [1,2,3,4] => 000 => 000 => 1 = 2 - 1
[1,3,4,2] => [1,2,3,4] => 000 => 000 => 1 = 2 - 1
[1,4,2,3] => [1,2,4,3] => 001 => 100 => 2 = 3 - 1
[1,4,3,2] => [1,2,4,3] => 001 => 100 => 2 = 3 - 1
[2,1,3,4] => [1,2,3,4] => 000 => 000 => 1 = 2 - 1
[2,1,4,3] => [1,2,3,4] => 000 => 000 => 1 = 2 - 1
[2,3,1,4] => [1,2,3,4] => 000 => 000 => 1 = 2 - 1
[2,3,4,1] => [1,2,3,4] => 000 => 000 => 1 = 2 - 1
[2,4,1,3] => [1,2,4,3] => 001 => 100 => 2 = 3 - 1
[2,4,3,1] => [1,2,4,3] => 001 => 100 => 2 = 3 - 1
[3,1,2,4] => [1,3,2,4] => 010 => 001 => 2 = 3 - 1
[3,1,4,2] => [1,3,4,2] => 001 => 100 => 2 = 3 - 1
[3,2,1,4] => [1,3,2,4] => 010 => 001 => 2 = 3 - 1
[3,2,4,1] => [1,3,4,2] => 001 => 100 => 2 = 3 - 1
[3,4,1,2] => [1,3,2,4] => 010 => 001 => 2 = 3 - 1
[3,4,2,1] => [1,3,2,4] => 010 => 001 => 2 = 3 - 1
[4,1,2,3] => [1,4,3,2] => 011 => 101 => 1 = 2 - 1
[4,1,3,2] => [1,4,2,3] => 010 => 001 => 2 = 3 - 1
[4,2,1,3] => [1,4,3,2] => 011 => 101 => 1 = 2 - 1
[4,2,3,1] => [1,4,2,3] => 010 => 001 => 2 = 3 - 1
[4,3,1,2] => [1,4,2,3] => 010 => 001 => 2 = 3 - 1
[4,3,2,1] => [1,4,2,3] => 010 => 001 => 2 = 3 - 1
[1,2,3,4,5] => [1,2,3,4,5] => 0000 => 0000 => 1 = 2 - 1
[1,2,3,5,4] => [1,2,3,4,5] => 0000 => 0000 => 1 = 2 - 1
[1,2,4,3,5] => [1,2,3,4,5] => 0000 => 0000 => 1 = 2 - 1
[1,2,4,5,3] => [1,2,3,4,5] => 0000 => 0000 => 1 = 2 - 1
[1,2,5,3,4] => [1,2,3,5,4] => 0001 => 1000 => 2 = 3 - 1
[1,2,5,4,3] => [1,2,3,5,4] => 0001 => 1000 => 2 = 3 - 1
[1,3,2,4,5] => [1,2,3,4,5] => 0000 => 0000 => 1 = 2 - 1
[1,3,2,5,4] => [1,2,3,4,5] => 0000 => 0000 => 1 = 2 - 1
[1,3,4,2,5] => [1,2,3,4,5] => 0000 => 0000 => 1 = 2 - 1
[1,3,4,5,2] => [1,2,3,4,5] => 0000 => 0000 => 1 = 2 - 1
[1,3,5,2,4] => [1,2,3,5,4] => 0001 => 1000 => 2 = 3 - 1
[1,3,5,4,2] => [1,2,3,5,4] => 0001 => 1000 => 2 = 3 - 1
[1,4,2,3,5] => [1,2,4,3,5] => 0010 => 0001 => 2 = 3 - 1
[1,4,2,5,3] => [1,2,4,5,3] => 0001 => 1000 => 2 = 3 - 1
[1,4,3,2,5] => [1,2,4,3,5] => 0010 => 0001 => 2 = 3 - 1
[1,4,3,5,2] => [1,2,4,5,3] => 0001 => 1000 => 2 = 3 - 1
[1,4,5,2,3] => [1,2,4,3,5] => 0010 => 0001 => 2 = 3 - 1
[1,4,5,3,2] => [1,2,4,3,5] => 0010 => 0001 => 2 = 3 - 1
Description
The length of the shortest palindromic decomposition of a binary word. A palindromic decomposition (paldec for short) of a word $w=a_1,\dots,a_n$ is any list of factors $p_1,\dots,p_k$ such that $w=p_1\dots p_k$ and each $p_i$ is a palindrome, i.e. coincides with itself read backwards.
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
Mp00132: Dyck paths switch returns and last double riseDyck paths
Mp00099: Dyck paths bounce pathDyck paths
St000920: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [1,0,1,0]
=> [1,0,1,0]
=> [1,0,1,0]
=> 1 = 2 - 1
[2,1] => [1,1,0,0]
=> [1,1,0,0]
=> [1,1,0,0]
=> 1 = 2 - 1
[1,2,3] => [1,0,1,0,1,0]
=> [1,0,1,0,1,0]
=> [1,0,1,0,1,0]
=> 1 = 2 - 1
[1,3,2] => [1,0,1,1,0,0]
=> [1,1,0,1,0,0]
=> [1,0,1,1,0,0]
=> 1 = 2 - 1
[2,1,3] => [1,1,0,0,1,0]
=> [1,1,0,0,1,0]
=> [1,1,0,0,1,0]
=> 1 = 2 - 1
[2,3,1] => [1,1,0,1,0,0]
=> [1,0,1,1,0,0]
=> [1,0,1,1,0,0]
=> 1 = 2 - 1
[3,1,2] => [1,1,1,0,0,0]
=> [1,1,1,0,0,0]
=> [1,1,1,0,0,0]
=> 2 = 3 - 1
[3,2,1] => [1,1,1,0,0,0]
=> [1,1,1,0,0,0]
=> [1,1,1,0,0,0]
=> 2 = 3 - 1
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0]
=> 1 = 2 - 1
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [1,1,0,1,0,1,0,0]
=> [1,1,0,0,1,1,0,0]
=> 1 = 2 - 1
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [1,1,0,1,0,0,1,0]
=> [1,0,1,1,0,0,1,0]
=> 1 = 2 - 1
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [1,0,1,1,0,1,0,0]
=> [1,0,1,0,1,1,0,0]
=> 1 = 2 - 1
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,1,1,0,1,0,0,0]
=> [1,0,1,1,1,0,0,0]
=> 2 = 3 - 1
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,1,1,0,1,0,0,0]
=> [1,0,1,1,1,0,0,0]
=> 2 = 3 - 1
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [1,1,0,0,1,0,1,0]
=> [1,1,0,0,1,0,1,0]
=> 1 = 2 - 1
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [1,1,1,0,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,0,1,1,0,0,1,0]
=> [1,0,1,1,0,0,1,0]
=> 1 = 2 - 1
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [1,0,1,0,1,1,0,0]
=> [1,0,1,0,1,1,0,0]
=> 1 = 2 - 1
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [1,1,0,1,1,0,0,0]
=> [1,0,1,1,1,0,0,0]
=> 2 = 3 - 1
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [1,1,0,1,1,0,0,0]
=> [1,0,1,1,1,0,0,0]
=> 2 = 3 - 1
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [1,1,1,0,0,0,1,0]
=> [1,1,1,0,0,0,1,0]
=> 2 = 3 - 1
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [1,1,0,0,1,1,0,0]
=> [1,1,0,0,1,1,0,0]
=> 1 = 2 - 1
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [1,1,1,0,0,0,1,0]
=> [1,1,1,0,0,0,1,0]
=> 2 = 3 - 1
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [1,1,0,0,1,1,0,0]
=> [1,1,0,0,1,1,0,0]
=> 1 = 2 - 1
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [1,0,1,1,1,0,0,0]
=> [1,0,1,1,1,0,0,0]
=> 2 = 3 - 1
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [1,0,1,1,1,0,0,0]
=> [1,0,1,1,1,0,0,0]
=> 2 = 3 - 1
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> 2 = 3 - 1
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> 2 = 3 - 1
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> 2 = 3 - 1
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> 2 = 3 - 1
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> 2 = 3 - 1
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> [1,1,1,1,0,0,0,0]
=> 2 = 3 - 1
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> [1,0,1,0,1,0,1,0,1,0]
=> 1 = 2 - 1
[1,2,3,5,4] => [1,0,1,0,1,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]
=> 1 = 2 - 1
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [1,1,0,1,0,1,0,0,1,0]
=> [1,1,0,0,1,1,0,0,1,0]
=> 1 = 2 - 1
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [1,0,1,1,0,1,0,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> 1 = 2 - 1
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [1,1,1,0,1,0,1,0,0,0]
=> [1,1,0,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,1,1,0,1,0,1,0,0,0]
=> [1,1,0,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,0,1,0,0,1,0,1,0]
=> [1,0,1,1,0,0,1,0,1,0]
=> 1 = 2 - 1
[1,3,2,5,4] => [1,0,1,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]
=> 2 = 3 - 1
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [1,0,1,1,0,1,0,0,1,0]
=> [1,0,1,0,1,1,0,0,1,0]
=> 1 = 2 - 1
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [1,0,1,0,1,1,0,1,0,0]
=> [1,0,1,0,1,0,1,1,0,0]
=> 1 = 2 - 1
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [1,1,0,1,1,0,1,0,0,0]
=> [1,1,0,0,1,1,1,0,0,0]
=> 2 = 3 - 1
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [1,1,0,1,1,0,1,0,0,0]
=> [1,1,0,0,1,1,1,0,0,0]
=> 2 = 3 - 1
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,0,1,0,0,0,1,0]
=> [1,0,1,1,1,0,0,0,1,0]
=> 2 = 3 - 1
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [1,0,1,1,1,0,0,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> 1 = 2 - 1
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,1,1,0,1,0,0,0,1,0]
=> [1,0,1,1,1,0,0,0,1,0]
=> 2 = 3 - 1
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [1,0,1,1,1,0,0,1,0,0]
=> [1,0,1,1,0,0,1,1,0,0]
=> 1 = 2 - 1
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [1,0,1,1,1,0,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> 2 = 3 - 1
[1,4,5,3,2] => [1,0,1,1,1,0,1,0,0,0]
=> [1,0,1,1,1,0,1,0,0,0]
=> [1,0,1,0,1,1,1,0,0,0]
=> 2 = 3 - 1
Description
The logarithmic height of a Dyck path. This is the floor of the binary logarithm of the usual height increased by one: $$ \lfloor\log_2(1+height(D))\rfloor $$
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
Mp00023: Dyck paths to non-crossing permutationPermutations
Mp00238: Permutations Clarke-Steingrimsson-ZengPermutations
St001359: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [1,0,1,0]
=> [1,2] => [1,2] => 1 = 2 - 1
[2,1] => [1,1,0,0]
=> [2,1] => [2,1] => 1 = 2 - 1
[1,2,3] => [1,0,1,0,1,0]
=> [1,2,3] => [1,2,3] => 1 = 2 - 1
[1,3,2] => [1,0,1,1,0,0]
=> [1,3,2] => [1,3,2] => 1 = 2 - 1
[2,1,3] => [1,1,0,0,1,0]
=> [2,1,3] => [2,1,3] => 1 = 2 - 1
[2,3,1] => [1,1,0,1,0,0]
=> [2,3,1] => [3,2,1] => 1 = 2 - 1
[3,1,2] => [1,1,1,0,0,0]
=> [3,2,1] => [2,3,1] => 2 = 3 - 1
[3,2,1] => [1,1,1,0,0,0]
=> [3,2,1] => [2,3,1] => 2 = 3 - 1
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [1,2,3,4] => [1,2,3,4] => 1 = 2 - 1
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [1,2,4,3] => [1,2,4,3] => 1 = 2 - 1
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [1,3,2,4] => [1,3,2,4] => 1 = 2 - 1
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [1,3,4,2] => [1,4,3,2] => 1 = 2 - 1
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,4,3,2] => [1,3,4,2] => 2 = 3 - 1
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,4,3,2] => [1,3,4,2] => 2 = 3 - 1
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [2,1,3,4] => [2,1,3,4] => 1 = 2 - 1
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [2,1,4,3] => [2,1,4,3] => 1 = 2 - 1
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [2,3,1,4] => [3,2,1,4] => 1 = 2 - 1
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [2,3,4,1] => [4,2,3,1] => 1 = 2 - 1
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [2,4,3,1] => [3,2,4,1] => 2 = 3 - 1
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [2,4,3,1] => [3,2,4,1] => 2 = 3 - 1
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [3,2,1,4] => [2,3,1,4] => 2 = 3 - 1
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [3,2,4,1] => [4,3,2,1] => 1 = 2 - 1
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [3,2,1,4] => [2,3,1,4] => 2 = 3 - 1
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [3,2,4,1] => [4,3,2,1] => 1 = 2 - 1
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [4,2,3,1] => [3,4,2,1] => 2 = 3 - 1
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [4,2,3,1] => [3,4,2,1] => 2 = 3 - 1
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [2,3,4,1] => 2 = 3 - 1
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [2,3,4,1] => 2 = 3 - 1
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [2,3,4,1] => 2 = 3 - 1
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [2,3,4,1] => 2 = 3 - 1
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [2,3,4,1] => 2 = 3 - 1
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [2,3,4,1] => 2 = 3 - 1
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [1,2,3,4,5] => [1,2,3,4,5] => 1 = 2 - 1
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [1,2,3,5,4] => [1,2,3,5,4] => 1 = 2 - 1
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [1,2,4,3,5] => [1,2,4,3,5] => 1 = 2 - 1
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [1,2,4,5,3] => [1,2,5,4,3] => 1 = 2 - 1
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [1,2,5,4,3] => [1,2,4,5,3] => 2 = 3 - 1
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [1,2,5,4,3] => [1,2,4,5,3] => 2 = 3 - 1
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [1,3,2,4,5] => [1,3,2,4,5] => 1 = 2 - 1
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [1,3,2,5,4] => [1,3,2,5,4] => 1 = 2 - 1
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [1,3,4,2,5] => [1,4,3,2,5] => 1 = 2 - 1
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [1,3,4,5,2] => [1,5,3,4,2] => 1 = 2 - 1
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [1,3,5,4,2] => [1,4,3,5,2] => 2 = 3 - 1
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [1,3,5,4,2] => [1,4,3,5,2] => 2 = 3 - 1
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,4,3,2,5] => [1,3,4,2,5] => 2 = 3 - 1
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [1,4,3,5,2] => [1,5,4,3,2] => 1 = 2 - 1
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,4,3,2,5] => [1,3,4,2,5] => 2 = 3 - 1
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [1,4,3,5,2] => [1,5,4,3,2] => 1 = 2 - 1
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [1,5,3,4,2] => [1,4,5,3,2] => 2 = 3 - 1
[1,4,5,3,2] => [1,0,1,1,1,0,1,0,0,0]
=> [1,5,3,4,2] => [1,4,5,3,2] => 2 = 3 - 1
Description
The number of permutations in the equivalence class of a permutation obtained by taking inverses of cycles. In other words, this is $2^k$ where $k$ is the number of cycles of length at least three ([[St000486]]) in its cycle decomposition. The generating function for the number of equivalence classes, $f(n)$, is $$\sum_{n\geq 0} f(n)\frac{x^n}{n!} = \frac{e(\frac{x}{2} + \frac{x^2}{4})}{\sqrt{1-x}}.$$
Matching statistic: St000353
Mp00223: Permutations runsortPermutations
Mp00175: Permutations inverse Foata bijectionPermutations
Mp00239: Permutations CorteelPermutations
St000353: 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] => 0 = 2 - 2
[2,1] => [1,2] => [1,2] => [1,2] => 0 = 2 - 2
[1,2,3] => [1,2,3] => [1,2,3] => [1,2,3] => 0 = 2 - 2
[1,3,2] => [1,3,2] => [3,1,2] => [3,1,2] => 1 = 3 - 2
[2,1,3] => [1,3,2] => [3,1,2] => [3,1,2] => 1 = 3 - 2
[2,3,1] => [1,2,3] => [1,2,3] => [1,2,3] => 0 = 2 - 2
[3,1,2] => [1,2,3] => [1,2,3] => [1,2,3] => 0 = 2 - 2
[3,2,1] => [1,2,3] => [1,2,3] => [1,2,3] => 0 = 2 - 2
[1,2,3,4] => [1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 0 = 2 - 2
[1,2,4,3] => [1,2,4,3] => [4,1,2,3] => [4,1,2,3] => 1 = 3 - 2
[1,3,2,4] => [1,3,2,4] => [3,1,2,4] => [3,1,2,4] => 1 = 3 - 2
[1,3,4,2] => [1,3,4,2] => [3,4,1,2] => [4,3,2,1] => 0 = 2 - 2
[1,4,2,3] => [1,4,2,3] => [1,4,2,3] => [1,4,2,3] => 1 = 3 - 2
[1,4,3,2] => [1,4,2,3] => [1,4,2,3] => [1,4,2,3] => 1 = 3 - 2
[2,1,3,4] => [1,3,4,2] => [3,4,1,2] => [4,3,2,1] => 0 = 2 - 2
[2,1,4,3] => [1,4,2,3] => [1,4,2,3] => [1,4,2,3] => 1 = 3 - 2
[2,3,1,4] => [1,4,2,3] => [1,4,2,3] => [1,4,2,3] => 1 = 3 - 2
[2,3,4,1] => [1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 0 = 2 - 2
[2,4,1,3] => [1,3,2,4] => [3,1,2,4] => [3,1,2,4] => 1 = 3 - 2
[2,4,3,1] => [1,2,4,3] => [4,1,2,3] => [4,1,2,3] => 1 = 3 - 2
[3,1,2,4] => [1,2,4,3] => [4,1,2,3] => [4,1,2,3] => 1 = 3 - 2
[3,1,4,2] => [1,4,2,3] => [1,4,2,3] => [1,4,2,3] => 1 = 3 - 2
[3,2,1,4] => [1,4,2,3] => [1,4,2,3] => [1,4,2,3] => 1 = 3 - 2
[3,2,4,1] => [1,2,4,3] => [4,1,2,3] => [4,1,2,3] => 1 = 3 - 2
[3,4,1,2] => [1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 0 = 2 - 2
[3,4,2,1] => [1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 0 = 2 - 2
[4,1,2,3] => [1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 0 = 2 - 2
[4,1,3,2] => [1,3,2,4] => [3,1,2,4] => [3,1,2,4] => 1 = 3 - 2
[4,2,1,3] => [1,3,2,4] => [3,1,2,4] => [3,1,2,4] => 1 = 3 - 2
[4,2,3,1] => [1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 0 = 2 - 2
[4,3,1,2] => [1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 0 = 2 - 2
[4,3,2,1] => [1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 0 = 2 - 2
[1,2,3,4,5] => [1,2,3,4,5] => [1,2,3,4,5] => [1,2,3,4,5] => 0 = 2 - 2
[1,2,3,5,4] => [1,2,3,5,4] => [5,1,2,3,4] => [5,1,2,3,4] => 1 = 3 - 2
[1,2,4,3,5] => [1,2,4,3,5] => [4,1,2,3,5] => [4,1,2,3,5] => 1 = 3 - 2
[1,2,4,5,3] => [1,2,4,5,3] => [4,5,1,2,3] => [5,4,2,3,1] => 1 = 3 - 2
[1,2,5,3,4] => [1,2,5,3,4] => [1,5,2,3,4] => [1,5,2,3,4] => 1 = 3 - 2
[1,2,5,4,3] => [1,2,5,3,4] => [1,5,2,3,4] => [1,5,2,3,4] => 1 = 3 - 2
[1,3,2,4,5] => [1,3,2,4,5] => [3,1,2,4,5] => [3,1,2,4,5] => 1 = 3 - 2
[1,3,2,5,4] => [1,3,2,5,4] => [3,5,1,2,4] => [5,3,2,1,4] => 1 = 3 - 2
[1,3,4,2,5] => [1,3,4,2,5] => [3,4,1,2,5] => [4,3,2,1,5] => 1 = 3 - 2
[1,3,4,5,2] => [1,3,4,5,2] => [3,4,5,1,2] => [5,4,3,2,1] => 0 = 2 - 2
[1,3,5,2,4] => [1,3,5,2,4] => [5,3,1,2,4] => [3,5,2,1,4] => 1 = 3 - 2
[1,3,5,4,2] => [1,3,5,2,4] => [5,3,1,2,4] => [3,5,2,1,4] => 1 = 3 - 2
[1,4,2,3,5] => [1,4,2,3,5] => [1,4,2,3,5] => [1,4,2,3,5] => 1 = 3 - 2
[1,4,2,5,3] => [1,4,2,5,3] => [1,4,5,2,3] => [1,5,4,3,2] => 0 = 2 - 2
[1,4,3,2,5] => [1,4,2,5,3] => [1,4,5,2,3] => [1,5,4,3,2] => 0 = 2 - 2
[1,4,3,5,2] => [1,4,2,3,5] => [1,4,2,3,5] => [1,4,2,3,5] => 1 = 3 - 2
[1,4,5,2,3] => [1,4,5,2,3] => [4,1,5,2,3] => [5,1,4,3,2] => 1 = 3 - 2
[1,4,5,3,2] => [1,4,5,2,3] => [4,1,5,2,3] => [5,1,4,3,2] => 1 = 3 - 2
Description
The number of inner valleys of a permutation. The number of valleys including the boundary is [[St000099]].
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
Mp00023: Dyck paths to non-crossing permutationPermutations
Mp00238: Permutations Clarke-Steingrimsson-ZengPermutations
St000486: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [1,0,1,0]
=> [1,2] => [1,2] => 0 = 2 - 2
[2,1] => [1,1,0,0]
=> [2,1] => [2,1] => 0 = 2 - 2
[1,2,3] => [1,0,1,0,1,0]
=> [1,2,3] => [1,2,3] => 0 = 2 - 2
[1,3,2] => [1,0,1,1,0,0]
=> [1,3,2] => [1,3,2] => 0 = 2 - 2
[2,1,3] => [1,1,0,0,1,0]
=> [2,1,3] => [2,1,3] => 0 = 2 - 2
[2,3,1] => [1,1,0,1,0,0]
=> [2,3,1] => [3,2,1] => 0 = 2 - 2
[3,1,2] => [1,1,1,0,0,0]
=> [3,2,1] => [2,3,1] => 1 = 3 - 2
[3,2,1] => [1,1,1,0,0,0]
=> [3,2,1] => [2,3,1] => 1 = 3 - 2
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [1,2,3,4] => [1,2,3,4] => 0 = 2 - 2
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [1,2,4,3] => [1,2,4,3] => 0 = 2 - 2
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [1,3,2,4] => [1,3,2,4] => 0 = 2 - 2
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [1,3,4,2] => [1,4,3,2] => 0 = 2 - 2
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,4,3,2] => [1,3,4,2] => 1 = 3 - 2
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,4,3,2] => [1,3,4,2] => 1 = 3 - 2
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [2,1,3,4] => [2,1,3,4] => 0 = 2 - 2
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [2,1,4,3] => [2,1,4,3] => 0 = 2 - 2
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [2,3,1,4] => [3,2,1,4] => 0 = 2 - 2
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [2,3,4,1] => [4,2,3,1] => 0 = 2 - 2
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [2,4,3,1] => [3,2,4,1] => 1 = 3 - 2
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [2,4,3,1] => [3,2,4,1] => 1 = 3 - 2
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [3,2,1,4] => [2,3,1,4] => 1 = 3 - 2
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [3,2,4,1] => [4,3,2,1] => 0 = 2 - 2
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [3,2,1,4] => [2,3,1,4] => 1 = 3 - 2
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [3,2,4,1] => [4,3,2,1] => 0 = 2 - 2
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [4,2,3,1] => [3,4,2,1] => 1 = 3 - 2
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [4,2,3,1] => [3,4,2,1] => 1 = 3 - 2
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [2,3,4,1] => 1 = 3 - 2
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [2,3,4,1] => 1 = 3 - 2
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [2,3,4,1] => 1 = 3 - 2
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [2,3,4,1] => 1 = 3 - 2
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [2,3,4,1] => 1 = 3 - 2
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [2,3,4,1] => 1 = 3 - 2
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [1,2,3,4,5] => [1,2,3,4,5] => 0 = 2 - 2
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [1,2,3,5,4] => [1,2,3,5,4] => 0 = 2 - 2
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [1,2,4,3,5] => [1,2,4,3,5] => 0 = 2 - 2
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [1,2,4,5,3] => [1,2,5,4,3] => 0 = 2 - 2
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [1,2,5,4,3] => [1,2,4,5,3] => 1 = 3 - 2
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [1,2,5,4,3] => [1,2,4,5,3] => 1 = 3 - 2
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [1,3,2,4,5] => [1,3,2,4,5] => 0 = 2 - 2
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [1,3,2,5,4] => [1,3,2,5,4] => 0 = 2 - 2
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [1,3,4,2,5] => [1,4,3,2,5] => 0 = 2 - 2
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [1,3,4,5,2] => [1,5,3,4,2] => 0 = 2 - 2
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [1,3,5,4,2] => [1,4,3,5,2] => 1 = 3 - 2
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [1,3,5,4,2] => [1,4,3,5,2] => 1 = 3 - 2
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,4,3,2,5] => [1,3,4,2,5] => 1 = 3 - 2
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [1,4,3,5,2] => [1,5,4,3,2] => 0 = 2 - 2
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,4,3,2,5] => [1,3,4,2,5] => 1 = 3 - 2
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [1,4,3,5,2] => [1,5,4,3,2] => 0 = 2 - 2
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [1,5,3,4,2] => [1,4,5,3,2] => 1 = 3 - 2
[1,4,5,3,2] => [1,0,1,1,1,0,1,0,0,0]
=> [1,5,3,4,2] => [1,4,5,3,2] => 1 = 3 - 2
Description
The number of cycles of length at least 3 of a permutation.
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
Mp00023: Dyck paths to non-crossing permutationPermutations
Mp00127: Permutations left-to-right-maxima to Dyck pathDyck paths
St000660: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1,2] => [1,0,1,0]
=> [1,2] => [1,0,1,0]
=> 0 = 2 - 2
[2,1] => [1,1,0,0]
=> [2,1] => [1,1,0,0]
=> 0 = 2 - 2
[1,2,3] => [1,0,1,0,1,0]
=> [1,2,3] => [1,0,1,0,1,0]
=> 0 = 2 - 2
[1,3,2] => [1,0,1,1,0,0]
=> [1,3,2] => [1,0,1,1,0,0]
=> 0 = 2 - 2
[2,1,3] => [1,1,0,0,1,0]
=> [2,1,3] => [1,1,0,0,1,0]
=> 0 = 2 - 2
[2,3,1] => [1,1,0,1,0,0]
=> [2,3,1] => [1,1,0,1,0,0]
=> 0 = 2 - 2
[3,1,2] => [1,1,1,0,0,0]
=> [3,2,1] => [1,1,1,0,0,0]
=> 1 = 3 - 2
[3,2,1] => [1,1,1,0,0,0]
=> [3,2,1] => [1,1,1,0,0,0]
=> 1 = 3 - 2
[1,2,3,4] => [1,0,1,0,1,0,1,0]
=> [1,2,3,4] => [1,0,1,0,1,0,1,0]
=> 0 = 2 - 2
[1,2,4,3] => [1,0,1,0,1,1,0,0]
=> [1,2,4,3] => [1,0,1,0,1,1,0,0]
=> 0 = 2 - 2
[1,3,2,4] => [1,0,1,1,0,0,1,0]
=> [1,3,2,4] => [1,0,1,1,0,0,1,0]
=> 0 = 2 - 2
[1,3,4,2] => [1,0,1,1,0,1,0,0]
=> [1,3,4,2] => [1,0,1,1,0,1,0,0]
=> 0 = 2 - 2
[1,4,2,3] => [1,0,1,1,1,0,0,0]
=> [1,4,3,2] => [1,0,1,1,1,0,0,0]
=> 1 = 3 - 2
[1,4,3,2] => [1,0,1,1,1,0,0,0]
=> [1,4,3,2] => [1,0,1,1,1,0,0,0]
=> 1 = 3 - 2
[2,1,3,4] => [1,1,0,0,1,0,1,0]
=> [2,1,3,4] => [1,1,0,0,1,0,1,0]
=> 0 = 2 - 2
[2,1,4,3] => [1,1,0,0,1,1,0,0]
=> [2,1,4,3] => [1,1,0,0,1,1,0,0]
=> 0 = 2 - 2
[2,3,1,4] => [1,1,0,1,0,0,1,0]
=> [2,3,1,4] => [1,1,0,1,0,0,1,0]
=> 0 = 2 - 2
[2,3,4,1] => [1,1,0,1,0,1,0,0]
=> [2,3,4,1] => [1,1,0,1,0,1,0,0]
=> 0 = 2 - 2
[2,4,1,3] => [1,1,0,1,1,0,0,0]
=> [2,4,3,1] => [1,1,0,1,1,0,0,0]
=> 0 = 2 - 2
[2,4,3,1] => [1,1,0,1,1,0,0,0]
=> [2,4,3,1] => [1,1,0,1,1,0,0,0]
=> 0 = 2 - 2
[3,1,2,4] => [1,1,1,0,0,0,1,0]
=> [3,2,1,4] => [1,1,1,0,0,0,1,0]
=> 1 = 3 - 2
[3,1,4,2] => [1,1,1,0,0,1,0,0]
=> [3,2,4,1] => [1,1,1,0,0,1,0,0]
=> 1 = 3 - 2
[3,2,1,4] => [1,1,1,0,0,0,1,0]
=> [3,2,1,4] => [1,1,1,0,0,0,1,0]
=> 1 = 3 - 2
[3,2,4,1] => [1,1,1,0,0,1,0,0]
=> [3,2,4,1] => [1,1,1,0,0,1,0,0]
=> 1 = 3 - 2
[3,4,1,2] => [1,1,1,0,1,0,0,0]
=> [4,2,3,1] => [1,1,1,1,0,0,0,0]
=> 1 = 3 - 2
[3,4,2,1] => [1,1,1,0,1,0,0,0]
=> [4,2,3,1] => [1,1,1,1,0,0,0,0]
=> 1 = 3 - 2
[4,1,2,3] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> 1 = 3 - 2
[4,1,3,2] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> 1 = 3 - 2
[4,2,1,3] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> 1 = 3 - 2
[4,2,3,1] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> 1 = 3 - 2
[4,3,1,2] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> 1 = 3 - 2
[4,3,2,1] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => [1,1,1,1,0,0,0,0]
=> 1 = 3 - 2
[1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> [1,2,3,4,5] => [1,0,1,0,1,0,1,0,1,0]
=> 0 = 2 - 2
[1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> [1,2,3,5,4] => [1,0,1,0,1,0,1,1,0,0]
=> 0 = 2 - 2
[1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> [1,2,4,3,5] => [1,0,1,0,1,1,0,0,1,0]
=> 0 = 2 - 2
[1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> [1,2,4,5,3] => [1,0,1,0,1,1,0,1,0,0]
=> 0 = 2 - 2
[1,2,5,3,4] => [1,0,1,0,1,1,1,0,0,0]
=> [1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> 1 = 3 - 2
[1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> [1,2,5,4,3] => [1,0,1,0,1,1,1,0,0,0]
=> 1 = 3 - 2
[1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> [1,3,2,4,5] => [1,0,1,1,0,0,1,0,1,0]
=> 0 = 2 - 2
[1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> [1,3,2,5,4] => [1,0,1,1,0,0,1,1,0,0]
=> 0 = 2 - 2
[1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> [1,3,4,2,5] => [1,0,1,1,0,1,0,0,1,0]
=> 0 = 2 - 2
[1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> [1,3,4,5,2] => [1,0,1,1,0,1,0,1,0,0]
=> 0 = 2 - 2
[1,3,5,2,4] => [1,0,1,1,0,1,1,0,0,0]
=> [1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> 0 = 2 - 2
[1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> [1,3,5,4,2] => [1,0,1,1,0,1,1,0,0,0]
=> 0 = 2 - 2
[1,4,2,3,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> 1 = 3 - 2
[1,4,2,5,3] => [1,0,1,1,1,0,0,1,0,0]
=> [1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> 1 = 3 - 2
[1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> [1,4,3,2,5] => [1,0,1,1,1,0,0,0,1,0]
=> 1 = 3 - 2
[1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> [1,4,3,5,2] => [1,0,1,1,1,0,0,1,0,0]
=> 1 = 3 - 2
[1,4,5,2,3] => [1,0,1,1,1,0,1,0,0,0]
=> [1,5,3,4,2] => [1,0,1,1,1,1,0,0,0,0]
=> 1 = 3 - 2
[1,4,5,3,2] => [1,0,1,1,1,0,1,0,0,0]
=> [1,5,3,4,2] => [1,0,1,1,1,1,0,0,0,0]
=> 1 = 3 - 2
Description
The number of rises of length at least 3 of a Dyck path. The number of Dyck paths without such rises are counted by the Motzkin numbers [1].
The following 84 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St001086The number of occurrences of the consecutive pattern 132 in a permutation. 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)$. St001335The cardinality of a minimal cycle-isolating set of a graph. St001673The degree of asymmetry of an integer composition. St001195The global dimension of the algebra $A/AfA$ of the corresponding Nakayama algebra $A$ with minimal left faithful projective-injective module $Af$. St000260The radius of a connected graph. St001597The Frobenius rank of a skew partition. 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$. St001330The hat guessing number of a graph. St000259The diameter of a connected graph. St000264The girth of a graph, which is not a tree. St001060The distinguishing index of a graph. St000455The second largest eigenvalue of a graph if it is integral. St001875The number of simple modules with projective dimension at most 1. St001624The breadth of a lattice. St001820The size of the image of the pop stack sorting operator. St000298The order dimension or Dushnik-Miller dimension of a poset. St000640The rank of the largest boolean interval in a poset. St000307The number of rowmotion orbits of a poset. St000454The largest eigenvalue of a graph if it is integral. St001632The number of indecomposable injective modules $I$ with $dim Ext^1(I,A)=1$ for the incidence algebra A of a poset. St001964The interval resolution global dimension of a poset. St000845The maximal number of elements covered by an element in a poset. St000846The maximal number of elements covering an element of a poset. St000632The jump number of the poset. St000758The length of the longest staircase fitting into an integer composition. St001862The number of crossings of a signed permutation. St001960The number of descents of a permutation minus one if its first entry is not one. 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. St000771The largest multiplicity of a distance Laplacian eigenvalue in a connected graph. St000772The multiplicity of the largest distance Laplacian eigenvalue in a connected graph. St000777The number of distinct eigenvalues of the distance Laplacian of a connected graph. St001645The pebbling number of a connected graph. St000302The determinant of the distance matrix of a connected graph. St000466The Gutman (or modified Schultz) index of a connected graph. St000467The hyper-Wiener index of a connected graph. St000451The length of the longest pattern of the form k 1 2. St000842The breadth of a permutation. St000036The evaluation at 1 of the Kazhdan-Lusztig polynomial with parameters given by the identity and the permutation. 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. St000534The number of 2-rises of a permutation. St001574The minimal number of edges to add or remove to make a graph regular. St001576The minimal number of edges to add or remove to make a graph vertex transitive. St001742The difference of the maximal and the minimal degree in a graph. St001876The number of 2-regular simple modules in the incidence algebra of the lattice. St001570The minimal number of edges to add to make a graph Hamiltonian. St001877Number of indecomposable injective modules with projective dimension 2. St000939The number of characters of the symmetric group whose value on the partition is positive. St000993The multiplicity of the largest part of an integer partition. St001568The smallest positive integer that does not appear twice in the partition. St000741The Colin de Verdière graph invariant. St001491The number of indecomposable projective-injective modules in the algebra corresponding to a subset. St000906The length of the shortest maximal chain in a poset. St001633The number of simple modules with projective dimension two in the incidence algebra of the poset. St001095The number of non-isomorphic posets with precisely one further covering relation. St000272The treewidth of a graph. St000536The pathwidth of a graph. St000986The multiplicity of the eigenvalue zero of the adjacency matrix of the graph. St001111The weak 2-dynamic chromatic number of a graph. St001316The domatic number of a graph. St001340The cardinality of a minimal non-edge isolating set of a graph. St001829The common independence number of a graph. St000273The domination number of a graph. St000535The rank-width of a graph. St000544The cop number of a graph. St000680The Grundy value for Hackendot on posets. St000916The packing number of a graph. St001070The absolute value of the derivative of the chromatic polynomial of the graph at 1. St001071The beta invariant of the graph. St001272The number of graphs with the same degree sequence. St001322The size of a minimal independent dominating set in a graph. St001331The size of the minimal feedback vertex set. St001339The irredundance number of a graph. St001393The induced matching number of a graph. St001670The connected partition number of a graph. St001776The degree of the minimal polynomial of the largest Laplacian eigenvalue of a graph. St000918The 2-limited packing number of a graph. St001305The number of induced cycles on four vertices in a graph. St001324The minimal number of occurrences of the chordal-pattern in a linear ordering of the vertices of the graph. St001326The minimal number of occurrences of the interval-pattern in a linear ordering of the vertices of the graph. St001327The minimal number of occurrences of the split-pattern in a linear ordering of the vertices of the graph. St001353The number of prime nodes in the modular decomposition of a graph.