I came in contact with the following problem:
Be a sequence $(a_n)_{n\geq1}$ a sequence of real numbers, given that $\sum_{n\geq1} a_n/n $ converges, prove that $\lim_{n \to \infty} 1/n \sum_{k=1}^{n} a_k = 0$.
Now, I want to say that I know how to do if $1/n$ was replaced by $1/n^2$, I would just replace $\sum_{k=1}^{n} a_k$ with $s_n$ and use the fact that $\sum_{n\geq1} a_n/n $ converges, this is, $\sum_{n\geq1} a_n/n \leq \epsilon$ for any $\epsilon > 0$, there exists $N$ such that this happens. And we would have:
$$s_n/n \leq S_N/n + \sum_{m>N}^{n} a_m/n \leq s_N/n + \sum_{m>N} a_m/m < s_n/n + \epsilon$$
Is it this way that I would solve?