A318585 Number of integer partitions of n whose sum of reciprocals squared is an integer.
1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 4, 4, 4, 4, 5, 5, 6, 6, 7, 8, 9, 9, 10, 10, 12, 12, 13, 14, 16, 16, 18, 19, 21, 23, 26, 27, 29, 30, 34, 35, 39, 43, 48, 51, 55, 57, 63, 67, 74, 78, 84, 89, 99, 103, 112, 119, 132, 139, 148, 156, 170, 182, 199
Offset: 1
Keywords
Examples
The a(26) = 7 integer partitions: (6332222222) (44442221111) (63322211111111) (22222222222211) (222222221111111111) (2222111111111111111111) (11111111111111111111111111)
Links
- Giovanni Resta, Table of n, a(n) for n = 1..130
Crossrefs
Programs
-
Mathematica
Table[Length[Select[IntegerPartitions[n],IntegerQ[Total[#^(-2)]]&]],{n,30}]
Extensions
a(61)-a(70) from Giovanni Resta, Sep 03 2018
Comments