I am asked to prove that $$ \dbinom{n-1}{0} +\dbinom{n}{1}+\dbinom{n+1}{2}+\cdots+\dbinom{n+k}{k+1}=\dbinom{n+k+1}{k+1}$$
So far what I've tried ,without looking to much at the sum I've to prove ,is that if I have $n+k+1$ blocks and I want to choose $k+1$ of them I can split $\dbinom{n+k+1}{k+1}$ in two major cases,namely $$\dbinom{n+k+1}{k+1}=\dbinom{n+k}{k+1} +\dbinom{n+k}{k}$$
This is equivalent to choose $k+1$ blocks of $n+k+1$ excluding a specific block $A$ ,$\dbinom{n+k}{k+1}$,and the other case is where I include the specific block $A$ ,$\dbinom{n+k}{k}$.
I've only matched one term,so I belive that the rest of the terms is just some identity applied to $\dbinom{n+k}{k}$ which I can't see ,or don't know, now.
Any help to put me in the right route is appreciated.