So I was working on this problem
$$\sum\limits_{n=2}^\infty \frac{2^n}{n^{100}}$$
After all of my work performing the ratio test, I ended up with a $$\frac{2}{n+1} = 0$$
Therefore, I assumed it absolutely converges, but turns out that it diverges. May I please get an explanation why?
I think you computed the ratio incorrectly. It should be $$\frac{2^{n+1}}{(n+1)^{100}} \cdot \frac{n^{100}}{2^n} = 2 \left(\frac{n}{n+1}\right)^{100}$$