There's a formula that says the sum of n numbers of this kind sum up to

. In other words,
}= \frac{n}{n+1})
We can then easily see the answer is

.
Proof: Easy enough to prove by induction:
For n=1, the LHS=RHS=

. Let's assume it holds for n. Then, for n+1;
(n+2 )}=\frac{n}{n+1}+\frac{1}{(n+1)(n+2)}=<br />
\frac{n(n+2)}{(n+1)(n+2)}+\frac{1}{(n+1)(n+2)}<br />
=\frac{n^2+2n+1}{(n+1)(n+2)}=\frac{n+1}{n+2})
And we're finally done