Problem: In a sequence $\{a_n\}_{n=1}^\infty,$ $$a_n=\sum_{k=1}^{n}\frac{1}{(n+k)^2}.$$
Determine if the sequence is convergent or divergent and, if convergent, compute its limit.
Honestly, I don't really know where to start. In my book they state the following regarding convergence for sequences:
The sequence $\{a_n\}_{n=1}^\infty$ is said to converge with limit $a$ if $\forall \ \varepsilon >0 \ \exists \ N_\varepsilon:n>N_\varepsilon\Rightarrow|a_n-a|<\varepsilon.$
What does this even mean? I know the symbols but I can't intuitively understand it and apply it on my problem.
It is convergent and the limit is $0$, because:
$$0\le\sum_{k=1}^{n}\frac{1}{(n+k)^2}\le n\times\frac {1}{n^2}=\frac {1}{n} $$
and both the sequence $0$ and $\frac {1}{n}$ converge to $0$.