login
A385373
Number of solid partitions with multiplicities (1, ..., n).
3
1, 1, 6, 138, 14049, 6851919
OFFSET
0,3
COMMENTS
A solid partition with d distinct parts (p_1^(k_1) > p_2^(k_2) > ... > p_d^(k_d)) has the multiset of multiplicities (k_1, k_2, ..., k_d).
Alternatively, a(n) is the number of chains of plane partitions ordered by inclusion, comprised of n consecutive triangular numbers starting with 1.
LINKS
FORMULA
a(n) = A379277(A164894(n)) for n > 0.
EXAMPLE
For n = 2 a solid partition having multiplicities (1,2) has two distinct parts (a,b^2) with a < b, and there are 6 ways to arrange these parts.
PROG
(Python) # see Links
CROSSREFS
KEYWORD
nonn,more
AUTHOR
John Tyler Rascoe, Jun 27 2025
STATUS
approved