Consider the Taylor's expansion around $c=0$ and find the first 4 terms for the function $\exp(\sin x)$.
I have done this but I'm not sure if is correct.
$$e^{\sin x}=\left(1+x+\frac{x^2}{2!}+\dots+\frac{x^{n-1}}{(n-1)!}\right)^{x-\frac{x^3}{3!}+\frac{x^5}{5!}+\dots+(-1)^{n-1} \frac{x^{2n-1}}{(2n-1)!}}$$
Hint: if $f(x)= e^{\sin x}$, compute $f', f''$ and $f'''$. Then the first 4 terms are
$f(0), f'(0)x, \frac{f''(0)}{2}x^2$ and $\frac{f'''(0)}{6}x^3.$