OFFSET
0,3
COMMENTS
A multiset is aperiodic if its multiplicities are relatively prime.
The weight of a multiset partition is the sum of sizes of its parts. Weight is generally not the same as number of vertices.
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..50
FORMULA
a(n) = Sum_{d|n} mu(d)*A302545(n/d) for n > 0. - Andrew Howroyd, Jan 16 2023
EXAMPLE
Non-isomorphic representatives of the a(2) = 2 through a(5) = 23 multiset partitions:
{{1,1}} {{1,1,1}} {{1,1,1,1}} {{1,1,1,1,1}}
{{1,2}} {{1,2,2}} {{1,1,2,2}} {{1,1,2,2,2}}
{{1,2,3}} {{1,2,2,2}} {{1,2,2,2,2}}
{{1,2,3,3}} {{1,2,2,3,3}}
{{1,2,3,4}} {{1,2,3,3,3}}
{{1,1},{2,2}} {{1,2,3,4,4}}
{{1,2},{2,2}} {{1,2,3,4,5}}
{{1,2},{3,3}} {{1,1},{1,1,1}}
{{1,2},{3,4}} {{1,1},{1,2,2}}
{{1,3},{2,3}} {{1,1},{2,2,2}}
{{1,1},{2,3,3}}
{{1,1},{2,3,4}}
{{1,2},{1,2,2}}
{{1,2},{2,2,2}}
{{1,2},{2,3,3}}
{{1,2},{3,3,3}}
{{1,2},{3,4,4}}
{{1,2},{3,4,5}}
{{1,3},{2,3,3}}
{{1,4},{2,3,4}}
{{2,2},{1,2,2}}
{{2,3},{1,2,3}}
{{3,3},{1,2,3}}
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Nov 08 2018
EXTENSIONS
Terms a(11) and beyond from Andrew Howroyd, Jan 16 2023
STATUS
approved