$$ \ X_n=\frac{1}{\sqrt{n^3+1}}+\frac{2}{\sqrt{n^3+2}}+\cdots+\frac{n}{\sqrt{n^3+n}}$$ Find $\displaystyle\lim_{n\to\infty} X_n$ using the squeeze theorem
I tried this approach:
$$
\frac{1}{\sqrt{n^3+1}}\le\frac{1}{\sqrt{n^3+1}}<\frac{n}{\sqrt{n^3+1}}
$$
$$
\frac{1}{\sqrt{n^3+1}}<\frac{2}{\sqrt{n^3+2}}<\frac{n}{\sqrt{n^3+1}}$$
$$\vdots$$
$$\frac{1}{\sqrt{n^3+1}}<\frac{n}{\sqrt{n^3+n}}<\frac{n}{\sqrt{n^3+1}}$$
Adding this inequalities:
$$\frac{n}{\sqrt{n^3+1}}\leq X_n<\frac{n^2}{\sqrt{n^3+1}}$$
And this doesn't help me much. How should i proced?