OFFSET
0,3
COMMENTS
Note that n is automatically divisible by the number of parts.
FORMULA
G.f.: Sum_{k>=0} x^k/Product_{i=1..k} (1-x^(k*i)).
EXAMPLE
The a(9) = 4 partitions: (9), (441), (711), (111111111).
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], Function[ptn, And@@(Divisible[#-1, Length[ptn]]&/@ptn)]]], {n, 60}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jan 19 2018
STATUS
approved