cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A385373 Number of solid partitions with multiplicities (1, ..., n).

Original entry on oeis.org

1, 1, 6, 138, 14049, 6851919
Offset: 0

Views

Author

John Tyler Rascoe, Jun 27 2025

Keywords

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.

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.
		

Crossrefs

Programs

  • Python
    # see Links

Formula

a(n) = A379277(A164894(n)) for n > 0.