Compute difficult sum

67 Views Asked by At

How can I compute this sum?

$\sum_{k=0}^\infty\left[\frac{(2k+1)!}{(2k+b)}-\frac{1}{(2k)!(2k+b)}-\frac{(2k)! }{(2k+b+1)}+\frac{1}{(2k+1)!(2k+b+1)}\right]$

I see the $k=0$ term is equal to zero, but that's about as far as I've gotten. Thanks! $b$ is not equal to zero. If anyone has software that will do it, I would be interested in the answer, if available!!!

1

There are 1 best solutions below

1
On

I am afraid that the sum does not converge. The second and last summand tend to zero. But the first and third tend to infinity. Moreover, the ratio of the first and third summand is of the order of $k$, so the first summand is much larger for large $k$ and therefore their difference will still tend to infinity.