Find the $n^{th}$ derivative of $$f(x) = e^x\cdot x^n$$
If i am not wrong i have following
$1^{st}$ Derivative: $e^x\cdot n\cdot x^{n-1} + x^n\cdot e^x$
$2^\text{nd}$ Derivative: $e^x\cdot n\cdot (n-1)\cdot x^{n-2} + 2 \cdot e^x\cdot n\cdot x^{n-1} + x^n\cdot e^x$
$3^\text{rd}$ Derivative: $e^x\cdot n\cdot (n-1)\cdot (n-2)\cdot x^{n-3} + 3 \cdot e^x\cdot n \cdot (n-1)\cdot x^{n-2} + 4 \cdot e^x \cdot n \cdot x^{n-1} + 2 \cdot x^n\cdot e^x$
From here how do I calculate the $n^{th}$ derivative?
Thanks. :)