Triangle of partition numbers explained
In the number theory of integer partitions, the numbers
denote both the number of partitions of
into exactly
parts (that is, sums of
positive integers that add to
), and the number of partitions of
into parts of maximum size exactly
. These two types of partition are in
bijection with each other, by a diagonal reflection of their Young diagrams. Their numbers can be arranged into a triangle, the
triangle of partition numbers, in which the
th row gives the partition numbers
:
[1] | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 |
---|
1 | 1 | | | | | | | | |
---|
2 | 1 | 1 | | | | | | | |
---|
3 | 1 | 1 | 1 | | | | | | |
---|
4 | 1 | 2 | 1 | 1 | | | | | |
---|
5 | 1 | 2 | 2 | 1 | 1 | | | | |
---|
6 | 1 | 3 | 3 | 2 | 1 | 1 | | | |
---|
7 | 1 | 3 | 4 | 3 | 2 | 1 | 1 | | |
---|
8 | 1 | 4 | 5 | 5 | 3 | 2 | 1 | 1 | |
---|
9 | 1 | 4 | 7 | 6 | 5 | 3 | 2 | 1 | 1 | |
---|
Recurrence relation
Analogously to Pascal's triangle, these numbers may be calculated using the recurrence relationAs base cases,
, and any value on the right hand side of the recurrence that would be outside the triangle can be taken as zero. This equation can be explained by noting that each partition of
into
pieces, counted by
, can be formed either by adding a piece of size one to a partition of
into
pieces, counted by
, or by increasing by one each piece in a partition of
into
pieces, counted by
.
Row sums and diagonals
In the triangle of partition numbers, the sum of the numbers in the
th row is the
partition number
. These numbers form the sequenceomitting the initial value
of the partition numbers.Each diagonal from upper left to lower right is eventually constant, with the constant parts of these diagonals extending approximately from halfway across each row to its end. The values of these constants are the partition numbers 1, 1, 2, 3, 5, 7, ... again.
Notes and References
- cs2.