Identifier
Values
[2] => 2
[1,1] => 1
[3] => 3
[2,1] => 2
[1,1,1] => 1
[4] => 4
[3,1] => 3
[2,2] => 2
[2,1,1] => 2
[1,1,1,1] => 1
[5] => 5
[4,1] => 4
[3,2] => 6
[3,1,1] => 3
[2,2,1] => 2
[2,1,1,1] => 2
[1,1,1,1,1] => 1
[6] => 6
[5,1] => 5
[4,2] => 4
[4,1,1] => 4
[3,3] => 3
[3,2,1] => 6
[3,1,1,1] => 3
[2,2,2] => 2
[2,2,1,1] => 2
[2,1,1,1,1] => 2
[1,1,1,1,1,1] => 1
[7] => 7
[6,1] => 6
[5,2] => 10
[5,1,1] => 5
[4,3] => 12
[4,2,1] => 4
[4,1,1,1] => 4
[3,3,1] => 3
[3,2,2] => 6
[3,2,1,1] => 6
[3,1,1,1,1] => 3
[2,2,2,1] => 2
[2,2,1,1,1] => 2
[2,1,1,1,1,1] => 2
[1,1,1,1,1,1,1] => 1
[8] => 8
[7,1] => 7
[6,2] => 6
[6,1,1] => 6
[5,3] => 15
[5,2,1] => 10
[5,1,1,1] => 5
[4,4] => 4
[4,3,1] => 12
[4,2,2] => 4
[4,2,1,1] => 4
[4,1,1,1,1] => 4
[3,3,2] => 6
[3,3,1,1] => 3
[3,2,2,1] => 6
[3,2,1,1,1] => 6
[3,1,1,1,1,1] => 3
[2,2,2,2] => 2
[2,2,2,1,1] => 2
[2,2,1,1,1,1] => 2
[2,1,1,1,1,1,1] => 2
[1,1,1,1,1,1,1,1] => 1
[9] => 9
[8,1] => 8
[7,2] => 14
[7,1,1] => 7
[6,3] => 6
[6,2,1] => 6
[6,1,1,1] => 6
[5,4] => 20
[5,3,1] => 15
[5,2,2] => 10
[5,2,1,1] => 10
[5,1,1,1,1] => 5
[4,4,1] => 4
[4,3,2] => 12
[4,3,1,1] => 12
[4,2,2,1] => 4
[4,2,1,1,1] => 4
[4,1,1,1,1,1] => 4
[3,3,3] => 3
[3,3,2,1] => 6
[3,3,1,1,1] => 3
[3,2,2,2] => 6
[3,2,2,1,1] => 6
[3,2,1,1,1,1] => 6
[3,1,1,1,1,1,1] => 3
[2,2,2,2,1] => 2
[2,2,2,1,1,1] => 2
[2,2,1,1,1,1,1] => 2
[2,1,1,1,1,1,1,1] => 2
[1,1,1,1,1,1,1,1,1] => 1
[10] => 10
[9,1] => 9
[8,2] => 8
[8,1,1] => 8
[7,3] => 21
[7,2,1] => 14
>>> 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 least common multiple of the parts of the partition.
Code
def statistic(p):
return lcm(p)
Created
Dec 06, 2016 at 07:35 by Martin Rubey
Updated
Dec 06, 2016 at 07:35 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!