I have a general problem understand how to solve these kind of questions where you have a series and you need to find the value of it:
$$ \sum_{n=1}^{\infty} \frac{1}{n(n+1)(n+2)} $$
I know that $ \sum_{n=1}^{\infty} \frac{1}{n(n+1)(n+2)} $ = $ \frac{a_1}{n}+\frac{a_2}{n+1}+\frac{a_3}{n+2} $ which can be rewritten as: $ n^2(a_1+a_2+a_3)+n^1(3a_1+2a_2+a_3)n^0(2a_1)=1$
Using a LGS i come up with the solutions:
$ a_1 = \frac{1}{2}$; $ a_2 = -1 $; $ a_3 = \frac{1}{2} $;
Okay, So i put that into my initial formula:
$ \sum_{n=1}^{\infty} \frac{0.5}{n}+\frac{-1}{n+1}+\frac{0.5}{n+2} $
Nice, but here i need a clear guidance whats next as this step is confusing me. It would be really great so see a solution for this so that i can study it further.
Thanks in advance everyone!