OFFSET
0,3
COMMENTS
Integer partitions with distinct multiplicities are called Wilf partitions.
EXAMPLE
The a(1) = 1 through a(8) = 4 partitions:
(1) (2) (3) (4) (5) (6) (7) (8)
(1,1) (2,2) (3,1,1) (3,3) (3,2,2) (4,4)
(4,1,1) (3,3,1) (3,3,2)
(5,1,1) (6,1,1)
MATHEMATICA
Table[Length[Select[IntegerPartitions[n], UnsameQ@@Length/@Split[#]&&UnsameQ@@Differences[Append[#, 0]]&]], {n, 0, 30}]
CROSSREFS
These partitions are ranked by A383712.
KEYWORD
nonn
AUTHOR
Gus Wiseman, May 15 2025
STATUS
approved
