I'm asked to find the "singular part" of $f(z) := \frac{z}{(2 + \log z)^{2}}$ (I think this means the principal part of the Laurent series -- this question is from an older qualifying exam at my university). I know that $f$ has a pole at $z = e^{-2}$ of order $2$, and that this is the only pole. I've tried to integrate $f$ over a circle about $e^{-2}$ to at least get $a_{-1}$ in Laurent. This doesn't seem to get me anywhere. The limit calculation of residues is horrendous for this function, and I keep making errors. Regardless, as this is a previous qual question, I presume the solution isn't too overbearing. There must be a more efficient way to calculate the "singular part" of $f$.
I am also asked to calculate the radius of convergence of the power series of $f - (\text{singular part})$.
I've found a relevant calculation here: Residue of $f(z) = \frac{z}{1-\cos(z)}$ at $z=0$. I was hoping to do the same with this problem, but I'm not familiar with big-O notation. If my calculations are right, the power series for $h(z) := 2 + \log z$ is
$$(z-e^{-2})\sum_{n=1}^{\infty} \frac{(-1)^{n+1}e^{-2n}}{n} (z-e^{-2})^{n-1}.$$
How would I go about using the technique in the link (if applicable)?