A385373 Number of solid partitions with multiplicities (1, ..., n).
1, 1, 6, 138, 14049, 6851919
Offset: 0
Examples
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.
Links
- John Tyler Rascoe, Python program.
Programs
-
Python
# see Links
Comments