Formula for $\sum_{k=1}^n \frac{1}{k(k+1)(k+2)}$?

5.2k Views Asked by At

I was trying to find a formula for the series

$$\sum_{k=1}^n \frac{1}{k(k+1)(k+2)} =? $$

I tried to break this into partial fractions...To see if I could telescope this series.. The partial fraction went like this $$\frac{1}{k(k+1)(k+2)}=\frac{1}{2k}-\frac{1}{k+1}+\frac{1}{2k+4}$$

But the terms are so random that they hardly cancel.... I also tried partial sums but couldn't make much headway....Any help to solve this would be appreciated

3

There are 3 best solutions below

1
On BEST ANSWER

$$\dfrac2{k(k+1)(k+2)}=\dfrac{k+2-k}{k(k+1)(k+2)}=\dfrac1{k(k+1)}-\dfrac1{(k+1)(k+2)}=f(k)-f(k+1)$$

where $f(m)=\dfrac1{m(m+1)}$

0
On

HINT$$\sum_{k=1}^n \frac{1}{k(k+1)(k+2)} = \sum_{k=1}^n \frac{1}{2} \left(\frac{1}{k(k+1)}-\frac{1}{(k+1)(k+2)} \right)$$ Can you take it from here?

2
On

Generalization:

Indeed, I will show you an approach to evaluate the series:

$$\displaystyle{\sum_{k=1}^{\infty}\frac{1}{k(k+1)\cdots(k+l)}}$$

You asked for the evaluation of a series (not finite summation, from $1$ to $n$). However, in a similar manner and without the Dominated Convergence Theorem, you can evaluate the above sum when it is finite.

First we give some definitions.
We have the definition of the beta function:

$$\displaystyle{B(x,y)=\int_{0}^{1}{(1-t)}^{x-1}t^{y-1}dt,\ x,y>0}$$

We also have the definition of the Euler $\Gamma$ function:

$$\displaystyle{\Gamma(x)=\int_{0}^{\infty}t^{x-1}e^{-t}dt,\ x>0}$$

For the latter function, with repeated integration by parts we get that:

$$\Gamma(n)=(n-1)!,\ \forall n \in \mathbb N$$

Furthermore we need the equality below, that relates the two functions.

$$B(x,y)=\frac{\Gamma(x)\Gamma(y)}{\Gamma(x+y)},\ x,y>0$$

Now we will evaluate the series, that I mentioned in the beginning of the post.

$$\displaystyle{\sum_{k=1}^{\infty}\frac{1}{k(k+1)\cdots(k+l)}=\frac{1}{l!}\sum_{k=1}^{\infty}\frac{l!(k-1)!}{(k+l)!}=\frac{1}{l!}\sum_{k=1}^{\infty}\frac{\Gamma(l+1)\Gamma(k)}{\Gamma(l+k+1)}=\frac{1}{l!}\sum_{k=1}^{\infty}B(l+1,k)=}$$ $$\displaystyle{\frac{1}{l!}\sum_{k=1}^{\infty}\int_{0}^{1}x^l{(1-x)}^{k-1}dx=\frac{1}{l!}\int_{0}^{1}x^l\sum_{k=1}^{\infty}{(1-x)}^{k-1}dx}\ (1)$$

In the last step, where we interchanged the order of summation and integration, we applied the Theorem of Dominated Convergence. We also pulled the $x^l$ out of the sigma notation. By the geometric series we have that: $$\displaystyle{\sum_{k=1}^{\infty}{(1-x)}^{k-1}=\sum_{k=0}^{\infty}{(1-x)}^{k}=\frac{1}{1-(1-x)}=\frac{1}{x}}$$

We substitute into $(1)$ and we get that: $$\displaystyle{\sum_{k=1}^{\infty}\frac{1}{k(k+1)\cdots(k+l)}=\frac{1}{l!}\int_{0}^{1}x^{l-1}dx=\frac{1}{l\cdot l!}}$$

Finally:$$\displaystyle{\sum_{k=1}^{\infty}\frac{1}{k(k+1)\cdots(k+l)}=\frac{1}{l\cdot l!}}$$