Let $R(n,k)$ denote the number of partitions of $n$ into $k$ (non-empty) parts.
That is for example $R(7,2) = 3$ because it can be expressed as $1+6, 2+5$ and $3+4$.
Prove that:
$R(n,1) +R(n,2) + ... + R(n,k) = R(n+k,k)$
Workings:
LHS counts the number of ways partitions there are of $n$ by breaking it into $1$ to $k$ parts.
RHS counts the number of partitions there are of $n+k$ into $k$ parts.
That's about all I know. So any help will be appreciated.
Edit: Hint: Ferrer's Diagram
HINT: Take any partition of $n+k$ into $k$ parts and subtract $1$ from each part. What do you get? Is the process reversible?