Your data matches 16 different statistics following compositions of up to 3 maps.
(click to perform a complete search on your data)
Mp00160: Permutations graph of inversionsGraphs
St000350: 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)
=> 2
[1,2,3] => ([],3)
=> 0
[1,3,2] => ([(1,2)],3)
=> 2
[2,1,3] => ([(1,2)],3)
=> 2
[2,3,1] => ([(0,2),(1,2)],3)
=> 4
[3,1,2] => ([(0,2),(1,2)],3)
=> 4
[3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> 6
[1,2,3,4] => ([],4)
=> 0
[1,2,4,3] => ([(2,3)],4)
=> 2
[1,3,2,4] => ([(2,3)],4)
=> 2
[1,3,4,2] => ([(1,3),(2,3)],4)
=> 4
[1,4,2,3] => ([(1,3),(2,3)],4)
=> 4
[1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> 6
[2,1,3,4] => ([(2,3)],4)
=> 2
[2,1,4,3] => ([(0,3),(1,2)],4)
=> 4
[2,3,1,4] => ([(1,3),(2,3)],4)
=> 4
[2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> 6
[2,4,1,3] => ([(0,3),(1,2),(2,3)],4)
=> 6
[2,4,3,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 8
[3,1,2,4] => ([(1,3),(2,3)],4)
=> 4
[3,1,4,2] => ([(0,3),(1,2),(2,3)],4)
=> 6
[3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> 6
[3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 8
[3,4,1,2] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> 8
[3,4,2,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 10
[4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> 6
[4,1,3,2] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 8
[4,2,1,3] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> 8
[4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 10
[4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 10
[4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 12
[1,2,3,4,5] => ([],5)
=> 0
[1,2,3,5,4] => ([(3,4)],5)
=> 2
[1,2,4,3,5] => ([(3,4)],5)
=> 2
[1,2,4,5,3] => ([(2,4),(3,4)],5)
=> 4
[1,2,5,3,4] => ([(2,4),(3,4)],5)
=> 4
[1,2,5,4,3] => ([(2,3),(2,4),(3,4)],5)
=> 6
[1,3,2,4,5] => ([(3,4)],5)
=> 2
[1,3,2,5,4] => ([(1,4),(2,3)],5)
=> 4
[1,3,4,2,5] => ([(2,4),(3,4)],5)
=> 4
[1,3,4,5,2] => ([(1,4),(2,4),(3,4)],5)
=> 6
[1,3,5,2,4] => ([(1,4),(2,3),(3,4)],5)
=> 6
[1,3,5,4,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 8
[1,4,2,3,5] => ([(2,4),(3,4)],5)
=> 4
[1,4,2,5,3] => ([(1,4),(2,3),(3,4)],5)
=> 6
[1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> 6
[1,4,3,5,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> 8
[1,4,5,2,3] => ([(1,3),(1,4),(2,3),(2,4)],5)
=> 8
Description
The sum of the vertex degrees of a graph. This is clearly equal to twice the number of edges, and, incidentally, also equal to the trace of the Laplacian matrix of a graph. From this it follows that it is also the sum of the squares of the eigenvalues of the adjacency matrix of the graph. The Laplacian matrix is defined as $D-A$ where $D$ is the degree matrix (the diagonal matrix with the vertex degrees on the diagonal) and where $A$ is the adjacency matrix. See [1] for detailed definitions.
Matching statistic: St000027
Mp00071: Permutations descent compositionInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
St000027: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1,0]
=> 0
[1,2] => [2] => [1,1,0,0]
=> 0
[2,1] => [1,1] => [1,0,1,0]
=> 2
[1,2,3] => [3] => [1,1,1,0,0,0]
=> 0
[1,3,2] => [2,1] => [1,1,0,0,1,0]
=> 4
[2,1,3] => [1,2] => [1,0,1,1,0,0]
=> 2
[2,3,1] => [2,1] => [1,1,0,0,1,0]
=> 4
[3,1,2] => [1,2] => [1,0,1,1,0,0]
=> 2
[3,2,1] => [1,1,1] => [1,0,1,0,1,0]
=> 6
[1,2,3,4] => [4] => [1,1,1,1,0,0,0,0]
=> 0
[1,2,4,3] => [3,1] => [1,1,1,0,0,0,1,0]
=> 6
[1,3,2,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> 4
[1,3,4,2] => [3,1] => [1,1,1,0,0,0,1,0]
=> 6
[1,4,2,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> 4
[1,4,3,2] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 10
[2,1,3,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> 2
[2,1,4,3] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 8
[2,3,1,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> 4
[2,3,4,1] => [3,1] => [1,1,1,0,0,0,1,0]
=> 6
[2,4,1,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> 4
[2,4,3,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 10
[3,1,2,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> 2
[3,1,4,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 8
[3,2,1,4] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 6
[3,2,4,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 8
[3,4,1,2] => [2,2] => [1,1,0,0,1,1,0,0]
=> 4
[3,4,2,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 10
[4,1,2,3] => [1,3] => [1,0,1,1,1,0,0,0]
=> 2
[4,1,3,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 8
[4,2,1,3] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 6
[4,2,3,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 8
[4,3,1,2] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 6
[4,3,2,1] => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> 12
[1,2,3,4,5] => [5] => [1,1,1,1,1,0,0,0,0,0]
=> 0
[1,2,3,5,4] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 8
[1,2,4,3,5] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 6
[1,2,4,5,3] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 8
[1,2,5,3,4] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 6
[1,2,5,4,3] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 14
[1,3,2,4,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 4
[1,3,2,5,4] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 12
[1,3,4,2,5] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 6
[1,3,4,5,2] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 8
[1,3,5,2,4] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 6
[1,3,5,4,2] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 14
[1,4,2,3,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 4
[1,4,2,5,3] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 12
[1,4,3,2,5] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> 10
[1,4,3,5,2] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 12
[1,4,5,2,3] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 6
Description
The major index of a Dyck path. This is the sum over all indices $i$, starting with 1, such that the $i$-th step is a down step and the $(i+1)$-st step is an up step. The generating function of the major index yields '''MacMahon''' 's $q$-Catalan numbers $$\sum_{D \in \mathfrak{D}_n} q^{\operatorname{maj}(D)} = \frac{1}{[n+1]_q}\begin{bmatrix} 2n \\ n \end{bmatrix}_q,$$ where $[k]_q := 1+q+\ldots+q^{k-1}$ is the usual $q$-extension of the integer $k$, $[k]_q!:= [1]_q[2]_q \cdots [k]_q$ is the $q$-factorial of $k$ and $\left[\begin{smallmatrix} k \\ l \end{smallmatrix}\right]_q:=[k]_q!/[l]_q![k-l]_q!$ is the $q$-binomial coefficient. The major index was first studied by P.A.MacMahon in [1], where he proved this generating function identity. There is a bijection $\psi$ between Dyck paths and '''noncrossing permutations''' which simultaneously sends the area of a Dyck path [[St000012]] to the number of inversions [[St000018]], and the major index of the Dyck path to $n(n-1)$ minus the sum of the major index and the major index of the inverse [2]. For the major index on other collections, see [[St000004]] for permutations and [[St000290]] for binary words.
Matching statistic: St000979
Mp00071: Permutations descent compositionInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
St000979: Dyck paths ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1,0]
=> 0
[1,2] => [2] => [1,1,0,0]
=> 2
[2,1] => [1,1] => [1,0,1,0]
=> 0
[1,2,3] => [3] => [1,1,1,0,0,0]
=> 6
[1,3,2] => [2,1] => [1,1,0,0,1,0]
=> 2
[2,1,3] => [1,2] => [1,0,1,1,0,0]
=> 4
[2,3,1] => [2,1] => [1,1,0,0,1,0]
=> 2
[3,1,2] => [1,2] => [1,0,1,1,0,0]
=> 4
[3,2,1] => [1,1,1] => [1,0,1,0,1,0]
=> 0
[1,2,3,4] => [4] => [1,1,1,1,0,0,0,0]
=> 12
[1,2,4,3] => [3,1] => [1,1,1,0,0,0,1,0]
=> 6
[1,3,2,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> 8
[1,3,4,2] => [3,1] => [1,1,1,0,0,0,1,0]
=> 6
[1,4,2,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> 8
[1,4,3,2] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 2
[2,1,3,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> 10
[2,1,4,3] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 4
[2,3,1,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> 8
[2,3,4,1] => [3,1] => [1,1,1,0,0,0,1,0]
=> 6
[2,4,1,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> 8
[2,4,3,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 2
[3,1,2,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> 10
[3,1,4,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 4
[3,2,1,4] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 6
[3,2,4,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 4
[3,4,1,2] => [2,2] => [1,1,0,0,1,1,0,0]
=> 8
[3,4,2,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> 2
[4,1,2,3] => [1,3] => [1,0,1,1,1,0,0,0]
=> 10
[4,1,3,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 4
[4,2,1,3] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 6
[4,2,3,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> 4
[4,3,1,2] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> 6
[4,3,2,1] => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> 0
[1,2,3,4,5] => [5] => [1,1,1,1,1,0,0,0,0,0]
=> 20
[1,2,3,5,4] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 12
[1,2,4,3,5] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 14
[1,2,4,5,3] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 12
[1,2,5,3,4] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 14
[1,2,5,4,3] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 6
[1,3,2,4,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 16
[1,3,2,5,4] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 8
[1,3,4,2,5] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 14
[1,3,4,5,2] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> 12
[1,3,5,2,4] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 14
[1,3,5,4,2] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> 6
[1,4,2,3,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> 16
[1,4,2,5,3] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 8
[1,4,3,2,5] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> 10
[1,4,3,5,2] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> 8
[1,4,5,2,3] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> 14
Description
Half of MacMahon's equal index of a Dyck path. This is half the sum of the positions of double (up- or down-)steps of a Dyck path, see [1, p. 135].
Matching statistic: St000825
Mp00071: Permutations descent compositionInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
Mp00023: Dyck paths to non-crossing permutationPermutations
St000825: Permutations ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1,0]
=> [1] => 0
[1,2] => [2] => [1,1,0,0]
=> [2,1] => 2
[2,1] => [1,1] => [1,0,1,0]
=> [1,2] => 0
[1,2,3] => [3] => [1,1,1,0,0,0]
=> [3,2,1] => 6
[1,3,2] => [2,1] => [1,1,0,0,1,0]
=> [2,1,3] => 2
[2,1,3] => [1,2] => [1,0,1,1,0,0]
=> [1,3,2] => 4
[2,3,1] => [2,1] => [1,1,0,0,1,0]
=> [2,1,3] => 2
[3,1,2] => [1,2] => [1,0,1,1,0,0]
=> [1,3,2] => 4
[3,2,1] => [1,1,1] => [1,0,1,0,1,0]
=> [1,2,3] => 0
[1,2,3,4] => [4] => [1,1,1,1,0,0,0,0]
=> [4,3,2,1] => 12
[1,2,4,3] => [3,1] => [1,1,1,0,0,0,1,0]
=> [3,2,1,4] => 6
[1,3,2,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> [2,1,4,3] => 8
[1,3,4,2] => [3,1] => [1,1,1,0,0,0,1,0]
=> [3,2,1,4] => 6
[1,4,2,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> [2,1,4,3] => 8
[1,4,3,2] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> [2,1,3,4] => 2
[2,1,3,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> [1,4,3,2] => 10
[2,1,4,3] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> [1,3,2,4] => 4
[2,3,1,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> [2,1,4,3] => 8
[2,3,4,1] => [3,1] => [1,1,1,0,0,0,1,0]
=> [3,2,1,4] => 6
[2,4,1,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> [2,1,4,3] => 8
[2,4,3,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> [2,1,3,4] => 2
[3,1,2,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> [1,4,3,2] => 10
[3,1,4,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> [1,3,2,4] => 4
[3,2,1,4] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> [1,2,4,3] => 6
[3,2,4,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> [1,3,2,4] => 4
[3,4,1,2] => [2,2] => [1,1,0,0,1,1,0,0]
=> [2,1,4,3] => 8
[3,4,2,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> [2,1,3,4] => 2
[4,1,2,3] => [1,3] => [1,0,1,1,1,0,0,0]
=> [1,4,3,2] => 10
[4,1,3,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> [1,3,2,4] => 4
[4,2,1,3] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> [1,2,4,3] => 6
[4,2,3,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> [1,3,2,4] => 4
[4,3,1,2] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> [1,2,4,3] => 6
[4,3,2,1] => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> [1,2,3,4] => 0
[1,2,3,4,5] => [5] => [1,1,1,1,1,0,0,0,0,0]
=> [5,4,3,2,1] => 20
[1,2,3,5,4] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> [4,3,2,1,5] => 12
[1,2,4,3,5] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [3,2,1,5,4] => 14
[1,2,4,5,3] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> [4,3,2,1,5] => 12
[1,2,5,3,4] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [3,2,1,5,4] => 14
[1,2,5,4,3] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> [3,2,1,4,5] => 6
[1,3,2,4,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> [2,1,5,4,3] => 16
[1,3,2,5,4] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> [2,1,4,3,5] => 8
[1,3,4,2,5] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [3,2,1,5,4] => 14
[1,3,4,5,2] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> [4,3,2,1,5] => 12
[1,3,5,2,4] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [3,2,1,5,4] => 14
[1,3,5,4,2] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> [3,2,1,4,5] => 6
[1,4,2,3,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> [2,1,5,4,3] => 16
[1,4,2,5,3] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> [2,1,4,3,5] => 8
[1,4,3,2,5] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> [2,1,3,5,4] => 10
[1,4,3,5,2] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> [2,1,4,3,5] => 8
[1,4,5,2,3] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [3,2,1,5,4] => 14
Description
The sum of the major and the inverse major index of a permutation. This statistic is the sum of [[St000004]] and [[St000305]].
Matching statistic: St001696
Mp00071: Permutations descent compositionInteger compositions
Mp00231: Integer compositions bounce pathDyck paths
Mp00033: Dyck paths to two-row standard tableauStandard tableaux
St001696: Standard tableaux ⟶ ℤResult quality: 100% values known / values provided: 100%distinct values known / distinct values provided: 100%
Values
[1] => [1] => [1,0]
=> [[1],[2]]
=> 0
[1,2] => [2] => [1,1,0,0]
=> [[1,2],[3,4]]
=> 0
[2,1] => [1,1] => [1,0,1,0]
=> [[1,3],[2,4]]
=> 2
[1,2,3] => [3] => [1,1,1,0,0,0]
=> [[1,2,3],[4,5,6]]
=> 0
[1,3,2] => [2,1] => [1,1,0,0,1,0]
=> [[1,2,5],[3,4,6]]
=> 4
[2,1,3] => [1,2] => [1,0,1,1,0,0]
=> [[1,3,4],[2,5,6]]
=> 2
[2,3,1] => [2,1] => [1,1,0,0,1,0]
=> [[1,2,5],[3,4,6]]
=> 4
[3,1,2] => [1,2] => [1,0,1,1,0,0]
=> [[1,3,4],[2,5,6]]
=> 2
[3,2,1] => [1,1,1] => [1,0,1,0,1,0]
=> [[1,3,5],[2,4,6]]
=> 6
[1,2,3,4] => [4] => [1,1,1,1,0,0,0,0]
=> [[1,2,3,4],[5,6,7,8]]
=> 0
[1,2,4,3] => [3,1] => [1,1,1,0,0,0,1,0]
=> [[1,2,3,7],[4,5,6,8]]
=> 6
[1,3,2,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> [[1,2,5,6],[3,4,7,8]]
=> 4
[1,3,4,2] => [3,1] => [1,1,1,0,0,0,1,0]
=> [[1,2,3,7],[4,5,6,8]]
=> 6
[1,4,2,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> [[1,2,5,6],[3,4,7,8]]
=> 4
[1,4,3,2] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> [[1,2,5,7],[3,4,6,8]]
=> 10
[2,1,3,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> [[1,3,4,5],[2,6,7,8]]
=> 2
[2,1,4,3] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> [[1,3,4,7],[2,5,6,8]]
=> 8
[2,3,1,4] => [2,2] => [1,1,0,0,1,1,0,0]
=> [[1,2,5,6],[3,4,7,8]]
=> 4
[2,3,4,1] => [3,1] => [1,1,1,0,0,0,1,0]
=> [[1,2,3,7],[4,5,6,8]]
=> 6
[2,4,1,3] => [2,2] => [1,1,0,0,1,1,0,0]
=> [[1,2,5,6],[3,4,7,8]]
=> 4
[2,4,3,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> [[1,2,5,7],[3,4,6,8]]
=> 10
[3,1,2,4] => [1,3] => [1,0,1,1,1,0,0,0]
=> [[1,3,4,5],[2,6,7,8]]
=> 2
[3,1,4,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> [[1,3,4,7],[2,5,6,8]]
=> 8
[3,2,1,4] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> [[1,3,5,6],[2,4,7,8]]
=> 6
[3,2,4,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> [[1,3,4,7],[2,5,6,8]]
=> 8
[3,4,1,2] => [2,2] => [1,1,0,0,1,1,0,0]
=> [[1,2,5,6],[3,4,7,8]]
=> 4
[3,4,2,1] => [2,1,1] => [1,1,0,0,1,0,1,0]
=> [[1,2,5,7],[3,4,6,8]]
=> 10
[4,1,2,3] => [1,3] => [1,0,1,1,1,0,0,0]
=> [[1,3,4,5],[2,6,7,8]]
=> 2
[4,1,3,2] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> [[1,3,4,7],[2,5,6,8]]
=> 8
[4,2,1,3] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> [[1,3,5,6],[2,4,7,8]]
=> 6
[4,2,3,1] => [1,2,1] => [1,0,1,1,0,0,1,0]
=> [[1,3,4,7],[2,5,6,8]]
=> 8
[4,3,1,2] => [1,1,2] => [1,0,1,0,1,1,0,0]
=> [[1,3,5,6],[2,4,7,8]]
=> 6
[4,3,2,1] => [1,1,1,1] => [1,0,1,0,1,0,1,0]
=> [[1,3,5,7],[2,4,6,8]]
=> 12
[1,2,3,4,5] => [5] => [1,1,1,1,1,0,0,0,0,0]
=> [[1,2,3,4,5],[6,7,8,9,10]]
=> 0
[1,2,3,5,4] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> [[1,2,3,4,9],[5,6,7,8,10]]
=> 8
[1,2,4,3,5] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [[1,2,3,7,8],[4,5,6,9,10]]
=> 6
[1,2,4,5,3] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> [[1,2,3,4,9],[5,6,7,8,10]]
=> 8
[1,2,5,3,4] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [[1,2,3,7,8],[4,5,6,9,10]]
=> 6
[1,2,5,4,3] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> [[1,2,3,7,9],[4,5,6,8,10]]
=> 14
[1,3,2,4,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> [[1,2,5,6,7],[3,4,8,9,10]]
=> 4
[1,3,2,5,4] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> [[1,2,5,6,9],[3,4,7,8,10]]
=> 12
[1,3,4,2,5] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [[1,2,3,7,8],[4,5,6,9,10]]
=> 6
[1,3,4,5,2] => [4,1] => [1,1,1,1,0,0,0,0,1,0]
=> [[1,2,3,4,9],[5,6,7,8,10]]
=> 8
[1,3,5,2,4] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [[1,2,3,7,8],[4,5,6,9,10]]
=> 6
[1,3,5,4,2] => [3,1,1] => [1,1,1,0,0,0,1,0,1,0]
=> [[1,2,3,7,9],[4,5,6,8,10]]
=> 14
[1,4,2,3,5] => [2,3] => [1,1,0,0,1,1,1,0,0,0]
=> [[1,2,5,6,7],[3,4,8,9,10]]
=> 4
[1,4,2,5,3] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> [[1,2,5,6,9],[3,4,7,8,10]]
=> 12
[1,4,3,2,5] => [2,1,2] => [1,1,0,0,1,0,1,1,0,0]
=> [[1,2,5,7,8],[3,4,6,9,10]]
=> 10
[1,4,3,5,2] => [2,2,1] => [1,1,0,0,1,1,0,0,1,0]
=> [[1,2,5,6,9],[3,4,7,8,10]]
=> 12
[1,4,5,2,3] => [3,2] => [1,1,1,0,0,0,1,1,0,0]
=> [[1,2,3,7,8],[4,5,6,9,10]]
=> 6
Description
The natural major index of a standard Young tableau. A natural descent of a standard tableau $T$ is an entry $i$ such that $i+1$ appears in a higher row than $i$ in English notation. The natural major index of a tableau with natural descent set $D$ is then $\sum_{d\in D} d$.
Mp00277: Permutations catalanizationPermutations
Mp00175: Permutations inverse Foata bijectionPermutations
Mp00160: Permutations graph of inversionsGraphs
St000422: Graphs ⟶ ℤResult quality: 11% values known / values provided: 11%distinct values known / distinct values provided: 38%
Values
[1] => [1] => [1] => ([],1)
=> 0
[1,2] => [1,2] => [1,2] => ([],2)
=> 0
[2,1] => [2,1] => [2,1] => ([(0,1)],2)
=> 2
[1,2,3] => [1,2,3] => [1,2,3] => ([],3)
=> 0
[1,3,2] => [1,3,2] => [3,1,2] => ([(0,2),(1,2)],3)
=> ? ∊ {2,4,6}
[2,1,3] => [2,1,3] => [2,1,3] => ([(1,2)],3)
=> 2
[2,3,1] => [2,3,1] => [2,3,1] => ([(0,2),(1,2)],3)
=> ? ∊ {2,4,6}
[3,1,2] => [2,3,1] => [2,3,1] => ([(0,2),(1,2)],3)
=> ? ∊ {2,4,6}
[3,2,1] => [3,2,1] => [3,2,1] => ([(0,1),(0,2),(1,2)],3)
=> 4
[1,2,3,4] => [1,2,3,4] => [1,2,3,4] => ([],4)
=> 0
[1,2,4,3] => [1,2,4,3] => [4,1,2,3] => ([(0,3),(1,3),(2,3)],4)
=> ? ∊ {2,2,4,6,6,6,6,8,8,8,8,8,10,10,10,12}
[1,3,2,4] => [1,3,2,4] => [3,1,2,4] => ([(1,3),(2,3)],4)
=> ? ∊ {2,2,4,6,6,6,6,8,8,8,8,8,10,10,10,12}
[1,3,4,2] => [1,3,4,2] => [3,4,1,2] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> 4
[1,4,2,3] => [1,3,4,2] => [3,4,1,2] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> 4
[1,4,3,2] => [1,4,3,2] => [4,3,1,2] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {2,2,4,6,6,6,6,8,8,8,8,8,10,10,10,12}
[2,1,3,4] => [2,1,3,4] => [2,1,3,4] => ([(2,3)],4)
=> 2
[2,1,4,3] => [2,1,4,3] => [2,4,1,3] => ([(0,3),(1,2),(2,3)],4)
=> ? ∊ {2,2,4,6,6,6,6,8,8,8,8,8,10,10,10,12}
[2,3,1,4] => [2,3,1,4] => [2,3,1,4] => ([(1,3),(2,3)],4)
=> ? ∊ {2,2,4,6,6,6,6,8,8,8,8,8,10,10,10,12}
[2,3,4,1] => [2,3,4,1] => [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> ? ∊ {2,2,4,6,6,6,6,8,8,8,8,8,10,10,10,12}
[2,4,1,3] => [4,3,1,2] => [1,4,3,2] => ([(1,2),(1,3),(2,3)],4)
=> 4
[2,4,3,1] => [2,4,3,1] => [4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {2,2,4,6,6,6,6,8,8,8,8,8,10,10,10,12}
[3,1,2,4] => [2,3,1,4] => [2,3,1,4] => ([(1,3),(2,3)],4)
=> ? ∊ {2,2,4,6,6,6,6,8,8,8,8,8,10,10,10,12}
[3,1,4,2] => [2,3,4,1] => [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> ? ∊ {2,2,4,6,6,6,6,8,8,8,8,8,10,10,10,12}
[3,2,1,4] => [3,2,1,4] => [3,2,1,4] => ([(1,2),(1,3),(2,3)],4)
=> 4
[3,2,4,1] => [3,2,4,1] => [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {2,2,4,6,6,6,6,8,8,8,8,8,10,10,10,12}
[3,4,1,2] => [4,3,2,1] => [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 6
[3,4,2,1] => [3,4,2,1] => [3,4,2,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {2,2,4,6,6,6,6,8,8,8,8,8,10,10,10,12}
[4,1,2,3] => [2,3,4,1] => [2,3,4,1] => ([(0,3),(1,3),(2,3)],4)
=> ? ∊ {2,2,4,6,6,6,6,8,8,8,8,8,10,10,10,12}
[4,1,3,2] => [2,4,3,1] => [4,2,3,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {2,2,4,6,6,6,6,8,8,8,8,8,10,10,10,12}
[4,2,1,3] => [3,2,4,1] => [3,2,4,1] => ([(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {2,2,4,6,6,6,6,8,8,8,8,8,10,10,10,12}
[4,2,3,1] => [3,4,2,1] => [3,4,2,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {2,2,4,6,6,6,6,8,8,8,8,8,10,10,10,12}
[4,3,1,2] => [3,4,2,1] => [3,4,2,1] => ([(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> ? ∊ {2,2,4,6,6,6,6,8,8,8,8,8,10,10,10,12}
[4,3,2,1] => [4,3,2,1] => [4,3,2,1] => ([(0,1),(0,2),(0,3),(1,2),(1,3),(2,3)],4)
=> 6
[1,2,3,4,5] => [1,2,3,4,5] => [1,2,3,4,5] => ([],5)
=> 0
[1,2,3,5,4] => [1,2,3,5,4] => [5,1,2,3,4] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 4
[1,2,4,3,5] => [1,2,4,3,5] => [4,1,2,3,5] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,2,4,5,3] => [1,2,4,5,3] => [4,5,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,2,5,3,4] => [1,2,4,5,3] => [4,5,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,2,5,4,3] => [1,2,5,4,3] => [5,4,1,2,3] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 6
[1,3,2,4,5] => [1,3,2,4,5] => [3,1,2,4,5] => ([(2,4),(3,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,3,2,5,4] => [1,3,2,5,4] => [3,5,1,2,4] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,3,4,2,5] => [1,3,4,2,5] => [3,4,1,2,5] => ([(1,3),(1,4),(2,3),(2,4)],5)
=> 4
[1,3,4,5,2] => [1,3,4,5,2] => [3,4,5,1,2] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,3,5,2,4] => [1,5,4,2,3] => [1,5,4,2,3] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,3,5,4,2] => [1,3,5,4,2] => [5,3,4,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,4,2,3,5] => [1,3,4,2,5] => [3,4,1,2,5] => ([(1,3),(1,4),(2,3),(2,4)],5)
=> 4
[1,4,2,5,3] => [1,3,4,5,2] => [3,4,5,1,2] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,4,3,2,5] => [1,4,3,2,5] => [4,3,1,2,5] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,4,3,5,2] => [1,4,3,5,2] => [4,3,5,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,4,5,2,3] => [1,5,4,3,2] => [5,4,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,4,5,3,2] => [1,4,5,3,2] => [4,5,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,5,2,3,4] => [1,3,4,5,2] => [3,4,5,1,2] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,5,2,4,3] => [1,3,5,4,2] => [5,3,4,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,5,3,2,4] => [1,4,3,5,2] => [4,3,5,1,2] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,5,3,4,2] => [1,4,5,3,2] => [4,5,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,5,4,2,3] => [1,4,5,3,2] => [4,5,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,5,4,3,2] => [1,5,4,3,2] => [5,4,3,1,2] => ([(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,1,3,4,5] => [2,1,3,4,5] => [2,1,3,4,5] => ([(3,4)],5)
=> 2
[2,1,3,5,4] => [2,1,3,5,4] => [2,5,1,3,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,1,4,3,5] => [2,1,4,3,5] => [2,4,1,3,5] => ([(1,4),(2,3),(3,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,1,4,5,3] => [2,1,4,5,3] => [2,4,5,1,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,1,5,3,4] => [2,1,4,5,3] => [2,4,5,1,3] => ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,1,5,4,3] => [2,1,5,4,3] => [5,2,4,1,3] => ([(0,3),(0,4),(1,2),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,3,1,4,5] => [2,3,1,4,5] => [2,3,1,4,5] => ([(2,4),(3,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,3,1,5,4] => [2,3,1,5,4] => [2,3,5,1,4] => ([(0,4),(1,4),(2,3),(3,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,3,4,1,5] => [2,3,4,1,5] => [2,3,4,1,5] => ([(1,4),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,3,4,5,1] => [2,3,4,5,1] => [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 4
[2,3,5,1,4] => [2,5,4,1,3] => [5,4,2,1,3] => ([(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,3,5,4,1] => [2,3,5,4,1] => [5,2,3,4,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 6
[2,4,1,3,5] => [4,3,1,2,5] => [1,4,3,2,5] => ([(2,3),(2,4),(3,4)],5)
=> 4
[2,4,1,5,3] => [4,3,1,5,2] => [1,4,3,5,2] => ([(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,4,3,1,5] => [2,4,3,1,5] => [4,2,3,1,5] => ([(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,4,3,5,1] => [2,4,3,5,1] => [4,2,3,5,1] => ([(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> ? ∊ {2,2,2,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,5,3,1,4] => [5,4,3,1,2] => [1,5,4,3,2] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 6
[3,1,4,5,2] => [2,3,4,5,1] => [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 4
[3,1,5,4,2] => [2,3,5,4,1] => [5,2,3,4,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 6
[3,2,1,4,5] => [3,2,1,4,5] => [3,2,1,4,5] => ([(2,3),(2,4),(3,4)],5)
=> 4
[3,4,1,2,5] => [4,3,2,1,5] => [4,3,2,1,5] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 6
[3,4,5,2,1] => [3,4,5,2,1] => [3,4,5,2,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 6
[3,5,4,1,2] => [3,4,5,2,1] => [3,4,5,2,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 6
[4,1,2,5,3] => [2,3,4,5,1] => [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 4
[4,2,5,3,1] => [3,4,5,2,1] => [3,4,5,2,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 6
[4,3,2,1,5] => [4,3,2,1,5] => [4,3,2,1,5] => ([(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 6
[4,5,2,1,3] => [3,4,5,2,1] => [3,4,5,2,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 6
[4,5,2,3,1] => [5,4,3,2,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 8
[4,5,3,1,2] => [5,4,3,2,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 8
[5,1,2,3,4] => [2,3,4,5,1] => [2,3,4,5,1] => ([(0,4),(1,4),(2,4),(3,4)],5)
=> 4
[5,1,2,4,3] => [2,3,5,4,1] => [5,2,3,4,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 6
[5,2,3,4,1] => [3,4,5,2,1] => [3,4,5,2,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 6
[5,3,1,4,2] => [3,4,5,2,1] => [3,4,5,2,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 6
[5,3,4,1,2] => [5,4,3,2,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 8
[5,4,1,2,3] => [3,4,5,2,1] => [3,4,5,2,1] => ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 6
[5,4,3,2,1] => [5,4,3,2,1] => [5,4,3,2,1] => ([(0,1),(0,2),(0,3),(0,4),(1,2),(1,3),(1,4),(2,3),(2,4),(3,4)],5)
=> 8
[1,2,3,4,5,6] => [1,2,3,4,5,6] => [1,2,3,4,5,6] => ([],6)
=> 0
[1,2,3,5,4,6] => [1,2,3,5,4,6] => [5,1,2,3,4,6] => ([(1,5),(2,5),(3,5),(4,5)],6)
=> 4
[1,2,4,5,6,3] => [1,2,4,5,6,3] => [4,5,6,1,2,3] => ([(0,3),(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5)],6)
=> 6
[1,2,4,6,3,5] => [1,2,6,5,3,4] => [1,6,5,2,3,4] => ([(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6
[1,2,5,3,6,4] => [1,2,4,5,6,3] => [4,5,6,1,2,3] => ([(0,3),(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5)],6)
=> 6
[1,2,5,4,3,6] => [1,2,5,4,3,6] => [5,4,1,2,3,6] => ([(1,4),(1,5),(2,4),(2,5),(3,4),(3,5),(4,5)],6)
=> 6
[1,2,6,3,4,5] => [1,2,4,5,6,3] => [4,5,6,1,2,3] => ([(0,3),(0,4),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4),(2,5)],6)
=> 6
Description
The energy of a graph, if it is integral. The energy of a graph is the sum of the absolute values of its eigenvalues. This statistic is only defined for graphs with integral energy. It is known, that the energy is never an odd integer [2]. In fact, it is never the square root of an odd integer [3]. The energy of a graph is the sum of the energies of the connected components of a graph. The energy of the complete graph $K_n$ equals $2n-2$. For this reason, we do not define the energy of the empty graph.
Mp00170: Permutations to signed permutationSigned permutations
Mp00190: Signed permutations Foata-HanSigned permutations
Mp00162: Signed permutations inverseSigned permutations
St001428: Signed permutations ⟶ ℤResult quality: 11% values known / values provided: 11%distinct values known / distinct values provided: 44%
Values
[1] => [1] => [1] => [1] => 0
[1,2] => [1,2] => [1,2] => [1,2] => 0
[2,1] => [2,1] => [-2,1] => [2,-1] => 2
[1,2,3] => [1,2,3] => [1,2,3] => [1,2,3] => 0
[1,3,2] => [1,3,2] => [1,-3,2] => [1,3,-2] => 4
[2,1,3] => [2,1,3] => [-2,1,3] => [2,-1,3] => 2
[2,3,1] => [2,3,1] => [3,-2,1] => [3,-2,1] => 4
[3,1,2] => [3,1,2] => [3,1,2] => [2,3,1] => 2
[3,2,1] => [3,2,1] => [-2,-3,1] => [3,-1,-2] => 6
[1,2,3,4] => [1,2,3,4] => [1,2,3,4] => [1,2,3,4] => 0
[1,2,4,3] => [1,2,4,3] => [1,2,-4,3] => [1,2,4,-3] => 6
[1,3,2,4] => [1,3,2,4] => [1,-3,2,4] => [1,3,-2,4] => 4
[1,3,4,2] => [1,3,4,2] => [1,4,-3,2] => [1,4,-3,2] => 6
[1,4,2,3] => [1,4,2,3] => [-4,1,2,3] => [2,3,4,-1] => 4
[1,4,3,2] => [1,4,3,2] => [1,-3,-4,2] => [1,4,-2,-3] => 10
[2,1,3,4] => [2,1,3,4] => [-2,1,3,4] => [2,-1,3,4] => 2
[2,1,4,3] => [2,1,4,3] => [-2,1,-4,3] => [2,-1,4,-3] => 8
[2,3,1,4] => [2,3,1,4] => [3,-2,1,4] => [3,-2,1,4] => 4
[2,3,4,1] => [2,3,4,1] => [3,4,-2,1] => [4,-3,1,2] => 6
[2,4,1,3] => [2,4,1,3] => [-2,4,1,3] => [3,-1,4,2] => 4
[2,4,3,1] => [2,4,3,1] => [3,-2,-4,1] => [4,-2,1,-3] => 10
[3,1,2,4] => [3,1,2,4] => [3,1,2,4] => [2,3,1,4] => 2
[3,1,4,2] => [3,1,4,2] => [-4,1,-3,2] => [2,4,-3,-1] => 8
[3,2,1,4] => [3,2,1,4] => [-2,-3,1,4] => [3,-1,-2,4] => 6
[3,2,4,1] => [3,2,4,1] => [-2,4,-3,1] => [4,-1,-3,2] => 8
[3,4,1,2] => [3,4,1,2] => [3,4,1,2] => [3,4,1,2] => 4
[3,4,2,1] => [3,4,2,1] => [2,-4,-3,1] => [4,1,-3,-2] => 10
[4,1,2,3] => [4,1,2,3] => [1,4,2,3] => [1,3,4,2] => 2
[4,1,3,2] => [4,1,3,2] => [3,1,-4,2] => [2,4,1,-3] => 8
[4,2,1,3] => [4,2,1,3] => [-4,-2,1,3] => [3,-2,4,-1] => 6
[4,2,3,1] => [4,2,3,1] => [2,3,-4,1] => [4,1,2,-3] => 8
[4,3,1,2] => [4,3,1,2] => [-4,3,1,2] => [3,4,2,-1] => 6
[4,3,2,1] => [4,3,2,1] => [-2,-3,-4,1] => [4,-1,-2,-3] => 12
[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] => [1,2,3,5,4] => [1,2,3,-5,4] => [1,2,3,5,-4] => 8
[1,2,4,3,5] => [1,2,4,3,5] => [1,2,-4,3,5] => [1,2,4,-3,5] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,2,4,5,3] => [1,2,4,5,3] => [1,2,5,-4,3] => [1,2,5,-4,3] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,2,5,3,4] => [1,2,5,3,4] => [1,-5,2,3,4] => [1,3,4,5,-2] => 6
[1,2,5,4,3] => [1,2,5,4,3] => [1,2,-4,-5,3] => [1,2,5,-3,-4] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,3,2,4,5] => [1,3,2,4,5] => [1,-3,2,4,5] => [1,3,-2,4,5] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,3,2,5,4] => [1,3,2,5,4] => [1,-3,2,-5,4] => [1,3,-2,5,-4] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,3,4,2,5] => [1,3,4,2,5] => [1,4,-3,2,5] => [1,4,-3,2,5] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,3,4,5,2] => [1,3,4,5,2] => [1,4,5,-3,2] => [1,5,-4,2,3] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,3,5,2,4] => [1,3,5,2,4] => [1,-3,5,2,4] => [1,4,-2,5,3] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,3,5,4,2] => [1,3,5,4,2] => [1,4,-3,-5,2] => [1,5,-3,2,-4] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,4,2,3,5] => [1,4,2,3,5] => [-4,1,2,3,5] => [2,3,4,-1,5] => 4
[1,4,2,5,3] => [1,4,2,5,3] => [1,-5,2,-4,3] => [1,3,5,-4,-2] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,4,3,2,5] => [1,4,3,2,5] => [1,-3,-4,2,5] => [1,4,-2,-3,5] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,4,3,5,2] => [1,4,3,5,2] => [1,-3,5,-4,2] => [1,5,-2,-4,3] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,4,5,2,3] => [1,4,5,2,3] => [-4,1,5,2,3] => [2,4,5,-1,3] => 6
[1,4,5,3,2] => [1,4,5,3,2] => [1,3,-5,-4,2] => [1,5,2,-4,-3] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,5,2,3,4] => [1,5,2,3,4] => [5,1,2,3,4] => [2,3,4,5,1] => 4
[1,5,2,4,3] => [1,5,2,4,3] => [-4,1,2,-5,3] => [2,3,5,-1,-4] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,5,3,2,4] => [1,5,3,2,4] => [1,-5,-3,2,4] => [1,4,-3,5,-2] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,5,3,4,2] => [1,5,3,4,2] => [-3,1,4,-5,2] => [2,5,-1,3,-4] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,5,4,2,3] => [1,5,4,2,3] => [-4,-5,1,2,3] => [3,4,5,-1,-2] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,5,4,3,2] => [1,5,4,3,2] => [1,-3,-4,-5,2] => [1,5,-2,-3,-4] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,1,3,4,5] => [2,1,3,4,5] => [-2,1,3,4,5] => [2,-1,3,4,5] => 2
[2,1,3,5,4] => [2,1,3,5,4] => [-2,1,3,-5,4] => [2,-1,3,5,-4] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,1,4,3,5] => [2,1,4,3,5] => [-2,1,-4,3,5] => [2,-1,4,-3,5] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,1,4,5,3] => [2,1,4,5,3] => [-2,1,5,-4,3] => [2,-1,5,-4,3] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,1,5,3,4] => [2,1,5,3,4] => [-2,-5,1,3,4] => [3,-1,4,5,-2] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,1,5,4,3] => [2,1,5,4,3] => [-2,1,-4,-5,3] => [2,-1,5,-3,-4] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,3,1,4,5] => [2,3,1,4,5] => [3,-2,1,4,5] => [3,-2,1,4,5] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,3,1,5,4] => [2,3,1,5,4] => [3,-2,1,-5,4] => [3,-2,1,5,-4] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,3,4,1,5] => [2,3,4,1,5] => [3,4,-2,1,5] => [4,-3,1,2,5] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,3,4,5,1] => [2,3,4,5,1] => [3,4,5,-2,1] => [5,-4,1,2,3] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,3,5,1,4] => [2,3,5,1,4] => [3,-2,5,1,4] => [4,-2,1,5,3] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,3,5,4,1] => [2,3,5,4,1] => [3,4,-2,-5,1] => [5,-3,1,2,-4] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,4,1,3,5] => [2,4,1,3,5] => [-2,4,1,3,5] => [3,-1,4,2,5] => 4
[2,4,1,5,3] => [2,4,1,5,3] => [5,-2,1,-4,3] => [3,-2,5,-4,1] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,4,3,1,5] => [2,4,3,1,5] => [3,-2,-4,1,5] => [4,-2,1,-3,5] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,4,3,5,1] => [2,4,3,5,1] => [3,-2,5,-4,1] => [5,-2,1,-4,3] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,4,5,1,3] => [2,4,5,1,3] => [-2,4,5,1,3] => [4,-1,5,2,3] => 6
[2,4,5,3,1] => [2,4,5,3,1] => [5,3,-2,-4,1] => [5,-3,2,-4,1] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,5,1,3,4] => [2,5,1,3,4] => [-2,1,5,3,4] => [2,-1,4,5,3] => 4
[2,5,1,4,3] => [2,5,1,4,3] => [-2,4,1,-5,3] => [3,-1,5,2,-4] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,5,3,1,4] => [2,5,3,1,4] => [3,-5,-2,1,4] => [4,-3,1,5,-2] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,5,3,4,1] => [2,5,3,4,1] => [-2,3,4,-5,1] => [5,-1,2,3,-4] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,5,4,1,3] => [2,5,4,1,3] => [-2,-5,4,1,3] => [4,-1,5,3,-2] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,5,4,3,1] => [2,5,4,3,1] => [3,-2,-4,-5,1] => [5,-2,1,-3,-4] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[3,1,2,4,5] => [3,1,2,4,5] => [3,1,2,4,5] => [2,3,1,4,5] => 2
[3,1,2,5,4] => [3,1,2,5,4] => [3,1,2,-5,4] => [2,3,1,5,-4] => 10
[3,1,4,2,5] => [3,1,4,2,5] => [-4,1,-3,2,5] => [2,4,-3,-1,5] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[3,1,4,5,2] => [3,1,4,5,2] => [-4,1,5,-3,2] => [2,5,-4,-1,3] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[3,1,5,2,4] => [3,1,5,2,4] => [5,1,-3,2,4] => [2,4,-3,5,1] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[3,1,5,4,2] => [3,1,5,4,2] => [-4,1,-3,-5,2] => [2,5,-3,-1,-4] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[3,2,1,4,5] => [3,2,1,4,5] => [-2,-3,1,4,5] => [3,-1,-2,4,5] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[3,2,1,5,4] => [3,2,1,5,4] => [-2,-3,1,-5,4] => [3,-1,-2,5,-4] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[3,2,4,1,5] => [3,2,4,1,5] => [-2,4,-3,1,5] => [4,-1,-3,2,5] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[3,2,4,5,1] => [3,2,4,5,1] => [-2,4,5,-3,1] => [5,-1,-4,2,3] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[3,2,5,1,4] => [3,2,5,1,4] => [-2,-3,5,1,4] => [4,-1,-2,5,3] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[3,2,5,4,1] => [3,2,5,4,1] => [-2,4,-3,-5,1] => [5,-1,-3,2,-4] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[3,4,1,2,5] => [3,4,1,2,5] => [3,4,1,2,5] => [3,4,1,2,5] => 4
[3,4,1,5,2] => [3,4,1,5,2] => [5,-4,1,-3,2] => [3,5,-4,-2,1] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[3,4,2,1,5] => [3,4,2,1,5] => [2,-4,-3,1,5] => [4,1,-3,-2,5] => ? ∊ {4,4,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[3,4,5,1,2] => [3,4,5,1,2] => [3,4,5,1,2] => [4,5,1,2,3] => 6
[3,5,1,2,4] => [3,5,1,2,4] => [3,1,5,2,4] => [2,4,1,5,3] => 4
[3,5,4,1,2] => [3,5,4,1,2] => [3,-5,4,1,2] => [4,5,1,3,-2] => 10
[4,1,2,3,5] => [4,1,2,3,5] => [1,4,2,3,5] => [1,3,4,2,5] => 2
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$.
Matching statistic: St000699
Mp00065: Permutations permutation posetPosets
Mp00074: Posets to graphGraphs
Mp00154: Graphs coreGraphs
St000699: Graphs ⟶ ℤResult quality: 6% values known / values provided: 10%distinct values known / distinct values provided: 6%
Values
[1] => ([],1)
=> ([],1)
=> ([],1)
=> ? = 0
[1,2] => ([(0,1)],2)
=> ([(0,1)],2)
=> ([(0,1)],2)
=> ? ∊ {0,2}
[2,1] => ([],2)
=> ([],2)
=> ([],1)
=> ? ∊ {0,2}
[1,2,3] => ([(0,2),(2,1)],3)
=> ([(0,2),(1,2)],3)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,4,4,6}
[1,3,2] => ([(0,1),(0,2)],3)
=> ([(0,2),(1,2)],3)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,4,4,6}
[2,1,3] => ([(0,2),(1,2)],3)
=> ([(0,2),(1,2)],3)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,4,4,6}
[2,3,1] => ([(1,2)],3)
=> ([(1,2)],3)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,4,4,6}
[3,1,2] => ([(1,2)],3)
=> ([(1,2)],3)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,4,4,6}
[3,2,1] => ([],3)
=> ([],3)
=> ([],1)
=> ? ∊ {0,2,2,4,4,6}
[1,2,3,4] => ([(0,3),(2,1),(3,2)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,4,4,4,4,4,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[1,2,4,3] => ([(0,3),(3,1),(3,2)],4)
=> ([(0,3),(1,3),(2,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,4,4,4,4,4,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[1,3,2,4] => ([(0,1),(0,2),(1,3),(2,3)],4)
=> ([(0,2),(0,3),(1,2),(1,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,4,4,4,4,4,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[1,3,4,2] => ([(0,2),(0,3),(3,1)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,4,4,4,4,4,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[1,4,2,3] => ([(0,2),(0,3),(3,1)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,4,4,4,4,4,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[1,4,3,2] => ([(0,1),(0,2),(0,3)],4)
=> ([(0,3),(1,3),(2,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,4,4,4,4,4,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[2,1,3,4] => ([(0,3),(1,3),(3,2)],4)
=> ([(0,3),(1,3),(2,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,4,4,4,4,4,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[2,1,4,3] => ([(0,2),(0,3),(1,2),(1,3)],4)
=> ([(0,2),(0,3),(1,2),(1,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,4,4,4,4,4,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[2,3,1,4] => ([(0,3),(1,2),(2,3)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,4,4,4,4,4,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[2,3,4,1] => ([(1,2),(2,3)],4)
=> ([(1,3),(2,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,4,4,4,4,4,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[2,4,1,3] => ([(0,3),(1,2),(1,3)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,4,4,4,4,4,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[2,4,3,1] => ([(1,2),(1,3)],4)
=> ([(1,3),(2,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,4,4,4,4,4,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[3,1,2,4] => ([(0,3),(1,2),(2,3)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,4,4,4,4,4,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[3,1,4,2] => ([(0,3),(1,2),(1,3)],4)
=> ([(0,3),(1,2),(2,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,4,4,4,4,4,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[3,2,1,4] => ([(0,3),(1,3),(2,3)],4)
=> ([(0,3),(1,3),(2,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,4,4,4,4,4,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[3,2,4,1] => ([(1,3),(2,3)],4)
=> ([(1,3),(2,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,4,4,4,4,4,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[3,4,1,2] => ([(0,3),(1,2)],4)
=> ([(0,3),(1,2)],4)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,4,4,4,4,4,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[3,4,2,1] => ([(2,3)],4)
=> ([(2,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,4,4,4,4,4,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[4,1,2,3] => ([(1,2),(2,3)],4)
=> ([(1,3),(2,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,4,4,4,4,4,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[4,1,3,2] => ([(1,2),(1,3)],4)
=> ([(1,3),(2,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,4,4,4,4,4,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[4,2,1,3] => ([(1,3),(2,3)],4)
=> ([(1,3),(2,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,4,4,4,4,4,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[4,2,3,1] => ([(2,3)],4)
=> ([(2,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,4,4,4,4,4,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[4,3,1,2] => ([(2,3)],4)
=> ([(2,3)],4)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,4,4,4,4,4,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[4,3,2,1] => ([],4)
=> ([],4)
=> ([],1)
=> ? ∊ {0,2,2,2,4,4,4,4,4,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[1,2,3,4,5] => ([(0,4),(2,3),(3,1),(4,2)],5)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,2,3,5,4] => ([(0,3),(3,4),(4,1),(4,2)],5)
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,2,4,3,5] => ([(0,3),(1,4),(2,4),(3,1),(3,2)],5)
=> ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,2,4,5,3] => ([(0,4),(3,2),(4,1),(4,3)],5)
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,2,5,3,4] => ([(0,4),(3,2),(4,1),(4,3)],5)
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,2,5,4,3] => ([(0,4),(4,1),(4,2),(4,3)],5)
=> ([(0,4),(1,4),(2,4),(3,4)],5)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,3,2,4,5] => ([(0,2),(0,3),(2,4),(3,4),(4,1)],5)
=> ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,3,2,5,4] => ([(0,1),(0,2),(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,3,4,2,5] => ([(0,2),(0,3),(1,4),(2,4),(3,1)],5)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,3,4,5,2] => ([(0,2),(0,4),(3,1),(4,3)],5)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,3,5,2,4] => ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,3,5,4,2] => ([(0,3),(0,4),(4,1),(4,2)],5)
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,4,2,3,5] => ([(0,2),(0,3),(1,4),(2,4),(3,1)],5)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,4,2,5,3] => ([(0,2),(0,3),(2,4),(3,1),(3,4)],5)
=> ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,4,3,2,5] => ([(0,1),(0,2),(0,3),(1,4),(2,4),(3,4)],5)
=> ([(0,3),(0,4),(1,3),(1,4),(2,3),(2,4)],5)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,4,3,5,2] => ([(0,1),(0,2),(0,3),(2,4),(3,4)],5)
=> ([(0,4),(1,2),(1,3),(2,4),(3,4)],5)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,4,5,2,3] => ([(0,3),(0,4),(3,2),(4,1)],5)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,4,5,3,2] => ([(0,2),(0,3),(0,4),(4,1)],5)
=> ([(0,4),(1,4),(2,3),(3,4)],5)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,5,2,3,4] => ([(0,2),(0,4),(3,1),(4,3)],5)
=> ([(0,4),(1,3),(2,3),(2,4)],5)
=> ([(0,1)],2)
=> ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,4,1,5,3] => ([(0,3),(0,4),(1,2),(1,3),(2,4)],5)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[3,1,5,2,4] => ([(0,3),(0,4),(1,2),(1,3),(2,4)],5)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,2,4,5,3,6] => ([(0,4),(1,5),(2,5),(3,2),(4,1),(4,3)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,2,5,3,4,6] => ([(0,4),(1,5),(2,5),(3,2),(4,1),(4,3)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,3,4,2,5,6] => ([(0,3),(0,4),(1,5),(3,5),(4,1),(5,2)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,3,4,2,6,5] => ([(0,2),(0,3),(1,4),(1,5),(2,4),(2,5),(3,1)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,3,4,6,2,5] => ([(0,2),(0,4),(2,5),(3,1),(3,5),(4,3)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,3,5,2,6,4] => ([(0,2),(0,3),(1,4),(2,4),(2,5),(3,1),(3,5)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,3,5,4,2,6] => ([(0,3),(0,4),(1,5),(2,5),(3,5),(4,1),(4,2)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,3,6,4,2,5] => ([(0,3),(0,4),(2,5),(3,5),(4,1),(4,2)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,4,2,3,5,6] => ([(0,3),(0,4),(1,5),(3,5),(4,1),(5,2)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,4,2,3,6,5] => ([(0,2),(0,3),(1,4),(1,5),(2,4),(2,5),(3,1)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,4,2,6,3,5] => ([(0,2),(0,3),(1,4),(2,4),(2,5),(3,1),(3,5)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,4,3,5,2,6] => ([(0,1),(0,2),(0,3),(1,5),(2,4),(3,4),(4,5)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,4,5,2,6,3] => ([(0,3),(0,4),(2,5),(3,2),(4,1),(4,5)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,4,5,3,2,6] => ([(0,2),(0,3),(0,4),(1,5),(2,5),(3,5),(4,1)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,4,5,3,6,2] => ([(0,2),(0,3),(0,4),(1,5),(3,5),(4,1)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,4,6,2,3,5] => ([(0,3),(0,4),(2,5),(3,2),(4,1),(4,5)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,5,2,3,6,4] => ([(0,2),(0,4),(2,5),(3,1),(3,5),(4,3)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,5,2,4,3,6] => ([(0,3),(0,4),(1,5),(2,5),(3,5),(4,1),(4,2)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,5,2,4,6,3] => ([(0,3),(0,4),(2,5),(3,5),(4,1),(4,2)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,5,3,2,4,6] => ([(0,1),(0,2),(0,3),(1,5),(2,4),(3,4),(4,5)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,5,3,4,2,6] => ([(0,2),(0,3),(0,4),(1,5),(2,5),(3,5),(4,1)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,5,3,4,6,2] => ([(0,2),(0,3),(0,4),(1,5),(3,5),(4,1)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,5,4,2,3,6] => ([(0,2),(0,3),(0,4),(1,5),(2,5),(3,5),(4,1)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,6,3,4,2,5] => ([(0,2),(0,3),(0,4),(1,5),(3,5),(4,1)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[1,6,4,2,3,5] => ([(0,2),(0,3),(0,4),(1,5),(3,5),(4,1)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[2,1,4,5,3,6] => ([(0,4),(0,5),(1,4),(1,5),(2,3),(4,2),(5,3)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[2,1,5,3,4,6] => ([(0,4),(0,5),(1,4),(1,5),(2,3),(4,2),(5,3)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[2,3,5,1,6,4] => ([(0,4),(0,5),(1,2),(2,3),(2,5),(3,4)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[2,4,1,5,3,6] => ([(0,2),(0,5),(1,4),(1,5),(2,4),(4,3),(5,3)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[2,4,1,5,6,3] => ([(0,4),(0,5),(1,2),(1,4),(2,5),(5,3)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[2,4,1,6,3,5] => ([(0,2),(0,5),(1,4),(1,5),(2,3),(2,4),(5,3)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[2,4,1,6,5,3] => ([(0,2),(0,5),(1,3),(1,4),(1,5),(2,3),(2,4)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[2,4,5,1,3,6] => ([(0,4),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[2,4,5,3,1,6] => ([(0,5),(1,3),(1,4),(2,5),(3,5),(4,2)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[2,4,5,3,6,1] => ([(1,3),(1,4),(2,5),(3,5),(4,2)],6)
=> ([(1,4),(1,5),(2,3),(2,5),(3,4)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[2,4,6,1,5,3] => ([(0,4),(0,5),(1,2),(1,4),(2,3),(2,5)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[2,5,1,3,4,6] => ([(0,4),(1,2),(1,4),(2,5),(3,5),(4,3)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[2,5,1,6,3,4] => ([(0,4),(0,5),(1,2),(1,4),(2,5),(4,3)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[2,5,1,6,4,3] => ([(0,2),(0,4),(0,5),(1,3),(1,4),(1,5),(2,3)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[2,5,3,1,4,6] => ([(0,4),(1,2),(1,3),(2,5),(3,4),(4,5)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[2,5,3,4,1,6] => ([(0,5),(1,3),(1,4),(2,5),(3,5),(4,2)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[2,5,3,4,6,1] => ([(1,3),(1,4),(2,5),(3,5),(4,2)],6)
=> ([(1,4),(1,5),(2,3),(2,5),(3,4)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[2,5,4,1,6,3] => ([(0,4),(0,5),(1,2),(1,3),(1,4),(2,5),(3,5)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[2,6,4,1,5,3] => ([(0,4),(0,5),(1,2),(1,3),(1,4),(3,5)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[3,1,4,5,2,6] => ([(0,4),(1,2),(1,4),(2,5),(3,5),(4,3)],6)
=> ([(0,5),(1,2),(1,4),(2,3),(3,5),(4,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
[3,1,5,2,4,6] => ([(0,2),(0,5),(1,4),(1,5),(2,4),(4,3),(5,3)],6)
=> ([(0,1),(0,5),(1,4),(2,4),(2,5),(3,4),(3,5)],6)
=> ([(0,3),(0,4),(1,2),(1,4),(2,3)],5)
=> 12
Description
The toughness times the least common multiple of 1,...,n-1 of a non-complete graph. A graph $G$ is $t$-tough if $G$ cannot be split into $k$ different connected components by the removal of fewer than $tk$ vertices for all integers $k>1$. The toughness of $G$ is the maximal number $t$ such that $G$ is $t$-tough. It is a rational number except for the complete graph, where it is infinity. The toughness of a disconnected graph is zero. This statistic is the toughness multiplied by the least common multiple of $1,\dots,n-1$, where $n$ is the number of vertices of $G$.
Mp00170: Permutations to signed permutationSigned permutations
Mp00168: Signed permutations Kreweras complementSigned permutations
Mp00244: Signed permutations barSigned permutations
St001865: Signed permutations ⟶ ℤResult quality: 7% values known / values provided: 7%distinct values known / distinct values provided: 69%
Values
[1] => [1] => [-1] => [1] => 1 = 0 + 1
[1,2] => [1,2] => [2,-1] => [-2,1] => 1 = 0 + 1
[2,1] => [2,1] => [-1,2] => [1,-2] => 3 = 2 + 1
[1,2,3] => [1,2,3] => [2,3,-1] => [-2,-3,1] => 3 = 2 + 1
[1,3,2] => [1,3,2] => [2,-1,3] => [-2,1,-3] => 5 = 4 + 1
[2,1,3] => [2,1,3] => [3,2,-1] => [-3,-2,1] => 1 = 0 + 1
[2,3,1] => [2,3,1] => [-1,2,3] => [1,-2,-3] => 7 = 6 + 1
[3,1,2] => [3,1,2] => [3,-1,2] => [-3,1,-2] => 3 = 2 + 1
[3,2,1] => [3,2,1] => [-1,3,2] => [1,-3,-2] => 5 = 4 + 1
[1,2,3,4] => [1,2,3,4] => [2,3,4,-1] => [-2,-3,-4,1] => 7 = 6 + 1
[1,2,4,3] => [1,2,4,3] => [2,3,-1,4] => [-2,-3,1,-4] => 9 = 8 + 1
[1,3,2,4] => [1,3,2,4] => [2,4,3,-1] => [-2,-4,-3,1] => 5 = 4 + 1
[1,3,4,2] => [1,3,4,2] => [2,-1,3,4] => [-2,1,-3,-4] => 11 = 10 + 1
[1,4,2,3] => [1,4,2,3] => [2,4,-1,3] => [-2,-4,1,-3] => 7 = 6 + 1
[1,4,3,2] => [1,4,3,2] => [2,-1,4,3] => [-2,1,-4,-3] => 9 = 8 + 1
[2,1,3,4] => [2,1,3,4] => [3,2,4,-1] => [-3,-2,-4,1] => 5 = 4 + 1
[2,1,4,3] => [2,1,4,3] => [3,2,-1,4] => [-3,-2,1,-4] => 7 = 6 + 1
[2,3,1,4] => [2,3,1,4] => [4,2,3,-1] => [-4,-2,-3,1] => 3 = 2 + 1
[2,3,4,1] => [2,3,4,1] => [-1,2,3,4] => [1,-2,-3,-4] => 13 = 12 + 1
[2,4,1,3] => [2,4,1,3] => [4,2,-1,3] => [-4,-2,1,-3] => 5 = 4 + 1
[2,4,3,1] => [2,4,3,1] => [-1,2,4,3] => [1,-2,-4,-3] => 11 = 10 + 1
[3,1,2,4] => [3,1,2,4] => [3,4,2,-1] => [-3,-4,-2,1] => 3 = 2 + 1
[3,1,4,2] => [3,1,4,2] => [3,-1,2,4] => [-3,1,-2,-4] => 9 = 8 + 1
[3,2,1,4] => [3,2,1,4] => [4,3,2,-1] => [-4,-3,-2,1] => 1 = 0 + 1
[3,2,4,1] => [3,2,4,1] => [-1,3,2,4] => [1,-3,-2,-4] => 11 = 10 + 1
[3,4,1,2] => [3,4,1,2] => [4,-1,2,3] => [-4,1,-2,-3] => 7 = 6 + 1
[3,4,2,1] => [3,4,2,1] => [-1,4,2,3] => [1,-4,-2,-3] => 9 = 8 + 1
[4,1,2,3] => [4,1,2,3] => [3,4,-1,2] => [-3,-4,1,-2] => 5 = 4 + 1
[4,1,3,2] => [4,1,3,2] => [3,-1,4,2] => [-3,1,-4,-2] => 7 = 6 + 1
[4,2,1,3] => [4,2,1,3] => [4,3,-1,2] => [-4,-3,1,-2] => 3 = 2 + 1
[4,2,3,1] => [4,2,3,1] => [-1,3,4,2] => [1,-3,-4,-2] => 9 = 8 + 1
[4,3,1,2] => [4,3,1,2] => [4,-1,3,2] => [-4,1,-3,-2] => 5 = 4 + 1
[4,3,2,1] => [4,3,2,1] => [-1,4,3,2] => [1,-4,-3,-2] => 7 = 6 + 1
[1,2,3,4,5] => [1,2,3,4,5] => [2,3,4,5,-1] => [-2,-3,-4,-5,1] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[1,2,3,5,4] => [1,2,3,5,4] => [2,3,4,-1,5] => [-2,-3,-4,1,-5] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[1,2,4,3,5] => [1,2,4,3,5] => [2,3,5,4,-1] => [-2,-3,-5,-4,1] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[1,2,4,5,3] => [1,2,4,5,3] => [2,3,-1,4,5] => [-2,-3,1,-4,-5] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[1,2,5,3,4] => [1,2,5,3,4] => [2,3,5,-1,4] => [-2,-3,-5,1,-4] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[1,2,5,4,3] => [1,2,5,4,3] => [2,3,-1,5,4] => [-2,-3,1,-5,-4] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[1,3,2,4,5] => [1,3,2,4,5] => [2,4,3,5,-1] => [-2,-4,-3,-5,1] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[1,3,2,5,4] => [1,3,2,5,4] => [2,4,3,-1,5] => [-2,-4,-3,1,-5] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[1,3,4,2,5] => [1,3,4,2,5] => [2,5,3,4,-1] => [-2,-5,-3,-4,1] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[1,3,4,5,2] => [1,3,4,5,2] => [2,-1,3,4,5] => [-2,1,-3,-4,-5] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[1,3,5,2,4] => [1,3,5,2,4] => [2,5,3,-1,4] => [-2,-5,-3,1,-4] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[1,3,5,4,2] => [1,3,5,4,2] => [2,-1,3,5,4] => [-2,1,-3,-5,-4] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[1,4,2,3,5] => [1,4,2,3,5] => [2,4,5,3,-1] => [-2,-4,-5,-3,1] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[1,4,2,5,3] => [1,4,2,5,3] => [2,4,-1,3,5] => [-2,-4,1,-3,-5] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[1,4,3,2,5] => [1,4,3,2,5] => [2,5,4,3,-1] => [-2,-5,-4,-3,1] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[1,4,3,5,2] => [1,4,3,5,2] => [2,-1,4,3,5] => [-2,1,-4,-3,-5] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[1,4,5,2,3] => [1,4,5,2,3] => [2,5,-1,3,4] => [-2,-5,1,-3,-4] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[1,4,5,3,2] => [1,4,5,3,2] => [2,-1,5,3,4] => [-2,1,-5,-3,-4] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[1,5,2,3,4] => [1,5,2,3,4] => [2,4,5,-1,3] => [-2,-4,-5,1,-3] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[1,5,2,4,3] => [1,5,2,4,3] => [2,4,-1,5,3] => [-2,-4,1,-5,-3] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[1,5,3,2,4] => [1,5,3,2,4] => [2,5,4,-1,3] => [-2,-5,-4,1,-3] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[1,5,3,4,2] => [1,5,3,4,2] => [2,-1,4,5,3] => [-2,1,-4,-5,-3] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[1,5,4,2,3] => [1,5,4,2,3] => [2,5,-1,4,3] => [-2,-5,1,-4,-3] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[1,5,4,3,2] => [1,5,4,3,2] => [2,-1,5,4,3] => [-2,1,-5,-4,-3] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[2,1,3,4,5] => [2,1,3,4,5] => [3,2,4,5,-1] => [-3,-2,-4,-5,1] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[2,1,3,5,4] => [2,1,3,5,4] => [3,2,4,-1,5] => [-3,-2,-4,1,-5] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[2,1,4,3,5] => [2,1,4,3,5] => [3,2,5,4,-1] => [-3,-2,-5,-4,1] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[2,1,4,5,3] => [2,1,4,5,3] => [3,2,-1,4,5] => [-3,-2,1,-4,-5] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[2,1,5,3,4] => [2,1,5,3,4] => [3,2,5,-1,4] => [-3,-2,-5,1,-4] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[2,1,5,4,3] => [2,1,5,4,3] => [3,2,-1,5,4] => [-3,-2,1,-5,-4] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[2,3,1,4,5] => [2,3,1,4,5] => [4,2,3,5,-1] => [-4,-2,-3,-5,1] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[2,3,1,5,4] => [2,3,1,5,4] => [4,2,3,-1,5] => [-4,-2,-3,1,-5] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[2,3,4,1,5] => [2,3,4,1,5] => [5,2,3,4,-1] => [-5,-2,-3,-4,1] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[2,3,4,5,1] => [2,3,4,5,1] => [-1,2,3,4,5] => [1,-2,-3,-4,-5] => 21 = 20 + 1
[2,3,5,1,4] => [2,3,5,1,4] => [5,2,3,-1,4] => [-5,-2,-3,1,-4] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[2,3,5,4,1] => [2,3,5,4,1] => [-1,2,3,5,4] => [1,-2,-3,-5,-4] => 19 = 18 + 1
[2,4,1,3,5] => [2,4,1,3,5] => [4,2,5,3,-1] => [-4,-2,-5,-3,1] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[2,4,1,5,3] => [2,4,1,5,3] => [4,2,-1,3,5] => [-4,-2,1,-3,-5] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[2,4,3,1,5] => [2,4,3,1,5] => [5,2,4,3,-1] => [-5,-2,-4,-3,1] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[2,4,3,5,1] => [2,4,3,5,1] => [-1,2,4,3,5] => [1,-2,-4,-3,-5] => 19 = 18 + 1
[2,4,5,1,3] => [2,4,5,1,3] => [5,2,-1,3,4] => [-5,-2,1,-3,-4] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[2,4,5,3,1] => [2,4,5,3,1] => [-1,2,5,3,4] => [1,-2,-5,-3,-4] => 17 = 16 + 1
[2,5,1,3,4] => [2,5,1,3,4] => [4,2,5,-1,3] => [-4,-2,-5,1,-3] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[2,5,1,4,3] => [2,5,1,4,3] => [4,2,-1,5,3] => [-4,-2,1,-5,-3] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[2,5,3,1,4] => [2,5,3,1,4] => [5,2,4,-1,3] => [-5,-2,-4,1,-3] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[2,5,3,4,1] => [2,5,3,4,1] => [-1,2,4,5,3] => [1,-2,-4,-5,-3] => 17 = 16 + 1
[2,5,4,1,3] => [2,5,4,1,3] => [5,2,-1,4,3] => [-5,-2,1,-4,-3] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[2,5,4,3,1] => [2,5,4,3,1] => [-1,2,5,4,3] => [1,-2,-5,-4,-3] => 15 = 14 + 1
[3,1,2,4,5] => [3,1,2,4,5] => [3,4,2,5,-1] => [-3,-4,-2,-5,1] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[3,1,2,5,4] => [3,1,2,5,4] => [3,4,2,-1,5] => [-3,-4,-2,1,-5] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[3,1,4,2,5] => [3,1,4,2,5] => [3,5,2,4,-1] => [-3,-5,-2,-4,1] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[3,1,4,5,2] => [3,1,4,5,2] => [3,-1,2,4,5] => [-3,1,-2,-4,-5] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[3,1,5,2,4] => [3,1,5,2,4] => [3,5,2,-1,4] => [-3,-5,-2,1,-4] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[3,1,5,4,2] => [3,1,5,4,2] => [3,-1,2,5,4] => [-3,1,-2,-5,-4] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[3,2,1,4,5] => [3,2,1,4,5] => [4,3,2,5,-1] => [-4,-3,-2,-5,1] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[3,2,1,5,4] => [3,2,1,5,4] => [4,3,2,-1,5] => [-4,-3,-2,1,-5] => ? ∊ {0,2,2,2,2,4,4,4,4,4,4,4,4,4,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,16,16,16,16,18} + 1
[3,2,4,5,1] => [3,2,4,5,1] => [-1,3,2,4,5] => [1,-3,-2,-4,-5] => 19 = 18 + 1
[3,2,5,4,1] => [3,2,5,4,1] => [-1,3,2,5,4] => [1,-3,-2,-5,-4] => 17 = 16 + 1
[3,4,2,5,1] => [3,4,2,5,1] => [-1,4,2,3,5] => [1,-4,-2,-3,-5] => 17 = 16 + 1
[3,4,5,2,1] => [3,4,5,2,1] => [-1,5,2,3,4] => [1,-5,-2,-3,-4] => 15 = 14 + 1
[3,5,2,4,1] => [3,5,2,4,1] => [-1,4,2,5,3] => [1,-4,-2,-5,-3] => 15 = 14 + 1
[3,5,4,2,1] => [3,5,4,2,1] => [-1,5,2,4,3] => [1,-5,-2,-4,-3] => 13 = 12 + 1
[4,2,3,5,1] => [4,2,3,5,1] => [-1,3,4,2,5] => [1,-3,-4,-2,-5] => 17 = 16 + 1
[4,2,5,3,1] => [4,2,5,3,1] => [-1,3,5,2,4] => [1,-3,-5,-2,-4] => 15 = 14 + 1
[4,3,2,5,1] => [4,3,2,5,1] => [-1,4,3,2,5] => [1,-4,-3,-2,-5] => 15 = 14 + 1
[4,3,5,2,1] => [4,3,5,2,1] => [-1,5,3,2,4] => [1,-5,-3,-2,-4] => 13 = 12 + 1
[4,5,2,3,1] => [4,5,2,3,1] => [-1,4,5,2,3] => [1,-4,-5,-2,-3] => 13 = 12 + 1
Description
The number of alignments of a signed permutation. An alignment of a signed permutation $\pi\in\mathfrak H_n$ is a pair $-n \leq i \leq j \leq n$, $i,j\neq 0$, such that one of the following conditions hold: * $i < j \leq \pi(j) < \pi(i)$, and $j > 0$ if it is a fixed point, or * $\pi(j) < \pi(i) \leq i < j)$ and $i < 0$ if it is a fixed point, or * $i \leq \pi(i) < \pi(j) \leq j$ and $i > 0$ if it is a fixed point and $j < 0$ if it is a fixed point, or * $\pi(i) \leq i < j \leq \pi(j)$ and $i < 0$ if it is a fixed point and $j > 0$ if it is a fixed point. Let $al$ be the number of alignments of $\pi$, $cr$ be the number of crossings, [[St001862]], and let $fwex$ be the number of flag weak excedances, [[St001817]]. Then $$2 cr + al = n^2 - 2n + fwex.$$
Matching statistic: St000656
Mp00063: Permutations to alternating sign matrixAlternating sign matrices
Mp00001: Alternating sign matrices to semistandard tableau via monotone trianglesSemistandard tableaux
Mp00214: Semistandard tableaux subcrystalPosets
St000656: Posets ⟶ ℤResult quality: 5% values known / values provided: 5%distinct values known / distinct values provided: 12%
Values
[1] => [[1]]
=> [[1]]
=> ([],1)
=> ? = 0
[1,2] => [[1,0],[0,1]]
=> [[1,1],[2]]
=> ([],1)
=> ? = 0
[2,1] => [[0,1],[1,0]]
=> [[1,2],[2]]
=> ([(0,1)],2)
=> 2
[1,2,3] => [[1,0,0],[0,1,0],[0,0,1]]
=> [[1,1,1],[2,2],[3]]
=> ([],1)
=> ? ∊ {0,6}
[1,3,2] => [[1,0,0],[0,0,1],[0,1,0]]
=> [[1,1,1],[2,3],[3]]
=> ([(0,1)],2)
=> 2
[2,1,3] => [[0,1,0],[1,0,0],[0,0,1]]
=> [[1,1,2],[2,2],[3]]
=> ([(0,1)],2)
=> 2
[2,3,1] => [[0,0,1],[1,0,0],[0,1,0]]
=> [[1,1,3],[2,3],[3]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[3,1,2] => [[0,1,0],[0,0,1],[1,0,0]]
=> [[1,2,2],[2,3],[3]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[3,2,1] => [[0,0,1],[0,1,0],[1,0,0]]
=> [[1,2,3],[2,3],[3]]
=> ([(0,5),(0,6),(1,7),(2,7),(3,2),(4,1),(5,3),(6,4)],8)
=> ? ∊ {0,6}
[1,2,3,4] => [[1,0,0,0],[0,1,0,0],[0,0,1,0],[0,0,0,1]]
=> [[1,1,1,1],[2,2,2],[3,3],[4]]
=> ([],1)
=> ? ∊ {0,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[1,2,4,3] => [[1,0,0,0],[0,1,0,0],[0,0,0,1],[0,0,1,0]]
=> [[1,1,1,1],[2,2,2],[3,4],[4]]
=> ([(0,1)],2)
=> 2
[1,3,2,4] => [[1,0,0,0],[0,0,1,0],[0,1,0,0],[0,0,0,1]]
=> [[1,1,1,1],[2,2,3],[3,3],[4]]
=> ([(0,1)],2)
=> 2
[1,3,4,2] => [[1,0,0,0],[0,0,0,1],[0,1,0,0],[0,0,1,0]]
=> [[1,1,1,1],[2,2,4],[3,4],[4]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[1,4,2,3] => [[1,0,0,0],[0,0,1,0],[0,0,0,1],[0,1,0,0]]
=> [[1,1,1,1],[2,3,3],[3,4],[4]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[1,4,3,2] => [[1,0,0,0],[0,0,0,1],[0,0,1,0],[0,1,0,0]]
=> [[1,1,1,1],[2,3,4],[3,4],[4]]
=> ([(0,5),(0,6),(1,7),(2,7),(3,2),(4,1),(5,3),(6,4)],8)
=> ? ∊ {0,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[2,1,3,4] => [[0,1,0,0],[1,0,0,0],[0,0,1,0],[0,0,0,1]]
=> [[1,1,1,2],[2,2,2],[3,3],[4]]
=> ([(0,1)],2)
=> 2
[2,1,4,3] => [[0,1,0,0],[1,0,0,0],[0,0,0,1],[0,0,1,0]]
=> [[1,1,1,2],[2,2,2],[3,4],[4]]
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 4
[2,3,1,4] => [[0,0,1,0],[1,0,0,0],[0,1,0,0],[0,0,0,1]]
=> [[1,1,1,3],[2,2,3],[3,3],[4]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[2,3,4,1] => [[0,0,0,1],[1,0,0,0],[0,1,0,0],[0,0,1,0]]
=> [[1,1,1,4],[2,2,4],[3,4],[4]]
=> ([(0,5),(2,7),(3,7),(4,1),(5,6),(6,2),(6,3),(7,4)],8)
=> ? ∊ {0,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[2,4,1,3] => [[0,0,1,0],[1,0,0,0],[0,0,0,1],[0,1,0,0]]
=> [[1,1,1,3],[2,3,3],[3,4],[4]]
=> ([(0,2),(0,3),(2,6),(3,6),(4,1),(5,4),(6,5)],7)
=> ? ∊ {0,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[2,4,3,1] => [[0,0,0,1],[1,0,0,0],[0,0,1,0],[0,1,0,0]]
=> [[1,1,1,4],[2,3,4],[3,4],[4]]
=> ([(0,5),(0,10),(1,16),(2,15),(3,14),(4,13),(5,12),(6,2),(6,13),(7,4),(7,14),(8,1),(9,6),(10,11),(10,12),(11,3),(11,7),(12,9),(13,15),(14,8),(15,16)],17)
=> ? ∊ {0,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[3,1,2,4] => [[0,1,0,0],[0,0,1,0],[1,0,0,0],[0,0,0,1]]
=> [[1,1,2,2],[2,2,3],[3,3],[4]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[3,1,4,2] => [[0,1,0,0],[0,0,0,1],[1,0,0,0],[0,0,1,0]]
=> [[1,1,2,2],[2,2,4],[3,4],[4]]
=> ([(0,5),(1,8),(2,7),(3,2),(3,6),(4,1),(4,6),(5,3),(5,4),(6,7),(6,8),(7,9),(8,9)],10)
=> ? ∊ {0,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[3,2,1,4] => [[0,0,1,0],[0,1,0,0],[1,0,0,0],[0,0,0,1]]
=> [[1,1,2,3],[2,2,3],[3,3],[4]]
=> ([(0,5),(0,6),(1,7),(2,7),(3,2),(4,1),(5,3),(6,4)],8)
=> ? ∊ {0,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[3,2,4,1] => [[0,0,0,1],[0,1,0,0],[1,0,0,0],[0,0,1,0]]
=> [[1,1,2,4],[2,2,4],[3,4],[4]]
=> ([(0,7),(0,8),(1,12),(2,11),(3,10),(4,10),(4,11),(5,3),(6,1),(6,13),(7,9),(8,5),(9,2),(9,4),(10,14),(11,6),(11,14),(13,12),(14,13)],15)
=> ? ∊ {0,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[3,4,1,2] => [[0,0,1,0],[0,0,0,1],[1,0,0,0],[0,1,0,0]]
=> [[1,1,3,3],[2,3,4],[3,4],[4]]
=> ([(0,8),(2,11),(2,12),(3,10),(4,9),(5,4),(5,14),(6,3),(6,14),(7,1),(8,5),(8,6),(9,11),(9,13),(10,12),(10,13),(11,15),(12,15),(13,15),(14,2),(14,9),(14,10),(15,7)],16)
=> ? ∊ {0,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[3,4,2,1] => [[0,0,0,1],[0,0,1,0],[1,0,0,0],[0,1,0,0]]
=> [[1,1,3,4],[2,3,4],[3,4],[4]]
=> ([(0,13),(0,15),(1,17),(2,16),(2,17),(3,19),(4,16),(4,18),(5,22),(6,21),(7,20),(8,23),(8,29),(9,4),(9,28),(10,3),(10,28),(11,6),(12,7),(12,24),(13,14),(14,1),(14,2),(15,9),(15,10),(16,25),(17,12),(17,25),(18,26),(18,29),(19,23),(19,26),(20,27),(22,27),(23,30),(24,20),(24,22),(25,24),(26,30),(27,21),(28,8),(28,18),(28,19),(29,5),(29,30),(30,11)],31)
=> ? ∊ {0,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[4,1,2,3] => [[0,1,0,0],[0,0,1,0],[0,0,0,1],[1,0,0,0]]
=> [[1,2,2,2],[2,3,3],[3,4],[4]]
=> ([(0,5),(2,7),(3,7),(4,1),(5,6),(6,2),(6,3),(7,4)],8)
=> ? ∊ {0,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[4,1,3,2] => [[0,1,0,0],[0,0,0,1],[0,0,1,0],[1,0,0,0]]
=> [[1,2,2,2],[2,3,4],[3,4],[4]]
=> ([(0,7),(0,8),(1,12),(2,11),(3,10),(4,10),(4,11),(5,3),(6,1),(6,13),(7,9),(8,5),(9,2),(9,4),(10,14),(11,6),(11,14),(13,12),(14,13)],15)
=> ? ∊ {0,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[4,2,1,3] => [[0,0,1,0],[0,1,0,0],[0,0,0,1],[1,0,0,0]]
=> [[1,2,2,3],[2,3,3],[3,4],[4]]
=> ([(0,5),(0,10),(1,16),(2,15),(3,14),(4,13),(5,12),(6,2),(6,13),(7,4),(7,14),(8,1),(9,6),(10,11),(10,12),(11,3),(11,7),(12,9),(13,15),(14,8),(15,16)],17)
=> ? ∊ {0,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[4,2,3,1] => [[0,0,0,1],[0,1,0,0],[0,0,1,0],[1,0,0,0]]
=> [[1,2,2,4],[2,3,4],[3,4],[4]]
=> ([(0,14),(0,15),(1,19),(2,18),(3,29),(4,30),(5,22),(6,23),(7,24),(7,25),(8,9),(9,7),(9,18),(9,19),(10,5),(11,6),(12,2),(12,29),(13,1),(13,30),(14,16),(14,28),(15,17),(15,28),(16,3),(16,12),(17,4),(17,13),(18,24),(18,27),(19,25),(19,27),(20,26),(21,26),(22,20),(23,21),(24,22),(24,31),(25,23),(25,31),(27,31),(28,8),(29,10),(30,11),(31,20),(31,21)],32)
=> ? ∊ {0,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[4,3,1,2] => [[0,0,1,0],[0,0,0,1],[0,1,0,0],[1,0,0,0]]
=> [[1,2,3,3],[2,3,4],[3,4],[4]]
=> ([(0,13),(0,15),(1,17),(2,16),(2,17),(3,19),(4,16),(4,18),(5,22),(6,21),(7,20),(8,23),(8,29),(9,4),(9,28),(10,3),(10,28),(11,6),(12,7),(12,24),(13,14),(14,1),(14,2),(15,9),(15,10),(16,25),(17,12),(17,25),(18,26),(18,29),(19,23),(19,26),(20,27),(22,27),(23,30),(24,20),(24,22),(25,24),(26,30),(27,21),(28,8),(28,18),(28,19),(29,5),(29,30),(30,11)],31)
=> ? ∊ {0,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[4,3,2,1] => [[0,0,0,1],[0,0,1,0],[0,1,0,0],[1,0,0,0]]
=> [[1,2,3,4],[2,3,4],[3,4],[4]]
=> ([(0,5),(0,16),(0,17),(1,23),(2,19),(3,11),(3,21),(4,10),(4,20),(5,12),(5,13),(6,50),(7,51),(8,24),(8,58),(9,25),(9,59),(10,14),(10,52),(11,15),(11,53),(12,26),(12,60),(13,27),(13,60),(14,54),(15,55),(16,4),(16,29),(17,3),(17,29),(18,48),(18,49),(19,32),(19,33),(20,46),(20,52),(21,47),(21,53),(22,34),(22,35),(23,18),(23,54),(23,55),(24,40),(24,42),(25,41),(25,43),(26,46),(26,56),(27,47),(27,57),(28,63),(29,1),(30,62),(31,61),(32,61),(33,61),(34,6),(34,62),(35,7),(35,62),(36,58),(37,59),(38,32),(39,33),(40,44),(41,45),(42,38),(43,39),(44,31),(45,31),(46,36),(47,37),(48,40),(48,63),(49,41),(49,63),(50,38),(51,39),(52,8),(52,36),(53,9),(53,37),(54,28),(54,48),(55,28),(55,49),(56,30),(56,34),(57,30),(57,35),(58,42),(58,50),(59,43),(59,51),(60,22),(60,56),(60,57),(62,2),(63,44),(63,45)],64)
=> ? ∊ {0,6,6,6,6,6,6,8,8,8,8,8,10,10,10,12}
[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]]
=> [[1,1,1,1,1],[2,2,2,2],[3,3,3],[4,4],[5]]
=> ([],1)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[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,1,1,1],[2,2,2,2],[3,3,3],[4,5],[5]]
=> ([(0,1)],2)
=> 2
[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,1,1,1],[2,2,2,2],[3,3,4],[4,4],[5]]
=> ([(0,1)],2)
=> 2
[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]]
=> [[1,1,1,1,1],[2,2,2,2],[3,3,5],[4,5],[5]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[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]]
=> [[1,1,1,1,1],[2,2,2,2],[3,4,4],[4,5],[5]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[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]]
=> [[1,1,1,1,1],[2,2,2,2],[3,4,5],[4,5],[5]]
=> ([(0,5),(0,6),(1,7),(2,7),(3,2),(4,1),(5,3),(6,4)],8)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[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,1,1,1],[2,2,2,3],[3,3,3],[4,4],[5]]
=> ([(0,1)],2)
=> 2
[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]]
=> [[1,1,1,1,1],[2,2,2,3],[3,3,3],[4,5],[5]]
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 4
[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]]
=> [[1,1,1,1,1],[2,2,2,4],[3,3,4],[4,4],[5]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[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]]
=> [[1,1,1,1,1],[2,2,2,5],[3,3,5],[4,5],[5]]
=> ([(0,5),(2,7),(3,7),(4,1),(5,6),(6,2),(6,3),(7,4)],8)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[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]]
=> [[1,1,1,1,1],[2,2,2,4],[3,4,4],[4,5],[5]]
=> ([(0,2),(0,3),(2,6),(3,6),(4,1),(5,4),(6,5)],7)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[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]]
=> [[1,1,1,1,1],[2,2,2,5],[3,4,5],[4,5],[5]]
=> ([(0,5),(0,10),(1,16),(2,15),(3,14),(4,13),(5,12),(6,2),(6,13),(7,4),(7,14),(8,1),(9,6),(10,11),(10,12),(11,3),(11,7),(12,9),(13,15),(14,8),(15,16)],17)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[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]]
=> [[1,1,1,1,1],[2,2,3,3],[3,3,4],[4,4],[5]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[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]]
=> [[1,1,1,1,1],[2,2,3,3],[3,3,5],[4,5],[5]]
=> ([(0,5),(1,8),(2,7),(3,2),(3,6),(4,1),(4,6),(5,3),(5,4),(6,7),(6,8),(7,9),(8,9)],10)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[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]]
=> [[1,1,1,1,1],[2,2,3,4],[3,3,4],[4,4],[5]]
=> ([(0,5),(0,6),(1,7),(2,7),(3,2),(4,1),(5,3),(6,4)],8)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[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]]
=> [[1,1,1,1,1],[2,2,3,5],[3,3,5],[4,5],[5]]
=> ([(0,7),(0,8),(1,12),(2,11),(3,10),(4,10),(4,11),(5,3),(6,1),(6,13),(7,9),(8,5),(9,2),(9,4),(10,14),(11,6),(11,14),(13,12),(14,13)],15)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[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]]
=> [[1,1,1,1,1],[2,2,4,4],[3,4,5],[4,5],[5]]
=> ([(0,8),(2,11),(2,12),(3,10),(4,9),(5,4),(5,14),(6,3),(6,14),(7,1),(8,5),(8,6),(9,11),(9,13),(10,12),(10,13),(11,15),(12,15),(13,15),(14,2),(14,9),(14,10),(15,7)],16)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[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]]
=> [[1,1,1,1,1],[2,2,4,5],[3,4,5],[4,5],[5]]
=> ([(0,13),(0,15),(1,17),(2,16),(2,17),(3,19),(4,16),(4,18),(5,22),(6,21),(7,20),(8,23),(8,29),(9,4),(9,28),(10,3),(10,28),(11,6),(12,7),(12,24),(13,14),(14,1),(14,2),(15,9),(15,10),(16,25),(17,12),(17,25),(18,26),(18,29),(19,23),(19,26),(20,27),(22,27),(23,30),(24,20),(24,22),(25,24),(26,30),(27,21),(28,8),(28,18),(28,19),(29,5),(29,30),(30,11)],31)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,5,2,3,4] => [[1,0,0,0,0],[0,0,1,0,0],[0,0,0,1,0],[0,0,0,0,1],[0,1,0,0,0]]
=> [[1,1,1,1,1],[2,3,3,3],[3,4,4],[4,5],[5]]
=> ([(0,5),(2,7),(3,7),(4,1),(5,6),(6,2),(6,3),(7,4)],8)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,5,2,4,3] => [[1,0,0,0,0],[0,0,1,0,0],[0,0,0,0,1],[0,0,0,1,0],[0,1,0,0,0]]
=> [[1,1,1,1,1],[2,3,3,3],[3,4,5],[4,5],[5]]
=> ([(0,7),(0,8),(1,12),(2,11),(3,10),(4,10),(4,11),(5,3),(6,1),(6,13),(7,9),(8,5),(9,2),(9,4),(10,14),(11,6),(11,14),(13,12),(14,13)],15)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,5,3,2,4] => [[1,0,0,0,0],[0,0,0,1,0],[0,0,1,0,0],[0,0,0,0,1],[0,1,0,0,0]]
=> [[1,1,1,1,1],[2,3,3,4],[3,4,4],[4,5],[5]]
=> ([(0,5),(0,10),(1,16),(2,15),(3,14),(4,13),(5,12),(6,2),(6,13),(7,4),(7,14),(8,1),(9,6),(10,11),(10,12),(11,3),(11,7),(12,9),(13,15),(14,8),(15,16)],17)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,5,3,4,2] => [[1,0,0,0,0],[0,0,0,0,1],[0,0,1,0,0],[0,0,0,1,0],[0,1,0,0,0]]
=> [[1,1,1,1,1],[2,3,3,5],[3,4,5],[4,5],[5]]
=> ([(0,14),(0,15),(1,19),(2,18),(3,29),(4,30),(5,22),(6,23),(7,24),(7,25),(8,9),(9,7),(9,18),(9,19),(10,5),(11,6),(12,2),(12,29),(13,1),(13,30),(14,16),(14,28),(15,17),(15,28),(16,3),(16,12),(17,4),(17,13),(18,24),(18,27),(19,25),(19,27),(20,26),(21,26),(22,20),(23,21),(24,22),(24,31),(25,23),(25,31),(27,31),(28,8),(29,10),(30,11),(31,20),(31,21)],32)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,5,4,2,3] => [[1,0,0,0,0],[0,0,0,1,0],[0,0,0,0,1],[0,0,1,0,0],[0,1,0,0,0]]
=> [[1,1,1,1,1],[2,3,4,4],[3,4,5],[4,5],[5]]
=> ([(0,13),(0,15),(1,17),(2,16),(2,17),(3,19),(4,16),(4,18),(5,22),(6,21),(7,20),(8,23),(8,29),(9,4),(9,28),(10,3),(10,28),(11,6),(12,7),(12,24),(13,14),(14,1),(14,2),(15,9),(15,10),(16,25),(17,12),(17,25),(18,26),(18,29),(19,23),(19,26),(20,27),(22,27),(23,30),(24,20),(24,22),(25,24),(26,30),(27,21),(28,8),(28,18),(28,19),(29,5),(29,30),(30,11)],31)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[1,5,4,3,2] => [[1,0,0,0,0],[0,0,0,0,1],[0,0,0,1,0],[0,0,1,0,0],[0,1,0,0,0]]
=> [[1,1,1,1,1],[2,3,4,5],[3,4,5],[4,5],[5]]
=> ([(0,5),(0,16),(0,17),(1,23),(2,19),(3,11),(3,21),(4,10),(4,20),(5,12),(5,13),(6,50),(7,51),(8,24),(8,58),(9,25),(9,59),(10,14),(10,52),(11,15),(11,53),(12,26),(12,60),(13,27),(13,60),(14,54),(15,55),(16,4),(16,29),(17,3),(17,29),(18,48),(18,49),(19,32),(19,33),(20,46),(20,52),(21,47),(21,53),(22,34),(22,35),(23,18),(23,54),(23,55),(24,40),(24,42),(25,41),(25,43),(26,46),(26,56),(27,47),(27,57),(28,63),(29,1),(30,62),(31,61),(32,61),(33,61),(34,6),(34,62),(35,7),(35,62),(36,58),(37,59),(38,32),(39,33),(40,44),(41,45),(42,38),(43,39),(44,31),(45,31),(46,36),(47,37),(48,40),(48,63),(49,41),(49,63),(50,38),(51,39),(52,8),(52,36),(53,9),(53,37),(54,28),(54,48),(55,28),(55,49),(56,30),(56,34),(57,30),(57,35),(58,42),(58,50),(59,43),(59,51),(60,22),(60,56),(60,57),(62,2),(63,44),(63,45)],64)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,1,3,4,5] => [[0,1,0,0,0],[1,0,0,0,0],[0,0,1,0,0],[0,0,0,1,0],[0,0,0,0,1]]
=> [[1,1,1,1,2],[2,2,2,2],[3,3,3],[4,4],[5]]
=> ([(0,1)],2)
=> 2
[2,1,3,5,4] => [[0,1,0,0,0],[1,0,0,0,0],[0,0,1,0,0],[0,0,0,0,1],[0,0,0,1,0]]
=> [[1,1,1,1,2],[2,2,2,2],[3,3,3],[4,5],[5]]
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 4
[2,1,4,3,5] => [[0,1,0,0,0],[1,0,0,0,0],[0,0,0,1,0],[0,0,1,0,0],[0,0,0,0,1]]
=> [[1,1,1,1,2],[2,2,2,2],[3,3,4],[4,4],[5]]
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 4
[2,1,4,5,3] => [[0,1,0,0,0],[1,0,0,0,0],[0,0,0,0,1],[0,0,1,0,0],[0,0,0,1,0]]
=> [[1,1,1,1,2],[2,2,2,2],[3,3,5],[4,5],[5]]
=> ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,1,5,3,4] => [[0,1,0,0,0],[1,0,0,0,0],[0,0,0,1,0],[0,0,0,0,1],[0,0,1,0,0]]
=> [[1,1,1,1,2],[2,2,2,2],[3,4,4],[4,5],[5]]
=> ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,1,5,4,3] => [[0,1,0,0,0],[1,0,0,0,0],[0,0,0,0,1],[0,0,0,1,0],[0,0,1,0,0]]
=> [[1,1,1,1,2],[2,2,2,2],[3,4,5],[4,5],[5]]
=> ([(0,3),(0,6),(0,7),(1,8),(1,12),(2,8),(2,11),(3,9),(3,10),(4,2),(4,13),(5,1),(5,14),(6,4),(6,9),(7,5),(7,10),(8,15),(9,13),(10,14),(11,15),(12,15),(13,11),(14,12)],16)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,3,1,4,5] => [[0,0,1,0,0],[1,0,0,0,0],[0,1,0,0,0],[0,0,0,1,0],[0,0,0,0,1]]
=> [[1,1,1,1,3],[2,2,2,3],[3,3,3],[4,4],[5]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[2,3,1,5,4] => [[0,0,1,0,0],[1,0,0,0,0],[0,1,0,0,0],[0,0,0,0,1],[0,0,0,1,0]]
=> [[1,1,1,1,3],[2,2,2,3],[3,3,3],[4,5],[5]]
=> ([(0,2),(0,4),(1,6),(2,5),(3,1),(3,7),(4,3),(4,5),(5,7),(7,6)],8)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,3,4,1,5] => [[0,0,0,1,0],[1,0,0,0,0],[0,1,0,0,0],[0,0,1,0,0],[0,0,0,0,1]]
=> [[1,1,1,1,4],[2,2,2,4],[3,3,4],[4,4],[5]]
=> ([(0,5),(2,7),(3,7),(4,1),(5,6),(6,2),(6,3),(7,4)],8)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,3,4,5,1] => [[0,0,0,0,1],[1,0,0,0,0],[0,1,0,0,0],[0,0,1,0,0],[0,0,0,1,0]]
=> [[1,1,1,1,5],[2,2,2,5],[3,3,5],[4,5],[5]]
=> ([(0,9),(1,13),(2,14),(4,12),(5,11),(6,1),(6,12),(7,3),(8,5),(8,15),(9,10),(10,4),(10,6),(11,14),(12,8),(12,13),(13,15),(14,7),(15,2),(15,11)],16)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,3,5,1,4] => [[0,0,0,1,0],[1,0,0,0,0],[0,1,0,0,0],[0,0,0,0,1],[0,0,1,0,0]]
=> [[1,1,1,1,4],[2,2,2,4],[3,4,4],[4,5],[5]]
=> ([(0,4),(0,8),(1,11),(3,10),(4,9),(5,2),(6,3),(6,12),(7,5),(8,6),(8,9),(9,12),(10,11),(11,7),(12,1),(12,10)],13)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,3,5,4,1] => [[0,0,0,0,1],[1,0,0,0,0],[0,1,0,0,0],[0,0,0,1,0],[0,0,1,0,0]]
=> [[1,1,1,1,5],[2,2,2,5],[3,4,5],[4,5],[5]]
=> ([(0,8),(0,16),(1,19),(1,20),(2,21),(3,23),(4,26),(5,24),(6,22),(7,27),(8,18),(9,10),(9,20),(10,4),(10,31),(11,2),(11,30),(12,3),(13,7),(13,29),(14,11),(14,28),(15,6),(15,25),(16,17),(16,18),(17,1),(17,9),(17,33),(18,33),(19,24),(20,13),(20,31),(21,32),(22,32),(24,14),(25,12),(26,28),(27,25),(28,30),(29,15),(29,27),(30,21),(30,22),(31,26),(31,29),(32,23),(33,5),(33,19)],34)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,4,1,3,5] => [[0,0,1,0,0],[1,0,0,0,0],[0,0,0,1,0],[0,1,0,0,0],[0,0,0,0,1]]
=> [[1,1,1,1,3],[2,2,3,3],[3,3,4],[4,4],[5]]
=> ([(0,2),(0,3),(2,6),(3,6),(4,1),(5,4),(6,5)],7)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,4,1,5,3] => [[0,0,1,0,0],[1,0,0,0,0],[0,0,0,0,1],[0,1,0,0,0],[0,0,0,1,0]]
=> [[1,1,1,1,3],[2,2,3,3],[3,3,5],[4,5],[5]]
=> ([(0,6),(0,7),(1,5),(1,15),(2,4),(2,14),(3,13),(4,12),(5,3),(5,16),(6,9),(7,2),(7,9),(9,1),(9,14),(10,11),(11,8),(12,10),(13,8),(14,12),(14,15),(15,10),(15,16),(16,11),(16,13)],17)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,4,3,1,5] => [[0,0,0,1,0],[1,0,0,0,0],[0,0,1,0,0],[0,1,0,0,0],[0,0,0,0,1]]
=> [[1,1,1,1,4],[2,2,3,4],[3,3,4],[4,4],[5]]
=> ([(0,5),(0,10),(1,16),(2,15),(3,14),(4,13),(5,12),(6,2),(6,13),(7,4),(7,14),(8,1),(9,6),(10,11),(10,12),(11,3),(11,7),(12,9),(13,15),(14,8),(15,16)],17)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,4,3,5,1] => [[0,0,0,0,1],[1,0,0,0,0],[0,0,1,0,0],[0,1,0,0,0],[0,0,0,1,0]]
=> [[1,1,1,1,5],[2,2,3,5],[3,3,5],[4,5],[5]]
=> ([(0,8),(0,13),(1,19),(2,16),(2,18),(3,21),(4,26),(5,24),(6,16),(6,22),(7,20),(7,23),(8,17),(9,4),(9,18),(10,9),(11,7),(11,30),(12,3),(12,25),(13,14),(13,17),(14,1),(14,15),(15,2),(15,6),(15,19),(16,28),(17,10),(18,26),(18,28),(19,11),(19,22),(20,24),(20,31),(22,30),(23,31),(24,12),(24,27),(25,21),(26,23),(26,29),(27,25),(28,29),(29,31),(30,5),(30,20),(31,27)],32)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,4,5,1,3] => [[0,0,0,1,0],[1,0,0,0,0],[0,0,0,0,1],[0,1,0,0,0],[0,0,1,0,0]]
=> [[1,1,1,1,4],[2,2,4,4],[3,4,5],[4,5],[5]]
=> ([(0,9),(0,10),(1,2),(3,7),(3,23),(4,6),(4,22),(5,15),(6,16),(7,8),(7,24),(8,20),(9,19),(10,4),(10,19),(11,14),(11,18),(12,26),(13,26),(14,25),(15,1),(16,21),(17,13),(17,25),(18,12),(18,25),(19,3),(19,22),(20,12),(20,13),(21,14),(21,17),(22,16),(22,23),(23,11),(23,21),(23,24),(24,17),(24,18),(24,20),(25,5),(25,26),(26,15)],27)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[2,4,5,3,1] => [[0,0,0,0,1],[1,0,0,0,0],[0,0,0,1,0],[0,1,0,0,0],[0,0,1,0,0]]
=> [[1,1,1,1,5],[2,2,4,5],[3,4,5],[4,5],[5]]
=> ([(0,17),(0,18),(1,11),(1,12),(2,53),(3,50),(4,33),(5,16),(5,65),(6,13),(6,61),(7,14),(7,62),(8,15),(8,51),(9,25),(9,63),(10,24),(10,52),(11,54),(12,22),(12,23),(12,54),(13,36),(14,35),(15,40),(16,59),(17,1),(17,48),(18,7),(18,48),(19,32),(19,45),(20,29),(20,38),(21,55),(21,58),(22,49),(22,60),(23,42),(23,49),(24,31),(24,46),(25,21),(25,60),(25,64),(27,70),(28,70),(29,67),(30,66),(31,68),(32,3),(32,69),(33,8),(34,39),(35,57),(36,39),(37,32),(37,66),(38,19),(38,37),(38,67),(39,26),(40,26),(41,30),(41,67),(42,52),(43,44),(43,68),(44,28),(44,69),(45,27),(45,69),(46,53),(46,68),(47,61),(48,9),(48,62),(49,5),(49,56),(50,34),(51,40),(52,2),(52,46),(53,6),(53,47),(54,10),(54,42),(55,31),(55,43),(56,43),(56,65),(57,29),(57,41),(58,30),(58,37),(59,27),(59,28),(60,55),(60,56),(61,34),(61,36),(62,35),(62,63),(63,20),(63,57),(63,64),(64,38),(64,41),(64,58),(65,44),(65,45),(65,59),(66,33),(67,4),(67,66),(68,47),(69,50),(69,70),(70,51)],71)
=> ? ∊ {0,6,6,6,6,6,6,6,6,6,6,6,6,6,6,6,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,16,16,16,16,16,16,16,16,16,18,18,18,18,20}
[3,1,2,4,5] => [[0,1,0,0,0],[0,0,1,0,0],[1,0,0,0,0],[0,0,0,1,0],[0,0,0,0,1]]
=> [[1,1,1,2,2],[2,2,2,3],[3,3,3],[4,4],[5]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[1,2,3,4,6,5] => [[1,0,0,0,0,0],[0,1,0,0,0,0],[0,0,1,0,0,0],[0,0,0,1,0,0],[0,0,0,0,0,1],[0,0,0,0,1,0]]
=> [[1,1,1,1,1,1],[2,2,2,2,2],[3,3,3,3],[4,4,4],[5,6],[6]]
=> ([(0,1)],2)
=> 2
[1,2,3,5,4,6] => [[1,0,0,0,0,0],[0,1,0,0,0,0],[0,0,1,0,0,0],[0,0,0,0,1,0],[0,0,0,1,0,0],[0,0,0,0,0,1]]
=> [[1,1,1,1,1,1],[2,2,2,2,2],[3,3,3,3],[4,4,5],[5,5],[6]]
=> ([(0,1)],2)
=> 2
[1,2,3,5,6,4] => [[1,0,0,0,0,0],[0,1,0,0,0,0],[0,0,1,0,0,0],[0,0,0,0,0,1],[0,0,0,1,0,0],[0,0,0,0,1,0]]
=> [[1,1,1,1,1,1],[2,2,2,2,2],[3,3,3,3],[4,4,6],[5,6],[6]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[1,2,4,3,5,6] => [[1,0,0,0,0,0],[0,1,0,0,0,0],[0,0,0,1,0,0],[0,0,1,0,0,0],[0,0,0,0,1,0],[0,0,0,0,0,1]]
=> [[1,1,1,1,1,1],[2,2,2,2,2],[3,3,3,4],[4,4,4],[5,5],[6]]
=> ([(0,1)],2)
=> 2
[1,2,4,3,6,5] => [[1,0,0,0,0,0],[0,1,0,0,0,0],[0,0,0,1,0,0],[0,0,1,0,0,0],[0,0,0,0,0,1],[0,0,0,0,1,0]]
=> [[1,1,1,1,1,1],[2,2,2,2,2],[3,3,3,4],[4,4,4],[5,6],[6]]
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 4
[1,2,4,5,3,6] => [[1,0,0,0,0,0],[0,1,0,0,0,0],[0,0,0,0,1,0],[0,0,1,0,0,0],[0,0,0,1,0,0],[0,0,0,0,0,1]]
=> [[1,1,1,1,1,1],[2,2,2,2,2],[3,3,3,5],[4,4,5],[5,5],[6]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[1,3,2,4,5,6] => [[1,0,0,0,0,0],[0,0,1,0,0,0],[0,1,0,0,0,0],[0,0,0,1,0,0],[0,0,0,0,1,0],[0,0,0,0,0,1]]
=> [[1,1,1,1,1,1],[2,2,2,2,3],[3,3,3,3],[4,4,4],[5,5],[6]]
=> ([(0,1)],2)
=> 2
[1,3,2,4,6,5] => [[1,0,0,0,0,0],[0,0,1,0,0,0],[0,1,0,0,0,0],[0,0,0,1,0,0],[0,0,0,0,0,1],[0,0,0,0,1,0]]
=> [[1,1,1,1,1,1],[2,2,2,2,3],[3,3,3,3],[4,4,4],[5,6],[6]]
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 4
[1,3,2,5,4,6] => [[1,0,0,0,0,0],[0,0,1,0,0,0],[0,1,0,0,0,0],[0,0,0,0,1,0],[0,0,0,1,0,0],[0,0,0,0,0,1]]
=> [[1,1,1,1,1,1],[2,2,2,2,3],[3,3,3,3],[4,4,5],[5,5],[6]]
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 4
[1,3,4,2,5,6] => [[1,0,0,0,0,0],[0,0,0,1,0,0],[0,1,0,0,0,0],[0,0,1,0,0,0],[0,0,0,0,1,0],[0,0,0,0,0,1]]
=> [[1,1,1,1,1,1],[2,2,2,2,4],[3,3,3,4],[4,4,4],[5,5],[6]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
[2,1,3,4,5,6] => [[0,1,0,0,0,0],[1,0,0,0,0,0],[0,0,1,0,0,0],[0,0,0,1,0,0],[0,0,0,0,1,0],[0,0,0,0,0,1]]
=> [[1,1,1,1,1,2],[2,2,2,2,2],[3,3,3,3],[4,4,4],[5,5],[6]]
=> ([(0,1)],2)
=> 2
[2,1,3,4,6,5] => [[0,1,0,0,0,0],[1,0,0,0,0,0],[0,0,1,0,0,0],[0,0,0,1,0,0],[0,0,0,0,0,1],[0,0,0,0,1,0]]
=> [[1,1,1,1,1,2],[2,2,2,2,2],[3,3,3,3],[4,4,4],[5,6],[6]]
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 4
[2,1,3,5,4,6] => [[0,1,0,0,0,0],[1,0,0,0,0,0],[0,0,1,0,0,0],[0,0,0,0,1,0],[0,0,0,1,0,0],[0,0,0,0,0,1]]
=> [[1,1,1,1,1,2],[2,2,2,2,2],[3,3,3,3],[4,4,5],[5,5],[6]]
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 4
[2,1,4,3,5,6] => [[0,1,0,0,0,0],[1,0,0,0,0,0],[0,0,0,1,0,0],[0,0,1,0,0,0],[0,0,0,0,1,0],[0,0,0,0,0,1]]
=> [[1,1,1,1,1,2],[2,2,2,2,2],[3,3,3,4],[4,4,4],[5,5],[6]]
=> ([(0,1),(0,2),(1,3),(2,3)],4)
=> 4
[2,3,1,4,5,6] => [[0,0,1,0,0,0],[1,0,0,0,0,0],[0,1,0,0,0,0],[0,0,0,1,0,0],[0,0,0,0,1,0],[0,0,0,0,0,1]]
=> [[1,1,1,1,1,3],[2,2,2,2,3],[3,3,3,3],[4,4,4],[5,5],[6]]
=> ([(0,3),(2,1),(3,2)],4)
=> 4
Description
The number of cuts of a poset. A cut is a subset $A$ of the poset such that the set of lower bounds of the set of upper bounds of $A$ is exactly $A$.
The following 6 statistics, ordered by result quality, also match your data. Click on any of them to see the details.
St001433The flag major index of a signed permutation. St001819The flag Denert index of a signed permutation. St001695The natural comajor index of a standard Young tableau. St001698The comajor index of a standard tableau minus the weighted size of its shape. St001699The major index of a standard tableau minus the weighted size of its shape. St001232The number of indecomposable modules with projective dimension 2 for Nakayama algebras with global dimension at most 2.