Like user71317 in his question I am struggling to understand how we arrive at the general formula of the partial sums of a series. In my case the following series:
$$\sum_{n=2}^{\infty} \frac{1}{n^2-1}$$
The general formula of the partial sums is:
$$s_n=\sum_{i=2}^{n} \frac{1}{i^2-1} = \frac{3}{4} - \frac{1}{2n}-\frac{1}{2(n+1)}$$
I understand the answer to the linked question where the answer is the formula for the sum of a finite geometric series. Since my series is not geometric; how do I go from the series to the partial sums in this case?
Update:
How is $\sum_{i=2}^{n} \frac{1}{i^2-1}$ equal to $\frac{3}{4} - \frac{1}{2n}-\frac{1}{2(n+1)}$?