Calculate the following sequence: $\lim_{n\to \infty} a_n = \frac{1}{n^5}(1^4 +2^4+....+n^4)$.
I know how to solve this using Riemann sums of the function $x^4$.
I was wondering if there's another way using other methods. Any help would be appreciated.
HINT
By Stolz-Cesaro
$$\lim_{n\to \infty} \frac{b_n}{c_n}=\lim_{n\to \infty} \frac{1^4 +2^4+…+n^4}{n^5}=\lim_{n\to \infty} \frac{b_{n+1}-b_n}{c_{n+1}-c_n}=\lim_{n\to \infty} \frac{(n+1)^4}{(n+1)^5-n^5 }$$
and recall that
$$(n+1)^5-n^5=5n^4+10n^3+10n^2+5n+1$$