As you may know, Let $ {a_n} $ and $ {b_n} $ be convergent sequence with limit L, M respectively, then the following is true $ \lim_{n\to \infty} (a_n + b_n) = \lim_{n\to \infty} a_n +\lim_{n\to \infty} b_n = L+M$
In the following case
$$ \lim \frac{\sum_{k=1}^n k}{n^2} = \lim \frac{\frac{n(n+1)}{2}}{n^2} = \frac{1}{2}$$
is true but
$$ \lim \frac{\sum_{k=1}^n k}{n^2} = \lim \frac{1+2+3+\cdots+n}{n^2} = \lim \frac{1}{n^2} + \lim \frac{2}{n^2} + \cdots + \lim \frac{n}{n^2} = 0$$
I think this cannot be true because there are infinitely many terms.
However, let $ \alpha $ be a positive real number, then the following can be true
$$ \lim \frac{\sum_{k=1}^n k}{n^{2+\alpha}} = \lim \frac{1+2+3+\cdots+n}{n^{2+\alpha}} = \lim \frac{1}{n^{2+\alpha}} + \lim \frac{2}{n^{2+\alpha}} + \cdots + \lim \frac{n}{n^{2+\alpha}} = 0$$
Does this have something to do with uniform convergence?
When can I interchange the limit and sigma in limit operation of sequence?
$\lim_{n\to\infty}\frac1{n^2}(1+2+\cdots+n)\ne\lim\frac1{n^2}+\cdots+\lim\frac n{n^2}$ becuase the number of terms varies with $n$. You can only apply the sum of limits rule, if the number of terms stay fixed.