OFFSET
0,5
COMMENTS
The Heinz number of an integer partition (y_1, ..., y_k) is prime(y_1) * ... * prime(y_k).
EXAMPLE
The a(3) = 1 through a(5) = 9 multiset partitions:
3: {{1},{2}}
4: {{1},{3}}
{{2},{1,1}}
{{1},{1},{2}}
5: {{1},{4}}
{{2},{3}}
{{3},{1,1}}
{{1},{2,2}}
{{1},{1},{3}}
{{1},{2},{2}}
{{2},{1,1,1}}
{{1},{2},{1,1}}
{{1},{1},{1},{2}}
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Sep 27 2018
STATUS
approved