4

Closed form of $$\sum_{n=0}^{\infty }\frac{1}{2^n(4n-1)}$$ the Wolfram gave me the answer below, but I ask if there is a clear value of this sum enter image description here

E.H.E
  • 23,280

2 Answers2

8

We have

$$\begin{align} \sum_{n=0}^\infty \frac{1}{2^n(4n-1)}&=-1+\sum_{n=1}^\infty \frac{1}{2^n}\int_0^1 x^{4n-2}\,dx\\\\ &=-1+\sum_{n=1}^\infty \int_0^1 \frac{(x^4/2)^n}{x^2}\,dx\\\\ &=-1+\int_0^1\frac{x^2}{2-x^4}\,dx\\\\ &=-1+\frac{\text{atanh}\left(2^{-1/4}\right)-\text{atan}\left(2^{-1/4}\right)}{2^{5/4}}\\\\ &\approx -0.779247 \end{align}$$

Mark Viola
  • 179,405
5

Consider

$$f(x) = \sum_{n=0}^{\infty} \frac{x^{4 n}}{4 n+3} $$

$$\frac{d}{dx} \left [x^3 f(x) \right ] = \sum_{n=0}^{\infty} x^{4 n+2} = \frac{x^2}{1-x^4}$$

Integrate both sides...

$$x^3 f(x) = \frac14 \log{\left (\frac{1+x}{1-x} \right )} - \frac12 \arctan{x} + C $$

where $C=0$ by considering $x=0$. The series is equal to

$$f(2^{-1/4}) = \sum_{n=0}^{\infty} \frac1{2^n} \frac1{4 n+3} = 2^{3/4} \left [\frac14 \log{\left (\frac{1+2^{-1/4}}{1-2^{-1/4}} \right )} - \frac12 \arctan{2^{-1/4}} \right ]$$

The relation to your series is

$$-1 + \frac12 f(2^{-1/4}) \approx -0.779247$$

Ron Gordon
  • 138,521