I need hints to find the Laurent expansion of $\displaystyle e^{\sin z}$ at $z = 0$ in a simpler way. I am getting double series which I can't simplify.
ADDED:: Can it be simpler that the below? I also need to find the radius of convergence. $$\Large e^{\sin z} = e^{\sum_{k = 0}^\infty \frac{(-1)^nz^{2n+1}}{(2n+1)!}} = \sum_{n = 0}^\infty \frac{\small{B(1, -1/3!, \dots , (-1)^n/(2n+1)!)} z^n}{n!}$$
Exponential formula.
Supose $$ f(x)=a_1 x+{a_2 \over 2}x^2+{a_3 \over 6}x^3+\cdots+{a_n \over n!}x^n+\cdots.$$
Then
$$\exp f(x)=e^{f(x)}=\sum_{n=0}^\infty {b_n \over n!}x^n,$$
where
$$b_n=\sum_{\pi=\left\{\,S_1,\,\dots,\,S_k\,\right\}} a_{\left|S_1\right|}\cdots a_{\left|S_k\right|},$$
and the index $\pi$ runs through the list of all partitions $\{S_1,\ldots,S_k\}$ of the set $\{1,\ldots,n\}$. (When $k=0$ the product is empty and so equals $1$.)
We have $a_1=-a_3=a_5=-a_7=\cdots=1$ and $a_2=a_4=a_6=\cdots=0$.
So suppose we want $b_4$. There are $15$ partitions of $\{1,2,3,4\}$: one corresponding to $1+1+1+1$, six corresponding to $2+1+1$, three corresponding to $2+2$, four corresponding to $3+1$, and one corresponding to $4$. In this case we can discard the ones containing even numbers, so we need only consider $1+1+1+1$ and $3+1$. We get $$ b_4 = a_1^4 + 4a_3 a_1 = 1 - 4 = -3. $$ Similarly, $$ \begin{align} b_0 & & & =1 \\[6pt] b_1 & = a_1 & & = 1 \\[6pt] b_2 & = a_1^2 & & = 1 \\[6pt] b_3 & = a_1^3 + a_3 & & = 1-1 = 0 \\[6pt] b_4 & = a_1^4 + 4a_3 a_1 & & = 1 - 4 = -3 \\[6pt] b_5 & = a_1^5 + 10a_3 a_1^2 + a_5 & & = 1 - 10 + 1 = -8 \\[6pt] b_6 & = a_1^6 + 20 a_3 a_1^3 + 10 a_3^2 + 6a_5 a_1 & & = 6 - 20 + 10 + 1 = -3 \\[6pt] b_7 & = a_1^7 + 35 a_3 a_1^4 + 70 a_3^2 a_1 + 21a_5 a_1^2 + a_7 & & = 1 - 35 + 70 + 21 - 1 = 56 \end{align} $$ And so on.
The radius of convergence is $\infty$, because this is a composition of two entire functions, and is therefore an entire function.