I wanted to find the Taylor series of the function $$\frac{\sin x }{x}$$ and found on wolfram alpha that it is equal to, in series representation, $$\sum^{\infty}_{n=-1} \frac{x^n((-i)^n+i^n)}{2(1+n)!}.$$
Now this might be a stupid question but why is it not just the case of applying $\frac{1}{x}$ to the Taylor series of $\sin x$? Then finding it to be $$ \sum^{\infty}_{k=0} \frac{1}{x} \frac{(-1)^kx^{1+2k}}{(1+2k)!} = \sum^{\infty}_{k=0} \frac{(-1)^kx^{2k}}{(1+2k)!}. $$
These two are in fact equal. Notice that $$\frac{(-i)^n+(i)^n}{2}$$ is $0$ when $n$ is odd and $\pm1$ when $n$ is even. So you can substitute $n=2k$.