OFFSET
0,3
COMMENTS
LINKS
EXAMPLE
The a(1) = 1 through a(8) = 9 partitions:
(1) (2) (3) (4) (5) (6) (7) (8)
(11) (111) (22) (311) (33) (322) (44)
(1111) (11111) (222) (331) (332)
(411) (511) (611)
(3111) (4111) (2222)
(111111) (31111) (5111)
(1111111) (41111)
(311111)
(11111111)
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], UnsameQ@@Length/@Split[#] && UnsameQ@@DeleteCases[Differences[Append[#, 0]], 0]&]], {n, 0, 30}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, May 14 2025
STATUS
approved
