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”).

A319789
Number of intersecting multiset partitions of strongly normal multisets of size n.
8
1, 1, 3, 6, 17, 40, 122, 330, 1032
OFFSET
0,3
COMMENTS
A multiset is normal if it spans an initial interval of positive integers, and strongly normal if in addition its multiplicities are weakly decreasing. A multiset partition is intersecting iff no two parts are disjoint.
EXAMPLE
The a(1) = 1 through a(3) = 6 multiset partitions:
1: {{1}}
2: {{1,1}}
{{1,2}}
{{1},{1}}
3: {{1,1,1}}
{{1,1,2}}
{{1,2,3}}
{{1},{1,1}}
{{1},{1,2}}
{{1},{1},{1}}
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Sep 27 2018
STATUS
approved