Identifier
Values
[2] => 1
[1,1] => 0
[3] => 1
[2,1] => 0
[1,1,1] => 0
[4] => 2
[3,1] => 5
[2,2] => 2
[2,1,1] => 1
[1,1,1,1] => 0
[5] => 3
[4,1] => 4
[3,2] => 14
[3,1,1] => 6
[2,2,1] => 1
[2,1,1,1] => 0
[1,1,1,1,1] => 0
[6] => 4
[5,1] => 19
[4,2] => 27
[4,1,1] => 16
[3,3] => 14
[3,2,1] => 0
[3,1,1,1] => 14
[2,2,2] => 6
[2,2,1,1] => 9
[2,1,1,1,1] => 1
[1,1,1,1,1,1] => 0
[7] => 4
[6,1] => 18
[5,2] => 42
[5,1,1] => 45
[4,3] => 36
[4,2,1] => 97
[4,1,1,1] => 20
[3,3,1] => 62
[3,2,2] => 22
[3,2,1,1] => 43
[3,1,1,1,1] => 15
[2,2,2,1] => 6
[2,2,1,1,1] => 0
[2,1,1,1,1,1] => 0
[1,1,1,1,1,1,1] => 0
[8] => 6
[7,1] => 40
[6,2] => 94
[6,1,1] => 93
[5,3] => 106
[5,2,1] => 64
[5,1,1,1] => 145
[4,4] => 64
[4,3,1] => 342
[4,2,2] => 154
[4,2,1,1] => 270
[4,1,1,1,1] => 65
[3,3,2] => 126
[3,3,1,1] => 70
[3,2,2,1] => 78
[3,2,1,1,1] => 0
[3,1,1,1,1,1] => 33
[2,2,2,2] => 20
[2,2,2,1,1] => 34
[2,2,1,1,1,1] => 6
[2,1,1,1,1,1,1] => 2
[1,1,1,1,1,1,1,1] => 0
[9] => 7
[8,1] => 32
[7,2] => 187
[7,1,1] => 112
[6,3] => 144
[6,2,1] => 629
[6,1,1,1] => 168
[5,4] => 226
[5,3,1] => 704
[5,2,2] => 282
[5,2,1,1] => 659
[5,1,1,1,1] => 210
[4,4,1] => 266
[4,3,2] => 664
[4,3,1,1] => 592
[4,2,2,1] => 272
[4,2,1,1,1] => 664
[4,1,1,1,1,1] => 56
[3,3,3] => 126
[3,3,2,1] => 8
[3,3,1,1,1] => 198
[3,2,2,2] => 154
[3,2,2,1,1] => 268
[3,2,1,1,1,1] => 106
[3,1,1,1,1,1,1] => 28
[2,2,2,2,1] => 26
[2,2,2,1,1,1] => 0
[2,2,1,1,1,1,1] => 2
[2,1,1,1,1,1,1,1] => 0
[1,1,1,1,1,1,1,1,1] => 0
[10] => 8
[9,1] => 71
[8,2] => 254
[8,1,1] => 172
[7,3] => 571
[7,2,1] => 480
>>> Load all 270 entries. <<<
search for individual values
searching the database for the individual values of this statistic
/
search for generating function
searching the database for statistics with the same generating function
Description
The 2-degree of an integer partition.
For an integer partition λ, this is given by the exponent of 2 in the Gram determinant of the integal Specht module of the symmetric group indexed by λ.
For an integer partition λ, this is given by the exponent of 2 in the Gram determinant of the integal Specht module of the symmetric group indexed by λ.
Code
def statistic(L):
return L.prime_degree(2)
Created
Aug 11, 2017 at 17:05 by Christian Stump
Updated
Aug 11, 2017 at 17:05 by Christian Stump
searching the database
Sorry, this statistic was not found in the database
or
add this statistic to the database – it's very simple and we need your support!