Identifier
Values
[2] => 2
[1,1] => 2
[3] => 2
[2,1] => 3
[1,1,1] => 5
[4] => 3
[3,1] => 3
[2,2] => 7
[2,1,1] => 7
[1,1,1,1] => 15
[5] => 2
[4,1] => 4
[3,2] => 5
[3,1,1] => 7
[2,2,1] => 12
[2,1,1,1] => 20
[1,1,1,1,1] => 52
[6] => 4
[5,1] => 3
[4,2] => 9
[4,1,1] => 9
[3,3] => 8
[3,2,1] => 10
[3,1,1,1] => 20
[2,2,2] => 31
[2,2,1,1] => 31
[2,1,1,1,1] => 67
[1,1,1,1,1,1] => 203
[7] => 2
[6,1] => 5
[5,2] => 5
[5,1,1] => 7
[4,3] => 7
[4,2,1] => 15
[4,1,1,1] => 25
[3,3,1] => 13
[3,2,2] => 19
[3,2,1,1] => 27
[3,1,1,1,1] => 67
[2,2,2,1] => 59
[2,2,1,1,1] => 97
[2,1,1,1,1,1] => 255
[1,1,1,1,1,1,1] => 877
[8] => 4
[7,1] => 3
[6,2] => 11
[6,1,1] => 11
[5,3] => 5
[5,2,1] => 10
[5,1,1,1] => 20
[4,4] => 16
[4,3,1] => 13
[4,2,2] => 38
[4,2,1,1] => 38
[4,1,1,1,1] => 82
[3,3,2] => 21
[3,3,1,1] => 33
[3,2,2,1] => 43
[3,2,1,1,1] => 87
[3,1,1,1,1,1] => 255
[2,2,2,2] => 164
[2,2,2,1,1] => 164
[2,2,1,1,1,1] => 352
[2,1,1,1,1,1,1] => 1080
[1,1,1,1,1,1,1,1] => 4140
[9] => 3
[8,1] => 5
[7,2] => 5
[7,1,1] => 7
[6,3] => 12
[6,2,1] => 18
[6,1,1,1] => 30
[5,4] => 7
[5,3,1] => 10
[5,2,2] => 19
[5,2,1,1] => 27
[5,1,1,1,1] => 67
[4,4,1] => 23
[4,3,2] => 24
[4,3,1,1] => 34
[4,2,2,1] => 71
[4,2,1,1,1] => 117
[4,1,1,1,1,1] => 307
[3,3,3] => 42
[3,3,2,1] => 46
[3,3,1,1,1] => 102
[3,2,2,2] => 90
[3,2,2,1,1] => 128
[3,2,1,1,1,1] => 322
[3,1,1,1,1,1,1] => 1080
[2,2,2,2,1] => 339
[2,2,2,1,1,1] => 549
[2,2,1,1,1,1,1] => 1439
[2,1,1,1,1,1,1,1] => 5017
[1,1,1,1,1,1,1,1,1] => 21147
[10] => 4
[9,1] => 4
[8,2] => 11
[8,1,1] => 11
[7,3] => 5
[7,2,1] => 10
>>> 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 number of invariant set partitions when acting with a permutation of given cycle type.
References
[1] Bergeron, F., Labelle, G., Leroux, P. Combinatorial species and tree-like structures MathSciNet:1629341
Code
def statistic(la):
Partitionspecies = species.PartitionSpecies().cycle_index_series()
return Partitionspecies.count(la)
Created
May 26, 2016 at 21:32 by Martin Rubey
Updated
May 26, 2016 at 21:32 by Martin Rubey
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!