Prove $f(z)$ is a polynomial if $f(z)$ is entire and $|f(z)| \leq (1 + |z|)^n$ $\forall z \in C$.
Here is what I wrote for my proof: $f(z)$ can be represented as a power series $\sum\limits_{n=0}^\infty a_n z^n$ where $a_n = \frac{f^n(0)}{n!}$ if we choose $|z| = r$. Then by Cauchy's Estimates, we have that $|a_m| = \frac{|f^{(m)} (0)|}{m!} \leq \frac{(1+r)^n}{r^m}$ where $m > n$, so $a_m \to 0$ and $f(z)$ is a polynomial of degree $\leq n$.
My solution was marked incorrect, but I didn't have any other ideas on how to approach this. What is the proper solution?