$$ \sum_{k=0}^{\infty} \left( \frac{k^2+1}{2k^2 - 1} \right)^k sin(2k) $$
What is the best approach that we should have to check for absolute convergence in the following series?
Here's what I've tried:
Applying the root test we'll get:
$$ \lim_{k\rightarrow\infty}\sqrt[k]{\left| \left( \frac{k^2+1}{2k^2 - 1} \right)^k sin(2k) \right|}\\ \lim_{k\rightarrow\infty}\left|\frac{k^2+1}{2k^2 - 1} \right| \sqrt[k]{ \left| sin(2k) \right|}\\ $$
Ignoring the sine, the fraction as $k \rightarrow \infty$ will approach $\frac{1}{2}$, which is $ < 1$ and because of that will absolutely converge. But can I ignore the sine? We're analyzing its absolute value... So we'll have $0 \leq sin(2k)\leq 1$. So as $k \rightarrow \infty$ the sine is not going to oscillate in signs... And that's why I've ignored the sine, but I don't know if I'm able to do that.
Can someone please explain to me the best way to get the correct answer?
Thanks!