I've got some problem with this series $$ \sum_{n=1}^{\infty} \sqrt[3]{(n^{3}+n)} - \sqrt[3]{(n^3-n)} $$
I know that the series diverges by a comparison test, but I've got a lot of trouble to prove it. I've tried some algebraic tricks like $$ a - b = \frac{a^{3} - b^{3}}{a^{2} + ab + b^{2}}, $$ where $ a = \sqrt[3]{(n^{3}+n)} $ and $ b = \sqrt[3]{(n^3-n)} $.
It gave me $$ \sum_{n=1}^{\infty} \sqrt[3]{(n^{3}+n)} - \sqrt[3]{(n^3-n)} = \sum_{n=1}^{\infty} \frac{2n}{\sqrt[3]{(n^{3}+n)^{2}} + \sqrt[3]{n^{6} - n^{2}} + \sqrt[3]{(n^3-n)^{2}}} $$ but for me it looks like a blind valley. I would appreciate every help, thank you.
Note that since by binomial expansion for $x\to 0$
we have that
$$\sqrt[3]{n^3+n}=n\left(1+\frac1{n^2}\right)^\frac13=n\left(1+\frac1{3n^2}+o(n^{-2})\right)$$
$$\sqrt[3]{n^3-n}=n\left(1-\frac1{n^2}\right)^\frac13=n\left(1-\frac1{3n^2}+o(n^{-2})\right)$$
thus
$$\sqrt[3]{(n^{3}+n)} - \sqrt[3]{(n^3-n)}=\frac2{3n}+o(n^{-1})$$
therefore the given series diverges by limit comparison test with $\sum \frac1n$.