I am stucked at this problem:
It is known that the number of ways to arrange $k$ non-distinguished balls into $n$ cells is $\binom{n+k-1}{ k}$, Now by partitioning the cells into disjoint subsets, We can express $\binom{n+k-1}{ k}$ as a sum of the form $\Sigma_{i=0}^k a_i$.
Find the required sum (I.e. Find $a_i$).
Thanks for any hint/help.