I've seen an example in which the limit of the sequence $s_n = \sum_{k=1}^n \frac{1}{k}$ is proved to be divergent because:
$$s_n \geq \int_{1}^{n+1}\frac{1}{x} dx$$
and $\log(n+1)=+\infty$ as $n\to +\infty$. I'm confused about the following: Why $n+1$ instead of $n$? I've been trying to think but found no (convincent) reason for it, I guess it would work with $n$ too.
I guess I got confused because in the previous example, he proved that $s_n=\sum_{k=1}^{n}\frac{1}{k^2}$ is convergent because:
$$s_n\leq 1+\int_1^{n}\frac{1}{x^2}dx$$