I know this is very similar to this question, so I thought the answer should be $\frac \pi 4$ until I saw another question that is more like mine that doesn't have a good answer (or if it is I am having trouble understanding it), but it is 2 years old so I don't think it will be getting another answer soon.
Anyway, I was able to prove that this sum converges by the direct comparison test to $\sum_{n=1}^\infty{\frac 1 {n^2}}$ (thanks to the help in my previous question), but now to find the sum.
I tried to use partial sums
$${2 \over (4n-1)(4n+3)} = {2 \over 19(4n-1)} - {1 \over 2(4n+3)}.$$
If this is right I think I am stuck since $19(4n-1)$ is always odd, but $2(4n+3)$ is always even so telescoping won't work unless I am mistaken.
I tried to use partial sums
Not a bad idea, but doublecheck your calculations there. – dxiv Jan 21 '18 at 23:23[r,p,k,e] = residue(2, conv([4 -1][4 +3]))
, which means that your are finding the partial fraction expression for the numerator $2$ divided by the product of $4n-1$ and $4n+3$. This gives a sum of fractions $\dfrac{r(i)}{(n - p(i))^{e(i)}}$ and a polynomialk
, where $i$ is array index. – GNUSupporter 8964民主女神 地下教會 Jan 21 '18 at 23:48[r,p,k,e] = residue(2, conv([4 -1],[4 +3]))
I missed a comma,
. – GNUSupporter 8964民主女神 地下教會 Jan 21 '18 at 23:54