How can you manipulate a known power series when $x ≠ 0$ ?
For example $f(x)=3x e^x$ What is the Taylor series to the first 5 terms generated by $f$ at $x=4$ ?
I know $$3xe^x = 3x + 3x^2 + \frac{3x^3}{2} + \frac{3x^4}{3!} + \frac{3x^5}{4!} +... \frac {3x^{n+1}}{n!}$$ because of the well known Taylor series for
$$ e^x = \sum_{n=0}^\infty \frac{x^n}{n!}$$
but not sure how to rework this at $x=4$
Let $t = x - 4$. Then $f(x) = f(t+4) = 3e^4 (t+4) e^t$. Can you take it from there?