Evaluate:
$$\sum_{n=0}^{\infty} \frac {(-1)^n}{4^{4n+1}(4n+1)} $$
I rewrote the sum as $$\sum_{n=0}^{\infty} \frac {1}{4^{8n-7}(8n-7)} - \sum_{n=0}^{\infty} \frac {1}{4^{8n-3}(8n-3)}$$
Now, I tried to express this as a Geometric Series and Partial Fraction but was unable to do so. I also tried to use Riemann Sum, but I don't know how to apply it here. Any help will be appreciated. Thanks!
Since the question is tagged "power-series", define $$f(x):=\sum_{n=0}^{+\infty}\frac{(-1)^nx^{4n+1}}{4^{4n+1}(4n+1)}.$$ We want to compute $f(1)$. Since $$f'(x)=\sum_{n=0}^{+\infty}\frac{(-1)^nx^{4n}}{4^{4n+1}}= \frac 14\sum_{n=0}^{+\infty}\left(\frac{-x^4}{4^4}\right)^n=\frac 14\frac 1{1+x^4/4^4}$$ and $f(0)=0$, we obtain that $$f(1)=\frac 14\int_0^1\frac{\mathrm{dx}}{1+\frac{x^4}{4^4}}.$$ This integral can be computed by noticing that for any $t$, $$t^4+1=(t^2-\sqrt 2 t+1)(t^2+\sqrt 2 t+1),$$ and doing a partial fraction decomposition.