Let
$\lim_{n\rightarrow \infty }\sum_{k=2}^{n}\frac{1}{k^3-k}$
I converted the above series into following form by partial fraction method:
$\sum_{k=2}^{n}\frac{1}{k^3-k} =\sum_{k=2}^{n}\frac{-1}{k}+\frac{1}{2} \sum_{k=2}^{n}\frac{1}{(k+1)(k-1)}$
The sum of the second series can be done using the following method: $\frac{1}{4}\sum_{k=2}^{n}\frac{(k+1)-(k-1)}{(k+1)(k-1)}=\frac{1}{4}\sum_{k=2}^{n}[\frac{1}{k-1}-\frac{1}{k+1}]$
Which, then can be easily solved. But the first series clearly a divergent series. How can I then be able to solve the problem? The answer is given as one fourth.