OFFSET
0,6
LINKS
EXAMPLE
The a(3) = 1 through a(9) = 18 partitions:
(111) (1111) (2111) (222) (2221) (2222) (333)
(11111) (321) (3211) (3221) (432)
(2211) (4111) (3311) (531)
(3111) (22111) (5111) (3222)
(21111) (31111) (22211) (3321)
(111111) (211111) (32111) (6111)
(1111111) (41111) (22221)
(221111) (32211)
(311111) (33111)
(2111111) (42111)
(11111111) (51111)
(222111)
(321111)
(411111)
(2211111)
(3111111)
(21111111)
(111111111)
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], !UnsameQ@@Differences[#]&]], {n, 0, 15}]
KEYWORD
nonn
AUTHOR
Gus Wiseman, Oct 21 2025
STATUS
approved
