I've been trying to understand how to solve this Laurent series with partial fractions and substitutions, but I can't seem to get it right;
$$0<|z-2i|<R$$ $$f(z) = \frac{1}{z^2+4} = \frac{1}{(z-2i)(z+2i)}$$
I'm having a hard time understanding how to work with the zero, and also how to calculate the biggest value that $R$ can get.
Le $w:=z-2i$, then for $0<|w|<4$, we have that $$f(z)=\frac{1}{w}\cdot \frac{1}{w+4i}=\frac{1}{4iw}\cdot \frac{1}{1-\frac{iw}{4}}=-\frac{i}{4w}\cdot \sum_{k=0}^{\infty}\left(\frac{iw}{4}\right)^k\\ =-\sum_{k=0}^{\infty}\left(\frac{i}{4}\right)^{k+1} w^{k-1} =-\sum_{k=-1}^{\infty}\left(\frac{i}{4}\right)^{k+2} (z-2i)^{k} $$