Partition of Numbers

Summary: A partition of a positive integer is an unordered way of writing as a sum of positive integers. Chapter 16 of Euler’s Introductio is the first systematic study, distinguishing distinct-part from unrestricted partitions, counting them by number of parts and by largest part, and proving the foundational identities (pentagonal number theorem, distinct = odd, Pascal-like recurrence, binary/balanced-ternary uniqueness).

Sources: chapter16

Last updated: 2026-05-11


Definitions

A partition of is an unordered tuple of positive integers with . The integers are the parts; is the number of parts. Euler distinguishes two cases (source: chapter16, §297, §302):

  • Distinct (unequal) parts: all different.
  • Unrestricted parts (“either equal or unequal”): repetition allowed.

He also allows the parts to be drawn from a prescribed sequence of positive integers (§297). The default sequence is , but the framework is general.

Counting notation

Following modern usage:

  • — number of partitions of (unrestricted, any number of parts). E.g. (§305 enumeration: ).
  • — number of partitions of into parts (equivalently — by Euler’s §315 bijection — into at most parts). E.g. (§304).
  • — number of partitions of into distinct parts. E.g. : (§301).
  • — number of partitions of into exactly distinct parts. E.g. (§300).

The two functions are linked by the staircase bijection (§315). See partitions-into-distinct-parts.

Worked enumerations from Chapter 16

  • §300: as a sum of distinct positive integers — ways.
  • §301: as a sum of distinct positive integers — ways (above).
  • §304: as a sum of positive integers (equal or unequal) — ways.
  • §305: as a sum of positive integers (equal or unequal) — ways (above).
  • §324: as a sum of positive integers — ways.
  • §325: as a sum of distinct positive integers — ways: .

Generating functions (§297, §302)

Setting :

The auxiliary variable tracks the number of parts; the variable tracks the integer being partitioned. See partition-generating-functions.

Key theorems (Chapter 16)

  1. Pentagonal number theorem (§323–§324):

See eulers-pentagonal-number-theorem.

  1. Distinct = odd (§326):

See distinct-parts-equals-odd-parts.

  1. Staircase bijection (§315): .

  2. Pascal-like recurrence (§318): . See partition-recurrence.

  3. Binary uniqueness (§329): . See binary-representation-theorem.

  4. Balanced-ternary uniqueness (§331): every integer is uniquely a signed sum of distinct powers of . See balanced-ternary-representation.

Why partitions matter

  • Additive number theory begins here. Euler’s identities are still the foundation of partition theory.
  • The partition function is the gateway to deeper objects: Ramanujan’s congruences, the Hardy–Ramanujan circle method, modular forms.
  • Generating-function combinatorics as a general method — products counting unordered choices, reciprocal products counting choices-with-repetition — is born in this chapter.