I want to show the following:
$$ \sum_{r=1}^\infty \frac{1}{r(r+1)} = 1. $$
I've found this series as part of a calculation to prove a formula for the Gamma function. I know it converges to 1 because of the result of this calculation, but otherwise I wouldn't even know how to find this value, so any help is appreciated with how to find out the series converges to 1 and/or how to prove it converges to 1 (in case these steps are done separately).
When you see a factored polynomial in the denominator, think partial fractions. Consider the partial sums $$\sum_{r=1}^N\frac{1}{r(r+1)}=\sum_{r=1}^N\left(\frac{1}{r}-\frac{1}{r+1}\right)$$ this sum is telescoping, and then take $N\to\infty$.