I want to show that the following series is convergent and determine the corresponding limit value.
$$ a(n):=\sum_{k=1}^n \frac{k}{n^2}$$
To show the series converges I used the ratio test:
$$\left|\frac{k}{(n+1)^2}\right|\cdot\left|\frac{n}{k}\right|=\frac{n}{(n+1)^2}<1$$
So the series converges. But how can I go on now and calculate the limit value?