OFFSET
0,5
COMMENTS
EXAMPLE
The first 19 terms count the following integer partitions:
1: (1)
4: (22)
4: (211)
6: (3111)
8: (41111)
9: (333)
10: (511111)
10: (322111)
12: (6111111)
12: (4221111)
12: (33222)
14: (71111111)
14: (52211111)
16: (811111111)
16: (622111111)
16: (4444)
16: (442222)
17: (43331111)
18: (9111111111)
18: (7221111111)
19: (533311111)
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], Union[#]==Length/@Split[#]&]], {n, 0, 30}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Mar 08 2019
EXTENSIONS
More terms from Alois P. Heinz, Mar 08 2019
STATUS
approved