OFFSET
0,3
COMMENTS
The Heinz numbers of these partitions are given by A325368.
LINKS
Fausto A. C. Cariboni, Table of n, a(n) for n = 0..400 (terms 0..123 from Alois P. Heinz)
EXAMPLE
The a(0) = 1 through a(9) = 12 partitions:
() (1) (2) (3) (4) (5) (6) (7) (8) (9)
(11) (21) (22) (32) (33) (43) (44) (54)
(31) (41) (42) (52) (53) (63)
(211) (221) (51) (61) (62) (72)
(311) (411) (322) (71) (81)
(331) (332) (441)
(421) (422) (522)
(511) (431) (621)
(521) (711)
(611) (4221)
(4211) (4311)
(5211)
For example, (5,2,1,1) has differences (-3,-1,0), which are distinct, so (5,2,1,1) is counted under a(9).
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], UnsameQ@@Differences[#]&]], {n, 0, 30}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Apr 23 2019
STATUS
approved