Partition Recurrence
Summary: Euler’s central computational identity for partitions (§316–§318): if is the number of partitions of into parts , then . This Pascal-triangle-like recurrence builds the partition table column by column and is the workhorse of all partition computation.
Sources: chapter16
Last updated: 2026-05-11
Statement
Let be the number of partitions of into positive parts all at most . Equivalently (Euler’s §315 bijection), the number of partitions of into at most parts. Then for :
with conventions , for , and for (source: chapter16, §318).
Combinatorial derivation (§316–§318)
Every partition of with parts falls into one of two disjoint cases:
- No part equals : all parts are , so there are such partitions (Euler writes ).
- At least one part equals : subtract one , leaving a partition of with parts still . There are such (Euler writes ).
Summing: , where .
Algebraic derivation
The same identity falls out of generating functions. The column- generating series is
Peeling off the last factor:
i.e. . Matching the coefficient of : .
Using the recurrence: Euler’s partition table
Euler tabulates for and on pages 280–283 of the chapter. Each column is filled in from the previous one by the recurrence, starting from for all (only one partition with parts — all ones). Filling in by the recurrence:
- Column II: , giving .
- Column III:
- Column IV:
- Column XI starts to approach for moderate , since as long as does not force a part exceeding — for the column XI entry is the full .
Euler’s two worked examples (§318):
- Partitions of into unequal numbers: by the staircase bijection , read off the table at row , column VII — value .
- Partitions of into numbers (equal or unequal): , read at row , column VII — value .
Connection to figurate numbers (§319–§322)
The columns interact richly with the figurate numbers — already studied as higher-order-arithmetic-progressions. Using ,
so the column- series factors as
The first factor is the generating function for the figurate numbers (an order- arithmetic progression — column III’s leading term is the triangular numbers , column IV’s the tetrahedral numbers , etc.); the second factor is a polynomial correction in low-degree symmetric series. The §320–§322 schemes write each column as an iterated addition starting from the corresponding figurate-number sequence.
Faster recurrence via the pentagonal number theorem
For the full partition function , the pentagonal number theorem gives a recurrence with only terms:
The recurrence above (Pascal-like, in and ) is the slower but column-by-column workhorse; the pentagonal-number recurrence collapses to the unrestricted partition function in a single step.
The N = L + M rule across the table
Read horizontally: every entry equals the entry to its left plus the entry rows up in the same column. This is Euler’s explicit rule (§318) and the way every printed partition table since has been computed.