Identifier
Values
[] => 0
[1] => 1
[2] => 4
[1,1] => 2
[3] => 9
[2,1] => 5
[1,1,1] => 3
[4] => 16
[3,1] => 10
[2,2] => 8
[2,1,1] => 6
[1,1,1,1] => 4
[5] => 25
[4,1] => 17
[3,2] => 13
[3,1,1] => 11
[2,2,1] => 9
[2,1,1,1] => 7
[1,1,1,1,1] => 5
[6] => 36
[5,1] => 26
[4,2] => 20
[4,1,1] => 18
[3,3] => 18
[3,2,1] => 14
[3,1,1,1] => 12
[2,2,2] => 12
[2,2,1,1] => 10
[2,1,1,1,1] => 8
[1,1,1,1,1,1] => 6
[7] => 49
[6,1] => 37
[5,2] => 29
[5,1,1] => 27
[4,3] => 25
[4,2,1] => 21
[4,1,1,1] => 19
[3,3,1] => 19
[3,2,2] => 17
[3,2,1,1] => 15
[3,1,1,1,1] => 13
[2,2,2,1] => 13
[2,2,1,1,1] => 11
[2,1,1,1,1,1] => 9
[1,1,1,1,1,1,1] => 7
[8] => 64
[7,1] => 50
[6,2] => 40
[6,1,1] => 38
[5,3] => 34
[5,2,1] => 30
[5,1,1,1] => 28
[4,4] => 32
[4,3,1] => 26
[4,2,2] => 24
[4,2,1,1] => 22
[4,1,1,1,1] => 20
[3,3,2] => 22
[3,3,1,1] => 20
[3,2,2,1] => 18
[3,2,1,1,1] => 16
[3,1,1,1,1,1] => 14
[2,2,2,2] => 16
[2,2,2,1,1] => 14
[2,2,1,1,1,1] => 12
[2,1,1,1,1,1,1] => 10
[1,1,1,1,1,1,1,1] => 8
[9] => 81
[8,1] => 65
[7,2] => 53
[7,1,1] => 51
[6,3] => 45
[6,2,1] => 41
[6,1,1,1] => 39
[5,4] => 41
[5,3,1] => 35
[5,2,2] => 33
[5,2,1,1] => 31
[5,1,1,1,1] => 29
[4,4,1] => 33
[4,3,2] => 29
[4,3,1,1] => 27
[4,2,2,1] => 25
[4,2,1,1,1] => 23
[4,1,1,1,1,1] => 21
[3,3,3] => 27
[3,3,2,1] => 23
[3,3,1,1,1] => 21
[3,2,2,2] => 21
[3,2,2,1,1] => 19
[3,2,1,1,1,1] => 17
[3,1,1,1,1,1,1] => 15
[2,2,2,2,1] => 17
[2,2,2,1,1,1] => 15
[2,2,1,1,1,1,1] => 13
[2,1,1,1,1,1,1,1] => 11
[1,1,1,1,1,1,1,1,1] => 9
[10] => 100
[9,1] => 82
[8,2] => 68
[8,1,1] => 66
>>> Load all 288 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 sum of the squares of the parts of a partition.
Code
def statistic(pi):
return sum(p^2 for p in pi)
Created
Mar 20, 2018 at 16:22 by Martin Rubey
Updated
Apr 26, 2018 at 07:41 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!