So i have a function: $$f: \mathbb{R} \to \mathbb{R}$$ $$f(x)=(1-4x^2)e^{2x}$$
I have to formulate it's Taylor Series around x=0 (so i think it is a Maclaurin series if i recall correctly). And then i have to use it as help for calculating sum : $$ \sum_{n=2}^{\infty} \frac{(-2)^n(n^2 -n-1)}{n!}$$
So i know i will have to use the sum of $e^x$ that is a known Maclaurin series. Butother than that, help would be appreciated.
Since the taylor series for $f(x)=(1-4x^2)e^{2x}$ is $$\sum_{n=0}^{1} \frac{2^n}{n!} x^n- \sum_{n=2}^{\infty} \frac{(2)^n(n^2 -n-1)}{n!}x^n$$
Let $x = -1$. $$\sum_{n=0}^{1} \frac{2^n}{n!} (-1)^n- \sum_{n=2}^{\infty} \frac{(2)^n(n^2 -n-1)}{n!}(-1)^n = -1- \sum_{n=2}^{\infty} \frac{(-2)^n(n^2 -n-1)}{n!} = -3/e^2 $$
Then $$\sum_{n=2}^{\infty} \frac{(-2)^n(n^2 -n-1)}{n!} = 3/e^2 -1$$