Identifier
Values
[2] => 1
[1,1] => 1
[3] => 1
[2,1] => 2
[1,1,1] => 1
[4] => 1
[3,1] => 3
[2,2] => 1
[2,1,1] => 2
[1,1,1,1] => 1
[5] => 1
[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] => 1
[5,1] => 5
[4,2] => 2
[4,1,1] => 4
[3,3] => 1
[3,2,1] => 6
[3,1,1,1] => 3
[2,2,2] => 1
[2,2,1,1] => 2
[2,1,1,1,1] => 2
[1,1,1,1,1,1] => 1
[7] => 1
[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] => 1
[7,1] => 7
[6,2] => 3
[6,1,1] => 6
[5,3] => 15
[5,2,1] => 10
[5,1,1,1] => 5
[4,4] => 1
[4,3,1] => 12
[4,2,2] => 2
[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] => 1
[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] => 1
[8,1] => 8
[7,2] => 14
[7,1,1] => 7
[6,3] => 2
[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] => 1
[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] => 1
[9,1] => 9
[8,2] => 4
[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 exponens consonantiae of a partition.
This is the quotient of the least common multiple and the greatest common divior of the parts of the partiton. See [1, Caput sextum, §19-§22].
This is the quotient of the least common multiple and the greatest common divior of the parts of the partiton. See [1, Caput sextum, §19-§22].
References
[1] Euler, Leonhard. Tentamen novae theoriae musicae ex certissimis harmoniae principiis dilucide expositae. ex typographia Academiae scientiarum, 1739.
Code
def statistic(p):
return lcm(p)/gcd(p)
Created
Mar 21, 2018 at 13:36 by Martin Rubey
Updated
Mar 21, 2018 at 13: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!