OFFSET
0,7
COMMENTS
The Heinz numbers of these partitions are given by A325708.
EXAMPLE
The initial terms count the following partitions:
1: (1)
3: (21)
4: (211)
5: (221)
6: (321)
6: (2211)
7: (3211)
8: (3221)
8: (32111)
9: (3321)
9: (32211)
10: (4321)
10: (33211)
10: (32221)
10: (322111)
11: (43211)
11: (33221)
11: (332111)
11: (322211)
12: (43221)
12: (432111)
12: (33321)
12: (332211)
12: (3222111)
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], Range[Length[Union[#]]]==Union[#]&&SubsetQ[Sort[#], Sort[Length/@Split[#]]]&]], {n, 0, 30}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, May 18 2019
STATUS
approved