I want to calculate $\sum_{n=0}^\infty$ $(n+1)(n+2)(\frac{i}{2})^{n-1}$.
I tried to separate it into a sum of real numbers ($n=0,2,4,\dots$) and complex numbers that are not real numbers ($n=1,3,5,\dots$) but it didn't work.
So I did it another way, using Cauchy's integral theorem:
Let $f(z)=(\frac{z}{2})^{n+2}$. Then $4f''(i)$= $(n+1)(n+2)(\frac{i}{2})^{n-1}$, which is a term of the sum I started with. I don't know how to proceed from here.
What can I do? How do I solve this?