I am attempting a calculation for an integral and encounter this series:
$$S=\sum_{k=0}^{\infty}{1\over 4+8k+6k^2+2k^3}$$
but I am stuck and find it difficult to evaluate its sum.
Can someone offer suggestions?
My Attempt:
Factorising: $$4+8k+6k^2+2k^3 = 2(k+1)(k^2+2k+2)$$
$S=0.3359329927...$
$1=A(k^2+2k+2)+(Bk+C)(2k+2)$
$A=1$
Observe you have \begin{align} 4+8k+6k^2+2k^3 =2(k+1)(k+1+i)(k+1-i) \end{align} which means \begin{align} \frac{1}{4+8k+6k^2+2k^3} = \frac{1}{4i(k+1)(k+1-i)}-\frac{1}{4i(k+1).(k+1+i)} \end{align} Then we have \begin{align} \sum^\infty_{k=0}\frac{1}{4+8k+6k^2+2k^3} =&\ \frac{1}{4}\sum^\infty_{k=1}\left( \frac{-i}{k(k-i)}+\frac{i}{k(k+i)}\right)\\ =&\ \frac{1}{4}\left( \psi_0(1-i)+\psi_0(1+i)+2\gamma\right) \end{align} where $\psi_0$ is the digamma function and $\gamma$ is the Euler–Mascheroni constant.
I have used the fact that \begin{align} \psi_0(z+1) = -\gamma+\sum^\infty_{k=1}\frac{z}{k(k+z)}. \end{align}