Integer partitions

ID: integer-partitions

Integer partitions refer to the ways of expressing a positive integer as the sum of one or more positive integers. The order of terms in each sum does not matter; for example, the two sums \(4 = 1 + 1 + 1 + 1\) and \(4 = 2 + 2\) represent two distinct partitions of the integer 4.

New to topics? Read the docs here!