How to calculate the sum $$\binom{54}{5}+\binom{49}{5}+\binom{44}{5}+\cdots+\binom{9}{5}$$
I wrote this as $$\sum_{r=2}^{11}\binom {5r-1}{5}$$ $$=\frac{1}{120}\sum_{r=2}^{11}(5r-1)(5r-2)(5r-3)(5r-4)(5r-5)$$ I'm stuck after this. Any help is greatly appreciated.
$$f:\mathbb Z \rightarrow \text{any commutative ring}$$$$\text {forward difference notation }\Delta f(x)=f(x+1)-f(x)$$ $$\sum_{x=a}^b \Delta f(x)=f(b+1)-f(a)$$ $$\text {falling power notation } x^{(k)}=x(x-1)…(x-k+1)$$ $$\text {fact: } x^{(k)}=(\Delta x^{(k+1)})/(k+1)$$ Your sum is $(1/5!)\sum_{x=9}^{54}x^{(5)}=(1/(5! \times 6))\sum_{x=9}^{54}\Delta x^{(6)}$ $$=(1/6!)(55^{(6)}-9^{(6)})$$ $$={55 \choose 6}-{9 \choose 6}$$