I stumbled upon an interesting limit of series and I was wondering how could it be solved...
$$\lim_{n\to \infty} \frac{1^p + 2^p + \ldots + n^p}{n^{p+1}} = \frac{1}{p+1}$$
I tried to divide it into smaller sections ($\frac{1^p}{n^{p+1}}$, $\frac{2^p}{n^{p+1}}$, ..., $\frac{1}{n^p}$), factoring the numerator, but nothing seemed to be the way to go...
I also tried using the squeeze theorem - finding two series with the limit of ${\frac{1}{p+1}}$ but I had no luck with this either.
Any ideas?