Your data matches 40 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
St000018: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => 0
[1,2] => 0
[2,1] => 1
[1,2,3] => 0
[1,3,2] => 1
[2,1,3] => 1
[2,3,1] => 2
[3,1,2] => 2
[3,2,1] => 3
[1,2,3,4] => 0
[1,2,4,3] => 1
[1,3,2,4] => 1
[1,3,4,2] => 2
[1,4,2,3] => 2
[1,4,3,2] => 3
[2,1,3,4] => 1
[2,1,4,3] => 2
[2,3,1,4] => 2
[2,3,4,1] => 3
[2,4,1,3] => 3
[2,4,3,1] => 4
[3,1,2,4] => 2
[3,1,4,2] => 3
[3,2,1,4] => 3
[3,2,4,1] => 4
[3,4,1,2] => 4
[3,4,2,1] => 5
[4,1,2,3] => 3
[4,1,3,2] => 4
[4,2,1,3] => 4
[4,2,3,1] => 5
[4,3,1,2] => 5
[4,3,2,1] => 6
[1,2,3,4,5] => 0
[1,2,3,5,4] => 1
[1,2,4,3,5] => 1
[1,2,4,5,3] => 2
[1,2,5,3,4] => 2
[1,2,5,4,3] => 3
[1,3,2,4,5] => 1
[1,3,2,5,4] => 2
[1,3,4,2,5] => 2
[1,3,4,5,2] => 3
[1,3,5,2,4] => 3
[1,3,5,4,2] => 4
[1,4,2,3,5] => 2
[1,4,2,5,3] => 3
[1,4,3,2,5] => 3
[1,4,3,5,2] => 4
[1,4,5,2,3] => 4
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$.
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] => [[1]]
=> 0
[1,2] => [[1,0],[0,1]]
=> 0
[2,1] => [[0,1],[1,0]]
=> 1
[1,2,3] => [[1,0,0],[0,1,0],[0,0,1]]
=> 0
[1,3,2] => [[1,0,0],[0,0,1],[0,1,0]]
=> 1
[2,1,3] => [[0,1,0],[1,0,0],[0,0,1]]
=> 1
[2,3,1] => [[0,0,1],[1,0,0],[0,1,0]]
=> 2
[3,1,2] => [[0,1,0],[0,0,1],[1,0,0]]
=> 2
[3,2,1] => [[0,0,1],[0,1,0],[1,0,0]]
=> 3
[1,2,3,4] => [[1,0,0,0],[0,1,0,0],[0,0,1,0],[0,0,0,1]]
=> 0
[1,2,4,3] => [[1,0,0,0],[0,1,0,0],[0,0,0,1],[0,0,1,0]]
=> 1
[1,3,2,4] => [[1,0,0,0],[0,0,1,0],[0,1,0,0],[0,0,0,1]]
=> 1
[1,3,4,2] => [[1,0,0,0],[0,0,0,1],[0,1,0,0],[0,0,1,0]]
=> 2
[1,4,2,3] => [[1,0,0,0],[0,0,1,0],[0,0,0,1],[0,1,0,0]]
=> 2
[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]]
=> 1
[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]]
=> 2
[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]]
=> 3
[2,4,3,1] => [[0,0,0,1],[1,0,0,0],[0,0,1,0],[0,1,0,0]]
=> 4
[3,1,2,4] => [[0,1,0,0],[0,0,1,0],[1,0,0,0],[0,0,0,1]]
=> 2
[3,1,4,2] => [[0,1,0,0],[0,0,0,1],[1,0,0,0],[0,0,1,0]]
=> 3
[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]]
=> 4
[3,4,1,2] => [[0,0,1,0],[0,0,0,1],[1,0,0,0],[0,1,0,0]]
=> 4
[3,4,2,1] => [[0,0,0,1],[0,0,1,0],[1,0,0,0],[0,1,0,0]]
=> 5
[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]]
=> 4
[4,2,1,3] => [[0,0,1,0],[0,1,0,0],[0,0,0,1],[1,0,0,0]]
=> 4
[4,2,3,1] => [[0,0,0,1],[0,1,0,0],[0,0,1,0],[1,0,0,0]]
=> 5
[4,3,1,2] => [[0,0,1,0],[0,0,0,1],[0,1,0,0],[1,0,0,0]]
=> 5
[4,3,2,1] => [[0,0,0,1],[0,0,1,0],[0,1,0,0],[1,0,0,0]]
=> 6
[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]]
=> 0
[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]]
=> 1
[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]]
=> 1
[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]]
=> 2
[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]]
=> 2
[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]]
=> 1
[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]]
=> 2
[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]]
=> 2
[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]]
=> 3
[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]]
=> 4
[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]]
=> 2
[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]]
=> 3
[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]]
=> 4
[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]]
=> 4
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.
Mp00160: Permutations graph of inversionsGraphs
St000081: Graphs ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => ([],1)
=> 0
[1,2] => ([],2)
=> 0
[2,1] => ([(0,1)],2)
=> 1
[1,2,3] => ([],3)
=> 0
[1,3,2] => ([(1,2)],3)
=> 1
[2,1,3] => ([(1,2)],3)
=> 1
[2,3,1] => ([(0,2),(1,2)],3)
=> 2
[3,1,2] => ([(0,2),(1,2)],3)
=> 2
[3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> 3
[1,2,3,4] => ([],4)
=> 0
[1,2,4,3] => ([(2,3)],4)
=> 1
[1,3,2,4] => ([(2,3)],4)
=> 1
[1,3,4,2] => ([(1,3),(2,3)],4)
=> 2
[1,4,2,3] => ([(1,3),(2,3)],4)
=> 2
[1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> 3
[2,1,3,4] => ([(2,3)],4)
=> 1
[2,1,4,3] => ([(0,3),(1,2)],4)
=> 2
[2,3,1,4] => ([(1,3),(2,3)],4)
=> 2
[2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 3
[2,4,1,3] => ([(0,3),(1,2),(2,3)],4)
=> 3
[2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4
[3,1,2,4] => ([(1,3),(2,3)],4)
=> 2
[3,1,4,2] => ([(0,3),(1,2),(2,3)],4)
=> 3
[3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> 3
[3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4
[3,4,1,2] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> 4
[3,4,2,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 5
[4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> 3
[4,1,3,2] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4
[4,2,1,3] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 4
[4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 5
[4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 5
[4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 6
[1,2,3,4,5] => ([],5)
=> 0
[1,2,3,5,4] => ([(3,4)],5)
=> 1
[1,2,4,3,5] => ([(3,4)],5)
=> 1
[1,2,4,5,3] => ([(2,4),(3,4)],5)
=> 2
[1,2,5,3,4] => ([(2,4),(3,4)],5)
=> 2
[1,2,5,4,3] => ([(2,3),(2,4),(3,4)],5)
=> 3
[1,3,2,4,5] => ([(3,4)],5)
=> 1
[1,3,2,5,4] => ([(1,4),(2,3)],5)
=> 2
[1,3,4,2,5] => ([(2,4),(3,4)],5)
=> 2
[1,3,4,5,2] => ([(1,4),(2,4),(3,4)],5)
=> 3
[1,3,5,2,4] => ([(1,4),(2,3),(3,4)],5)
=> 3
[1,3,5,4,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[1,4,2,3,5] => ([(2,4),(3,4)],5)
=> 2
[1,4,2,5,3] => ([(1,4),(2,3),(3,4)],5)
=> 3
[1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> 3
[1,4,3,5,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 4
[1,4,5,2,3] => ([(1,3),(1,4),(2,3),(2,4)],5)
=> 4
Description
The number of edges of a graph.
Mp00069: Permutations complementPermutations
St000246: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => 0
[1,2] => [2,1] => 0
[2,1] => [1,2] => 1
[1,2,3] => [3,2,1] => 0
[1,3,2] => [3,1,2] => 1
[2,1,3] => [2,3,1] => 1
[2,3,1] => [2,1,3] => 2
[3,1,2] => [1,3,2] => 2
[3,2,1] => [1,2,3] => 3
[1,2,3,4] => [4,3,2,1] => 0
[1,2,4,3] => [4,3,1,2] => 1
[1,3,2,4] => [4,2,3,1] => 1
[1,3,4,2] => [4,2,1,3] => 2
[1,4,2,3] => [4,1,3,2] => 2
[1,4,3,2] => [4,1,2,3] => 3
[2,1,3,4] => [3,4,2,1] => 1
[2,1,4,3] => [3,4,1,2] => 2
[2,3,1,4] => [3,2,4,1] => 2
[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] => 4
[3,1,2,4] => [2,4,3,1] => 2
[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] => 4
[3,4,1,2] => [2,1,4,3] => 4
[3,4,2,1] => [2,1,3,4] => 5
[4,1,2,3] => [1,4,3,2] => 3
[4,1,3,2] => [1,4,2,3] => 4
[4,2,1,3] => [1,3,4,2] => 4
[4,2,3,1] => [1,3,2,4] => 5
[4,3,1,2] => [1,2,4,3] => 5
[4,3,2,1] => [1,2,3,4] => 6
[1,2,3,4,5] => [5,4,3,2,1] => 0
[1,2,3,5,4] => [5,4,3,1,2] => 1
[1,2,4,3,5] => [5,4,2,3,1] => 1
[1,2,4,5,3] => [5,4,2,1,3] => 2
[1,2,5,3,4] => [5,4,1,3,2] => 2
[1,2,5,4,3] => [5,4,1,2,3] => 3
[1,3,2,4,5] => [5,3,4,2,1] => 1
[1,3,2,5,4] => [5,3,4,1,2] => 2
[1,3,4,2,5] => [5,3,2,4,1] => 2
[1,3,4,5,2] => [5,3,2,1,4] => 3
[1,3,5,2,4] => [5,3,1,4,2] => 3
[1,3,5,4,2] => [5,3,1,2,4] => 4
[1,4,2,3,5] => [5,2,4,3,1] => 2
[1,4,2,5,3] => [5,2,4,1,3] => 3
[1,4,3,2,5] => [5,2,3,4,1] => 3
[1,4,3,5,2] => [5,2,3,1,4] => 4
[1,4,5,2,3] => [5,2,1,4,3] => 4
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)$.
Mp00063: Permutations to alternating sign matrixAlternating sign matrices
St000332: Alternating sign matrices ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [[1]]
=> 0
[1,2] => [[1,0],[0,1]]
=> 0
[2,1] => [[0,1],[1,0]]
=> 1
[1,2,3] => [[1,0,0],[0,1,0],[0,0,1]]
=> 0
[1,3,2] => [[1,0,0],[0,0,1],[0,1,0]]
=> 1
[2,1,3] => [[0,1,0],[1,0,0],[0,0,1]]
=> 1
[2,3,1] => [[0,0,1],[1,0,0],[0,1,0]]
=> 2
[3,1,2] => [[0,1,0],[0,0,1],[1,0,0]]
=> 2
[3,2,1] => [[0,0,1],[0,1,0],[1,0,0]]
=> 3
[1,2,3,4] => [[1,0,0,0],[0,1,0,0],[0,0,1,0],[0,0,0,1]]
=> 0
[1,2,4,3] => [[1,0,0,0],[0,1,0,0],[0,0,0,1],[0,0,1,0]]
=> 1
[1,3,2,4] => [[1,0,0,0],[0,0,1,0],[0,1,0,0],[0,0,0,1]]
=> 1
[1,3,4,2] => [[1,0,0,0],[0,0,0,1],[0,1,0,0],[0,0,1,0]]
=> 2
[1,4,2,3] => [[1,0,0,0],[0,0,1,0],[0,0,0,1],[0,1,0,0]]
=> 2
[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]]
=> 1
[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]]
=> 2
[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]]
=> 3
[2,4,3,1] => [[0,0,0,1],[1,0,0,0],[0,0,1,0],[0,1,0,0]]
=> 4
[3,1,2,4] => [[0,1,0,0],[0,0,1,0],[1,0,0,0],[0,0,0,1]]
=> 2
[3,1,4,2] => [[0,1,0,0],[0,0,0,1],[1,0,0,0],[0,0,1,0]]
=> 3
[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]]
=> 4
[3,4,1,2] => [[0,0,1,0],[0,0,0,1],[1,0,0,0],[0,1,0,0]]
=> 4
[3,4,2,1] => [[0,0,0,1],[0,0,1,0],[1,0,0,0],[0,1,0,0]]
=> 5
[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]]
=> 4
[4,2,1,3] => [[0,0,1,0],[0,1,0,0],[0,0,0,1],[1,0,0,0]]
=> 4
[4,2,3,1] => [[0,0,0,1],[0,1,0,0],[0,0,1,0],[1,0,0,0]]
=> 5
[4,3,1,2] => [[0,0,1,0],[0,0,0,1],[0,1,0,0],[1,0,0,0]]
=> 5
[4,3,2,1] => [[0,0,0,1],[0,0,1,0],[0,1,0,0],[1,0,0,0]]
=> 6
[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]]
=> 0
[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]]
=> 1
[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]]
=> 1
[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]]
=> 2
[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]]
=> 2
[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]]
=> 1
[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]]
=> 2
[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]]
=> 2
[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]]
=> 3
[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]]
=> 4
[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]]
=> 2
[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]]
=> 3
[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]]
=> 4
[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]]
=> 4
Description
The positive inversions of an alternating sign matrix. This is defined as $$\sum_{i > k,j < l} A_{ij}A_{kl} - \text{the number of negative ones in the matrix}.$$ After counter-clockwise rotation, this is also the number of osculations in the corresponding fan of Dyck paths.
Mp00170: Permutations to signed permutationSigned permutations
St001428: Signed permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => 0
[1,2] => [1,2] => 0
[2,1] => [2,1] => 1
[1,2,3] => [1,2,3] => 0
[1,3,2] => [1,3,2] => 1
[2,1,3] => [2,1,3] => 1
[2,3,1] => [2,3,1] => 2
[3,1,2] => [3,1,2] => 2
[3,2,1] => [3,2,1] => 3
[1,2,3,4] => [1,2,3,4] => 0
[1,2,4,3] => [1,2,4,3] => 1
[1,3,2,4] => [1,3,2,4] => 1
[1,3,4,2] => [1,3,4,2] => 2
[1,4,2,3] => [1,4,2,3] => 2
[1,4,3,2] => [1,4,3,2] => 3
[2,1,3,4] => [2,1,3,4] => 1
[2,1,4,3] => [2,1,4,3] => 2
[2,3,1,4] => [2,3,1,4] => 2
[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] => 4
[3,1,2,4] => [3,1,2,4] => 2
[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] => 4
[3,4,1,2] => [3,4,1,2] => 4
[3,4,2,1] => [3,4,2,1] => 5
[4,1,2,3] => [4,1,2,3] => 3
[4,1,3,2] => [4,1,3,2] => 4
[4,2,1,3] => [4,2,1,3] => 4
[4,2,3,1] => [4,2,3,1] => 5
[4,3,1,2] => [4,3,1,2] => 5
[4,3,2,1] => [4,3,2,1] => 6
[1,2,3,4,5] => [1,2,3,4,5] => 0
[1,2,3,5,4] => [1,2,3,5,4] => 1
[1,2,4,3,5] => [1,2,4,3,5] => 1
[1,2,4,5,3] => [1,2,4,5,3] => 2
[1,2,5,3,4] => [1,2,5,3,4] => 2
[1,2,5,4,3] => [1,2,5,4,3] => 3
[1,3,2,4,5] => [1,3,2,4,5] => 1
[1,3,2,5,4] => [1,3,2,5,4] => 2
[1,3,4,2,5] => [1,3,4,2,5] => 2
[1,3,4,5,2] => [1,3,4,5,2] => 3
[1,3,5,2,4] => [1,3,5,2,4] => 3
[1,3,5,4,2] => [1,3,5,4,2] => 4
[1,4,2,3,5] => [1,4,2,3,5] => 2
[1,4,2,5,3] => [1,4,2,5,3] => 3
[1,4,3,2,5] => [1,4,3,2,5] => 3
[1,4,3,5,2] => [1,4,3,5,2] => 4
[1,4,5,2,3] => [1,4,5,2,3] => 4
Description
The number of B-inversions of a signed permutation. The number of B-inversions of a signed permutation $\sigma$ of length $n$ is $$ \operatorname{inv}_B(\sigma) = \big|\{ 1 \leq i < j \leq n \mid \sigma(i) > \sigma(j) \}\big| + \big|\{ 1 \leq i \leq j \leq n \mid \sigma(-i) > \sigma(j) \}\big|, $$ see [1, Eq. (8.2)]. According to [1, Eq. (8.4)], this is the Coxeter length of $\sigma$.
Mp00062: Permutations Lehmer-code to major-code bijectionPermutations
Mp00071: Permutations descent compositionInteger compositions
St000008: Integer compositions ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1] => 0
[1,2] => [1,2] => [2] => 0
[2,1] => [2,1] => [1,1] => 1
[1,2,3] => [1,2,3] => [3] => 0
[1,3,2] => [3,1,2] => [1,2] => 1
[2,1,3] => [2,1,3] => [1,2] => 1
[2,3,1] => [1,3,2] => [2,1] => 2
[3,1,2] => [2,3,1] => [2,1] => 2
[3,2,1] => [3,2,1] => [1,1,1] => 3
[1,2,3,4] => [1,2,3,4] => [4] => 0
[1,2,4,3] => [4,1,2,3] => [1,3] => 1
[1,3,2,4] => [3,1,2,4] => [1,3] => 1
[1,3,4,2] => [2,4,1,3] => [2,2] => 2
[1,4,2,3] => [3,4,1,2] => [2,2] => 2
[1,4,3,2] => [4,3,1,2] => [1,1,2] => 3
[2,1,3,4] => [2,1,3,4] => [1,3] => 1
[2,1,4,3] => [1,4,2,3] => [2,2] => 2
[2,3,1,4] => [1,3,2,4] => [2,2] => 2
[2,3,4,1] => [1,2,4,3] => [3,1] => 3
[2,4,1,3] => [1,3,4,2] => [3,1] => 3
[2,4,3,1] => [4,1,3,2] => [1,2,1] => 4
[3,1,2,4] => [2,3,1,4] => [2,2] => 2
[3,1,4,2] => [4,2,1,3] => [1,1,2] => 3
[3,2,1,4] => [3,2,1,4] => [1,1,2] => 3
[3,2,4,1] => [2,1,4,3] => [1,2,1] => 4
[3,4,1,2] => [3,1,4,2] => [1,2,1] => 4
[3,4,2,1] => [1,4,3,2] => [2,1,1] => 5
[4,1,2,3] => [2,3,4,1] => [3,1] => 3
[4,1,3,2] => [4,2,3,1] => [1,2,1] => 4
[4,2,1,3] => [3,2,4,1] => [1,2,1] => 4
[4,2,3,1] => [2,4,3,1] => [2,1,1] => 5
[4,3,1,2] => [3,4,2,1] => [2,1,1] => 5
[4,3,2,1] => [4,3,2,1] => [1,1,1,1] => 6
[1,2,3,4,5] => [1,2,3,4,5] => [5] => 0
[1,2,3,5,4] => [5,1,2,3,4] => [1,4] => 1
[1,2,4,3,5] => [4,1,2,3,5] => [1,4] => 1
[1,2,4,5,3] => [3,5,1,2,4] => [2,3] => 2
[1,2,5,3,4] => [4,5,1,2,3] => [2,3] => 2
[1,2,5,4,3] => [5,4,1,2,3] => [1,1,3] => 3
[1,3,2,4,5] => [3,1,2,4,5] => [1,4] => 1
[1,3,2,5,4] => [2,5,1,3,4] => [2,3] => 2
[1,3,4,2,5] => [2,4,1,3,5] => [2,3] => 2
[1,3,4,5,2] => [2,3,5,1,4] => [3,2] => 3
[1,3,5,2,4] => [2,4,5,1,3] => [3,2] => 3
[1,3,5,4,2] => [5,2,4,1,3] => [1,2,2] => 4
[1,4,2,3,5] => [3,4,1,2,5] => [2,3] => 2
[1,4,2,5,3] => [5,3,1,2,4] => [1,1,3] => 3
[1,4,3,2,5] => [4,3,1,2,5] => [1,1,3] => 3
[1,4,3,5,2] => [3,2,5,1,4] => [1,2,2] => 4
[1,4,5,2,3] => [4,2,5,1,3] => [1,2,2] => 4
Description
The major index of the composition. The descents of a composition $[c_1,c_2,\dots,c_k]$ are the partial sums $c_1, c_1+c_2,\dots, c_1+\dots+c_{k-1}$, excluding the sum of all parts. The major index of a composition is the sum of its descents. For details about the major index see [[Permutations/Descents-Major]].
Mp00062: Permutations Lehmer-code to major-code bijectionPermutations
Mp00070: Permutations Robinson-Schensted recording tableauStandard tableaux
St000330: Standard tableaux ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [[1]]
=> 0
[1,2] => [1,2] => [[1,2]]
=> 0
[2,1] => [2,1] => [[1],[2]]
=> 1
[1,2,3] => [1,2,3] => [[1,2,3]]
=> 0
[1,3,2] => [3,1,2] => [[1,3],[2]]
=> 1
[2,1,3] => [2,1,3] => [[1,3],[2]]
=> 1
[2,3,1] => [1,3,2] => [[1,2],[3]]
=> 2
[3,1,2] => [2,3,1] => [[1,2],[3]]
=> 2
[3,2,1] => [3,2,1] => [[1],[2],[3]]
=> 3
[1,2,3,4] => [1,2,3,4] => [[1,2,3,4]]
=> 0
[1,2,4,3] => [4,1,2,3] => [[1,3,4],[2]]
=> 1
[1,3,2,4] => [3,1,2,4] => [[1,3,4],[2]]
=> 1
[1,3,4,2] => [2,4,1,3] => [[1,2],[3,4]]
=> 2
[1,4,2,3] => [3,4,1,2] => [[1,2],[3,4]]
=> 2
[1,4,3,2] => [4,3,1,2] => [[1,4],[2],[3]]
=> 3
[2,1,3,4] => [2,1,3,4] => [[1,3,4],[2]]
=> 1
[2,1,4,3] => [1,4,2,3] => [[1,2,4],[3]]
=> 2
[2,3,1,4] => [1,3,2,4] => [[1,2,4],[3]]
=> 2
[2,3,4,1] => [1,2,4,3] => [[1,2,3],[4]]
=> 3
[2,4,1,3] => [1,3,4,2] => [[1,2,3],[4]]
=> 3
[2,4,3,1] => [4,1,3,2] => [[1,3],[2],[4]]
=> 4
[3,1,2,4] => [2,3,1,4] => [[1,2,4],[3]]
=> 2
[3,1,4,2] => [4,2,1,3] => [[1,4],[2],[3]]
=> 3
[3,2,1,4] => [3,2,1,4] => [[1,4],[2],[3]]
=> 3
[3,2,4,1] => [2,1,4,3] => [[1,3],[2,4]]
=> 4
[3,4,1,2] => [3,1,4,2] => [[1,3],[2,4]]
=> 4
[3,4,2,1] => [1,4,3,2] => [[1,2],[3],[4]]
=> 5
[4,1,2,3] => [2,3,4,1] => [[1,2,3],[4]]
=> 3
[4,1,3,2] => [4,2,3,1] => [[1,3],[2],[4]]
=> 4
[4,2,1,3] => [3,2,4,1] => [[1,3],[2],[4]]
=> 4
[4,2,3,1] => [2,4,3,1] => [[1,2],[3],[4]]
=> 5
[4,3,1,2] => [3,4,2,1] => [[1,2],[3],[4]]
=> 5
[4,3,2,1] => [4,3,2,1] => [[1],[2],[3],[4]]
=> 6
[1,2,3,4,5] => [1,2,3,4,5] => [[1,2,3,4,5]]
=> 0
[1,2,3,5,4] => [5,1,2,3,4] => [[1,3,4,5],[2]]
=> 1
[1,2,4,3,5] => [4,1,2,3,5] => [[1,3,4,5],[2]]
=> 1
[1,2,4,5,3] => [3,5,1,2,4] => [[1,2,5],[3,4]]
=> 2
[1,2,5,3,4] => [4,5,1,2,3] => [[1,2,5],[3,4]]
=> 2
[1,2,5,4,3] => [5,4,1,2,3] => [[1,4,5],[2],[3]]
=> 3
[1,3,2,4,5] => [3,1,2,4,5] => [[1,3,4,5],[2]]
=> 1
[1,3,2,5,4] => [2,5,1,3,4] => [[1,2,5],[3,4]]
=> 2
[1,3,4,2,5] => [2,4,1,3,5] => [[1,2,5],[3,4]]
=> 2
[1,3,4,5,2] => [2,3,5,1,4] => [[1,2,3],[4,5]]
=> 3
[1,3,5,2,4] => [2,4,5,1,3] => [[1,2,3],[4,5]]
=> 3
[1,3,5,4,2] => [5,2,4,1,3] => [[1,3],[2,5],[4]]
=> 4
[1,4,2,3,5] => [3,4,1,2,5] => [[1,2,5],[3,4]]
=> 2
[1,4,2,5,3] => [5,3,1,2,4] => [[1,4,5],[2],[3]]
=> 3
[1,4,3,2,5] => [4,3,1,2,5] => [[1,4,5],[2],[3]]
=> 3
[1,4,3,5,2] => [3,2,5,1,4] => [[1,3],[2,5],[4]]
=> 4
[1,4,5,2,3] => [4,2,5,1,3] => [[1,3],[2,5],[4]]
=> 4
Description
The (standard) major index of a standard tableau. A descent of a standard tableau $T$ is an index $i$ such that $i+1$ appears in a row strictly below the row of $i$. The (standard) major index is the the sum of the descents.
Mp00062: Permutations Lehmer-code to major-code bijectionPermutations
Mp00064: Permutations reversePermutations
Mp00070: Permutations Robinson-Schensted recording tableauStandard tableaux
St000009: Standard tableaux ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1] => [[1]]
=> 0
[1,2] => [1,2] => [2,1] => [[1],[2]]
=> 0
[2,1] => [2,1] => [1,2] => [[1,2]]
=> 1
[1,2,3] => [1,2,3] => [3,2,1] => [[1],[2],[3]]
=> 0
[1,3,2] => [3,1,2] => [2,1,3] => [[1,3],[2]]
=> 1
[2,1,3] => [2,1,3] => [3,1,2] => [[1,3],[2]]
=> 1
[2,3,1] => [1,3,2] => [2,3,1] => [[1,2],[3]]
=> 2
[3,1,2] => [2,3,1] => [1,3,2] => [[1,2],[3]]
=> 2
[3,2,1] => [3,2,1] => [1,2,3] => [[1,2,3]]
=> 3
[1,2,3,4] => [1,2,3,4] => [4,3,2,1] => [[1],[2],[3],[4]]
=> 0
[1,2,4,3] => [4,1,2,3] => [3,2,1,4] => [[1,4],[2],[3]]
=> 1
[1,3,2,4] => [3,1,2,4] => [4,2,1,3] => [[1,4],[2],[3]]
=> 1
[1,3,4,2] => [2,4,1,3] => [3,1,4,2] => [[1,3],[2,4]]
=> 2
[1,4,2,3] => [3,4,1,2] => [2,1,4,3] => [[1,3],[2,4]]
=> 2
[1,4,3,2] => [4,3,1,2] => [2,1,3,4] => [[1,3,4],[2]]
=> 3
[2,1,3,4] => [2,1,3,4] => [4,3,1,2] => [[1,4],[2],[3]]
=> 1
[2,1,4,3] => [1,4,2,3] => [3,2,4,1] => [[1,3],[2],[4]]
=> 2
[2,3,1,4] => [1,3,2,4] => [4,2,3,1] => [[1,3],[2],[4]]
=> 2
[2,3,4,1] => [1,2,4,3] => [3,4,2,1] => [[1,2],[3],[4]]
=> 3
[2,4,1,3] => [1,3,4,2] => [2,4,3,1] => [[1,2],[3],[4]]
=> 3
[2,4,3,1] => [4,1,3,2] => [2,3,1,4] => [[1,2,4],[3]]
=> 4
[3,1,2,4] => [2,3,1,4] => [4,1,3,2] => [[1,3],[2],[4]]
=> 2
[3,1,4,2] => [4,2,1,3] => [3,1,2,4] => [[1,3,4],[2]]
=> 3
[3,2,1,4] => [3,2,1,4] => [4,1,2,3] => [[1,3,4],[2]]
=> 3
[3,2,4,1] => [2,1,4,3] => [3,4,1,2] => [[1,2],[3,4]]
=> 4
[3,4,1,2] => [3,1,4,2] => [2,4,1,3] => [[1,2],[3,4]]
=> 4
[3,4,2,1] => [1,4,3,2] => [2,3,4,1] => [[1,2,3],[4]]
=> 5
[4,1,2,3] => [2,3,4,1] => [1,4,3,2] => [[1,2],[3],[4]]
=> 3
[4,1,3,2] => [4,2,3,1] => [1,3,2,4] => [[1,2,4],[3]]
=> 4
[4,2,1,3] => [3,2,4,1] => [1,4,2,3] => [[1,2,4],[3]]
=> 4
[4,2,3,1] => [2,4,3,1] => [1,3,4,2] => [[1,2,3],[4]]
=> 5
[4,3,1,2] => [3,4,2,1] => [1,2,4,3] => [[1,2,3],[4]]
=> 5
[4,3,2,1] => [4,3,2,1] => [1,2,3,4] => [[1,2,3,4]]
=> 6
[1,2,3,4,5] => [1,2,3,4,5] => [5,4,3,2,1] => [[1],[2],[3],[4],[5]]
=> 0
[1,2,3,5,4] => [5,1,2,3,4] => [4,3,2,1,5] => [[1,5],[2],[3],[4]]
=> 1
[1,2,4,3,5] => [4,1,2,3,5] => [5,3,2,1,4] => [[1,5],[2],[3],[4]]
=> 1
[1,2,4,5,3] => [3,5,1,2,4] => [4,2,1,5,3] => [[1,4],[2,5],[3]]
=> 2
[1,2,5,3,4] => [4,5,1,2,3] => [3,2,1,5,4] => [[1,4],[2,5],[3]]
=> 2
[1,2,5,4,3] => [5,4,1,2,3] => [3,2,1,4,5] => [[1,4,5],[2],[3]]
=> 3
[1,3,2,4,5] => [3,1,2,4,5] => [5,4,2,1,3] => [[1,5],[2],[3],[4]]
=> 1
[1,3,2,5,4] => [2,5,1,3,4] => [4,3,1,5,2] => [[1,4],[2,5],[3]]
=> 2
[1,3,4,2,5] => [2,4,1,3,5] => [5,3,1,4,2] => [[1,4],[2,5],[3]]
=> 2
[1,3,4,5,2] => [2,3,5,1,4] => [4,1,5,3,2] => [[1,3],[2,4],[5]]
=> 3
[1,3,5,2,4] => [2,4,5,1,3] => [3,1,5,4,2] => [[1,3],[2,4],[5]]
=> 3
[1,3,5,4,2] => [5,2,4,1,3] => [3,1,4,2,5] => [[1,3,5],[2,4]]
=> 4
[1,4,2,3,5] => [3,4,1,2,5] => [5,2,1,4,3] => [[1,4],[2,5],[3]]
=> 2
[1,4,2,5,3] => [5,3,1,2,4] => [4,2,1,3,5] => [[1,4,5],[2],[3]]
=> 3
[1,4,3,2,5] => [4,3,1,2,5] => [5,2,1,3,4] => [[1,4,5],[2],[3]]
=> 3
[1,4,3,5,2] => [3,2,5,1,4] => [4,1,5,2,3] => [[1,3,5],[2,4]]
=> 4
[1,4,5,2,3] => [4,2,5,1,3] => [3,1,5,2,4] => [[1,3,5],[2,4]]
=> 4
Description
The charge of a standard tableau.
Mp00062: Permutations Lehmer-code to major-code bijectionPermutations
Mp00070: Permutations Robinson-Schensted recording tableauStandard tableaux
Mp00085: Standard tableaux Schützenberger involutionStandard tableaux
St000169: Standard tableaux ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [[1]]
=> [[1]]
=> 0
[1,2] => [1,2] => [[1,2]]
=> [[1,2]]
=> 0
[2,1] => [2,1] => [[1],[2]]
=> [[1],[2]]
=> 1
[1,2,3] => [1,2,3] => [[1,2,3]]
=> [[1,2,3]]
=> 0
[1,3,2] => [3,1,2] => [[1,3],[2]]
=> [[1,2],[3]]
=> 1
[2,1,3] => [2,1,3] => [[1,3],[2]]
=> [[1,2],[3]]
=> 1
[2,3,1] => [1,3,2] => [[1,2],[3]]
=> [[1,3],[2]]
=> 2
[3,1,2] => [2,3,1] => [[1,2],[3]]
=> [[1,3],[2]]
=> 2
[3,2,1] => [3,2,1] => [[1],[2],[3]]
=> [[1],[2],[3]]
=> 3
[1,2,3,4] => [1,2,3,4] => [[1,2,3,4]]
=> [[1,2,3,4]]
=> 0
[1,2,4,3] => [4,1,2,3] => [[1,3,4],[2]]
=> [[1,2,3],[4]]
=> 1
[1,3,2,4] => [3,1,2,4] => [[1,3,4],[2]]
=> [[1,2,3],[4]]
=> 1
[1,3,4,2] => [2,4,1,3] => [[1,2],[3,4]]
=> [[1,2],[3,4]]
=> 2
[1,4,2,3] => [3,4,1,2] => [[1,2],[3,4]]
=> [[1,2],[3,4]]
=> 2
[1,4,3,2] => [4,3,1,2] => [[1,4],[2],[3]]
=> [[1,2],[3],[4]]
=> 3
[2,1,3,4] => [2,1,3,4] => [[1,3,4],[2]]
=> [[1,2,3],[4]]
=> 1
[2,1,4,3] => [1,4,2,3] => [[1,2,4],[3]]
=> [[1,2,4],[3]]
=> 2
[2,3,1,4] => [1,3,2,4] => [[1,2,4],[3]]
=> [[1,2,4],[3]]
=> 2
[2,3,4,1] => [1,2,4,3] => [[1,2,3],[4]]
=> [[1,3,4],[2]]
=> 3
[2,4,1,3] => [1,3,4,2] => [[1,2,3],[4]]
=> [[1,3,4],[2]]
=> 3
[2,4,3,1] => [4,1,3,2] => [[1,3],[2],[4]]
=> [[1,3],[2],[4]]
=> 4
[3,1,2,4] => [2,3,1,4] => [[1,2,4],[3]]
=> [[1,2,4],[3]]
=> 2
[3,1,4,2] => [4,2,1,3] => [[1,4],[2],[3]]
=> [[1,2],[3],[4]]
=> 3
[3,2,1,4] => [3,2,1,4] => [[1,4],[2],[3]]
=> [[1,2],[3],[4]]
=> 3
[3,2,4,1] => [2,1,4,3] => [[1,3],[2,4]]
=> [[1,3],[2,4]]
=> 4
[3,4,1,2] => [3,1,4,2] => [[1,3],[2,4]]
=> [[1,3],[2,4]]
=> 4
[3,4,2,1] => [1,4,3,2] => [[1,2],[3],[4]]
=> [[1,4],[2],[3]]
=> 5
[4,1,2,3] => [2,3,4,1] => [[1,2,3],[4]]
=> [[1,3,4],[2]]
=> 3
[4,1,3,2] => [4,2,3,1] => [[1,3],[2],[4]]
=> [[1,3],[2],[4]]
=> 4
[4,2,1,3] => [3,2,4,1] => [[1,3],[2],[4]]
=> [[1,3],[2],[4]]
=> 4
[4,2,3,1] => [2,4,3,1] => [[1,2],[3],[4]]
=> [[1,4],[2],[3]]
=> 5
[4,3,1,2] => [3,4,2,1] => [[1,2],[3],[4]]
=> [[1,4],[2],[3]]
=> 5
[4,3,2,1] => [4,3,2,1] => [[1],[2],[3],[4]]
=> [[1],[2],[3],[4]]
=> 6
[1,2,3,4,5] => [1,2,3,4,5] => [[1,2,3,4,5]]
=> [[1,2,3,4,5]]
=> 0
[1,2,3,5,4] => [5,1,2,3,4] => [[1,3,4,5],[2]]
=> [[1,2,3,4],[5]]
=> 1
[1,2,4,3,5] => [4,1,2,3,5] => [[1,3,4,5],[2]]
=> [[1,2,3,4],[5]]
=> 1
[1,2,4,5,3] => [3,5,1,2,4] => [[1,2,5],[3,4]]
=> [[1,2,3],[4,5]]
=> 2
[1,2,5,3,4] => [4,5,1,2,3] => [[1,2,5],[3,4]]
=> [[1,2,3],[4,5]]
=> 2
[1,2,5,4,3] => [5,4,1,2,3] => [[1,4,5],[2],[3]]
=> [[1,2,3],[4],[5]]
=> 3
[1,3,2,4,5] => [3,1,2,4,5] => [[1,3,4,5],[2]]
=> [[1,2,3,4],[5]]
=> 1
[1,3,2,5,4] => [2,5,1,3,4] => [[1,2,5],[3,4]]
=> [[1,2,3],[4,5]]
=> 2
[1,3,4,2,5] => [2,4,1,3,5] => [[1,2,5],[3,4]]
=> [[1,2,3],[4,5]]
=> 2
[1,3,4,5,2] => [2,3,5,1,4] => [[1,2,3],[4,5]]
=> [[1,2,5],[3,4]]
=> 3
[1,3,5,2,4] => [2,4,5,1,3] => [[1,2,3],[4,5]]
=> [[1,2,5],[3,4]]
=> 3
[1,3,5,4,2] => [5,2,4,1,3] => [[1,3],[2,5],[4]]
=> [[1,2],[3,4],[5]]
=> 4
[1,4,2,3,5] => [3,4,1,2,5] => [[1,2,5],[3,4]]
=> [[1,2,3],[4,5]]
=> 2
[1,4,2,5,3] => [5,3,1,2,4] => [[1,4,5],[2],[3]]
=> [[1,2,3],[4],[5]]
=> 3
[1,4,3,2,5] => [4,3,1,2,5] => [[1,4,5],[2],[3]]
=> [[1,2,3],[4],[5]]
=> 3
[1,4,3,5,2] => [3,2,5,1,4] => [[1,3],[2,5],[4]]
=> [[1,2],[3,4],[5]]
=> 4
[1,4,5,2,3] => [4,2,5,1,3] => [[1,3],[2,5],[4]]
=> [[1,2],[3,4],[5]]
=> 4
Description
The cocharge of a standard tableau. The '''cocharge''' of a standard tableau $T$, denoted $\mathrm{cc}(T)$, is defined to be the cocharge of the reading word of the tableau. The cocharge of a permutation $w_1 w_2\cdots w_n$ can be computed by the following algorithm: 1) Starting from $w_n$, scan the entries right-to-left until finding the entry $1$ with a superscript $0$. 2) Continue scanning until the $2$ is found, and label this with a superscript $1$. Then scan until the $3$ is found, labeling with a $2$, and so on, incrementing the label each time, until the beginning of the word is reached. Then go back to the end and scan again from right to left, and *do not* increment the superscript label for the first number found in the next scan. Then continue scanning and labeling, each time incrementing the superscript only if we have not cycled around the word since the last labeling. 3) The cocharge is defined as the sum of the superscript labels on the letters.
The following 30 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St000391The sum of the positions of the ones in a binary word. St001161The major index north count of a Dyck path. St000947The major index east count of a Dyck path. St000004The major index of a permutation. St001397Number of pairs of incomparable elements in a finite poset. St000305The inverse major index of a permutation. St000005The bounce statistic of a Dyck path. St000304The load of a permutation. St000446The disorder of a permutation. St000795The mad of a permutation. St000833The comajor index of a permutation. St001341The number of edges in the center of a graph. St000448The number of pairs of vertices of a graph with distance 2. St001646The number of edges that can be added without increasing the maximal degree of a graph. St001311The cyclomatic number of a graph. St000228The size of a partition. St001622The number of join-irreducible elements of a lattice. St000450The number of edges minus the number of vertices plus 2 of a graph. St001621The number of atoms of a lattice. St001772The number of occurrences of the signed pattern 12 in a signed permutation. St001862The number of crossings of a signed permutation. St001866The nesting alignments of a signed permutation. St001875The number of simple modules with projective dimension at most 1. St000136The dinv of a parking function. St000194The number of primary dinversion pairs of a labelled dyck path corresponding to a parking function. St001433The flag major index of a signed permutation. St001822The number of alignments of a signed permutation. St001583The projective dimension of the simple module corresponding to the point in the poset of the symmetric group under bruhat order. St001633The number of simple modules with projective dimension two in the incidence algebra of the poset. St001877Number of indecomposable injective modules with projective dimension 2.