迭代幂次
在数学里面,迭代幂次 (亦作超-4运算或四级运算),或可理解为迭代乘方、幂塔运算和超幂运算等等,是专指幂的下一个超运算级别,用以表示极大的数字。以下列举了首四个超运算级别,其中迭代幂次为第四级,(后继函数,例如<math>a' = a + 1</math>即将<math>a</math>加上一,可理解为第零级运算,相关解释参见皮亚诺公理)。范例如下:
- 加法
- <math>a + n = a\!\underbrace{{}^{\cdots}{}'}_n</math>
- a 的连续n 次后继
- <math>a + n = a\!\underbrace{{}^{\cdots}{}'}_n</math>
- 乘法
- <math>a \times n = \underbrace{a + a + \cdots + a}_n</math>
- a 连续加上自己n 次
- <math>a \times n = \underbrace{a + a + \cdots + a}_n</math>
- 幂
- <math>a^n = \underbrace{a \times a \times \cdots \times a}_n</math>
- a 连续乘以自己n 次
- <math>a^n = \underbrace{a \times a \times \cdots \times a}_n</math>
- 迭代幂次
- <math>{^{n}a} = \underbrace{a^{a^{\cdot^{\cdot^{a}}}}}_n</math>
- a 连续取幂于自己n 次
- <math>{^{n}a} = \underbrace{a^{a^{\cdot^{\cdot^{a}}}}}_n</math>
以上每一个运算级别皆被定义为对上一运算级别的迭代(迭代幂次的下一个运算级别为五级运算(超-5运算))。迭代幂次跟首三个超运算级别的一大不同之处在于首三个超运算级别中的n 可以是任意复数,而n 为任意复数的迭代幂次目前则未有一个概括的定义。另外,迭代幂次不属于初等函数。
加法(a + n)是最基本的运算级别;乘法(a × n)亦是其中一种初等函数,在自然数的域当中,它可被视为a 的n 次链式加法;幂(<math>a^n</math>)则可被视为a 的n 次链式乘法。如此类推,迭代幂次(<math>{^{n}a}</math>)可被视为a 的n 次链式幂。当中,变量a 将会在下文被称为底数,而变量n 则是此函数的高度值,在下文有时会被称为上标数(早段提及的上标数皆为整数,而后则会扩展到分数、实数以及复数,如下所示)。
定义[编辑]
对于任何正实数a (<math> a > 0 </math>)及非负整数n (<math> n \ge 0 </math>),<math>\,\! {^{n}a} </math>被定义为:
- <math>{^{n}a} := \begin{cases} 1 &\text{if }n=0 \\ a^{\left[^{(n-1)}a\right]} &\text{if }n>0 \end{cases} </math>
迭代乘方[编辑]
从上述定义中可见,当计算被表达成幂塔的迭代幂次时,幂运算是先由最深层(以符号来表示,则最高级)的上标数做起。例子如下:
- <math>\,\!\ ^{4}2 = 2^{2^{2^2}} = 2^{\left[2^{\left(2^2\right)}\right]} = 2^{\left(2^4\right)} = 2^{16} = 65,\!536</math>
要注意,幂是不遵从结合律的,因此以其他顺序来计算上述表达式将会出现不一样的答案,例如:
- <math>\,\! 2^{2^{2^2}} \ne \left[{\left(2^2\right)}^2\right]^2 = 2^{2 \cdot 2 \cdot2} = 256</math>
因此,幂塔一定要从上而下(或从右至左)来运算。在计算机程序中,此制式称为右结合律。
当a与n为互质时,我们可以透过欧拉定理来计算<math>\scriptstyle\underbrace{a^{a^{\cdot^{\cdot^{a}}}}}_n</math>的最后m个小数位值。
专门用语[编辑]
迭代幂次在英文里面称作tetration,有时亦会被称为superexponentiation及hyperpower(中文意译超幂)等,这些词语也可被用来表示这种运算模式。
迭代幂次有时会跟一些相关的函数及表达式混淆,这是因为在这些函数及表达式当中的大部分专门用语均适用于迭代幂次。以下列举了一些相关用语:
形式 用语 <math>a^{a^{\cdot^{\cdot^{a^a}}}}</math> 迭代幂次 <math>a^{a^{\cdot^{\cdot^{a^x}}}}</math> 迭代指数 <math>a_1^{a_2^{\cdot^{\cdot^{a_n}}}}</math> 指数群 (亦作指数塔) <math>a_1^{a_2^{a_3^{\cdot^{\cdot^\cdot}}}}</math> 无穷指数 (亦作无穷指数塔)
在首两种表达式当中的a 是底数,而a 出现的数目则是高度值(x 的出现使高度值 加1)。在第三种表达式当中,n 是高度值,但每一个底皆不相同。
要注意的是,迭代指数的形式有时也会被称为迭代幂次。这是模棱两可的,因为这可以指迭代乘方或迭代指数。
符号标示法[编辑]
可以用来表示迭代幂次的符号有很多,当中有一些符号可用来表示更高级的迭代运算(hyper-5、hyper-6 等等)。
名称 形式 描述 标准符号记法 <math>\,{}^{n}a, a[4]n</math> Maurer及Goodstein分别于1901年及1947年使用此记法,其后由美国数学家鲁迪·拉克于其著作"Infinity and the Mind"中将这个记法普及化。 高德纳箭号表示法 <math>a {\uparrow\uparrow} n</math> 允许加上更多箭号,乃至在箭号的右上方标上正整数n(↑n),以作推广。 康威链式箭号表示法 <math>a \rightarrow n \rightarrow 2</math> 允许把2 改成更大的整数以作推广(同上述推广法),亦可透过延长链式来作出推广。 阿克曼函数 <math>{}^{n}2 = \operatorname{A}(4, n - 3) + 3</math> 底数为2(<math>a=2</math>)的情况下可写成阿克曼函数式。 迭代指数表示法 <math>{}^{n}a = \exp_a^n(1)</math> 迭代指数可以为1以外的数字。 Hooshmand符号记法[1] <math>\operatorname{uxp}_a n, \, a^{\frac{n}{}} </math> 超运算符号 <math>a^{(4)}n, \, \operatorname{hyper}_4(a,n)</math> 允许把4改为更大的整数,以表示更高级数的超运算 ASCII符号 a^^n由于上箭号的用法跟脱字符( ^)一样,迭代幂次运算符可写成(^^)。同样允许更多^连续表示;
上述的迭代指数表示法中使用的迭代指数记号,一般被定义成:
- <math>\exp_a^n(x) = a^{a^{\cdot^{\cdot^{a^x}}}}</math>,当中包含n 个a。
以下是一些用以表示迭代指数的符号:
名称 形式 描述 标准符号记法 <math>\exp_a^n(x)</math> 欧拉创造了符号<math>\exp_a(x)</math>来表示<math>a^x</math>,设<math>f(x)=\exp_a(x)</math>,则<math>\exp_a^n(x)</math>可表示成迭代函数<math>f^n(x)</math>。 高德纳箭号表示法 <math>(a{\uparrow})^n(x)</math> 允许增加箭号的数目用以表示超幂(迭代幂次)和超指数(迭代指数),在大数一条目中常被用到。 Ioannis Galidakis符号记法 <math>\,{}^{n}(a, x)</math> 底数部分可以改成较长的表达式。[2] ASCII(辅助) a^^n@x以迭代指数作为迭代幂次的辅助函数。 ASCII(标准) exp_a^n(x)基于标准符号记法。 J符号记法 x^^:(n-1)x重复幂次。详见J语言[3]
例子[编辑]
在下表,大部分数值大得连科学记数法也难以表示,因此使用了迭代指数记号,设底数为10来表示。包含小数点的数值是近似值。
<math>x</math> <math>{}^{2}x</math> <math>{}^{3}x</math> <math>{}^{4}x</math> 1 1 1 1 2 4 16 65,536 3 27 7,625,597,484,987 <math>\exp_{10}^3(1.09902)</math> 4 256 <math>\exp_{10}^2(2.18788)</math> <math>\exp_{10}^3(2.18726)</math> 5 3,125 <math>\exp_{10}^2(3.33931)</math> <math>\exp_{10}^3(3.33928)</math> 6 46,656 <math>\exp_{10}^2(4.55997)</math> <math>\exp_{10}^3(4.55997)</math> 7 823,543 <math>\exp_{10}^2(5.84259)</math> <math>\exp_{10}^3(5.84259)</math> 8 16,777,216 <math>\exp_{10}^2(7.18045)</math> <math>\exp_{10}^3(7.18045)</math> 9 387,420,489 <math>\exp_{10}^2(8.56784)</math> <math>\exp_{10}^3(8.56784)</math> 10 10,000,000,000 <math>\exp_{10}^3(1)</math> <math>\exp_{10}^4(1)</math>
以较原始的函数来作逼近法[编辑]
多项式逼近法[编辑]
线性逼近法[编辑]
以下是对迭代幂次函数的线性逼近法(以满足连续函数的需要性,逼近法基于此函数的可微性质)的定义:
- <math>{}^{x}a \approx \begin{cases}
\log_a(^{x+1}a) & x \le -1 \\ 1 + x & -1 < x \le 0 \\ a^{\left(^{x-1}a\right)} & 0 < x \end{cases}</math> 由此可得:
逼近法 定义域 <math>\,{}^{x}a \approx x+1</math> for <math>-1<x<0</math> <math>\,{}^{x}a \approx a^x</math> for <math>0<x<1</math> <math>\,{}^{x}a \approx a^{a^{(x-1)}}</math> for <math>1<x<2</math>
及其他逼近值。不过,这个函数只是分段可微的;在x为整数的时候,函数的导数要乘以<math>\ln{a}</math>。
例子[编辑]
<math>\begin{align}
{}^{\frac{1}{2}\pi}e &\approx 5.868...,\\
{}^{-4.3}0.5 &\approx 4.03335...
\end{align}</math>
Hooshmand的手稿中有一个重要定理[1]:设<math> 0 <a \neq 1</math>。若<math>f:(-2,+\infty)\rightarrow \mathbb{R}</math> 是连续的并满足以下条件:
- <math> f(x)=a^{f(x-1)} \; \; \mbox{for all} \; \; x>-1, \; f(0)=1</math>,
- <math>f</math> 于 <math> (-1, 0) </math> 之上可微;
- <math>f^\prime</math> 在 <math> (-1,0),</math> 之上是一个单调函数;
- <math>f^\prime (0^+) = (\ln a) f^\prime (0^-) \mbox{ or } f^\prime (-1^+) = f^\prime (0^-).</math>
由此,<math>f</math> 可于以下方程式中独特地定义出来:
- <math>f(x)=\exp^{[x]}_a (a^{x})=\exp^{[x+1]}_a(x) \quad \mbox{for all} \; \; x > -2</math>,
当中,<math> (x)=x-[x] </math> 标示x的分数部分,以及<math> \exp^{[x]}_a </math> 是函数<math> \exp_a </math> 的<math> [x] </math>-迭代函数。
以上四个条件中的第二个条件仅当<math>f</math> 在[-1, 0]之上是线性函数,由此可作为上述对<math>f</math> 的定义的证明。
对自然迭代幂次函数<math>{}^xe</math> 的线性逼近法是连续可微的,但其二阶导数的辐角并不是整数值。Hooshmand为此导出了以下的这一个独特定理:
若<math> f: (-2, +\infty)\rightarrow \mathbb{R}</math> 是一个连续函数并满足以下条件:
- <math> f(x)=e^{f(x-1)} \; \; \mbox{for all} \; \; x>-1, \; f(0)=1</math>;
- <math>f</math> 于<math>(-1,0)</math> 之上是凸函数;
- <math>f^\prime (0^-)\leq f^\prime (0^+).</math>
那么<math>f=\mbox{uxp}</math>。(这里的<math>f=\mbox{uxp}</math> 是Hooshmand给予自然迭代幂次函数的线性逼近法的名称。)
这个定理的证明跟之前提到的证明法十分相似;递回方程式保证了<math>f^\prime (-1^+) = f^\prime (0^+),</math> ,而<math>f</math> 的凸函数的性质仅当<math>f</math> 在(-1, 0)之上是线性的。
所以,自然迭代函数的线性逼近法是凸于<math>(-1,+\infty)</math> 之上的方程式<math> f(x)=e^{f(x-1)} \; \; (x>-1)</math> 的唯一解。所有其他充足可微的解在区间(-1, 0)之上必定存在一个拐点。
更高次的逼近法[编辑]
以下是对a ≠ e的迭代幂次函数的二次逼近法(逼近法基于此函数的可微性质)的定义:
- <math>{}^{x}a \approx \begin{cases}
\log_a({}^{x+1}a) & x \le -1 \\ \frac{-\log(a) \;+\; \sqrt{x [1 \;-\; \log(a)^2] \;+\; 1}}{1 \;-\; \log(a)} & -1 < x \le 0 \\ a^{\left({}^{x-1}a\right)} & 0 < x \end{cases}</math> 这对所有<math>x > 0</math> 可微,但并不二次可微。若<math>a = e</math>,应采用线性逼近法。
有关于三次逼近法,以及一个能归纳出n 次逼近法的方法,详见:[4]。
推广[编辑]
迭代幂次能被推广至定义<math> {^n 0} </math> 乃至其他定义域。
对底数定义域的推广[编辑]
推广至底数为0[编辑]
指数<math>0^0</math> 是不连续定义的。所以,迭代幂次<math>\,{^n0}</math> 于早期提出的公式中亦并不被清晰定义。不过,<math>\lim_{x\rightarrow0}{^n}x</math> 是定义良好的,并存在:
- <math>\lim_{x\rightarrow0} {}^{n}x = \begin{cases} 1, & n \mbox{ even} \\ 0, & n \mbox{ odd} \end{cases} </math>
所以我们能连续地定义<math>{}^{n}0 = \lim_{x\rightarrow0} {}^{n}x</math>。这等价于定义<math> 0^0 = 1 </math>。
在这推广之下,<math>{}^{0}0 = 1</math>,所以最初定义出来的法则<math> {^{0}a} = 1 </math> 依然成立。
推广至复数底[编辑]
由于复数可以作为指数,迭代幂次的底数可以为<math>\scriptstyle z \;=\; a + bi</math> 的形式,当中的<math>\scriptstyle i</math> 是−1的平方根。举例来说,设<math>\scriptstyle z \;=\; i</math>,对于<math>\scriptstyle {}^{n}z</math>,其迭代幂次可由自然对数中的主枝来达成,并用欧拉公式得出以下关系:
- <math>i^{a+bi} = e^{\frac{1}{2}{\pi i} (a+bi)} = e^{-\frac{1}{2}{\pi b}} \left(\cos{\frac{\pi a}{2}} + i \sin{\frac{\pi a}{2}}\right)</math>
这表明了<math>\scriptstyle {}^{(n+1)}i \;=\; a'+b'i</math> 在任何<math>\scriptstyle {}^{n}i \;=\; a+bi</math> 的情况下的递回定义为:
- <math>\begin{align}
a' &= e^{-\frac{1}{2}{\pi b}} \cos{\frac{\pi a}{2}} \\
b' &= e^{-\frac{1}{2}{\pi b}} \sin{\frac{\pi a}{2}}
\end{align}</math>
从而导出以下的逼近值:
<math>{}^{n}i</math> 逼近值 <math>{}^{1}i = i</math> i <math>{}^{2}i = i^{\left({}^{1}i\right)}</math> <math>0.2079</math> <math>{}^{3}i = i^{\left({}^{2}i\right)}</math> <math>0.9472 + 0.3208i</math> <math>{}^{4}i = i^{\left({}^{3}i\right)}</math> <math>0.0501 + 0.6021i</math> <math>{}^{5}i = i^{\left({}^{4}i\right)}</math> <math>0.3872 + 0.0305i</math> <math>{}^{6}i = i^{\left({}^{5}i\right)}</math> <math>0.7823 + 0.5446i</math> <math>{}^{7}i = i^{\left({}^{6}i\right)}</math> <math>0.1426 + 0.4005i</math> <math>{}^{8}i = i^{\left({}^{7}i\right)}</math> <math>0.5198 + 0.1184i</math> <math>{}^{9}i = i^{\left({}^{8}i\right)}</math> <math>0.5686 + 0.6051i</math>
根据上一部分对于迭代幂次的逆向关系的定义,可得<math>\scriptstyle \,{}^{0}i \;=\; 1</math> 及<math>\scriptstyle \,{}^{(-1)}i \;=\; 0</math>,当中负值的n 在虚数轴上会得出无穷的结果。在复平面当中,整个序列成螺旋形地趋向于极限<math>0.4383 + 0.3606i</math>,这个极限可理解为n 为无穷时,函数相对应的值。
这样的迭代幂次序列由欧拉时期已开始被研究,但是由于序列的杂乱性而难以被理解。历史上大部分有正式发表的研究皆集中于幂塔函数的收敛性。高运算效率电脑连同计算机代数系统和分形几何系统的出现大大地促进了近代对于迭代幂次的研究。现时对迭代幂次的研究均建基于复动力学的普遍知识及对指数映射的专门研究。
对高度值定义域的推广[编辑]
推广至无穷高[编辑]
迭代幂次可被推广至无穷高(<math>{}^{n}a</math> 当中的n)。这是因为当底数在一个特定的区间之内而高度值趋向于无穷时,迭代幂次会收敛于一个有限的数值。举例来说,<math>\sqrt{2}^{\sqrt{2}^{\sqrt{2}^{\cdot^{\cdot^{\cdot}}}}}</math> 收敛于2,因此可以说是等于2。对2的趋向性可从对以下小型有限幂塔的计算而看出来:
- <math>\begin{align}
\sqrt{2}^{\sqrt{2}^{\sqrt{2}^{\sqrt{2}^{\sqrt{2}^{1.414}}}}} &= \sqrt{2}^{\sqrt{2}^{\sqrt{2}^{\sqrt{2}^{1.63}}}} \\ &= \sqrt{2}^{\sqrt{2}^{\sqrt{2}^{1.76}}} \\ &= \sqrt{2}^{\sqrt{2}^{1.84}} \\ &= \sqrt{2}^{1.89} \\ &= 1.93 \end{align}</math>
一般来说,有限幂塔<math>x^{x^{\cdot^{\cdot^{\cdot}}}}</math> (定义为当n 趋向于无穷时<math>{}^{n}x</math> 的极限)收敛于e−e ≤ x ≤ e1/e,大约是位于0.066和1.44之间的区间,这是由莱昂哈德·欧拉所证明的。如果存在一个极限,这会是一个对于方程式y = xy 的正实数解。所以,x = y1/y。根据这个极限的定义,当x > e1/e 时,x 的无穷迭代幂次不具收敛性,因为y1/y 的最大值为e1/e。
以上特性可以被推广至复数底z,定义如下:
- <math>{}^{\infty}z = z^{z^{\cdot^{\cdot^{\cdot}}}} = \frac{\mathrm{W}(-\ln{z})}{-\ln{z}} </math>
当中的W(z)表示朗伯W函数。
由于极限y = ∞x (如果存在的话,即当e−e < x < e1/e)必定满足xy = y,因而得出x ↦ y = ∞x 是y ↦ x = y1/y 的反函数(较低枝)。
(有限地)推广至负高[编辑]
为了维持原有法则:
- <math> {^{(k+1)}a} = a^{({^{k}a})} </math>
当<math>k</math> 为负值时,必须用到以下的递回关系:
- <math> {^{k}a} = \log_a \left( {^{(k+1)}a} \right) </math>
所以:
- <math> {}^{(-1)}a = \log_{a} \left( {}^{0}a \right) = \log_{a} 1 = 0 </math>
不过,当高度值为更小的负值时就不能以此方法良好地定义出来了,因为
- <math> {}^{(-2)}a = \log_{a} \left( {}^{-1}a \right) = \log_{a} 0 </math>
这是定义不良好的。
更要注意的是,当<math> a = 1 </math> 时,任何根据法则对于<math>\,\! {^{(-1)}1} </math> 的定义都是一致的,因为
- <math> {^{0}1} = 1 = 1^n </math> 对于任何 <math>\,\! n = {^{(-1)}1} </math>。
推广至实高[编辑]
当前还未有对于推广迭代幂次至<math>n</math> 为实数或复数值的共识解。以下提到了两种不同的逼近法。
一般来说,问题在于对任何实数a > 0,找出一个能满足以下条件的超幂函数 <math>\,f(x) = {}^{x}a</math> ,当中<math>x > -2</math> 并为实数:
- <math>\,{}^{(-1)}a = 0</math>
- <math>\,{}^{0}a = 1</math>
- <math>\,{}^{x}a = a^{\left({}^{(x-1)}a\right)}</math> 对所有实数x > -1。
- 第四个条件通常为以下其中一个:
- A的连续性 需要(通常是指在a 和x 皆可变时,<math>{}^{x}a</math> 为连续,当中<math>x > 0</math>)。
- A的可微性 需要(可以是对于x 一次、二次、k 次,或是无穷可微)。
- A的规律性 需要(仅当对于x 二次可微),即是:
- <math>\left( \frac{d^2}{dx^2}f(x) > 0\right)</math> 对于所有<math> x > 0 </math>
对于第四个条件,不同的编者有不同的说法,而且亦视乎于采用何种逼近法。对于把迭代幂次推广至实高,有两种主要的逼近法,一种是建基于规律性 需要,另一种则建基于可微性 需要。这两种逼近法似乎十分相异,皆因它们所得出的结果并不相符。
幸运地,任何在一段长度的区间内满足到其中一种逼近法的解,皆能被推广为一个对于所有正实数高度值的迭代幂次的通解。当<math>\,{}^{x}a</math> 在一段长度的区间内被定义,对任何<math>x > -2</math>,整个函数的后续将能被轻易地定义出来。
其中一个简单的推广方式为:
<math>a[n]b = c</math>
当且仅当<math>c[n](\frac{1}{b}) = a, n>1</math> [5]。可以判断,当<math>n=2 </math>、<math>n=3 </math>时,乘法和幂次成立:<math>a\times b=c</math> 当且仅当<math>c\times(\frac{1}{b})=a</math>;<math>a^b=c</math> 当且仅当<math>c^{\frac{1}{b}}=a</math>
举例,当<math>n=4 </math> 时, 计算 <math>{}^{\frac{1}{2}}256</math> 和 <math>{}^{\frac{3}{4}}256</math> : <math>{}^{2}4=4^4=256</math>, 则 <math>{}^{\frac {1}{2}}256=4</math>。 <math>{}^{3}2={2}^{{2}^{2}}=16</math>,则<math>{}^{\frac{1}{3}}16=2</math>; 由 256= 16^2 = 16^(16^^(1/3)) = 16^^(1+1/3) = 16^^(4/3) 得 256^^(3/4) = 16。
推广至复高[编辑]
以下为有关猜想[6]:函数F 为方程式F(z+1)=exp(F(z)) 的解并满足以下附加条件:当z逼近于±i ∞及F 在整个复数z 平面当中为全纯函数,F(0)=1 及F(z)逼近于对数的不动点 (大约为 0.31813150520476413531 ± 1.33723570143068940890i)。
相关条目[编辑]
参考资料[编辑]
- ^ 1.0 1.1 M. H. Hooshmand,. Ultra power and ultra exponential functions. Integral Transforms and Special Functions. 2006, 17 (8): 549–558. doi:10.1080/10652460500422247.
- ^ Ioannis Galidakis. On Extending hyper4 and Knuth’s Up-arrow Notation to the Reals (页面存档备份,存于互联网档案馆)
- ^ Power Verb. J Vocabulary. J Software. [28 October 2011]. (原始内容存档于2021-05-06).
- ^ Andrew Robbins. Solving for the Analytic Piecewise Extension of Tetration and the Super-logarithm (页面存档备份,存于互联网档案馆)
- ^ 崔雷. 幂指函数的推广及其猜想. 科协论坛. 2011, (1): 96.
- ^ D. Kouznetsov. Solution of <math>F(z+1)=\exp(F(z))</math> in complex <math>z</math>-plane (PDF). Mathematics of Computation. July 2009, 78 (267): 1647–1670. doi:10.1090/S0025-5718-09-02188-7.
- Daniel Geisler, tetration.org (页面存档备份,存于互联网档案馆)
- Ioannis Galidakis, On extending hyper4 to nonintegers (undated, 2006 or earlier) (A simpler, easier to read review of the next reference)
- Ioannis Galidakis, On Extending hyper4 and Knuth's Up-arrow Notation to the Reals (undated, 2006 or earlier).
- Robert Munafo, Extension of the hyper4 function to reals (页面存档备份,存于互联网档案馆) (An informal discussion about extending tetration to the real numbers.)
- Lode Vandevenne, Tetration of the Square Root of Two (页面存档备份,存于互联网档案馆), (2004). (Attempt to extend tetration to real numbers.)
- Ioannis Galidakis, Mathematics, (Definitive list of references to tetration research. Lots of information on the Lambert W function, Riemann surfaces, and analytic continuation.)
- Galidakis, Ioannis and Weisstein, Eric W. Power Tower (页面存档备份,存于互联网档案馆)
- Joseph MacDonell, Some Critical Points of the Hyperpower Function (页面存档备份,存于互联网档案馆).
- Dave L. Renfro, Web pages for infinitely iterated exponentials (页面存档备份,存于互联网档案馆) (Compilation of entries from questions about tetration on sci.math.)
- R. Knobel. "Exponentials Reiterated." American Mathematical Monthly 88, (1981), p. 235-252.
- Hans Maurer. "Über die Funktion <math>y=x^{[x^{[x(\cdots)]}]}</math> für ganzzahliges Argument (Abundanzen)." Mittheilungen der Mathematische Gesellschaft in Hamburg 4, (1901), p. 33-50. (Reference to usage of <math>\ {^{n} a}</math> from Knobel's paper.)
- Marco Ripà, "La strana coda della serie n^n^...^n", Trento (2011). ISBN 9788861787896