We know about the Fresnel Integrals:
$$C(x)=\int \cos x^2 \, dx,\quad S(x)=\int \sin x^2 \, dx$$
which can also be written as:
$$\int e^{ix^2}dx=C(x)+i\,S(x)$$
To make a more interesting and tetration based integral with a rapidly oscillating part of $\mathrm{Re(x)\ge0}$ integral converges. To make a more general result possible, let one consider the goal integral:
$$\int e^{ix^ x}dx=\int \cos\ x^x dx+i\,\int \sin\ x^x dx$$
Here is the graph over the real line of the integrand:
Then the exponential Taylor Series comes to mind. The series converges for all x just like the expansion for $e^x$. We can integrate by each term to switch the sum and integral. Note the logarithm may also affect convergence. It uses the Exponential Integral function and Regularized Incomplete Gamma function:
$$\int e^{ix^x}dx=\int \sum_{n=0}^\infty\frac{i^n x^{nx}}{n!}dx=\sum_{n=0}^\infty \frac{i^n}{n!}\sum_{k=0}^\infty \frac{n^k}{k!}\int x^k \ln^k(x)dx\mathop=^{y=\ln(x)} \sum_{n=0}^\infty \frac{i^n}{n!}\sum_{k=0}^\infty \frac{n^k}{k!}\int e^{ky+1} y^k dy =C- \sum_{n=0}^\infty\sum_{k=0}^\infty \frac{i^nn^k\ln^{k+1}(x) \text E_{-k}(-(k+1)\ln(x))}{n!k!} = C+\sum_{n=0}^\infty\sum_{k=1}^\infty \frac{i^n(-n)^{k-1} Q(k, -k \ln(x)) \ln^{k-1}(x) \ln^{-(k+1)}(x) }{n! k^k}\mathop=^{\small{\ln^{k-1}(x) \ln^{-(k+1)}(x)=1}} C-\sum_{n=0}^\infty\sum_{k=1}^\infty \frac{i^n(-1)^k n^{k-1} Q(k, -k \ln(x)) }{n! k^k} $$
If this is correct, then how can I find the following? Note that when evaluating the bounds, the $”-\ln(0)”$ in the second argument Regularized Incomplete Gamma function will grow faster than the index of the summation, so it can be ignored:
$$\int_0^\infty e^{i x^x} dx= \int_0^\infty \cos\ x^x dx +i\,\int_0^\infty \sin\ x^xdx= -\lim_{x\to-\infty}\sum_{n=0}^\infty\sum_{k=1}^\infty \frac{(-1)^{k+\frac n2} n^{k-1} Q(k, kx) }{n! k^k} $$
Related question:
Related answer which has an experimental solution:
Is there a good way to integrate this function and find this value? The limit makes the expression more complicated and perhaps we can write the answer without it. Please correct me and give me feedback!