OFFSET
1,5
COMMENTS
The Heinz numbers of these integer partitions are given by A324519.
EXAMPLE
The a(2) = 1 through a(11) = 11 integer partitions:
(11) (211) (221) (222) (331) (611) (441) (811) (551)
(311) (411) (511) (3221) (711) (3322) (911)
(3211) (4211) (3222) (4222) (3332)
(3321) (5221) (4331)
(4221) (5311) (4421)
(4311) (6211) (5222)
(5211) (5411)
(6221)
(6311)
(7211)
(43211)
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], Min@@#==Length[#]-Length[Union[#]]&]], {n, 30}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Mar 06 2019
STATUS
approved