Let $f(x)= a_nx^n+a_{n-1}x^{n-1}+\cdots+a_1x+a_0$. I am trying to find $f^n(x)$.
By applying the power rule $n$ times, I get this $$f^n(x)=a_{n}(n\cdot n)x^{n-n}+\cdots+ a_1$$ which I think can be simplified to $$f^n(x)=a_{n}n^2+\cdots+ a_1$$
However, I don't think I have the correct answer, as my exercise book is telling me the answer is. $$a_n\,n\cdot(n-1)\cdot\,\cdots\,\cdot 1$$
What did I do wrong? I'm under the impression I have done multiple mistakes.