OFFSET
1,6
COMMENTS
The Heinz numbers of these integer partitions are given by A324517.
EXAMPLE
The a(2) = 1 through a(12) = 7 integer partitions:
(11) (2111) (222) (2221) (33111) (322111) (32222) (3333)
(2211) (31111) (321111) (33311) (33222)
(411111) (322211) (322221)
(332111) (332211)
(4211111) (441111)
(5111111) (4221111)
(4311111)
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], Max@@#==Length[#]-Length[Union[#]]&]], {n, 30}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Mar 06 2019
STATUS
approved