0

How to find the $\sum_{i=0}^n{\ell+i\choose i}$. I'd tried several binomial series, but cannot be work. Also does it have a combinatoric intuitive explanation?

RobPratt
  • 45,619
Shara
  • 485

1 Answers1

2

Consider the image

enter image description here

The famous demonstration of the hockey stick identity. With your sum, we can start at $\binom{\ell}{0}$ and take a walk down the diagonal for $n$ terms (its the mirror image of the above picture). By the hockey stick identity, this is simply $\binom{n+\ell +1}{n}$. This is because the last term is $\binom{\ell +n}{n}$, then we go to the next row, to $\binom{\ell +n+1}{n}$ for the sum.