Questions tagged [integer-partitions]

Use this tag for questions related to ways of writing a positive integer as a sum of positive integers.

In number theory and combinatorics, a partition of a positive integer $n$ is a way of writing $n$ as a sum of positive integers. Two sums that differ only in the order of their summands (also called parts) are considered the same partition. For example, all of the partitions of $4$ are $1 + 1 + 1 + 1$, $2 + 1 + 1$, $2 + 2$, $3 + 1$, or $4$.

The number of partitions of $n$ is given by the partition function $p(n)$. For the example above, $p(4) = 5$.

Partitions can be visualized graphically with Ferrers diagrams.

Partitions have applications in symmetric polynomials, the symmetric group, and group representations.

1405 questions
-1
votes
0 answers

What do parts in partition refer to?

I have the following partitioning condition, $$\text{p(n|parts in N)}=\text{p(n|distinct parts in M)}, \text{for n}\ge1$$ Where N is any set of integers such that no element of N is a power of two times an element of N, and M is the set containing…
Meton
  • 1
  • 1
-1
votes
1 answer

Number Partitions

Is this series complete, using '0' is not allowed: $6 = 6$ or $5+1$ or $1+5$ or $4+2$ or $2+4$ or $3+3$ or $4+1+1$ or $1+4+1$ or $1+1+4$ or $1+2+3$ or $1+3+2$ or $2+3+1$ or $2+1+3$ or $3+1+2$ or $3+2+1$ or $1+1+1+3$ or $1+1+3+1$ or $1+3+1+1$ or…
A_User
  • 7
-1
votes
1 answer

Set as a union of 3 disjoint sets ,with equal sum

The problem is to find in which value of n the {1,2,3,...n} set can be parted in 3 subsets such that each one has equal sum. I have looked for a lot for this answer, but I can't solve it to the end. The minimum such number is 5. {5},{1,4},{2,3} I…
Ann
  • 1
-2
votes
1 answer

Show that $p(n,k)=p(n-1, k-1)+p^2(n, k)$, Partition Theory

I'm struggling to prove this as I'm not sure how to do so with words/equations as opposed to visually. $p^2(n,k)$ denotes the number of partitions of n having exactly k parts with each part greater than or equal to 2
1 2 3 4 5
6