11
$\begingroup$

Do you have any idea to prove the following identity via a combinatorial (or algebraic) method? $\sum_{n=r}^{n=\infty} {n \choose r}^{-1} = \frac{r}{r-1}$

This is Exercise 71 in Chapter 2 of the book Chen C.C., Koh K.M. Principles and techniques in combinatorics. The book does not give a solution, although it mentions: "see H. W. Gould, Combinatorial Identities, Morgantown, W.V. (1972), 18-19".

many thanks in advance, Shahram

  • 2
    have you spend one or two own thoughts on it?2017-02-01
  • 5
    Maybe you can use the fact that $${n\choose k}^{-1}=(n+1)\int_0^1x^{n-k}(1-x)^k\mathrm dx$$2017-02-01
  • 0
    What is the source of the problem? What is $r$?2017-02-01
  • 0
    @labbhattacharjee : this is an exercice (of the second chapter) from the book "Principles and Techniques in Combinatorics".2017-02-01
  • 0
    @tired : of course I did!!! For instance, I tried to use the identity ${n \choose k} = \frac{n}{k} {n-1 \choose k-1}$ but I didn't get anything interesting.2017-02-01
  • 0
    I don't think the result is true2017-02-01
  • 0
    @AhmedS.Attaalla Sorry, the lower bound of the summation starts from $n=r$ (rather than $n=1$). I modified it.2017-02-01
  • 0
    @polfosol thank you very much for your idea. I will try to use the identity that you suggest.2017-02-01
  • 0
    Mathematica agrees with the proposed formula, so I think we can focus on trying to show it.2017-02-01
  • 2
    This sum is also mentioned in the question: [What are the properties of these two functions?](http://math.stackexchange.com/q/466696) Found [using Approach0](https://approach0.xyz/search/?q=%24%5Csum_%7Bn%3Dr%7D%5E%7B%5Cinfty%7D%20%7Bn%20%5Cchoose%20r%7D%5E%7B-1%7D%24&p=1).2017-02-01
  • 0
    In general, it is advised to [include context](http://meta.math.stackexchange.com/a/9960) of your question. One of things which should be included is the source of the problem. (In this case, I have added information about the source to your post based on your comments.)2017-02-01
  • 0
    @MartinSleziak Your are absolutely right! thanks for adding the comments on the question.2017-02-01

2 Answers 2

11

This is basically a generalization of the approach from this answer: \begin{align*} \sum_{n=r}^\infty \frac1{\binom nr} &= r! \sum_{n=r}^\infty \frac1{n(n-1)\cdots(n-r+1)}\\ &= \frac{r!}{r-1} \sum_{n=r}^\infty \frac{n-(n-r+1)}{n(n-1)\cdots(n-r+1)}\\ &= \frac{r!}{r-1} \sum_{n=r}^\infty \left(\frac1{(n-1)\cdots(n-r+1)} - \frac1{n(n-1)\dots(n-r+2)}\right)\\ &\overset{(1)}= \frac{r!}{r-1} \cdot \frac1{(r-1)!} = \\ &= \frac{r}{r-1} \end{align*}

The equation $(1)$ is based on the fact that we get a telescoping sum and with the exception of the first term, all remaining terms "cancel out".

The above works only for $r\ne1$. But it is clear that for $r=1$ we get the harmonic series $\sum\limits_{n=1}^\infty \frac1n$, which is divergent.


To explain this more clearly, we have a sum of the form $$\sum_{r=n}^\infty (a_n-a_{n+1})= (a_r-a_{r+1})+ (a_{r+1}-a_{r+2})+\dots.$$ Since $a_n\to 0$, we get that the sum is simply $a_r$, since the partial sum is $$\sum_{r=n}^N (a_n-a_{n+1}) = (a_r-a_{r+1})+(a_{r+1}-a_{r+2})+\dots+(a_N-a_{N+1}) = a_r-a_{N+1}.$$ In our case $a_n=1/[(n-1)\cdots(n-r)]$.


After some rewriting, we can see that this is a sum which has been calculated on this site a few times, namely $\sum_{k=1}^\infty \frac1{k(k+1)\cdots(k+s)}$. In our case, $s=r-1$. (Clearly, when I was trying to search for it before posting my answer, I did not choose the correct search queries.) A few posts about this sum found using the above search in Approach0:

We can also find some posts about the finite sum, for example General formula for this sum $\sum_{k=1}^n\frac{1}{k(k+1)...(k+m)}$.

  • 0
    Damn it, i was so close $+1$2017-02-01
  • 1
    @MartinSleziak: Very nice! (+1)2017-02-01
  • 1
    @MartinSleziak: thank you very much for your detailed answer. It's very kind of you.2017-02-01
5

$${n \choose r}^{-1}$$

$$=\frac{r!(n-r)!}{n!}$$

$$=\frac{r\Gamma(r) \Gamma (n-r+1)}{\Gamma (n+1)}$$

$$=rB(r,n-r+1)$$

$$=r \int_{0}^{1} x^{n-r} (1-x)^{r-1} dx$$

$$=r \int_{0}^{1} x^n x^{-r} (1-x)^{r-1} dx$$

Also note,

$$\sum_{n=r}^{\infty} x^n=\sum_{n=0}^{\infty} x^{n+r}=\frac{x^r}{1-x}$$

So that,

$$\sum_{n=r}^{\infty} {n \choose r}^{-1}$$

$$=r \int_{0}^{1} (1-x)^{r-2} dx$$

$$=\frac{r}{r-1}$$