In my integration adventures, I ran into this sum:
$$\sum_{n=1}^{\infty}\frac{1}{\cosh(\pi an)(4n^{2}-1)}$$
I know that $\sum_{n=1}^\infty \frac{1}{\cosh(\pi n)}$ has a nice closed form, so I was wondering if this sum does as well.
If no closed form exists (or it's hard to find) for all $a$, I would be interested in evalutating the sum when $a$ is given a set (but nonzero) value, like $a=1$ or $a=\frac 1 \pi$.
Maple easily evaluates the sum under consideration: $$S:= a\mapsto \sum _{n=1}^{\infty }{\frac {1}{\cosh \left( \pi \,an \right) \left( 4\,{n}^{2}-1 \right) }}, $$ $$evalf(S(1))=0.029009296189396298541.$$ $$plot(S,0..Pi)$$