0
$\begingroup$

What would be a combinatorial approach to find out $\sum\limits_{r=0}^{n}\binom{n+r}{r}$?

  • 0
    It seems likely you intended the index of summation to be $r$, ranging from $0$ to $n$. If you like someone can make this edit for you.2017-01-20
  • 0
    What have you tired so far?2017-01-20
  • 0
    Considering the ${n+r}\choose{r}$ as elements of the pascal triangle is quite useful.2017-01-20

1 Answers 1

2

We have $\sum\limits_{r=0}^n\binom{n+r}{r}=\sum\limits_{r=0}^n\binom{n+r}{n}$. The second sum is equal to $\binom{2n+1}{n+1}$ by the more general hockey stick identity.

  • 0
    there are various combinatorial proofs for the hockey stick identity.2017-01-20