<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tetrationforum.org/hyperops_wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gottfried</id>
	<title>Hyperoperations Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://tetrationforum.org/hyperops_wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Gottfried"/>
	<link rel="alternate" type="text/html" href="https://tetrationforum.org/hyperops_wiki/index.php/Special:Contributions/Gottfried"/>
	<updated>2026-05-12T16:08:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.8</generator>
	<entry>
		<id>https://tetrationforum.org/hyperops_wiki/index.php?title=Tetration-compilation_test1&amp;diff=227</id>
		<title>Tetration-compilation test1</title>
		<link rel="alternate" type="text/html" href="https://tetrationforum.org/hyperops_wiki/index.php?title=Tetration-compilation_test1&amp;diff=227"/>
		<updated>2022-10-30T16:28:48Z</updated>

		<summary type="html">&lt;p&gt;Gottfried: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page has been copied from a user website in the english wikipedia who has been blocked since 2010 and thus cannot more expanded there. See https://en.wikipedia.org/w/index.php?title=User:MathFacts/Tetration_Summary&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
This is a summary of properties of [[tetration]]. &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; tetrated to the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; is represented by &amp;lt;math&amp;gt;\operatorname{sexp}_a(x)&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;f_a(x)&amp;lt;/math&amp;gt;. The functions &amp;lt;math&amp;gt; \operatorname{log}_a &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \operatorname{exp}_a &amp;lt;/math&amp;gt; denote [[logarithm]] and [[exponentiation]] to base &amp;lt;math&amp;gt; a &amp;lt;/math&amp;gt;, respectively. &amp;lt;math&amp;gt; f^{[k]}(1) &amp;lt;/math&amp;gt; is the result of applying the function &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; to 1 &amp;lt;math&amp;gt; k &amp;lt;/math&amp;gt; times in succession. So &amp;lt;math&amp;gt; \exp_a^{[k]}(1) &amp;lt;/math&amp;gt;, for example, is equal to &amp;lt;math&amp;gt;\operatorname{sexp}_a(k)&amp;lt;/math&amp;gt;, for integer &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The symbol &amp;lt;math&amp;gt; C_m^k &amp;lt;/math&amp;gt; denotes the [[binomial coefficient]], equal to &amp;lt;math&amp;gt;\frac{\Gamma(k+1)}{\Gamma(m+1)\Gamma(k-m+1)}&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;B_n(x)&amp;lt;/math&amp;gt; is the degree &amp;lt;math&amp;gt; n &amp;lt;/math&amp;gt; [[Bernoulli polynomial]] of x, while &amp;lt;math&amp;gt;B_n&amp;lt;/math&amp;gt; without an argument is the &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;th [[Bernoulli number]], equal to &amp;lt;math&amp;gt;B_n(0)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Evaluation methods==&lt;br /&gt;
&lt;br /&gt;
1. &amp;#039;&amp;#039;&amp;#039;Newton method&amp;#039;&amp;#039;&amp;#039;. It can be derived from the [[Newton polynomial]] interpolation formula or from the partial iteration theorem.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\operatorname{sexp}_a(x)=\sum_{m=0}^{\infty} \binom xm \sum_{k=0}^m\,\binom mk\,(-1)^{m-k}\,\operatorname{exp}_a^{[k]}(1)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This method works for any positive base &amp;lt;math&amp;gt;a\le e^{1/e} \,&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
2. &amp;#039;&amp;#039;&amp;#039;Lagrange method&amp;#039;&amp;#039;&amp;#039;. It can be derived from the [[Lagrange polynomial]] interpolation formula.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\operatorname{sexp}_a(x)=\lim_{n\to\infty}\binom xn\sum_{k=0}^n\frac{x-n}{x-k}\binom nk(-1)^{n-k}\exp_a^{[k]}(1)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This method works for positive real bases &amp;lt;math&amp;gt;a\le e^{1/e} \,&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. &amp;#039;&amp;#039;&amp;#039;Rational interpolation method&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\operatorname{sexp}_a(x)=\lim_{n\to\infty}\frac{\sum_{k=0}^{2n} \frac{(-1)^k (k+2)\exp_a^{[k]}(1)}{(x-k) \Gamma (k+1) \Gamma (2n-k+1)}}{\sum_{k=0}^{2n} \frac{(-1)^k (k+2)}{(x-k) \Gamma (k+1) \Gamma (2n-k+1)}}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This method works for positive real bases &amp;lt;math&amp;gt;a\le e^{1/e} \,&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
4. &amp;#039;&amp;#039;&amp;#039;Regular iteration method&amp;#039;&amp;#039;&amp;#039;. It is derived using the technique of [[regular iteration]] at the fixed point of the exponential function.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\operatorname{sexp}_a(x)=\lim_{n\to\infty} \log_a^{[n]}\left(\left(1-\left(\ln \left(\frac{W(-\ln a)}{-\ln a}\right)\right)^x\right)\frac{W(-\ln a)}{-\ln a}+\ln \left(\frac{W(-\ln a)}{-\ln a}\right)\exp_a^{[n]}(1)\right)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\operatorname{sexp}_a(x)=\left(\lim_{n\to\infty} \frac{\ln \left(\frac{\frac{W(-\ln a )}{\ln a}+\exp_a^{[n]}(x)}{\frac{W(-\ln a)}{\ln a}+\exp_a^{[n]}(1)}\right)}{\ln \ln \left(\frac{W(-\ln a)}{-\ln a}\right)}\right)^{[-1]}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here the W function is the product logarithm or [[Lambert W function]], which is defined by &amp;lt;math&amp;gt;W(x) \exp(W(x)) = x\,&amp;lt;/math&amp;gt;. The expression &amp;lt;math&amp;gt; \frac{W(-\ln a)}{-\ln a} &amp;lt;/math&amp;gt; is the principal fixed point of the function &amp;lt;math&amp;gt;a^x&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This method works for real bases &amp;lt;math&amp;gt;e^{-1/e} &amp;lt; a\le e^{1/e} \,&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
5. &amp;#039;&amp;#039;&amp;#039;Matrix power method&amp;#039;&amp;#039;&amp;#039;. One can use [[Carleman matrix|Carleman matrices]] to find the iterates&amp;lt;ref&amp;gt;http://math.eretrandre.org/tetrationforum/attachment.php?aid=318&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This method works for real bases &amp;lt;math&amp;gt;a&amp;gt;1 \,&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
6. &amp;#039;&amp;#039;&amp;#039;Cauchy integral iteration method&amp;#039;&amp;#039;&amp;#039;: A method developed by Dmitriy Kouznetsov &amp;lt;ref name=&amp;quot;k&amp;quot;&amp;gt;Dmitrii Kouznetsov. Solutions of &amp;lt;math&amp;gt;F(z+1)=\exp(F(z))&amp;lt;/math&amp;gt; in the complex &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt;plane. [[Mathematics of Computation]], 2008, in press; preprint: http://www.ils.uec.ac.jp/~dima/PAPERS/analuxp99.pdf&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
One should apply the [[Cauchy integral formula]] to the loop around the rectangle from &amp;lt;math&amp;gt; n-1 - K i &amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt; n+1 + K i &amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; is the integer part of &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;K &amp;lt;/math&amp;gt; is substantially larger than the real or imaginary parts of &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;. The value of the integrands along the imaginary-axis edges of this rectangle can be determined from their value along the imaginary line through &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;, while the value along the real-axis edges of the rectangle can be estimated under the assumption that the function tends to the two (complex) fixed points of &amp;lt;math&amp;gt; x = a^x &amp;lt;/math&amp;gt; at infinite imaginary values.&lt;br /&gt;
&lt;br /&gt;
To obtain the value of the function along the imaginary line through &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;, we start with a guess value for this function, and recursively correct it using the Cauchy formula.&lt;br /&gt;
&lt;br /&gt;
This method works for real bases &amp;lt;math&amp;gt; a \ge e^{1/e} \,&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
7. &amp;#039;&amp;#039;&amp;#039;Intuitive iteration method&amp;#039;&amp;#039;&amp;#039; (formerly called &amp;quot;natural&amp;quot; method, or matrix inverse method). A method first developed by Peter Walker, then rediscovered by Andrew Robbins, which uses matrices to solve the Abel functional equation for exponentials:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\alpha(b^x) = \alpha(x) + 1\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
applying the Carleman matrix to both sides, and simplifying the matrices a bit, we are left with the matrix equation:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;(C[b^x]^T - I)D[\alpha] = D[1]\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where C is a Carleman matrix, and D is a Taylor coefficient column vector. Since this equation is linear, we can solve for the Taylor coefficients of the Abel function &amp;lt;math&amp;gt;\alpha(x)&amp;lt;/math&amp;gt; making &amp;lt;math&amp;gt;(C[b^x]^T - I)&amp;lt;/math&amp;gt; invertible (by truncating the first column and last row). This truncation is called the Abel matrix:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;A[b^x] = J(C[b^x]^T - I)K\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where J is the identity matrix without the last row, and K is the identity matrix without the first column. The importance of the Abel matrix is that it is often invertible, in which case we can solve for the Taylor coefficients of &amp;lt;math&amp;gt;\alpha(x)\,&amp;lt;/math&amp;gt; as &amp;lt;math&amp;gt;D[\alpha] = A[b^x]^{-1}D[1]\,&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
To summarize, the super-logarithm is the Abel function of exponentials, so the Taylor coefficients of the super-logarithm can be found in the first column of the inverse of the Abel matrix.&lt;br /&gt;
&lt;br /&gt;
This method works for real bases &amp;lt;math&amp;gt;a&amp;gt;1 \,&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Functional and differential equations==&lt;br /&gt;
&lt;br /&gt;
1. &amp;#039;&amp;#039;&amp;#039;Main functional equation&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;f_a(x+1)=a^{f_a(x)}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. &amp;#039;&amp;#039;&amp;#039;Main functional equation for inverse function&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;f^{[-1]}_a (b) = 1 + f^{[-1]}_a (\log_a b) \,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. &amp;#039;&amp;#039;&amp;#039;Differential-difference equation&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;f&amp;#039;_a(x+1)=f&amp;#039;_a(x)f_a(x+1)\ln a \,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Periodicity==&lt;br /&gt;
&lt;br /&gt;
Superexponential with fixed base &amp;#039;&amp;#039;b&amp;#039;&amp;#039; is periodic&amp;lt;ref&amp;gt;[http://www.ils.uec.ac.jp/~dima/PAPERS/2009sqrt2.pdf Dmitrii Kouznetsov. Portrait of the four regular super- exponentials to base sqrt(2)]&amp;lt;/ref&amp;gt; with period &lt;br /&gt;
:&amp;lt;math&amp;gt;T=\frac{2\pi i }{\ln \ln \frac{W(-\ln b)}{-\ln b}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Values in fixed points and asymptotic properties==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;math&amp;gt;f_a(0)=1 \,&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;f_a(-1)=0 \,&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;f_a(1)=a \,&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;f_a(-2)=-\frac{\infty}{\ln(a)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;f_a(+\infty)=-\frac{\mathrm{W}(-\ln{a})}{\ln{a}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;f&amp;#039;_e(-1)=f&amp;#039;_e(0) \,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Other properties==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\log_a \frac{f&amp;#039;_a(x)}{f&amp;#039;_a(0)(\ln a)^{x}} = \sum_{k=0}^{x-1} f_a(k)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\frac{f&amp;#039;_a(x)}{f&amp;#039;_a(0)(\ln a)^x}= \prod_{k=0}^x f_a(k)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\log_a \frac{f&amp;#039;_a(x)}{f&amp;#039;_a(0)(\ln a)^{x}} = \sum_{n=1}^{\infty} \frac{f^{(n-1)} (0)}{n!} (B_n(x)-B_n)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Differentiation rules==&lt;br /&gt;
&lt;br /&gt;
1. &amp;#039;&amp;#039;&amp;#039;Differentiating tetration with fixed height&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;(\operatorname{sexp}_x(1))&amp;#039;=1&amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;(\operatorname{sexp}_x(n))&amp;#039;=\left((\operatorname{sexp}_x(n-1))&amp;#039;\ln x + \frac{\operatorname{sexp}_x(n-1)}{x}\right)\operatorname{sexp}_x(n)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Generalized,&lt;br /&gt;
:&amp;lt;math&amp;gt;(\text{sexp}_x(n))&amp;#039;=\frac1x \sum _{k=1}^n (\ln x)^{k-1}\prod _{j=n-k}^n \text{sexp}_x(j)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. &amp;#039;&amp;#039;&amp;#039;Differentiating tetration with fixed base&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\operatorname{sexp}&amp;#039;_a(x)=\operatorname{sexp}&amp;#039;_a(x-1)\operatorname{sexp}_a(x)\ln a \,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Generalized, &lt;br /&gt;
:&amp;lt;math&amp;gt;(\operatorname{sexp}_a(x))&amp;#039; =\operatorname{sexp}&amp;#039;_a(0)(\ln a)^x \prod_{j=1}^x \operatorname{sexp}_a(j)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;(\operatorname{sexp}_a(x))&amp;#039; =\operatorname{sexp}&amp;#039;_a(c)(\ln a)^{x - c} \!\prod_{j=c+1}^x\! \operatorname{sexp}_a(j)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Approximation methods==&lt;br /&gt;
&lt;br /&gt;
In light of the main equation above, it suffices to define an approximation function on an interval of unit length.&lt;br /&gt;
&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Linear approximation&amp;#039;&amp;#039;&amp;#039;: On the interval [-1, 0], we have &amp;lt;math&amp;gt; \operatorname{sexp}_a(x) \approx x+1 &amp;lt;/math&amp;gt;. This approximation is continuous everywhere, but generally not differentiable at integers.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Quadratic approximation&amp;#039;&amp;#039;&amp;#039;: On the interval [-1, 0], we have &amp;lt;math&amp;gt; \operatorname{sexp}_a(x) \approx {\log(a) - 1 \over 1 + \log(a)} x^2+ {2 \log(a) \over 1+\log(a)} x+1 &amp;lt;/math&amp;gt;. This approximation is continuously differentiable everywhere, but its second derivative is discontinuous at each integer.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Shifted linear approximation&amp;#039;&amp;#039;&amp;#039;: Developed by Jay D. Fox at [http://math.eretrandre.org/tetrationforum/showthread.php?tid=98]. On some interval [c, c+1], we have &amp;lt;math&amp;gt; \operatorname{sexp}_a(x) \approx {1 + \log(\log(a)) \over \log(a)} (x-c) - {\log(\log(a)) \over \log(a)} &amp;lt;/math&amp;gt;. The value c is chosen so that the approximation gives &amp;lt;math&amp;gt; \operatorname{sexp}_a(0) \approx 1&amp;lt;/math&amp;gt;; if &amp;lt;math&amp;gt; a \ge e &amp;lt;/math&amp;gt;, this means setting &amp;lt;math&amp;gt; c = -1 - {\log(\log(a)) \over 1 + \log(\log(a))} &amp;lt;/math&amp;gt;, while if &amp;lt;math&amp;gt; a \le e \le a^a &amp;lt;/math&amp;gt;, it means setting &amp;lt;math&amp;gt; c = {-\log(a) - \log(\log(a)) \over 1 + \log(\log(a))} &amp;lt;/math&amp;gt;. This approximation is continuously differentiable everywhere, but its second derivative is discontinuous at &amp;#039;&amp;#039;c&amp;#039;&amp;#039;+&amp;#039;&amp;#039;n&amp;#039;&amp;#039; for any integer &amp;#039;&amp;#039;n&amp;#039;&amp;#039;. It is only defined for &amp;lt;math&amp;gt; a &amp;gt; e^{1/e} &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
If &amp;lt;math&amp;gt; a = e &amp;lt;/math&amp;gt; all three of the above approximations are equivalent.&lt;br /&gt;
&lt;br /&gt;
===Approximate values===&lt;br /&gt;
&lt;br /&gt;
* For base 10: &amp;lt;!-- Need to set up a table --&amp;gt;&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Approximation&lt;br /&gt;
! &amp;lt;math&amp;gt; \operatorname{sexp}_{10}(1/2) &amp;lt;/math&amp;gt;&lt;br /&gt;
! &amp;lt;math&amp;gt; \operatorname{slog}_{10}(2) &amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Linear: &amp;lt;math&amp;gt;\,{}^{x}10 \approx 10^x&amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;0&amp;lt;x&amp;lt;1&amp;lt;/math&amp;gt;&lt;br /&gt;
| 3.162776601...&lt;br /&gt;
| 0.301029995...&lt;br /&gt;
|-&lt;br /&gt;
|Quadratic: &amp;lt;math&amp;gt;\,{}^{x}10 \approx  {}^{x}a \approx 10^{x + \frac{-1+\log(10)}{1+\log(10)}(x^2-x)} = 10^{x + 0.39441379... (x^2 - x)} &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;0&amp;lt;x&amp;lt;1&amp;lt;/math&amp;gt; &lt;br /&gt;
| 2.5199768...&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Shifted Linear: &amp;lt;math&amp;gt;\,{}^{x}10 \approx .79651... (x+1) &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;-1.454753...&amp;lt;x&amp;lt;-0.454753...&amp;lt;/math&amp;gt;&lt;br /&gt;
| 2.50181...&lt;br /&gt;
| 0.377936...&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gottfried</name></author>
	</entry>
	<entry>
		<id>https://tetrationforum.org/hyperops_wiki/index.php?title=Tetration-compilation_test1&amp;diff=226</id>
		<title>Tetration-compilation test1</title>
		<link rel="alternate" type="text/html" href="https://tetrationforum.org/hyperops_wiki/index.php?title=Tetration-compilation_test1&amp;diff=226"/>
		<updated>2022-10-30T16:26:07Z</updated>

		<summary type="html">&lt;p&gt;Gottfried: Created page with &amp;quot;This page has been copied from a blocked user website in the english wikipedia https://en.wikipedia.org/w/index.php?title=User:MathFacts/Tetration_Summary&amp;amp;action=edit   This i...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This page has been copied from a blocked user website in the english wikipedia https://en.wikipedia.org/w/index.php?title=User:MathFacts/Tetration_Summary&amp;amp;action=edit&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This is a summary of properties of [[tetration]]. &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; tetrated to the &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt; is represented by &amp;lt;math&amp;gt;\operatorname{sexp}_a(x)&amp;lt;/math&amp;gt; or &amp;lt;math&amp;gt;f_a(x)&amp;lt;/math&amp;gt;. The functions &amp;lt;math&amp;gt; \operatorname{log}_a &amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt; \operatorname{exp}_a &amp;lt;/math&amp;gt; denote [[logarithm]] and [[exponentiation]] to base &amp;lt;math&amp;gt; a &amp;lt;/math&amp;gt;, respectively. &amp;lt;math&amp;gt; f^{[k]}(1) &amp;lt;/math&amp;gt; is the result of applying the function &amp;lt;math&amp;gt;f&amp;lt;/math&amp;gt; to 1 &amp;lt;math&amp;gt; k &amp;lt;/math&amp;gt; times in succession. So &amp;lt;math&amp;gt; \exp_a^{[k]}(1) &amp;lt;/math&amp;gt;, for example, is equal to &amp;lt;math&amp;gt;\operatorname{sexp}_a(k)&amp;lt;/math&amp;gt;, for integer &amp;lt;math&amp;gt;k&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
The symbol &amp;lt;math&amp;gt; C_m^k &amp;lt;/math&amp;gt; denotes the [[binomial coefficient]], equal to &amp;lt;math&amp;gt;\frac{\Gamma(k+1)}{\Gamma(m+1)\Gamma(k-m+1)}&amp;lt;/math&amp;gt;. &amp;lt;math&amp;gt;B_n(x)&amp;lt;/math&amp;gt; is the degree &amp;lt;math&amp;gt; n &amp;lt;/math&amp;gt; [[Bernoulli polynomial]] of x, while &amp;lt;math&amp;gt;B_n&amp;lt;/math&amp;gt; without an argument is the &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;th [[Bernoulli number]], equal to &amp;lt;math&amp;gt;B_n(0)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Evaluation methods==&lt;br /&gt;
&lt;br /&gt;
1. &amp;#039;&amp;#039;&amp;#039;Newton method&amp;#039;&amp;#039;&amp;#039;. It can be derived from the [[Newton polynomial]] interpolation formula or from the partial iteration theorem.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\operatorname{sexp}_a(x)=\sum_{m=0}^{\infty} \binom xm \sum_{k=0}^m\,\binom mk\,(-1)^{m-k}\,\operatorname{exp}_a^{[k]}(1)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This method works for any positive base &amp;lt;math&amp;gt;a\le e^{1/e} \,&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
2. &amp;#039;&amp;#039;&amp;#039;Lagrange method&amp;#039;&amp;#039;&amp;#039;. It can be derived from the [[Lagrange polynomial]] interpolation formula.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\operatorname{sexp}_a(x)=\lim_{n\to\infty}\binom xn\sum_{k=0}^n\frac{x-n}{x-k}\binom nk(-1)^{n-k}\exp_a^{[k]}(1)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This method works for positive real bases &amp;lt;math&amp;gt;a\le e^{1/e} \,&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
3. &amp;#039;&amp;#039;&amp;#039;Rational interpolation method&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\operatorname{sexp}_a(x)=\lim_{n\to\infty}\frac{\sum_{k=0}^{2n} \frac{(-1)^k (k+2)\exp_a^{[k]}(1)}{(x-k) \Gamma (k+1) \Gamma (2n-k+1)}}{\sum_{k=0}^{2n} \frac{(-1)^k (k+2)}{(x-k) \Gamma (k+1) \Gamma (2n-k+1)}}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This method works for positive real bases &amp;lt;math&amp;gt;a\le e^{1/e} \,&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
4. &amp;#039;&amp;#039;&amp;#039;Regular iteration method&amp;#039;&amp;#039;&amp;#039;. It is derived using the technique of [[regular iteration]] at the fixed point of the exponential function.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\operatorname{sexp}_a(x)=\lim_{n\to\infty} \log_a^{[n]}\left(\left(1-\left(\ln \left(\frac{W(-\ln a)}{-\ln a}\right)\right)^x\right)\frac{W(-\ln a)}{-\ln a}+\ln \left(\frac{W(-\ln a)}{-\ln a}\right)\exp_a^{[n]}(1)\right)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\operatorname{sexp}_a(x)=\left(\lim_{n\to\infty} \frac{\ln \left(\frac{\frac{W(-\ln a )}{\ln a}+\exp_a^{[n]}(x)}{\frac{W(-\ln a)}{\ln a}+\exp_a^{[n]}(1)}\right)}{\ln \ln \left(\frac{W(-\ln a)}{-\ln a}\right)}\right)^{[-1]}&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here the W function is the product logarithm or [[Lambert W function]], which is defined by &amp;lt;math&amp;gt;W(x) \exp(W(x)) = x\,&amp;lt;/math&amp;gt;. The expression &amp;lt;math&amp;gt; \frac{W(-\ln a)}{-\ln a} &amp;lt;/math&amp;gt; is the principal fixed point of the function &amp;lt;math&amp;gt;a^x&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This method works for real bases &amp;lt;math&amp;gt;e^{-1/e} &amp;lt; a\le e^{1/e} \,&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
5. &amp;#039;&amp;#039;&amp;#039;Matrix power method&amp;#039;&amp;#039;&amp;#039;. One can use [[Carleman matrix|Carleman matrices]] to find the iterates&amp;lt;ref&amp;gt;http://math.eretrandre.org/tetrationforum/attachment.php?aid=318&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
This method works for real bases &amp;lt;math&amp;gt;a&amp;gt;1 \,&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
6. &amp;#039;&amp;#039;&amp;#039;Cauchy integral iteration method&amp;#039;&amp;#039;&amp;#039;: A method developed by Dmitriy Kouznetsov &amp;lt;ref name=&amp;quot;k&amp;quot;&amp;gt;Dmitrii Kouznetsov. Solutions of &amp;lt;math&amp;gt;F(z+1)=\exp(F(z))&amp;lt;/math&amp;gt; in the complex &amp;lt;math&amp;gt;z&amp;lt;/math&amp;gt;plane. [[Mathematics of Computation]], 2008, in press; preprint: http://www.ils.uec.ac.jp/~dima/PAPERS/analuxp99.pdf&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
One should apply the [[Cauchy integral formula]] to the loop around the rectangle from &amp;lt;math&amp;gt; n-1 - K i &amp;lt;/math&amp;gt; to &amp;lt;math&amp;gt; n+1 + K i &amp;lt;/math&amp;gt;, where &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; is the integer part of &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;, and &amp;lt;math&amp;gt;K &amp;lt;/math&amp;gt; is substantially larger than the real or imaginary parts of &amp;lt;math&amp;gt;x&amp;lt;/math&amp;gt;. The value of the integrands along the imaginary-axis edges of this rectangle can be determined from their value along the imaginary line through &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;, while the value along the real-axis edges of the rectangle can be estimated under the assumption that the function tends to the two (complex) fixed points of &amp;lt;math&amp;gt; x = a^x &amp;lt;/math&amp;gt; at infinite imaginary values.&lt;br /&gt;
&lt;br /&gt;
To obtain the value of the function along the imaginary line through &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;, we start with a guess value for this function, and recursively correct it using the Cauchy formula.&lt;br /&gt;
&lt;br /&gt;
This method works for real bases &amp;lt;math&amp;gt; a \ge e^{1/e} \,&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
7. &amp;#039;&amp;#039;&amp;#039;Intuitive iteration method&amp;#039;&amp;#039;&amp;#039; (formerly called &amp;quot;natural&amp;quot; method, or matrix inverse method). A method first developed by Peter Walker, then rediscovered by Andrew Robbins, which uses matrices to solve the Abel functional equation for exponentials:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\alpha(b^x) = \alpha(x) + 1\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
applying the Carleman matrix to both sides, and simplifying the matrices a bit, we are left with the matrix equation:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;(C[b^x]^T - I)D[\alpha] = D[1]\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where C is a Carleman matrix, and D is a Taylor coefficient column vector. Since this equation is linear, we can solve for the Taylor coefficients of the Abel function &amp;lt;math&amp;gt;\alpha(x)&amp;lt;/math&amp;gt; making &amp;lt;math&amp;gt;(C[b^x]^T - I)&amp;lt;/math&amp;gt; invertible (by truncating the first column and last row). This truncation is called the Abel matrix:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;A[b^x] = J(C[b^x]^T - I)K\,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where J is the identity matrix without the last row, and K is the identity matrix without the first column. The importance of the Abel matrix is that it is often invertible, in which case we can solve for the Taylor coefficients of &amp;lt;math&amp;gt;\alpha(x)\,&amp;lt;/math&amp;gt; as &amp;lt;math&amp;gt;D[\alpha] = A[b^x]^{-1}D[1]\,&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
To summarize, the super-logarithm is the Abel function of exponentials, so the Taylor coefficients of the super-logarithm can be found in the first column of the inverse of the Abel matrix.&lt;br /&gt;
&lt;br /&gt;
This method works for real bases &amp;lt;math&amp;gt;a&amp;gt;1 \,&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Functional and differential equations==&lt;br /&gt;
&lt;br /&gt;
1. &amp;#039;&amp;#039;&amp;#039;Main functional equation&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;f_a(x+1)=a^{f_a(x)}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. &amp;#039;&amp;#039;&amp;#039;Main functional equation for inverse function&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;f^{[-1]}_a (b) = 1 + f^{[-1]}_a (\log_a b) \,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
3. &amp;#039;&amp;#039;&amp;#039;Differential-difference equation&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;f&amp;#039;_a(x+1)=f&amp;#039;_a(x)f_a(x+1)\ln a \,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Periodicity==&lt;br /&gt;
&lt;br /&gt;
Superexponential with fixed base &amp;#039;&amp;#039;b&amp;#039;&amp;#039; is periodic&amp;lt;ref&amp;gt;[http://www.ils.uec.ac.jp/~dima/PAPERS/2009sqrt2.pdf Dmitrii Kouznetsov. Portrait of the four regular super- exponentials to base sqrt(2)]&amp;lt;/ref&amp;gt; with period &lt;br /&gt;
:&amp;lt;math&amp;gt;T=\frac{2\pi i }{\ln \ln \frac{W(-\ln b)}{-\ln b}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Values in fixed points and asymptotic properties==&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;math&amp;gt;f_a(0)=1 \,&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;f_a(-1)=0 \,&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;f_a(1)=a \,&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;f_a(-2)=-\frac{\infty}{\ln(a)}&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;f_a(+\infty)=-\frac{\mathrm{W}(-\ln{a})}{\ln{a}}&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;f&amp;#039;_e(-1)=f&amp;#039;_e(0) \,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Other properties==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\log_a \frac{f&amp;#039;_a(x)}{f&amp;#039;_a(0)(\ln a)^{x}} = \sum_{k=0}^{x-1} f_a(k)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;&lt;br /&gt;
\frac{f&amp;#039;_a(x)}{f&amp;#039;_a(0)(\ln a)^x}= \prod_{k=0}^x f_a(k)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;\log_a \frac{f&amp;#039;_a(x)}{f&amp;#039;_a(0)(\ln a)^{x}} = \sum_{n=1}^{\infty} \frac{f^{(n-1)} (0)}{n!} (B_n(x)-B_n)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Differentiation rules==&lt;br /&gt;
&lt;br /&gt;
1. &amp;#039;&amp;#039;&amp;#039;Differentiating tetration with fixed height&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;(\operatorname{sexp}_x(1))&amp;#039;=1&amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;(\operatorname{sexp}_x(n))&amp;#039;=\left((\operatorname{sexp}_x(n-1))&amp;#039;\ln x + \frac{\operatorname{sexp}_x(n-1)}{x}\right)\operatorname{sexp}_x(n)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Generalized,&lt;br /&gt;
:&amp;lt;math&amp;gt;(\text{sexp}_x(n))&amp;#039;=\frac1x \sum _{k=1}^n (\ln x)^{k-1}\prod _{j=n-k}^n \text{sexp}_x(j)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. &amp;#039;&amp;#039;&amp;#039;Differentiating tetration with fixed base&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\operatorname{sexp}&amp;#039;_a(x)=\operatorname{sexp}&amp;#039;_a(x-1)\operatorname{sexp}_a(x)\ln a \,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Generalized, &lt;br /&gt;
:&amp;lt;math&amp;gt;(\operatorname{sexp}_a(x))&amp;#039; =\operatorname{sexp}&amp;#039;_a(0)(\ln a)^x \prod_{j=1}^x \operatorname{sexp}_a(j)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;(\operatorname{sexp}_a(x))&amp;#039; =\operatorname{sexp}&amp;#039;_a(c)(\ln a)^{x - c} \!\prod_{j=c+1}^x\! \operatorname{sexp}_a(j)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Approximation methods==&lt;br /&gt;
&lt;br /&gt;
In light of the main equation above, it suffices to define an approximation function on an interval of unit length.&lt;br /&gt;
&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Linear approximation&amp;#039;&amp;#039;&amp;#039;: On the interval [-1, 0], we have &amp;lt;math&amp;gt; \operatorname{sexp}_a(x) \approx x+1 &amp;lt;/math&amp;gt;. This approximation is continuous everywhere, but generally not differentiable at integers.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Quadratic approximation&amp;#039;&amp;#039;&amp;#039;: On the interval [-1, 0], we have &amp;lt;math&amp;gt; \operatorname{sexp}_a(x) \approx {\log(a) - 1 \over 1 + \log(a)} x^2+ {2 \log(a) \over 1+\log(a)} x+1 &amp;lt;/math&amp;gt;. This approximation is continuously differentiable everywhere, but its second derivative is discontinuous at each integer.&lt;br /&gt;
# &amp;#039;&amp;#039;&amp;#039;Shifted linear approximation&amp;#039;&amp;#039;&amp;#039;: Developed by Jay D. Fox at [http://math.eretrandre.org/tetrationforum/showthread.php?tid=98]. On some interval [c, c+1], we have &amp;lt;math&amp;gt; \operatorname{sexp}_a(x) \approx {1 + \log(\log(a)) \over \log(a)} (x-c) - {\log(\log(a)) \over \log(a)} &amp;lt;/math&amp;gt;. The value c is chosen so that the approximation gives &amp;lt;math&amp;gt; \operatorname{sexp}_a(0) \approx 1&amp;lt;/math&amp;gt;; if &amp;lt;math&amp;gt; a \ge e &amp;lt;/math&amp;gt;, this means setting &amp;lt;math&amp;gt; c = -1 - {\log(\log(a)) \over 1 + \log(\log(a))} &amp;lt;/math&amp;gt;, while if &amp;lt;math&amp;gt; a \le e \le a^a &amp;lt;/math&amp;gt;, it means setting &amp;lt;math&amp;gt; c = {-\log(a) - \log(\log(a)) \over 1 + \log(\log(a))} &amp;lt;/math&amp;gt;. This approximation is continuously differentiable everywhere, but its second derivative is discontinuous at &amp;#039;&amp;#039;c&amp;#039;&amp;#039;+&amp;#039;&amp;#039;n&amp;#039;&amp;#039; for any integer &amp;#039;&amp;#039;n&amp;#039;&amp;#039;. It is only defined for &amp;lt;math&amp;gt; a &amp;gt; e^{1/e} &amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
If &amp;lt;math&amp;gt; a = e &amp;lt;/math&amp;gt; all three of the above approximations are equivalent.&lt;br /&gt;
&lt;br /&gt;
===Approximate values===&lt;br /&gt;
&lt;br /&gt;
* For base 10: &amp;lt;!-- Need to set up a table --&amp;gt;&lt;br /&gt;
:{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Approximation&lt;br /&gt;
! &amp;lt;math&amp;gt; \operatorname{sexp}_{10}(1/2) &amp;lt;/math&amp;gt;&lt;br /&gt;
! &amp;lt;math&amp;gt; \operatorname{slog}_{10}(2) &amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|Linear: &amp;lt;math&amp;gt;\,{}^{x}10 \approx 10^x&amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;0&amp;lt;x&amp;lt;1&amp;lt;/math&amp;gt;&lt;br /&gt;
| 3.162776601...&lt;br /&gt;
| 0.301029995...&lt;br /&gt;
|-&lt;br /&gt;
|Quadratic: &amp;lt;math&amp;gt;\,{}^{x}10 \approx  {}^{x}a \approx 10^{x + \frac{-1+\log(10)}{1+\log(10)}(x^2-x)} = 10^{x + 0.39441379... (x^2 - x)} &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;0&amp;lt;x&amp;lt;1&amp;lt;/math&amp;gt; &lt;br /&gt;
| 2.5199768...&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Shifted Linear: &amp;lt;math&amp;gt;\,{}^{x}10 \approx .79651... (x+1) &amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;-1.454753...&amp;lt;x&amp;lt;-0.454753...&amp;lt;/math&amp;gt;&lt;br /&gt;
| 2.50181...&lt;br /&gt;
| 0.377936...&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gottfried</name></author>
	</entry>
	<entry>
		<id>https://tetrationforum.org/hyperops_wiki/index.php?title=Help:LaTeX&amp;diff=198</id>
		<title>Help:LaTeX</title>
		<link rel="alternate" type="text/html" href="https://tetrationforum.org/hyperops_wiki/index.php?title=Help:LaTeX&amp;diff=198"/>
		<updated>2017-10-08T00:58:12Z</updated>

		<summary type="html">&lt;p&gt;Gottfried: /* Display style formulas */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Inline formulas ==&lt;br /&gt;
&amp;lt;pre&amp;gt;$..\sqrt 3 .$&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Display style formulas ==&lt;br /&gt;
&amp;lt;pre&amp;gt;$$..\sqrt 3.$$&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Latex macros ==&lt;br /&gt;
You can use the following abbreviations:&lt;br /&gt;
The following list is an excerpt from an initialization file of MathJax and is to be understand, e.g. the first line, as: Use &amp;lt;pre&amp;gt;\C&amp;lt;/pre&amp;gt; for $\C$.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
            C: &amp;#039;\\mathbb{C}&amp;#039;,        /* the complex numbers */&lt;br /&gt;
            N: &amp;#039;\\mathbb{N}&amp;#039;,        /* the natural numbers */&lt;br /&gt;
            Q: &amp;#039;\\mathbb{Q}&amp;#039;,        /* the rational numbers */&lt;br /&gt;
            R: &amp;#039;\\mathbb{R}&amp;#039;,        /* the real numbers */&lt;br /&gt;
            Z: &amp;#039;\\mathbb{Z}&amp;#039;,        /* the integer numbers */&lt;br /&gt;
            ph: &amp;#039;\\varphi&amp;#039;,&lt;br /&gt;
            eps: &amp;#039;\\varepsilon&amp;#039;,&lt;br /&gt;
            th: &amp;#039;\\vartheta&amp;#039;,&lt;br /&gt;
 &lt;br /&gt;
            /* some extre macros for ease of use; these are non-standard! */&lt;br /&gt;
            F: &amp;#039;\\mathbb{F}&amp;#039;,        /* a finite field */&lt;br /&gt;
            HH: &amp;#039;\\mathcal{H}&amp;#039;,      /* a Hilbert space */&lt;br /&gt;
            bszero: &amp;#039;\\boldsymbol{0}&amp;#039;, /* vector of zeros */&lt;br /&gt;
            bsone: &amp;#039;\\boldsymbol{1}&amp;#039;,  /* vector of ones */&lt;br /&gt;
            bst: &amp;#039;\\boldsymbol{t}&amp;#039;,    /* a vector &amp;#039;t&amp;#039; */&lt;br /&gt;
            bsv: &amp;#039;\\boldsymbol{v}&amp;#039;,    /* a vector &amp;#039;v&amp;#039; */&lt;br /&gt;
            bsw: &amp;#039;\\boldsymbol{w}&amp;#039;,    /* a vector &amp;#039;w&amp;#039; */&lt;br /&gt;
            bsx: &amp;#039;\\boldsymbol{x}&amp;#039;,    /* a vector &amp;#039;x&amp;#039; */&lt;br /&gt;
            bsy: &amp;#039;\\boldsymbol{y}&amp;#039;,    /* a vector &amp;#039;y&amp;#039; */&lt;br /&gt;
            bsz: &amp;#039;\\boldsymbol{z}&amp;#039;,    /* a vector &amp;#039;z&amp;#039; */&lt;br /&gt;
            bsDelta: &amp;#039;\\boldsymbol{\\Delta}&amp;#039;, /* a vector &amp;#039;\Delta&amp;#039; */&lt;br /&gt;
            E: &amp;#039;\\mathrm{e}&amp;#039;,          /* the exponential */&lt;br /&gt;
            rd: &amp;#039;\\,\\mathrm{d}&amp;#039;,      /*  roman d for use in integrals: $\int f(x) \rd x$ */&lt;br /&gt;
            rdelta: &amp;#039;\\,\\delta&amp;#039;,      /* delta operator for use in sums */&lt;br /&gt;
            rD: &amp;#039;\\mathrm{D}&amp;#039;,         /* differential operator D */&lt;br /&gt;
 &lt;br /&gt;
            /* example from MathJax on how to define macros with parameters: */&lt;br /&gt;
            /* bold: [&amp;#039;{\\bf #1}&amp;#039;, 1] */&lt;br /&gt;
 &lt;br /&gt;
            RR: &amp;#039;\\mathbb{R}&amp;#039;,&lt;br /&gt;
            ZZ: &amp;#039;\\mathbb{Z}&amp;#039;,&lt;br /&gt;
            NN: &amp;#039;\\mathbb{N}&amp;#039;,&lt;br /&gt;
            QQ: &amp;#039;\\mathbb{Q}&amp;#039;,&lt;br /&gt;
            CC: &amp;#039;\\mathbb{C}&amp;#039;,&lt;br /&gt;
            FF: &amp;#039;\\mathbb{F}&amp;#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gottfried</name></author>
	</entry>
	<entry>
		<id>https://tetrationforum.org/hyperops_wiki/index.php?title=Help:LaTeX&amp;diff=197</id>
		<title>Help:LaTeX</title>
		<link rel="alternate" type="text/html" href="https://tetrationforum.org/hyperops_wiki/index.php?title=Help:LaTeX&amp;diff=197"/>
		<updated>2017-10-08T00:57:25Z</updated>

		<summary type="html">&lt;p&gt;Gottfried: /* Inline formulas */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Inline formulas ==&lt;br /&gt;
&amp;lt;pre&amp;gt;$..\sqrt 3 .$&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Display style formulas ==&lt;br /&gt;
&amp;lt;pre&amp;gt;$$...$$&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Latex macros ==&lt;br /&gt;
You can use the following abbreviations:&lt;br /&gt;
The following list is an excerpt from an initialization file of MathJax and is to be understand, e.g. the first line, as: Use &amp;lt;pre&amp;gt;\C&amp;lt;/pre&amp;gt; for $\C$.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
            C: &amp;#039;\\mathbb{C}&amp;#039;,        /* the complex numbers */&lt;br /&gt;
            N: &amp;#039;\\mathbb{N}&amp;#039;,        /* the natural numbers */&lt;br /&gt;
            Q: &amp;#039;\\mathbb{Q}&amp;#039;,        /* the rational numbers */&lt;br /&gt;
            R: &amp;#039;\\mathbb{R}&amp;#039;,        /* the real numbers */&lt;br /&gt;
            Z: &amp;#039;\\mathbb{Z}&amp;#039;,        /* the integer numbers */&lt;br /&gt;
            ph: &amp;#039;\\varphi&amp;#039;,&lt;br /&gt;
            eps: &amp;#039;\\varepsilon&amp;#039;,&lt;br /&gt;
            th: &amp;#039;\\vartheta&amp;#039;,&lt;br /&gt;
 &lt;br /&gt;
            /* some extre macros for ease of use; these are non-standard! */&lt;br /&gt;
            F: &amp;#039;\\mathbb{F}&amp;#039;,        /* a finite field */&lt;br /&gt;
            HH: &amp;#039;\\mathcal{H}&amp;#039;,      /* a Hilbert space */&lt;br /&gt;
            bszero: &amp;#039;\\boldsymbol{0}&amp;#039;, /* vector of zeros */&lt;br /&gt;
            bsone: &amp;#039;\\boldsymbol{1}&amp;#039;,  /* vector of ones */&lt;br /&gt;
            bst: &amp;#039;\\boldsymbol{t}&amp;#039;,    /* a vector &amp;#039;t&amp;#039; */&lt;br /&gt;
            bsv: &amp;#039;\\boldsymbol{v}&amp;#039;,    /* a vector &amp;#039;v&amp;#039; */&lt;br /&gt;
            bsw: &amp;#039;\\boldsymbol{w}&amp;#039;,    /* a vector &amp;#039;w&amp;#039; */&lt;br /&gt;
            bsx: &amp;#039;\\boldsymbol{x}&amp;#039;,    /* a vector &amp;#039;x&amp;#039; */&lt;br /&gt;
            bsy: &amp;#039;\\boldsymbol{y}&amp;#039;,    /* a vector &amp;#039;y&amp;#039; */&lt;br /&gt;
            bsz: &amp;#039;\\boldsymbol{z}&amp;#039;,    /* a vector &amp;#039;z&amp;#039; */&lt;br /&gt;
            bsDelta: &amp;#039;\\boldsymbol{\\Delta}&amp;#039;, /* a vector &amp;#039;\Delta&amp;#039; */&lt;br /&gt;
            E: &amp;#039;\\mathrm{e}&amp;#039;,          /* the exponential */&lt;br /&gt;
            rd: &amp;#039;\\,\\mathrm{d}&amp;#039;,      /*  roman d for use in integrals: $\int f(x) \rd x$ */&lt;br /&gt;
            rdelta: &amp;#039;\\,\\delta&amp;#039;,      /* delta operator for use in sums */&lt;br /&gt;
            rD: &amp;#039;\\mathrm{D}&amp;#039;,         /* differential operator D */&lt;br /&gt;
 &lt;br /&gt;
            /* example from MathJax on how to define macros with parameters: */&lt;br /&gt;
            /* bold: [&amp;#039;{\\bf #1}&amp;#039;, 1] */&lt;br /&gt;
 &lt;br /&gt;
            RR: &amp;#039;\\mathbb{R}&amp;#039;,&lt;br /&gt;
            ZZ: &amp;#039;\\mathbb{Z}&amp;#039;,&lt;br /&gt;
            NN: &amp;#039;\\mathbb{N}&amp;#039;,&lt;br /&gt;
            QQ: &amp;#039;\\mathbb{Q}&amp;#039;,&lt;br /&gt;
            CC: &amp;#039;\\mathbb{C}&amp;#039;,&lt;br /&gt;
            FF: &amp;#039;\\mathbb{F}&amp;#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Gottfried</name></author>
	</entry>
	<entry>
		<id>https://tetrationforum.org/hyperops_wiki/index.php?title=Shell-Thron_region&amp;diff=144</id>
		<title>Shell-Thron region</title>
		<link rel="alternate" type="text/html" href="https://tetrationforum.org/hyperops_wiki/index.php?title=Shell-Thron_region&amp;diff=144"/>
		<updated>2011-06-21T10:57:07Z</updated>

		<summary type="html">&lt;p&gt;Gottfried: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Shell-Thron region is the region of complex numbers $b$ where the limit of the infinite exponential tower&lt;br /&gt;
$$\lambda=\lim_{n\to\infty} \exp_b^{\circ n}(1)$$&lt;br /&gt;
exists; to be explicit we mean the main branch of the power: $\exp_b(z):=b^z:=\exp(\log(b)z)$.&lt;br /&gt;
&lt;br /&gt;
If this limit $\lambda$ exists then must $b^\lambda=\lambda$, i.e. $\lambda$ must be a fixpoint of $f(z)=b^z$ and $b=\lambda^{1/\lambda}$, or&lt;br /&gt;
$$\lambda=\frac{W(-\log(b))}{-\log(b)}$$&lt;br /&gt;
&lt;br /&gt;
By a result of Barrow the limit $\lambda$ exists exactly for all $b$ where $|\log(\lambda)|\le 1$. &lt;br /&gt;
&lt;br /&gt;
The boundary of the Thron-Shell region, i.e. all bases $b$ where $|\log(\lambda)|=1$, is given by all $b$ where $|\exp_b&amp;#039;(\lambda)|=1$ due to the following rearrangements:&lt;br /&gt;
$$\begin{align*}&lt;br /&gt;
1=|\exp_b&amp;#039;(\lambda)|=|\log(b)\exp_b(\lambda)|=|\log(b)\lambda|=|\log(\lambda^{1/\lambda})\lambda|=|\log(\lambda)|&lt;br /&gt;
\end{align*}$$&lt;br /&gt;
&lt;br /&gt;
These rearrangements are not proper derivations, but hints only, as with complex bases one always has to worry about landing in the right branch.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
The following picture of the upper part of the Shell-Thron region was made by [[User:Andydude|Andrew]].       &lt;br /&gt;
&lt;br /&gt;
[[File:Shell-region.png]]     &lt;br /&gt;
&lt;br /&gt;
&amp;lt;hr&amp;gt;  &lt;br /&gt;
&lt;br /&gt;
This picture gives a combined view of the locus of the fixpoints, their logs (being on the unit-circle) and the corresponding complex bases: (the symbol $\lambda$ is replaced by the letter $t$ )     &lt;br /&gt;
[[File:ShellThron_utb.png|600px]]&lt;br /&gt;
&lt;br /&gt;
== Relevant posts on the Tetrationforum ==&lt;br /&gt;
&lt;br /&gt;
*  [http://math.eretrandre.org/tetrationforum/showthread.php?tid=263&amp;amp;pid=3011#pid3011 Question about infinite tetrate]       &lt;br /&gt;
&lt;br /&gt;
*  [http://math.eretrandre.org/tetrationforum/showthread.php?tid=120&amp;amp;pid=1377#pid1377 Infinite tetration of the imaginary unit]&lt;/div&gt;</summary>
		<author><name>Gottfried</name></author>
	</entry>
	<entry>
		<id>https://tetrationforum.org/hyperops_wiki/index.php?title=Shell-Thron_region&amp;diff=143</id>
		<title>Shell-Thron region</title>
		<link rel="alternate" type="text/html" href="https://tetrationforum.org/hyperops_wiki/index.php?title=Shell-Thron_region&amp;diff=143"/>
		<updated>2011-06-21T10:50:12Z</updated>

		<summary type="html">&lt;p&gt;Gottfried: /* Relevant posts on the Tetrationforum */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Shell-Thron region is the region of complex numbers $b$ where the limit of the infinite exponential tower&lt;br /&gt;
$$\lambda=\lim_{n\to\infty} \exp_b^{\circ n}(1)$$&lt;br /&gt;
exists; to be explicit we mean the main branch of the power: $\exp_b(z):=b^z:=\exp(\log(b)z)$.&lt;br /&gt;
&lt;br /&gt;
If this limit $\lambda$ exists then must $b^\lambda=\lambda$, i.e. $\lambda$ must be a fixpoint of $f(z)=b^z$ and $b=\lambda^{1/\lambda}$, or&lt;br /&gt;
$$\lambda=\frac{W(-\log(b))}{-\log(b)}$$&lt;br /&gt;
&lt;br /&gt;
By a result of Barrow the limit $\lambda$ exists exactly for all $b$ where $|\log(\lambda)|\le 1$. &lt;br /&gt;
&lt;br /&gt;
The boundary of the Thron-Shell region, i.e. all bases $b$ where $|\log(\lambda)|=1$, is given by all $b$ where $|\exp_b&amp;#039;(\lambda)|=1$ due to the following rearrangements:&lt;br /&gt;
$$\begin{align*}&lt;br /&gt;
1=|\exp_b&amp;#039;(\lambda)|=|\log(b)\exp_b(\lambda)|=|\log(b)\lambda|=|\log(\lambda^{1/\lambda})\lambda|=|\log(\lambda)|&lt;br /&gt;
\end{align*}$$&lt;br /&gt;
&lt;br /&gt;
These rearrangements are not proper derivations, but hints only, as with complex bases one always has to worry about landing in the right branch.&lt;br /&gt;
&lt;br /&gt;
The following picture of the upper part of the Shell-Thron region was made by [[User:Andydude|Andrew]].     &lt;br /&gt;
[[File:Shell-region.png]]&lt;br /&gt;
&lt;br /&gt;
Here is another picture which gives a combined view of the locus of the fixpoints, their logs (being on the unit-circle) and the corresponding complex bases: (the symbol $\lambda$ is replaced by the letter $t$ )     &lt;br /&gt;
[[File:ShellThron_utb.png]]&lt;br /&gt;
&lt;br /&gt;
== Relevant posts on the Tetrationforum ==&lt;br /&gt;
&lt;br /&gt;
*  [http://math.eretrandre.org/tetrationforum/showthread.php?tid=263&amp;amp;pid=3011#pid3011 Question about infinite tetrate]       &lt;br /&gt;
&lt;br /&gt;
*  [http://math.eretrandre.org/tetrationforum/showthread.php?tid=120&amp;amp;pid=1377#pid1377 Infinite tetration of the imaginary unit]&lt;/div&gt;</summary>
		<author><name>Gottfried</name></author>
	</entry>
	<entry>
		<id>https://tetrationforum.org/hyperops_wiki/index.php?title=Shell-Thron_region&amp;diff=142</id>
		<title>Shell-Thron region</title>
		<link rel="alternate" type="text/html" href="https://tetrationforum.org/hyperops_wiki/index.php?title=Shell-Thron_region&amp;diff=142"/>
		<updated>2011-06-21T10:47:53Z</updated>

		<summary type="html">&lt;p&gt;Gottfried: /* Relevant posts on the Tetrationforum */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Shell-Thron region is the region of complex numbers $b$ where the limit of the infinite exponential tower&lt;br /&gt;
$$\lambda=\lim_{n\to\infty} \exp_b^{\circ n}(1)$$&lt;br /&gt;
exists; to be explicit we mean the main branch of the power: $\exp_b(z):=b^z:=\exp(\log(b)z)$.&lt;br /&gt;
&lt;br /&gt;
If this limit $\lambda$ exists then must $b^\lambda=\lambda$, i.e. $\lambda$ must be a fixpoint of $f(z)=b^z$ and $b=\lambda^{1/\lambda}$, or&lt;br /&gt;
$$\lambda=\frac{W(-\log(b))}{-\log(b)}$$&lt;br /&gt;
&lt;br /&gt;
By a result of Barrow the limit $\lambda$ exists exactly for all $b$ where $|\log(\lambda)|\le 1$. &lt;br /&gt;
&lt;br /&gt;
The boundary of the Thron-Shell region, i.e. all bases $b$ where $|\log(\lambda)|=1$, is given by all $b$ where $|\exp_b&amp;#039;(\lambda)|=1$ due to the following rearrangements:&lt;br /&gt;
$$\begin{align*}&lt;br /&gt;
1=|\exp_b&amp;#039;(\lambda)|=|\log(b)\exp_b(\lambda)|=|\log(b)\lambda|=|\log(\lambda^{1/\lambda})\lambda|=|\log(\lambda)|&lt;br /&gt;
\end{align*}$$&lt;br /&gt;
&lt;br /&gt;
These rearrangements are not proper derivations, but hints only, as with complex bases one always has to worry about landing in the right branch.&lt;br /&gt;
&lt;br /&gt;
The following picture of the upper part of the Shell-Thron region was made by [[User:Andydude|Andrew]].     &lt;br /&gt;
[[File:Shell-region.png]]&lt;br /&gt;
&lt;br /&gt;
Here is another picture which gives a combined view of the locus of the fixpoints, their logs (being on the unit-circle) and the corresponding complex bases: (the symbol $\lambda$ is replaced by the letter $t$ )     &lt;br /&gt;
[[File:ShellThron_utb.png]]&lt;br /&gt;
&lt;br /&gt;
== Relevant posts on the Tetrationforum ==&lt;br /&gt;
&lt;br /&gt;
[http://math.eretrandre.org/tetrationforum/showthread.php?tid=263&amp;amp;pid=3011#pid3011 Question about infinite tetrate]&lt;br /&gt;
[http://math.eretrandre.org/tetrationforum/showthread.php?tid=120 Infinite tetration of the imaginary unit]&lt;/div&gt;</summary>
		<author><name>Gottfried</name></author>
	</entry>
	<entry>
		<id>https://tetrationforum.org/hyperops_wiki/index.php?title=Shell-Thron_region&amp;diff=141</id>
		<title>Shell-Thron region</title>
		<link rel="alternate" type="text/html" href="https://tetrationforum.org/hyperops_wiki/index.php?title=Shell-Thron_region&amp;diff=141"/>
		<updated>2011-06-21T10:45:25Z</updated>

		<summary type="html">&lt;p&gt;Gottfried: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Shell-Thron region is the region of complex numbers $b$ where the limit of the infinite exponential tower&lt;br /&gt;
$$\lambda=\lim_{n\to\infty} \exp_b^{\circ n}(1)$$&lt;br /&gt;
exists; to be explicit we mean the main branch of the power: $\exp_b(z):=b^z:=\exp(\log(b)z)$.&lt;br /&gt;
&lt;br /&gt;
If this limit $\lambda$ exists then must $b^\lambda=\lambda$, i.e. $\lambda$ must be a fixpoint of $f(z)=b^z$ and $b=\lambda^{1/\lambda}$, or&lt;br /&gt;
$$\lambda=\frac{W(-\log(b))}{-\log(b)}$$&lt;br /&gt;
&lt;br /&gt;
By a result of Barrow the limit $\lambda$ exists exactly for all $b$ where $|\log(\lambda)|\le 1$. &lt;br /&gt;
&lt;br /&gt;
The boundary of the Thron-Shell region, i.e. all bases $b$ where $|\log(\lambda)|=1$, is given by all $b$ where $|\exp_b&amp;#039;(\lambda)|=1$ due to the following rearrangements:&lt;br /&gt;
$$\begin{align*}&lt;br /&gt;
1=|\exp_b&amp;#039;(\lambda)|=|\log(b)\exp_b(\lambda)|=|\log(b)\lambda|=|\log(\lambda^{1/\lambda})\lambda|=|\log(\lambda)|&lt;br /&gt;
\end{align*}$$&lt;br /&gt;
&lt;br /&gt;
These rearrangements are not proper derivations, but hints only, as with complex bases one always has to worry about landing in the right branch.&lt;br /&gt;
&lt;br /&gt;
The following picture of the upper part of the Shell-Thron region was made by [[User:Andydude|Andrew]].     &lt;br /&gt;
[[File:Shell-region.png]]&lt;br /&gt;
&lt;br /&gt;
Here is another picture which gives a combined view of the locus of the fixpoints, their logs (being on the unit-circle) and the corresponding complex bases: (the symbol $\lambda$ is replaced by the letter $t$ )     &lt;br /&gt;
[[File:ShellThron_utb.png]]&lt;br /&gt;
&lt;br /&gt;
== Relevant posts on the Tetrationforum ==&lt;br /&gt;
&lt;br /&gt;
[http://math.eretrandre.org/tetrationforum/showthread.php?tid=263&amp;amp;pid=3011#pid3011 Question about infinite tetrate]&lt;/div&gt;</summary>
		<author><name>Gottfried</name></author>
	</entry>
	<entry>
		<id>https://tetrationforum.org/hyperops_wiki/index.php?title=Shell-Thron_region&amp;diff=140</id>
		<title>Shell-Thron region</title>
		<link rel="alternate" type="text/html" href="https://tetrationforum.org/hyperops_wiki/index.php?title=Shell-Thron_region&amp;diff=140"/>
		<updated>2011-06-21T10:43:13Z</updated>

		<summary type="html">&lt;p&gt;Gottfried: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Shell-Thron region is the region of complex numbers $b$ where the limit of the infinite exponential tower&lt;br /&gt;
$$\lambda=\lim_{n\to\infty} \exp_b^{\circ n}(1)$$&lt;br /&gt;
exists; to be explicit we mean the main branch of the power: $\exp_b(z):=b^z:=\exp(\log(b)z)$.&lt;br /&gt;
&lt;br /&gt;
If this limit $\lambda$ exists then must $b^\lambda=\lambda$, i.e. $\lambda$ must be a fixpoint of $f(z)=b^z$ and $b=\lambda^{1/\lambda}$, or&lt;br /&gt;
$$\lambda=\frac{W(-\log(b))}{-\log(b)}$$&lt;br /&gt;
&lt;br /&gt;
By a result of Barrow the limit $\lambda$ exists exactly for all $b$ where $|\log(\lambda)|\le 1$. &lt;br /&gt;
&lt;br /&gt;
The boundary of the Thron-Shell region, i.e. all bases $b$ where $|\log(\lambda)|=1$, is given by all $b$ where $|\exp_b&amp;#039;(\lambda)|=1$ due to the following rearrangements:&lt;br /&gt;
$$\begin{align*}&lt;br /&gt;
1=|\exp_b&amp;#039;(\lambda)|=|\log(b)\exp_b(\lambda)|=|\log(b)\lambda|=|\log(\lambda^{1/\lambda})\lambda|=|\log(\lambda)|&lt;br /&gt;
\end{align*}$$&lt;br /&gt;
&lt;br /&gt;
These rearrangements are not proper derivations, but hints only, as with complex bases one always has to worry about landing in the right branch.&lt;br /&gt;
&lt;br /&gt;
The following picture of the upper part of the Shell-Thron region was made by [[User:Andydude|Andrew]].     &lt;br /&gt;
[[File:Shell-region.png]]&lt;br /&gt;
&lt;br /&gt;
Here is another picture which gives a combined view of the locus of the fixpoints, their logs (being on the unit-circle) and the corresponding complex bases:     &lt;br /&gt;
[[File:ShellThron_utb.png]]&lt;br /&gt;
&lt;br /&gt;
== Relevant posts on the Tetrationforum ==&lt;br /&gt;
&lt;br /&gt;
[http://math.eretrandre.org/tetrationforum/showthread.php?tid=263&amp;amp;pid=3011#pid3011 Question about infinite tetrate]&lt;/div&gt;</summary>
		<author><name>Gottfried</name></author>
	</entry>
	<entry>
		<id>https://tetrationforum.org/hyperops_wiki/index.php?title=File:ShellThron_utb.png&amp;diff=139</id>
		<title>File:ShellThron utb.png</title>
		<link rel="alternate" type="text/html" href="https://tetrationforum.org/hyperops_wiki/index.php?title=File:ShellThron_utb.png&amp;diff=139"/>
		<updated>2011-06-21T10:34:36Z</updated>

		<summary type="html">&lt;p&gt;Gottfried: Combined view of the Shell-Thron-region of infinite powertower in the complex plane of fixpoint, corresponding base and log of fixpoint&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Combined view of the Shell-Thron-region of infinite powertower in the complex plane of fixpoint, corresponding base and log of fixpoint&lt;/div&gt;</summary>
		<author><name>Gottfried</name></author>
	</entry>
	<entry>
		<id>https://tetrationforum.org/hyperops_wiki/index.php?title=User:Gottfried&amp;diff=12</id>
		<title>User:Gottfried</title>
		<link rel="alternate" type="text/html" href="https://tetrationforum.org/hyperops_wiki/index.php?title=User:Gottfried&amp;diff=12"/>
		<updated>2011-06-03T13:34:34Z</updated>

		<summary type="html">&lt;p&gt;Gottfried: Created page with &amp;quot;Gotti dummy text&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Gotti&lt;br /&gt;
dummy text&lt;/div&gt;</summary>
		<author><name>Gottfried</name></author>
	</entry>
</feed>