Partitions Into Distinct Parts
Summary: A partition of into distinct (unequal) parts uses each positive integer at most once. The generating function is , with tracking the number of parts. Chapter 16 derives closed-form recurrent series for the number of partitions with exactly distinct parts (numerator , denominator ) and proves the staircase bijection between distinct and unrestricted partitions.
Sources: chapter16
Last updated: 2026-05-11
Definition
A partition of into distinct parts is an unordered tuple with . Write for the number of such partitions with exactly parts and for the total.
Enumerations (Chapter 16)
For (source: chapter16, §301), :
For (§325), :
For with exactly distinct parts (§300), .
Generating function (§297, §301)
At :
Closed-form recurrent series for each (§307–§312)
Let . Substituting for removes the factor:
Expanding and matching coefficients of yields the recursion , hence
The numerator exponents are the triangular numbers (§312). In general
Each is a recurrent series with scale given by .
The staircase bijection (§312, §315)
Two equivalent forms appear:
Form A (Euler §312, by inspection of the recurrent series): The denominator is the generating function for partitions of any integer into parts . The numerator shifts the indexing, so
Equivalently: .
Form B (Euler §315, derived from the unrestricted closed form): rephrased in terms of partitions of into exactly parts,
Bijective interpretation: from a distinct partition , subtract the staircase to obtain :
The map is invertible (add the staircase back), so it is a bijection between -distinct partitions of and -unrestricted partitions of . Euler does not give the bijection — he proves the identity algebraically — but the algebraic identity is the modern bijection in disguise.
Worked numerical examples (§318)
- = number of partitions of into unequal numbers = (using the table) .
- Equivalently, by Form A: .
Connection to via the pentagonal theorem (§327)
Summing over all gives . Euler computes the values of directly from
where and the second factor is the pentagonal-number expansion at : . The product of these two known series gives
See eulers-pentagonal-number-theorem for the expansion of used here.