Let $f\colon G\rightarrow\mathbb{C}$ be a complex valued function given by $f(z)=\exp(\frac{z}{1-z})$.
Prove that the Taylor series' coefficients of $f$ at $0$ are $$a_0=1 \qquad \qquad a_n=\sum_{s=1}^n \frac{1}{s!} \binom{n-1}{s-1}$$
Thoughts: My idea was to do induction in n. I found $a_0=1$ pretty easy as $\exp(0)=1$. It's the induction step that is causing me some trouble and I need some help with! Also is there an easier way than induction to prove this? Thank you!