I have the following to prove:
$1^{k} + 2^{k} + \cdots + n^{k} \text{ is }O (n^{k+1})$
I have done the following:
$$\frac {1^{k} + 2^{k} + \cdots + n^{k}}{n^k} \leq n$$
Am I on the right track? I don't know how to proceed further and would appreciate some feedback/help.
Thanks!
Hint Use Stolz Cezaro for $$a_n=\frac{1^k+2^k+..+n^k}{n^{k+1}}$$