How can I prove that $ \sum_{k=1}^{m} {{k+n} \choose {n+1}} = {{ m + n + 1 } \choose {n+2}} $?
I have managed to prove that $ \sum_{k=0}^{m} {{k+n} \choose {n}} = {{ m + n + 1 } \choose {n+1}} $
Although it seams intuitive that the second implies the first, I haven't been able to deal with the extra +1.
Thanks in advance
Note that $$\sum_{k=1}^{m} {{k+n} \choose {n+1}}=\sum_{k=1}^{m} {{k-1+n+1} \choose {n+1}}=\sum_{j=0}^{m-1} {{j+n+1} \choose {n+1}}={{ (m-1) + (n+1) + 1 } \choose {(n+1)+1}}$$ where at the last step we use the identity you have already proved.