I have been trying to get the general formula for this sum but I am stuck. I tried to do a partial fraction but couldn't see any pattern.
$$\sum_{i=3}^n \frac{1}{(i-2) i (i+2)} = ?$$
I need to find the general formula, than to prove it using induction but I can't figure out the formula.
Hint: you can rewrite it as:
$$\frac{1}{4}\sum_{i=3}^n\left(\frac{1}{2}\frac{1}{i-2}-\frac{1}{i}+\frac{1}{2}\frac{1}{i+2}\right)$$
It's a telescopic sum, most elements will cancel each other.