I am using the comparison test to determine if series converge. I understand how to do it when there is $1$ in the numerator:
$$\sum_{k=1}^\infty \frac{1}{\sqrt{4k^2-1}}$$
$$4k^2\gt 4k^2-1$$ $$\sqrt{4k^2}\gt \sqrt{4k^2-1}$$ $$2k\gt \sqrt{4k^2-1}$$ $$\frac{1}{2k}\lt \frac{1}{\sqrt{4k^2-1}}$$
From what I understand, the first term dominates the second one, and the second one diverges, thus making the series diverge.
But I don't know where to start from on these ones:
$$\sum_{k=2}^\infty \frac{2^k}{3^k+5}$$
$$\sum_{k=1}^\infty \frac{4^k}{3^k-1}$$