Values
[2,1] => [2,1] => [-2,-1] => [2] => 0
[1,3,2] => [1,3,2] => [-1,-3,-2] => [2] => 0
[2,1,3] => [2,1,3] => [-2,-1,-3] => [2] => 0
[3,2,1] => [3,2,1] => [-3,-2,-1] => [2] => 0
[1,2,4,3] => [1,2,4,3] => [-1,-2,-4,-3] => [2] => 0
[1,3,2,4] => [1,3,2,4] => [-1,-3,-2,-4] => [2] => 0
[1,4,3,2] => [1,4,3,2] => [-1,-4,-3,-2] => [2] => 0
[2,1,3,4] => [2,1,3,4] => [-2,-1,-3,-4] => [2] => 0
[2,1,4,3] => [2,1,4,3] => [-2,-1,-4,-3] => [2,2] => 2
[2,3,4,1] => [2,3,4,1] => [-2,-3,-4,-1] => [4] => 0
[2,4,1,3] => [2,4,1,3] => [-2,-4,-1,-3] => [4] => 0
[3,1,4,2] => [3,1,4,2] => [-3,-1,-4,-2] => [4] => 0
[3,2,1,4] => [3,2,1,4] => [-3,-2,-1,-4] => [2] => 0
[3,4,1,2] => [3,4,1,2] => [-3,-4,-1,-2] => [2,2] => 2
[3,4,2,1] => [3,4,2,1] => [-3,-4,-2,-1] => [4] => 0
[4,1,2,3] => [4,1,2,3] => [-4,-1,-2,-3] => [4] => 0
[4,2,3,1] => [4,2,3,1] => [-4,-2,-3,-1] => [2] => 0
[4,3,1,2] => [4,3,1,2] => [-4,-3,-1,-2] => [4] => 0
[4,3,2,1] => [4,3,2,1] => [-4,-3,-2,-1] => [2,2] => 2
[1,2,3,5,4] => [1,2,3,5,4] => [-1,-2,-3,-5,-4] => [2] => 0
[1,2,4,3,5] => [1,2,4,3,5] => [-1,-2,-4,-3,-5] => [2] => 0
[1,2,5,4,3] => [1,2,5,4,3] => [-1,-2,-5,-4,-3] => [2] => 0
[1,3,2,4,5] => [1,3,2,4,5] => [-1,-3,-2,-4,-5] => [2] => 0
[1,3,2,5,4] => [1,3,2,5,4] => [-1,-3,-2,-5,-4] => [2,2] => 2
[1,3,4,5,2] => [1,3,4,5,2] => [-1,-3,-4,-5,-2] => [4] => 0
[1,3,5,2,4] => [1,3,5,2,4] => [-1,-3,-5,-2,-4] => [4] => 0
[1,4,2,5,3] => [1,4,2,5,3] => [-1,-4,-2,-5,-3] => [4] => 0
[1,4,3,2,5] => [1,4,3,2,5] => [-1,-4,-3,-2,-5] => [2] => 0
[1,4,5,2,3] => [1,4,5,2,3] => [-1,-4,-5,-2,-3] => [2,2] => 2
[1,4,5,3,2] => [1,4,5,3,2] => [-1,-4,-5,-3,-2] => [4] => 0
[1,5,2,3,4] => [1,5,2,3,4] => [-1,-5,-2,-3,-4] => [4] => 0
[1,5,3,4,2] => [1,5,3,4,2] => [-1,-5,-3,-4,-2] => [2] => 0
[1,5,4,2,3] => [1,5,4,2,3] => [-1,-5,-4,-2,-3] => [4] => 0
[1,5,4,3,2] => [1,5,4,3,2] => [-1,-5,-4,-3,-2] => [2,2] => 2
[2,1,3,4,5] => [2,1,3,4,5] => [-2,-1,-3,-4,-5] => [2] => 0
[2,1,3,5,4] => [2,1,3,5,4] => [-2,-1,-3,-5,-4] => [2,2] => 2
[2,1,4,3,5] => [2,1,4,3,5] => [-2,-1,-4,-3,-5] => [2,2] => 2
[2,1,4,5,3] => [2,1,4,5,3] => [-2,-1,-4,-5,-3] => [2] => 0
[2,1,5,3,4] => [2,1,5,3,4] => [-2,-1,-5,-3,-4] => [2] => 0
[2,1,5,4,3] => [2,1,5,4,3] => [-2,-1,-5,-4,-3] => [2,2] => 2
[2,3,1,5,4] => [2,3,1,5,4] => [-2,-3,-1,-5,-4] => [2] => 0
[2,3,4,1,5] => [2,3,4,1,5] => [-2,-3,-4,-1,-5] => [4] => 0
[2,3,5,4,1] => [2,3,5,4,1] => [-2,-3,-5,-4,-1] => [4] => 0
[2,4,1,3,5] => [2,4,1,3,5] => [-2,-4,-1,-3,-5] => [4] => 0
[2,4,3,5,1] => [2,4,3,5,1] => [-2,-4,-3,-5,-1] => [4] => 0
[2,4,5,1,3] => [2,4,5,1,3] => [-2,-4,-5,-1,-3] => [2] => 0
[2,5,1,4,3] => [2,5,1,4,3] => [-2,-5,-1,-4,-3] => [4] => 0
[2,5,3,1,4] => [2,5,3,1,4] => [-2,-5,-3,-1,-4] => [4] => 0
[2,5,4,3,1] => [2,5,4,3,1] => [-2,-5,-4,-3,-1] => [2] => 0
[3,1,2,5,4] => [3,1,2,5,4] => [-3,-1,-2,-5,-4] => [2] => 0
[3,1,4,2,5] => [3,1,4,2,5] => [-3,-1,-4,-2,-5] => [4] => 0
[3,1,5,4,2] => [3,1,5,4,2] => [-3,-1,-5,-4,-2] => [4] => 0
[3,2,1,4,5] => [3,2,1,4,5] => [-3,-2,-1,-4,-5] => [2] => 0
[3,2,1,5,4] => [3,2,1,5,4] => [-3,-2,-1,-5,-4] => [2,2] => 2
[3,2,4,5,1] => [3,2,4,5,1] => [-3,-2,-4,-5,-1] => [4] => 0
[3,2,5,1,4] => [3,2,5,1,4] => [-3,-2,-5,-1,-4] => [4] => 0
[3,4,1,2,5] => [3,4,1,2,5] => [-3,-4,-1,-2,-5] => [2,2] => 2
[3,4,1,5,2] => [3,4,1,5,2] => [-3,-4,-1,-5,-2] => [2] => 0
[3,4,2,1,5] => [3,4,2,1,5] => [-3,-4,-2,-1,-5] => [4] => 0
[3,4,5,2,1] => [3,4,5,2,1] => [-3,-4,-5,-2,-1] => [2] => 0
[3,5,1,2,4] => [3,5,1,2,4] => [-3,-5,-1,-2,-4] => [2] => 0
[3,5,1,4,2] => [3,5,1,4,2] => [-3,-5,-1,-4,-2] => [2,2] => 2
[3,5,2,4,1] => [3,5,2,4,1] => [-3,-5,-2,-4,-1] => [4] => 0
[3,5,4,1,2] => [3,5,4,1,2] => [-3,-5,-4,-1,-2] => [2] => 0
[4,1,2,3,5] => [4,1,2,3,5] => [-4,-1,-2,-3,-5] => [4] => 0
[4,1,3,5,2] => [4,1,3,5,2] => [-4,-1,-3,-5,-2] => [4] => 0
[4,1,5,2,3] => [4,1,5,2,3] => [-4,-1,-5,-2,-3] => [2] => 0
[4,2,1,5,3] => [4,2,1,5,3] => [-4,-2,-1,-5,-3] => [4] => 0
[4,2,3,1,5] => [4,2,3,1,5] => [-4,-2,-3,-1,-5] => [2] => 0
[4,2,5,1,3] => [4,2,5,1,3] => [-4,-2,-5,-1,-3] => [2,2] => 2
[4,2,5,3,1] => [4,2,5,3,1] => [-4,-2,-5,-3,-1] => [4] => 0
[4,3,1,2,5] => [4,3,1,2,5] => [-4,-3,-1,-2,-5] => [4] => 0
[4,3,2,1,5] => [4,3,2,1,5] => [-4,-3,-2,-1,-5] => [2,2] => 2
[4,3,2,5,1] => [4,3,2,5,1] => [-4,-3,-2,-5,-1] => [2] => 0
[4,3,5,1,2] => [4,3,5,1,2] => [-4,-3,-5,-1,-2] => [2] => 0
[4,5,1,3,2] => [4,5,1,3,2] => [-4,-5,-1,-3,-2] => [2] => 0
[4,5,2,1,3] => [4,5,2,1,3] => [-4,-5,-2,-1,-3] => [2] => 0
[4,5,3,1,2] => [4,5,3,1,2] => [-4,-5,-3,-1,-2] => [2,2] => 2
[4,5,3,2,1] => [4,5,3,2,1] => [-4,-5,-3,-2,-1] => [4] => 0
[5,1,2,4,3] => [5,1,2,4,3] => [-5,-1,-2,-4,-3] => [4] => 0
[5,1,3,2,4] => [5,1,3,2,4] => [-5,-1,-3,-2,-4] => [4] => 0
[5,1,4,3,2] => [5,1,4,3,2] => [-5,-1,-4,-3,-2] => [2] => 0
[5,2,1,3,4] => [5,2,1,3,4] => [-5,-2,-1,-3,-4] => [4] => 0
[5,2,3,4,1] => [5,2,3,4,1] => [-5,-2,-3,-4,-1] => [2] => 0
[5,2,4,1,3] => [5,2,4,1,3] => [-5,-2,-4,-1,-3] => [4] => 0
[5,2,4,3,1] => [5,2,4,3,1] => [-5,-2,-4,-3,-1] => [2,2] => 2
[5,3,1,4,2] => [5,3,1,4,2] => [-5,-3,-1,-4,-2] => [4] => 0
[5,3,2,1,4] => [5,3,2,1,4] => [-5,-3,-2,-1,-4] => [2] => 0
[5,3,2,4,1] => [5,3,2,4,1] => [-5,-3,-2,-4,-1] => [2,2] => 2
[5,3,4,2,1] => [5,3,4,2,1] => [-5,-3,-4,-2,-1] => [2] => 0
[5,4,1,2,3] => [5,4,1,2,3] => [-5,-4,-1,-2,-3] => [2] => 0
[5,4,2,3,1] => [5,4,2,3,1] => [-5,-4,-2,-3,-1] => [2] => 0
[5,4,3,1,2] => [5,4,3,1,2] => [-5,-4,-3,-1,-2] => [4] => 0
[5,4,3,2,1] => [5,4,3,2,1] => [-5,-4,-3,-2,-1] => [2,2] => 2
search for individual values
searching the database for the individual values of this statistic
Description
The smallest integer d such that the restriction of the representation corresponding to a partition of n to the symmetric group on n-d letters has a constituent of odd degree.
For example, restricting $S_{(6,3)}$ to $\mathfrak S_8$ yields $$S_{(5,3)}\oplus S_{(6,2)}$$ of degrees (number of standard Young tableaux) 28 and 20, none of which are odd. Restricting to $\mathfrak S_7$ yields $$S_{(4,3)}\oplus 2S_{(5,2)}\oplus S_{(6,1)}$$ of degrees 14, 14 and 6. However, restricting to $\mathfrak S_6$ yields
$$S_{(3,3)}\oplus 3S_{(4,2)}\oplus 3S_{(5,1)}\oplus S_6$$ of degrees 5,9,5 and 1. Therefore, the statistic on the partition $(6,3)$ gives 3.
This is related to $2$-saturations of Welter's game, see [1, Corollary 1.2].
Map
to signed permutation
Description
The signed permutation with all signs positive.
Map
bar
Description
Return the signed permutation with all signs reversed.
Map
even cycle type
Description
The partition corresponding to the even cycles.
A cycle of length $\ell$ of a signed permutation $\pi$ can be written in two line notation as
$$\begin{array}{cccc} a_1 & a_2 & \dots & a_\ell \\ \pi(a_1) & \pi(a_2) & \dots & \pi(a_\ell) \end{array}$$
where $a_i > 0$ for all $i$, $a_{i+1} = |\pi(a_i)|$ for $i < \ell$ and $a_1 = |\pi(a_\ell)|$.
The cycle is even, if the number of negative elements in the second row is even.
This map records the integer partition given by the lengths of the odd cycles.
The integer partition of even cycles together with the integer partition of the odd cycles determines the conjugacy class of the signed permutation.