If $\lim_{n \to \infty} x_n = a \in \mathbb{R}$, prove or disprove that $$\lim_{n \to \infty} \frac{2}{n(n+1)}\sum_{k = 1}^n kx_k = a$$
Somehow I think this is true but I do not know how to show it. It kind of reminds me of the Cesàro-mean, but somehow the proof of the Cesàro-mean does not quite work here. What I have so far, is $$\left\vert \frac{2}{n(n+1)}\sum_{k = 1}^n kx_n - a\right\vert \leq \sum_{k = 1}^n \frac{|2kx_k - (n + 1)a|}{n(n+1)}$$ which does not really look promising. Any hint would be appreciated.