Compute $\sum_{k=1}^{25} (\frac{1}{k}-\frac{1}{k+4})$
I know that some of the terms will cancel each other. Have it been $k+1$ instead of $k+4$, I could have easily see the pattern in which the terms cancel each other. I don't know what would I do if it was say $k+6$ or bigger.
How can I identify the pattern in these type of problems?
Note that for $0\leq b\leq N$, $$\sum_{k=1}^{N} (\frac{1}{k}-\frac{1}{k+b})= \sum_{k=1}^{N} \frac{1}{k}-\sum_{k=1}^{N}\frac{1}{k+b}=\sum_{k=1}^{N} \frac{1}{k}-\sum_{k=1+b}^{N+b}\frac{1}{k}.$$ Compare the terms in the two sums, what do we obtain after deleting the opposite terms?