Let $a,b,n$ positive integers such that $a \leq n$. Can we simplify this formula?
$\sum_{k=0}^b{n+k \choose n+k-a}={ n \choose n-a } + { n+1 \choose n+1-a } + \dots + {n+b \choose n+b-a}$
I was stuck at the beginning except for the thought to use the hockey-stick identity somehow like mentioned in the comments.