OFFSET
0,13
COMMENTS
The Heinz numbers of these partitions are given by A326838.
LINKS
Fausto A. C. Cariboni, Table of n, a(n) for n = 0..180
EXAMPLE
The a(6) = 1 through a(16) = 11 partitions (empty columns not shown):
(321) (4211) (52111) (633) (7211111) (53322) (8332)
(642) (53331) (8422)
(651) (54222) (8431)
(4332) (54321) (8521)
(4422) (54411) (8611)
(4431) (55221) (42222211)
(6222) (55311) (43222111)
(6321) (43321111)
(6411) (44221111)
(322221) (44311111)
(332211) (82111111)
(333111)
(422211)
(432111)
(441111)
(621111)
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], !SameQ@@#&&Divisible[n, Length[#]]&&Divisible[n, Max[#]]&]], {n, 0, 30}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jul 26 2019
STATUS
approved