Identifier
Values
[2] => 2
[1,1] => 1
[3] => 6
[2,1] => 2
[1,1,1] => 1
[4] => 24
[3,1] => 6
[2,2] => 4
[2,1,1] => 2
[1,1,1,1] => 1
[5] => 120
[4,1] => 24
[3,2] => 12
[3,1,1] => 6
[2,2,1] => 4
[2,1,1,1] => 2
[1,1,1,1,1] => 1
[6] => 720
[5,1] => 120
[4,2] => 48
[4,1,1] => 24
[3,3] => 36
[3,2,1] => 12
[3,1,1,1] => 6
[2,2,2] => 8
[2,2,1,1] => 4
[2,1,1,1,1] => 2
[1,1,1,1,1,1] => 1
[7] => 5040
[6,1] => 720
[5,2] => 240
[5,1,1] => 120
[4,3] => 144
[4,2,1] => 48
[4,1,1,1] => 24
[3,3,1] => 36
[3,2,2] => 24
[3,2,1,1] => 12
[3,1,1,1,1] => 6
[2,2,2,1] => 8
[2,2,1,1,1] => 4
[2,1,1,1,1,1] => 2
[1,1,1,1,1,1,1] => 1
[8] => 40320
[7,1] => 5040
[6,2] => 1440
[6,1,1] => 720
[5,3] => 720
[5,2,1] => 240
[5,1,1,1] => 120
[4,4] => 576
[4,3,1] => 144
[4,2,2] => 96
[4,2,1,1] => 48
[4,1,1,1,1] => 24
[3,3,2] => 72
[3,3,1,1] => 36
[3,2,2,1] => 24
[3,2,1,1,1] => 12
[3,1,1,1,1,1] => 6
[2,2,2,2] => 16
[2,2,2,1,1] => 8
[2,2,1,1,1,1] => 4
[2,1,1,1,1,1,1] => 2
[1,1,1,1,1,1,1,1] => 1
[9] => 362880
[8,1] => 40320
[7,2] => 10080
[7,1,1] => 5040
[6,3] => 4320
[6,2,1] => 1440
[6,1,1,1] => 720
[5,4] => 2880
[5,3,1] => 720
[5,2,2] => 480
[5,2,1,1] => 240
[5,1,1,1,1] => 120
[4,4,1] => 576
[4,3,2] => 288
[4,3,1,1] => 144
[4,2,2,1] => 96
[4,2,1,1,1] => 48
[4,1,1,1,1,1] => 24
[3,3,3] => 216
[3,3,2,1] => 72
[3,3,1,1,1] => 36
[3,2,2,2] => 48
[3,2,2,1,1] => 24
[3,2,1,1,1,1] => 12
[3,1,1,1,1,1,1] => 6
[2,2,2,2,1] => 16
[2,2,2,1,1,1] => 8
[2,2,1,1,1,1,1] => 4
[2,1,1,1,1,1,1,1] => 2
[1,1,1,1,1,1,1,1,1] => 1
[10] => 3628800
[9,1] => 362880
[8,2] => 80640
[8,1,1] => 40320
[7,3] => 30240
[7,2,1] => 10080
>>> 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 product of the factorials of the parts.
Code
def statistic(la):
return prod(factorial(p) for p in la)
Created
Mar 07, 2017 at 09:36 by Martin Rubey
Updated
Mar 07, 2017 at 09:36 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!