I recently saw this question about the convergence of $$\sum_{n=0}^{\infty} \sqrt[3]{n^3+1} - n$$
I tried finding the convergence of this series by factoring out an $n^3$ so that the sum became,
$$\sum_{n=0}^{\infty} n\sqrt[3]{1 + \frac{1}{n^3}}$$ but couldn't figure out any way to simplify and solve this. Is there a simpler or better way to solve this?
$$a_n= \sqrt[3]{n^3+1} - n=n\left(\sqrt[3]{1 + \frac{1}{n^3}}-1 \right)$$ For large $n$, use the generalized binomial theorem or Taylor series to get $$\sqrt[3]{1 + \frac{1}{n^3}}=1+\frac{1}{3 n^3}-\frac{1}{9 n^6}+O\left(\frac{1}{n^9}\right)$$ $$a_n=\frac{1}{3 n^2}-\frac{1}{9 n^5}+O\left(\frac{1}{n^8}\right)=\frac{1}{3 n^2}+O\left(\frac{1}{n^5}\right)$$