WORKED DEFAULT
Check the calculation with the default inputs
At total n = 5, the generating-product coefficient gives 24 plane partitions.
- Set degreen=5
- Expand productthrough x^5
- Read coefficient24
PARTITIONS / TWO DIMENSIONS
Count plane partitions of n using the bounded coefficient of MacMahon's generating product.
METHOD / WORKED EXAMPLE
Count plane partitions of n using the bounded coefficient of MacMahon's generating product. The result panel keeps the defining recurrence or counting identity visible so the output can be checked independently.
WORKED DEFAULT
At total n = 5, the generating-product coefficient gives 24 plane partitions.
READ THE RESULT
Entries form a two-dimensional nonincreasing array whose sum is n.
ASSUMPTIONS AND LIMITS
The bounded expansion returns a count, not the underlying arrays or a boxed-plane-partition model.
COMMON QUESTIONS
Expand MacMahon's product only through degree n, multiplying each factor (1-x^m)^(-m) with exact integer coefficients. The indexing, equivalence relation, and counted objects are stated in the method and worked example. Inputs must be whole numbers inside the displayed domain; the page never rounds a decimal into an accepted index. This ties the answer to one explicit convention instead of silently mixing sequence offsets or combinatorial interpretations.
Entries form a two-dimensional nonincreasing array whose sum is n. Small boundary cases and the displayed recurrence or identity provide useful independent checks. Recompute the displayed recurrence or closed form with the same inputs and compare its previous terms or counting factors. That check supports this bounded result, but it does not transfer the interpretation to a different sequence or counting object.
The bounded expansion returns a count, not the underlying arrays or a boxed-plane-partition model. The implementation uses integer arithmetic internally and refuses results beyond the safe display boundary. Combinatorial and recurrence values can grow rapidly even when the inputs look small. The conservative cap prevents browser stalls and avoids presenting an unsafe floating-point integer as exact; larger work needs arbitrary-precision software and independent resource controls.
RELATED TOOLS
Use boundary
Expand MacMahon's product only through degree n, multiplying each factor (1-x^m)^(-m) with exact integer coefficients.
Product over m>=1 of (1-x^m)^(-m).