login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A318287
Number of non-isomorphic strict multiset partitions of a multiset whose multiplicities are the prime indices of n.
7
1, 1, 1, 2, 2, 3, 2, 3, 4, 5, 3, 7, 4, 7, 9, 5, 5, 12, 6, 12, 14, 10, 8, 13, 12, 14, 14, 18, 10, 34
OFFSET
1,4
FORMULA
a(n) = A318357(A181821(n)).
EXAMPLE
Non-isomorphic representatives of the a(20) = 12 strict multiset partitions of {1,1,1,2,3}:
{{1,1,1,2,3}}
{{1},{1,1,2,3}}
{{2},{1,1,1,3}}
{{1,1},{1,2,3}}
{{1,2},{1,1,3}}
{{2,3},{1,1,1}}
{{1},{2},{1,1,3}}
{{1},{1,1},{2,3}}
{{1},{1,2},{1,3}}
{{2},{3},{1,1,1}}
{{2},{1,1},{1,3}}
{{1},{2},{3},{1,1}}
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Aug 23 2018
STATUS
approved