I'm trying to solve the following problem:
Find $$\lim_{n\to\infty}\frac{1^p+3^p+\ldots+(2n+1)^p}{n^{p+1}}$$
What I've got so far:
My idea is to use Stolz-Cesaro theorem, which implies that:
$$ \lim_{n\to\infty}\frac{1^p+3^p+\ldots+(2n+1)^p}{n^{p+1}}=\lim_{n\to\infty}\frac{(2n+3)^p}{(n+1)^{p+1}-n^{p+1}} $$
From there:
$$\frac{(2n+3)^p}{(n+1)^{p+1}-n^{p+1}}=\frac{(2n+3)^p}{(2n+1)^{\frac{p+1}{2}}}$$
So, if my calculations are correct I only have to find the limit of the term in the RHS on the last line, that's unless the approach is somewhere entirely different.
Thanks in advance!
You are on the right track: as $n\to +\infty$, $$\frac{(2n+3)^p}{(n+1)^{p+1}-n^{p+1}}=\frac{2^pn^p(1+\frac{3}{2n})^p}{n^{p+1}\left(\left(1+\frac{1}{n}\right)^{p+1}-1\right)}=\frac{2^p(1+o(1))}{n\left(1+\frac{p+1}{n}+o(1/n)-1\right)}\to {\frac{2^p}{p+1}}.$$