Let $a_k≠0, \forall k \in \mathbb{N}$. If $$\limsup_{k\to\infty}\left|\frac{a_{k+2}}{a_k}\right|<1$$ then the series $\sum_{k=1}^\infty a_k$ is absolutely convergent.
I am really interested into seeing a proof of this but I cannot find one. For the original ratio test, there are many proofs but this one is different. Has anyone an idea? Thanks.
To follow leoli1's comment, you can do it as follows.
By the assumption and directly applying the ratio test you can show that the following two series are convergent: $$ \sum_{k=1}^\infty |a_{2k}|,\quad \sum_{k=1}^\infty |a_{2k+1}| $$
Now the partial sum of the original (absolute) series has the following estimate by the triangle inequality $$ \sum_{k=1}^n|a_k| \le \sum_{k=1\\k\textrm{ odd}}^n|a_k| +\sum_{k=1\\k\textrm{ even}}^n|a_k|\tag{1} $$ Taking $n\to\infty$, we are done.
Notes. One actually has equality in (1) and thus the triangle inequality is not needed. (Thanks to hardmath's comment below.)