I need to find the value of the following series $$\sum_{n=0}^{\infty}\frac{(-1)^n}{(zn+1)^2}$$ I know there is a nice closed form in terms of trigamma functions, as shown here, I simply can't get it.
What I know is: $$\sum_{n=0}^{\infty}\frac{1}{(z+n)^2}=\psi_1(z)$$ and $$\sum_{n=0}^{\infty}\frac{(-1)^n}{zn+1}=\frac{1}{2z}\left[\psi_0\left(\frac{z+1}{2z}\right)-\psi_0\left(\frac{1}{2z}\right)\right]$$ In particular, differentiating this last series w.r.t $z$ doesn't help, since you get an $n$ in the numerator as well. How to proceed?
We can find the answer by breaking n into even and odd numbers $$S=\sum_{n=0}^\infty a_n=\sum_{n=0}^\infty(a_{2n}+a_{2n+1})$$ $$\sum_{n=0}^\infty\frac{(-1)^n}{(zn+1)^2}=\sum_{n=0}^\infty\left(\frac{(-1)^{(2n)}}{(z(2n)+1)^2}+\frac{(-1)^{(2n+1)}}{(z(2n+1)+1)^2)}\right)=\sum_{n=0}^\infty\left(\frac{1}{(2nz+1)^2}-\frac{1}{(2nz+z+1)^2}\right)=\sum_{n=0}^\infty\left(\frac{1}{(2z)^2}\frac{1}{(n+\frac{1}{2z})^2}-\frac{1}{(2z)^2}\frac{1}{(n+\frac{z+1}{2z})^2}\right)$$ The sum obviously can be evaluated using the trigamma function