I have to compute from the following, its principal part of the Laurent series around $z=0$.
$$ \frac{1}{z(\exp(z)-1)^2} $$
I have trouble with computing the series of $(\exp(z)-1)^2$. I wanted to take out the $\frac{1}{z}$ and then multiply it by the series of the exp term.
Thanks already.
It is convenient to represent $\exp(z)-1$ using the big-O notation. \begin{align*} \exp(z)-1&=\sum_{n=1}^\infty\frac{z^n}{n!}\\ &=z+\frac{1}{2}z^2+\frac{1}{6}z^3+\frac{1}{24}z^4+O(z^5)\tag{1} \end{align*}
Comment:
In (2) we use the representation of $\exp(z)-1$ from (1).
In (3) we multiply out and collect all terms with power greater or equal $6$ in $O(z^6)$.
In (4) we factor out $\frac{1}{z^3}$.
In (5) we apply the geometric series expansion.
In (6) we multiply out, write the terms for $n=0,1,2$ and $n=3$ and collect all other summands in $O(z^4)$.
In (7) we collect the terms accordingly.