I am having problems showing either convergence or divergence of the series mentioned in the heading. I've tried all techniques which I know of, divergence-test, ratio-test, limit comparison-test but I have been unable to solve it. I have however tried using power series to solve it and I will show my attempt here. My question otherwise is how do I solve this and is my method of using power series correct?
$$\sum_{k=1}^{\infty}\left(\sin\frac{1}{k}-\arctan\frac{1}{k}\right)=$$
$$\sum_{k=1}^{\infty}\left(\sum_{n=0}^{\infty}\frac{(-1)^n}{(2n+1)!}\left(\frac{1}{k}\right)^{2n+1}-\sum_{n=0}^{\infty}\frac{(-1)^n}{(2n+1)}\left(\frac{1}{k}\right)^{2n+1}\right) =$$
$$\sum_{k=1}^{\infty}\sum_{n=0}^{\infty}(-1)^n\left(\frac{1}{k}\right)^{2n+1}\left(\frac{1}{(2n+1)!}-\frac{1}{(2n+1)} \right)=$$
$$\sum_{n=0}^{\infty}(-1)^n\left(\frac{1}{(2n+1)!}-\frac{1}{(2n+1)} \right)+\sum_{n=0}^{\infty}(-1)^n\left(\frac{1}{2}\right)^{2n+1}\left(\frac{1}{(2n+1)!}-\frac{1}{(2n+1)} \right)+\sum_{n=0}^{\infty}(-1)^n\left(\frac{1}{3}\right)^{2n+1}\left(\frac{1}{(2n+1)!}-\frac{1}{(2n+1)} \right)+ \dots$$
For an arbitrary value of $k=\alpha$ a ratio test will yield that the radius of convergence is $R = \infty$ therefore all of the sums converge and thus the original series converges. I am not certain that this is a sufficient argument to conclude that the series is converging, but if you have another method I am glad to see that.
$\sin(1/k) = 1/k + 1/6k^3 + o(1/k^4)$
$\arctan(1/k) = 1/k - 1/3k^3 + o(1/k^4)$
so $\sin(1/k) - \arctan(1/k) = 1/2k^3 + o(1/k^4)$
By Riemann sum comparison, the series converges.