I recently posted this, post containing a series of questions concerning the integration of ${x^{x^{x^x}}}$. In order to do so, I wrote ${x^{x^{x^x}}}$ as the following infinite summation: $$1 + \sum_{n=0}^{\infty}\sum_{k=0}^{n}\bigg(\frac{x^{n+1} \log^{n+1+k}(x)C_{kn}}{\Gamma(n+2)}\bigg)$$ I got to this summation using a "generalized Puiseux series". I mention in the post that I am unsure of how to calculate such a series, but it seemed like more of a side-note and I decided that the question deserved its own post. I am trying to determine the mysteries coefficents in the series (written as $C_{kn}$), but I am unsure how to derive them by calculating the generalized Puiseux series by hand. I have looked up literature on standard Puiseux series, and I can somewhat follow it... however, I can find nearly nothing on generalized Puiseux series, especially literature I am capable of following. While $x^x$ can be written as a standard Puiseux series, $x^{x^x}$ also requires the generalized form, so understanding the derivation of that series might work as well if it is simpler.$\\$
In short, how do we calculate a generalized Puiseux series, specifically for $x^{x^x}$ or for ${x^{x^{x^x}}}$?
Note: this is not yet an answer, but only an ansatz to find a promising key for the pattern-detection
To find patterns I would seriously try to simplify formulae, such that constants move out of loops/sums/products and repeatedly occuring functions with same parameter get a shorter symbol. So for instance $$ \; ^4 x= \sum_{n=0}^{\infty} \frac{(x \log(x))^n}{n!} \sum_{k=0}^{n-1} \bigg( \log(x)^k C_{n-1,k}\bigg) $$ where, however, I have moved the constant $1$ into the loop, but only to standardize the bounds for the sums to usual values (here the lower bound $0$).
Moreover I' written $ u $ for $ \log(x) $ and for scalars stay with small letters ($c$) then $$ \; ^4 x= \sum_{n=0}^{\infty} \bigg( \frac{(u \cdot e^u )^n}{n!} \sum_{k=0}^{n-1} c_{n-1,k}\cdot u^k \bigg) $$
To detect patterns I make it more general, so I would finally write: $$ \; ^m x= \sum_{n=0}^{\infty} \frac{(u \cdot e^u )^n}{n!} P_m(u,n-1) $$ $ \qquad \qquad $ where the polynomials $$ P_m(u,n) = \sum_{k=0}^n c_{m:n,k} \cdot u^k $$ $ \qquad \qquad \qquad \qquad $ have the coefficients $c_{m:n,k}$from the lower triangular matrices $C_m$.
Empirically (by the W/A-solutions) we must also insert a correction: for the odd $m$ the rhs must have one additional factor $x$: $$ \; ^m x= \sum_{n=0}^{\infty} \frac{(u \cdot e^u )^n}{n!} P_m(u,n) \qquad \text{ for $m$ even } \\ \; ^m x= x \sum_{n=0}^{\infty} \frac{(u \cdot e^u )^n}{n!} P_m(u,n) \qquad \text{ for $m$ odd } \tag 1 $$
I don't really see why the attempt is at W/A, to extract powers of the product $u \cdot e^u$ as standard entities; in the view that we deal here in the framework of iteration one might rather consider to use for instance $u$, $ue^u$ , $u e^{ue^u}$, ... instead for the various m'th $ \; ^m x$ and have then likely smoother matrices $C_m$.
But well, Wolfram-alpha gives us that structure of solutions, and what I've got so far are the following matrices $C_m$ : $$ \begin{array}{ll} \begin{matrix} \; ^2x : & C_2=& \small \begin{bmatrix} 1 & . & . & . & . & . \\ 1 & 0 & . & . & . & . \\ 1 & 0 & 0 & . & . & . \\ 1 & 0 & 0 & 0 & . & . \\ 1 & 0 & 0 & 0 & 0 & . \\ 1 & 0 & 0 & 0 & 0 & 0 \end{bmatrix} \end{matrix} & \begin{matrix} \; ^3x : & C_3=& \small \begin{bmatrix} 1 & . & . & . & . & . \\ 0 & 1 & . & . & . & . \\ 0 & 1 & 1 & . & . & . \\ 0 & 1 & 3 & 1 & . & . \\ 0 & 1 & 7 & 6 & 1 & . \\ 0 & 1 & 15 & 25 & 10 & 1 \end{bmatrix} \end{matrix} \\ \begin{matrix} \; ^4x : & C_4=& \small \begin{bmatrix} 1 & . & . & . & . \\ 1 & 0 & . & . & . \\ 1 & 2 & 0 & . & . \\ 1 & 9 & 3 & 0 & . \\ 1 & 28 & 36 & 4 & 0 \\ 1 & 75 & 245 & 110 & 5 \end{bmatrix} \end{matrix} & \begin{matrix} \; ^5x : & C_5=& \small \begin{bmatrix} 1 & . & . & . & . & . \\ 0 & 1 & . & . & . & . \\ 0 & 1 & 3 & . & . & . \\ 0 & 1 & 12 & 10 & . & . \\ 0 & 1 & 35 & 90 & 41 & . \\ 0 & 1 & 90 & 520 & 660 & 196 \end{bmatrix} \end{matrix} \\ \begin{matrix} \; ^6x : & C_6=& \small \begin{bmatrix} 1 & . & . & . & . & . \\ 1 & 0 & . & . & . & . \\ 1 & 2 & 0 & . & . & . \\ 1 & 9 & 9 & 0 & . & . \\ 1 & 28 & 96 & 40 & 0 & . \\ 1 & 75 & 625 & 830 & 205 & 0 \\ 1 & 186 & 3240 & 9600 & 7200 & 1176 \end{bmatrix} \end{matrix} & \\ \begin{matrix} \; ^8x : & C_8= & \small \begin{bmatrix} 1 &. &. &. &. &. &. \\ 1 &0 &. &. &. &. &. \\ 1 &2 &0 &. &. &. &. \\ 1 &9 &9 &0 &. &. & \\ 1 &28 &96 &64 &0 &. &. \\ 1 &75 &625 &1250 &505 &0 &. \\ 1 &186 &3240 &14040 &16200 &4536 &0 \\ 1 &441 &14749 &120050 &284900 &219387 &46249 \end{bmatrix} \end{matrix} \end{array}$$
[update] I've just found a partial pattern. For $C_8$ I find $$ \begin{matrix} \; ^8x : & C_8= & \small \begin{bmatrix} \begin{array} {r} 1 & & & & & & \\ 1 & 0 & & & & & \\ 1 & 2\cdot1 & 0 & & & & \\ 1 & 3\cdot3 & 3^2\cdot1 & 0 & & & \\ 1 & 4\cdot7 & 4^2\cdot6 & 4^3\cdot1 & 0 & & \\ 1 & 5\cdot15 & 5^2\cdot25 & 5^3\cdot10 & 5^4\cdot1 -5! & 0 & \\ 1 & 6\cdot31 & 6^2\cdot90 & 6^3\cdot65 & 6^4\cdot15 -3240 & 4536 & 0\\ 1 & 7\cdot63 & 7^2\cdot301 & 7^3\cdot350 & 7^4\cdot140 -51240 & 219387 & 46249\\ \end{array} \end{bmatrix} \end{matrix} $$ What we see is, that the leading columns are perfect multiples of the Stirling numbers 2nd kind of the same column-index; and in the trailing columns we have defects. From the examples for $ ^2x, ^4x, ^6x, ^8x$ we see that with each increasing $m$ one more column becomes "correct", with that simple pattern. And it is easy to hypothesize the form of the matrix for $m \to \infty$ .
I've however not yet found a pattern for the defects.