If $(a_i)_{i=1}^\infty$ is a sequence of positive real numbers such that:
$$ \sum_{i=1}^\infty \frac{a_i}{i} < \infty. $$
Does this mean that the sequence $(a_i)_{i=1}^\infty$ has Cesaro mean zero? As in
$$ \lim_{n\to\infty} \frac{1}{n} \sum_{i=1}^n a_i = 0.$$
Dominated convergence theorem, sum version. Let $b_n$ be the sequence $$b_n(k) = \cases{a_k/n & if $k \le n$\cr 0 & otherwise\cr}$$ Then $|b_n| \le c$ where $c(k) = a_k/k$, and $b_n \to 0$ pointwise. Since $c \in \ell^1$, we conclude that $\lim_{n \to \infty} \sum b_n = \sum \lim_{n \to \infty} b_n = 0$.