Suppose I have the power series $\frac{3}{2} \sum_{n=0}^{\infty} (\frac{x}{2})^{n}$ with center $c=0$. Suppose I wanted to change it to have the center $c=-3$. Is the following legal?
$\frac{3}{2} \sum_{n=0}^{\infty} (\frac{x}{2})^{n}$ becomes $\frac{3}{2} \sum_{n=0}^{\infty} (\frac{x+3}{2})^{n}$ (could multiply by 2 to find the new center $c=3$.
Is this allowed/the right way?