OFFSET
0,6
COMMENTS
These are partitions whose first differences are not all equal.
LINKS
EXAMPLE
The a(0) = 0 through a(8) = 15 partitions:
. . . . (211) (221) (411) (322) (332)
(311) (2211) (331) (422)
(2111) (3111) (421) (431)
(21111) (511) (521)
(2221) (611)
(3211) (3221)
(4111) (3311)
(22111) (4211)
(31111) (5111)
(211111) (22211)
(32111)
(41111)
(221111)
(311111)
(2111111)
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], !SameQ@@Differences[#]&]], {n, 0, 15}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Oct 19 2025
STATUS
approved
