I would like to know what is known about Taylor series for tetration (and other hyper-exponentiations).
Surprisingly, such information is rare on internet. Numerical values for expansion in hyperexponent for tetration with basis $e$ can be found here:
http://en.citizendium.org/wiki/Tetration#Taylor_expansion_at_zero
However I am interested in expansion in the basis of tetration. I look for
$$ x \uparrow \uparrow m = \sum_{n=0}^{\infty} c_n(m)x^n $$
Wolfram mathematica gives me wired result (obviously a bug) at $x=0$ for $x \uparrow 3$:
https://www.wolframalpha.com/input/?i=taylor+series+x%5E(x%5Ex)
where in the output $log(x)$ appears (not a polynomial).
It is better at $x=1$
https://www.wolframalpha.com/input/?i=taylor+series+x%5E(x%5Ex)+at+x%3D1
I imagine the point $x=0$ may be "peculiar", but at least expansion at $x=1$ should be possible.
List of my questions:
1) Is tetration analytic at $x=0$? At $x=1$?
2) If yes, is an explicit closed-form formula for $c_n(m)$ known? (at any of these points)
3) If not, is an explicit closed-form formula for $c_n(m)$ know for some specific values of $m$?
4) Same questions for extension to higher hyper-exponentiations...
Thank you.