Value of series sum question

53 Views Asked by At

I need to find the result of the following series sum:

$\sum_{n=1}^{\infty} \dfrac{2}{4n^2+8n+3}$

Can someone help me?

1

There are 1 best solutions below

0
On

Hint:

The decomposition into partial fractions: $$\dfrac{2}{4n^2+8n+3}=\frac2{(2n+1)(2n+3)}=\frac A{2n+1}+\frac B{2n+3}$$ yields a telescoping series.