How can I find the residue of the function below at $z_0=-2i$
$$f(z) = (z^2+4iz)\sin(\frac{3}{z+2i})$$
I tried expressing $f(z)$ in terms of taylor series.
$$f(z) = (z^2+4iz).\sum_{k=0}^{\infty} \left(\frac{\sin(-2i)(-1)^k}{(2k)!}((\frac{3}{z+2i})+2i)^{2k}+\frac{\cos(-2i)(-1)^{k+1}}{(2k+1)!}((\frac{3}{z+2i})+2i)^{2k+1}\right)$$
I know we are supposed to find out $b_1$, which is the coefficient of $\frac{1}{z+2i}$ but it seems that it is infinite sum. Can someone please advise?
Thanks in advance!
Hint. We have that $$f(z)=(4+(z+2i)^2)\sum_{k=0}^{\infty}\frac{(-1)^k}{(2k+1)!}\left(\frac{3}{z+2i}\right)^{2k+1}\\ =(4+(z+2i)^2)\cdot\left(\frac{3}{z+2i}-\frac{1}{6}\frac{27}{(z+2i)^3}+O\left(\frac{1}{(z+2i)^5}\right)\right).$$ Are you able to find the coefficient of $(z+2i)^{-1}$ in the above product?
P.S. The final result should be $\frac{15}{2}$.