OFFSET
0,3
COMMENTS
The parts of such a partition must also be squarefree and distinct except for any number of 1's.
EXAMPLE
The a(8) = 9 partitions are (53), (71), (521), (611), (5111), (32111), (311111), (2111111), (11111111). Missing from this list are (8), (62), (44), (431), (422), (4211), (41111), (332), (3311), (3221), (2222), (22211), (221111).
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], SquareFreeQ[Times@@#]&]], {n, 30}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Dec 14 2018
STATUS
approved