As part ofa voluntary homework assignment, I want to find the Taylor series around 0 for the complex valued function \begin{equation} f(z):=\frac{1}{1-\exp(z-1)} \end{equation}
My approach so far is to express $\exp(z-1)$ and $\frac{1}{1-z}$ as power series. Since $\exp(z)= \sum \frac{z^k}{k!}$ and $\frac{1}{1-z} = \sum{z^k}$, this leads me to \begin{equation} \frac{1}{1-\exp(z-1)} = \sum_{k=0}^{\infty} \sum_{m=0}^{\infty} \left( \frac{(z-1)^m}{m!} \right)^k = \sum_{k=0}^{\infty} \sum_{m=0}^{\infty} \left( \frac{(z-1)^{mk}}{(m!)^k} \right) \end{equation} To obtain a power series around 0, I use the binomial series: \begin{equation} \sum_{k=0}^{\infty} \sum_{m=0}^{\infty} \left( \frac{(z-1)^{mk}}{(m!)^k} \right) = \sum_{k=0}^{\infty} \sum_{m=0}^{\infty} \sum_{n=0}^{mk} \frac{1}{(m!)^k} \binom{mk}{n} z^n \cdot (-1)^{mk-n} \end{equation} However, I am not sure how to proceed at this point. Can the last expression be simplified?
Of course, one could find the solution by using derivatives, but I should find the coefficients of the Taylor series based on the geometric and exponential power series. Am I overlooking something?
HINT: An easier place to start would be $$ \frac{1}{1-e^{z-1}} = \sum_{n=0}^{\infty}\frac{e^{nz}}{e^n} $$ Then expand the exponential $e^{nz}$ in the variable $nz$, instead of raising a power series to an exponent.