A318584 Number of integer partitions of n whose sum of reciprocals squared is 1.
0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 0, 2, 2, 0, 0, 0, 2, 0, 2, 1, 2, 2, 2, 1, 1, 2, 3, 0, 1, 1, 6, 2, 3, 2, 6, 2, 2, 3, 2, 6, 7, 2, 4, 3, 9, 4, 7, 5, 8, 8, 7, 9, 9, 11, 12, 7, 9, 11, 17, 9, 13, 12, 17, 16, 13, 15, 20, 26, 27, 18, 23
Offset: 0
Keywords
Crossrefs
Programs
-
Mathematica
Table[Length[Select[IntegerPartitions[n],Total[#^(-2)]==1&]],{n,30}]
Extensions
a(61)-a(100) from Alois P. Heinz, Aug 30 2018
Comments