Sum of Binomial Coefficients?

58 Views Asked by At

Question: Trying to find a proof of the following equation.

For any $m,n\in \mathbb{N}^0$, $$\sum_{k=0}^{m} \binom{n+k}{k} = \binom{n+m+1}{m}.$$

I know that Vandermonde's identity might be useful but not sure where to start.

1

There are 1 best solutions below

0
On

Hint:

Write it as $$\sum_{k=0}^m \binom {n+k}{n}$$

And then use hockey stick identity

For reference see Hockey stick identity

Using hockey stick identity we get $$\sum_{k=0}^m \binom {n+k}{n}=\binom {n+m+1}{n+1}=\binom {n+m+1}{m}$$