I already know that the sequence converges as when $n$ approaches $\infty$:
$$\lim_{n \to\infty}\frac{\frac{n^{2}}{n^{3}}+\frac{(-1)^{n}}{n^{3}}}{\frac{2n^{3}}{n^{3}}+\frac{1}{n^{3}}} \;\;\implies\;\;\lim_{n \to \infty}\frac{0+0}{2+0}=\frac{0}{2}=0$$ I want to find out if this sequence is absolutely convergent or not. What I am not sure if I am doing it right. Its the same process, where I take the absolute value of the sequence and I get the same answer: $\lim_{n \to\infty}\frac{0}{2}=0$. BUT I see that I can divide only by $n^{2}$ and I'll get: $$\lim_{n \to\infty}\frac{\frac{n^{2}}{n^{2}}+\frac{(-1)^{n}}{n^{2}}}{\frac{2n^{3}}{n^{2}}+\frac{1}{n^{2}}} \;\;\implies\;\;\lim_{n \to \infty}\frac{1+0}{2n+0} \;\;\implies\;\;\lim_{n \to \infty}\frac{1}{2n}$$
Which is awfully similar to $\frac{1}{n}$ that diverges.