I'm having trouble finding the Maclaurin series of $5x^2e^{-8x}$ and determining the coefficients. the initial $e^{-8x}$ is simple enough but after that I get confused, our teacher rushed through Maclaurin series so he didn't really explain the concept very well. The homework gives the answers to the coefficients, C1=0, C2=5, C3=-40 But I can't seem to understand how those answers come from the series. The answer I get is ,
$5\cdot(\sum_{n= 0}(-1)^n\frac{(8)^{n}(x)^{n+2}}{n!})$
We have $$e^t=\sum_{n=0}^{\infty}\frac{t^n}{n!}.$$ Put $t=-8x$ and multiply by $5x^2$. So,
$$5x^2e^{-8x}=5x^2\sum_{n=0}^{\infty}\frac{(-8x)^n}{n!}=\sum_{n=0}^{\infty}\frac{(-1)^n\cdot 5\cdot 8^nx^{n+2}}{n!}.$$