Does the infinite series $\sum_{k=1}^{\infty} \frac{1}{(4+(-1)^k)^k}$ converge?

259 Views Asked by At

I have been wondering if this infinite series converges $$\sum_{k=1}^{\infty} \frac{1}{(4+(-1)^k)^k}$$

I tried to put it in wolfram alpha but it says that the ratio test is inconclusive, but when I do the ratio test I get: Let first $a_k :=\frac{1}{(4+(-1)^k)^k}$, then we have that $\frac{1}{5^k}\le a_k \le \frac{1}{3^k}$. We also see from here that a_k is always positive and now we have $\frac{1}{5}\le\sqrt[k]{a_k}\le\frac{1}{3}<1, \forall k\in\mathbb{N}$. From that we should actually have that the series converges or am I missing something?

One more thing that I also noticed is that, if I use my inequality we can also have that $$\sum_{k=1}^{\infty} \frac{1}{(4+(-1)^k)^k}\le\sum_{k=1}^{\infty} \frac{1}{3^k}=\frac{1}{1-\frac{1}{3}}=\frac{3}{2}$$

Does that mean it converges to $\frac{3}{2}$?

3

There are 3 best solutions below

5
On BEST ANSWER

Notice that the terms of this series are positive and we have

$$\frac{1}{(4+(-1)^k)^k}\le 3^{-k}$$ and the geometric series $\sum 3^{-k}$ is convergent. Use comparison to conclude.

0
On

Use the $\;k\,-$ th root test:

$$\lim\sup_{k\to\infty}\sqrt[k]{\frac1{4+(-1)^k)^k}}=\lim\sup_{k\to\infty}\frac1{4+(-1)^k}=\frac13<1$$

and thus the series converges (observe it is a positive series)

0
On

Does that mean it converges to $\frac{3}{2}$?

Here is a closed form of the series:

$$ \sum_{k=1}^{\infty} \frac{1}{(4+(-1)^k)^k}=\color{blue}{\frac5{12}}. $$

Proof. By the absolute convergence, one is allowed to write $$ \begin{align} \sum_{k=1}^{\infty} \frac{1}{(4+(-1)^k)^k}&=\sum_{k=1}^{\infty} \frac{1}{(4+(-1)^{2k})^{2k}}+\sum_{k=1}^{\infty} \frac{1}{(4+(-1)^{2k-1})^{2k-1}} \\\\&=\sum_{k=1}^{\infty} \frac{1}{25^k}+3\sum_{k=1}^{\infty} \frac{1}{9^k} \\\\&=\frac1{24}+\frac38 \\\\&=\frac5{12}. \end{align} $$