OFFSET
0,4
COMMENTS
The only strict partitions counted are (), (1), and (2,1).
Is there a simple generating function?
EXAMPLE
The a(1) = 1 through a(9) = 7 partitions:
1 11 21 22 311 2211 331 2222 333
111 1111 2111 111111 2221 4211 4221
11111 4111 221111 51111
211111 311111 222111
1111111 11111111 321111
21111111
111111111
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], And@@IntegerQ/@(Length[#]/#)&]], {n, 0, 30}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jan 23 2021
STATUS
approved