I was reading today about this single variable binomial expansion
$(1+x)^n=1+nx+\frac{n(n-1)}{2!}x^2+\frac{n(n-1)(n-2)}{3!}x^3+\ldots$
For example,
$(1+x)^2 = 1+2x+x^2$
However, is it also valid when exponents are imaginary?
$\begin{align*} (1+x)^i &= 1+ix+\frac{i(i-1)}{2!}x^2+\frac{i(i-1)(i-2)}{3!}x^3+\ldots\\\ &= 1+ix+(-1/2 - i/2)x^2+(1/2+i/6)x^3+(-5/12)x^4+(1/3-i/12)x^5+\ldots \end{align*} $
$(1+x)^i = e^{i\times\ln(1+x)}$ so it is also equals to $\cos(ln(1+x)+i\times\sin(\ln(1+x))$, where defined. So i left it to you to find the corresponding Taylor series.