Suppose that $a_j$ are non-negative real numbers such that $\sum_{j=1}^\infty a_j<\infty$. Is it true that $$ \sum_{j=1}^nja_j=o(n) $$ as $n\to\infty$?
I am not sure if it is true or not. It is straightforward to show that $\sum_{j=1}^nja_j=O(n)$ as $n\to\infty$. We have that $$ \sum_{j=1}^nja_j\le n\sum_{j=1}^na_j\le n\sum_{j=1}^\infty a_j $$ for each $n\ge 1$. However, the bound is trivial and maybe there is a sharper one.
Any help is much appreciated!