I am doing an exercise from textbook which asks to compute Taylor series at $x = 0$ of $e^{1-\cos{x}}$ in summation notation?
My intuition was to expand function $e^x = \sum^{\infty}_{k=0} \frac{x^k}{k!}$ and $\cos{x} = \sum^{\infty}_{k=0}(-1)^k\frac{x^{2k}}{(2k)!}$ at ${x = 0}$, so I got the result: $\sum^{\infty}_{k=0}\frac{1 - \sum^{\infty}_{t=0}(-1)^t\frac{x^{2t}}{(2t)!}}{k!}$.
The result is a form of 2 summations, thus I am not too sure whether it is correct. Could anyone please help to verify or give some comments?
Thanks for VVejalla's comment, the double summation result I got should be: $\sum^{\infty}_{k=0}\frac{(1 - \sum^{\infty}_{t=0}(-1)^t\frac{x^{2t}}{(2t)!})^k}{k!}$
This seems to be quite difficult but I think that I found something which is a least amazing.
Consider the expansion of $$e^{1-\cosh (y)}=\sum_{n=0}^\infty \frac{a_n}{(2n)!} \,y^{2n}$$ The first $a_n$'s make the sequence $$\{1,-1,2,-1,-43,254,4157,-70981,-1310398,40933619,1087746617\}$$ which is sequence $A260884$ in OEIS. According to the documentation, they are given by $$a_n=\sum _{k=0}^{2 n} \text{BellY}[2 n,k,\left[\text{Range}[2 n] \bmod 2\right]-1]\qquad \text{with} \qquad a_0=1$$
Now, make $y=i\,x$ to make $$e^{1-\cosh (y)-1}=e^{1-\cos (x)}$$