If $w = z^{z^{z^{...}}}$ converges, we can determine its value by solving $w = z^{w}$, which leads to $w = -W(-\log z))/\log z$. To be specific here, let's use $u^v = \exp(v \log u)$ for complex $u$ and $v$.
Two questions:
- How do we determine analytically if the tower converges? (I have seen the interval of convergence for real towers.)
- Both the logarithm and Lambert W functions are multivalued. How do we know which branch to use?
In particular $i^{i^{i^{...}}}$ numerically seems to converge to one value of $i2W(-i\pi/2)/\pi$. How do we establish this convergence analytically?
(Yes, I have searched the 'net, including the tetration forum. I haven't been able to locate the answer to this readily.)
about this "Shell-Thron-region" in the tetration-forum (the picture reflects only the upper halfplane, the full picture is symmetric around the x-axis).
You might try using one of the following series expansions:
${a_1}^{{a_2}^{{.^{.^{a_n}}}}} = {\large\rm T}_{k=1}^{n} a_k = \sum_{k_j \ge 0 \atop 1 \le j \le n} \prod_{i=1}^{n}\frac{{(k_{i-1} \ln(a_i))}^{k_i}}{(k_i)!}$
which Barrow (link above) gives a variant of without logarithms, or
$a^{a^{a^{.^{.^{.}}}}} = \exp_a^{\infty}(1) = \sum_{k=0}^{\infty} \frac{\ln(a)^{k}}{k!} (k+1)^{(k-1)} = \sum_{k=0}^{\infty} \frac{(a - 1)^{k}}{k!} \sum_{j=0}^{k}\left[{k \atop j}\right] (j + 1)^{(j - 1)}$
which is just a substitution of variables in the Lambert-W series, the second series is just the Stirling transform of the first.