I'm having trouble solving the following exercise:
Let $\alpha \in \mathbb C$ fixed and $f: D \to \mathbb C$ defined by $$f(z) := \frac{1}{(1-z)^\alpha}.$$ Let $$f(z) = \sum_{n=0}^\infty a_n(\alpha) z^n $$ be the power series representation of $f$. Show that for the coefficients $a_n(\alpha)$ the following holds: $$\lim_{n\to \infty}\frac{a_n(\alpha)}{n^{\alpha - 1}} = \frac{1}{\Gamma(\alpha)}$$
Where $D$ denotes the unit ball and $\Gamma$ the Gamma function.
Attempt:
I assume I need to find out explicit representation of the coefficients $a_n(\alpha)$ and then show the identity using the Gauß representation of the Gamma function: $$\Gamma(s) = \lim_{n\to \infty} \frac{n! n^s}{s(s+1) \cdot \cdot \cdot (s+n)}.$$ However, I was unable to find a useful one. Expanding the function $f$ into a Taylor series didn't work out (if I did not do it wrong). Is there an easier way to find out the coefficients?
Using the binomial series expansion and applying the binomial identity $$\binom{-\alpha}{n}=\binom{\alpha+n-1}{n}(-1)^n$$
It follows \begin{align*} a_n(\alpha)&=\binom{\alpha+n-1}{n}=\frac{1}{n!}(\alpha+n-1)(\alpha+n-2)\cdots\alpha\\ &=\frac{1}{n!}(\alpha+n-1)^{\underline{n}} \end{align*} with $z^{\underline{n}}=z(z-1)\cdots(z-n+1)$ the falling factorial.