Currently, I am studying for an exam (topics: real analysis, integration etc.). I came across the following exercise:
Let $\lambda>-1$ and let $(a_n)$ be the sequence defined by $$a_n=\frac{1^{\lambda}+2^{\lambda}+...+n^{\lambda}}{n^{\lambda+1}}$$ Compute the limes of $(a_n)$.
For $\lambda=0$, the problem is trivial. If $\lambda>0$ and if we make use of appropriate Riemann sums, it is not hard to see that $$\lim a_n=\int_0^1 x^{\lambda}dx$$ My question: How to find the limes for the case that $\lambda<0$?
The problem I have here is that the trick via integration seems not to work in the same fashion as in the case $\lambda>0$ since for $\lambda<0$, the map $x \mapsto x^{\lambda}$ is not defined for $x=0$, so we can not integrate this map on the intervall $[0,1]$. Any suggestions?