Goal: If $f(z)^8$ is analytic on some domain D and if $f(z)$ is continuous on domain $D$ with $f(0) = 0$, then the power series $f(z)^8 = \sum a_nz^n$ will begin with $n$ divisible by $8$
My attempt:
Allow $g(z) = f(z)^8$ which is analytic on some domain D. Then, we use Cauchy integral to calculate our $a_n$.
$$g^{(n)}(z) = a_n = \frac{n!}{2\pi i}\int_{D} \frac{g(w)}{(w-z)^{n+1}} dw$$
Now, I notice that we can split the integrand up, but I'm not quite sure if it's helpful
$$\frac{n!}{2\pi i} \int_D \frac{1}{(w-z)^{j}} \frac{f(w)^8}{(w-z)^{8k+1}} dw$$.
Where $j + 8k + 1 = n + 1$
Can anyone tell me if this is going in the right direction or any hints?