主题
Search

幂塔


阶数为 k 的幂塔定义为

 a^^k=a^(a^(·^(·^(·^a))))_()_(k),
(1)

其中 ^Knuth 上箭头表示法 (Knuth 1976),它又被定义为

 a^^nk=a^^(n-1)[a^^n(k-1)]
(2)

以及

a^k=a^k
(3)
a^^n1=a.
(4)

Rucker (1995, p. 74) 使用符号

 ^ka=a^(a^(·^(·^(·^a))))_()_(k),
(5)

并将此运算称为“四次运算”或“迭代幂次”。

幂塔可以在 Wolfram 语言中实现为

  PowerTower[a_, k_Integer] := Nest[Power[a, #]&, 1, k]

  PowerTower[a_, k_Integer] := Power @@ Table[a, {k}]

下表给出了 a^(a^(·^(·^(·^a))))_()_(n)a=1, 2, ... 和较小的 n 时的值。

nOEISa^(a^(·^(·^(·^a))))_()_(n)
1A0000271, 2, 3, 4, 5, 6, 7, 8, 9, 10, ...
2A0003121, 4, 27, 256, 3125, 46656, ...
3A0024881, 16, 7625597484987, ...
41, 65536, ...

下表给出了 a^(a^(·^(·^(·^a))))_()_(n)n=1, 2, ... 和较小的 a 时的值。

aOEISa^(a^(·^(·^(·^a))))_()_(n)
1A0000121, 1, 1, 1, 1, 1, ...
2A0142212, 4, 16, 65536, 2.00×10^(19728), ...
3A0142223, 27, 7625597484987, ...
44, 256, 1.34×10^(154), ...

考虑 z^(z^(·^(·^(·^z))))_()_(m) 并令 a_(mn) 定义为

 a_(mn)={1   if n=0; 1/(n!)   if m=1; 1/nsum_(j=1)^(n)ja_(m,n-j)a_(m-1,j-1)   otherwise
(6)

(Galidakis 2004)。那么对于 m in N, (e^z)^((e^z)^(·^(·^(·^((e^z))))))_()_(m)整函数,其级数展开为

 (e^z)^((e^z)^(·^(·^(·^((e^z))))))_()_(m)=sum_(n=0)^m((n+1)^n)/((n+1)!)z^n+sum_(n=m+1)^inftya_(mn)z^n.
(7)

类似地,对于 m in N, z^(z^(·^(·^(·^z))))_()_(m)z 属于 主分支 lnz 的定义域内是解析的,其级数展开为

 z^(z^(·^(·^(·^z))))_()_(m)=sum_(n=0)^m((n+1)^n)/((n+1)!)ln^nz+sum_(n=m+1)^inftya_(mn)ln^nz.
(8)

对于 m in N, 且 x in R,

 int(e^x)^((e^x)^(·^(·^(·^((e^x))))))_()_(m)dx=sum_(n=0)^m((n+1)^(n-2))/(n!)x^(n+1) 
 +sum_(n=m+1)^infty(a_(mn))/(n+1)x^(n+1).
(9)

对于 m in N, 且 x>0, 且 b(n+1,x)=Gamma(n+1,-ln(x))

 intx^(x^(·^(·^(·^x))))_()_(m)dx=sum_(n=0)^m((-1)^n(n+1)^(n-1))/(n!)b(n+1,x) 
 +sum_(n=m+1)^infty(-1)^na_(mn)b(n+1,x).
(10)
PowerTowerHReal
最小值 最大值
Powered by webMathematica
PowerTowerHReImAbs
最小值 最大值
实部
虚部 Powered by webMathematica

无限幂塔 h(z)=z^^infty=z^(z^(·^(·^·))) 的值,其中 z^(z^z)z^((z^z)) 的缩写,可以通过以下方式解析计算

 z^(z^(·^(·^·)))=h(z)
(11)

两边取对数并代回得到

 z^(z^(·^(·^·)))lnz=h(z)lnz=ln[h(z)].
(12)

解出 h(z) 得到

 h(z)=-(W(-lnz))/(lnz),
(13)

其中 W(z)Lambert W 函数 (Corless et al. 1996)。h(z) 收敛当且仅当 e^(-e)<=x<=e^(1/e) (0.0659<=x<=1.4446;OEIS A073230A073229),正如 Euler (1783) 和 Eisenstein (1844) 所证明的 (Le Lionnais 1983; Wells 1986, p. 35)。

Knoebel (1981) 给出了 h(z) 的以下级数

h(z)=sum_(n=0)^(infty)((n+1)^nln^nz)/((n+1)!)
(14)
=1+lnz+(3^2(lnz)^2)/(3!)+(4^3(lnz)^3)/(4!)+...
(15)

(Vardi 1991)。

特殊值 h(i) 由下式给出

i^(i^(·^(·^·)))=-(W(-lni))/(lni)
(16)
=(2i)/piW(-1/2pii)
(17)
 approx 0.438283+0.3605924i
(18)

(OEIS A077589A077590; Macintyre 1966)。

PowerTowerG

相关函数

 g(x)=x^((1/x)^((1/x)^...))
(19)

仅在 x>=e^(-1/e) 时收敛,即,x>=0.692 (OEIS A072364)。它收敛到的值是 x^x 的反函数,可以通过对 (19) 两边取对数得到,

 lng=(1/x)^((1/x)^((1/x)^...))lnx,
(20)

重排得到

 x^((1/x)^((1/x)^...))lng=lnx,
(21)

然后代入得到

 glng=lnx.
(22)

解出 x 的结果方程,得到部分解

 g(x)=(lnx)/(W(lnx)),
(23)

这对于 e^(-1/e)<=x<=e^e (即,0.692<x<15.154;OEIS A072364A073226) 有效。取 x=e 得到 1/W(1),其中 W(1)omega 常数

Khovanskii (1963) 给出的 g(x) 单次迭代的连分数

 x^(1/x)=1+(2(x-1))/(x^2+1-((x^2-1)(x-1)^2)/(3x(x+1)-((4x^2-1)(x-1)^2)/(5x(x+1)-((9x^2-1)(x-1)^2)/(7x(x+1)-...)))).
(24)
XToTheXReal
最小值 最大值
Powered by webMathematica
XToTheXReIm
XToTheXContours

函数 z^z 在实轴和复平面上的图像如上所示。它有级数展开式

 x^x=1+xlnx+1/2x^2(lnx)^2+1/6x^3(lnx)^3+...
(25)

(Trott 2004, p. 59)。它在以下位置有最小值

 d/(dx)x^x=x^x(1+lnx)=0,
(26)

其解为 x=1/e。在这一点,函数取值为 e^(-1/e)

不定积分

 intx^xdx
(27)

不能用有限个初等函数表示,但 x^x 的一些有趣的定积分

int_0^1x^xdx=sum_(n=1)^(infty)((-1)^(n+1))/(n^n)
(28)
=0.7834305107...
(29)
int_0^1x^(-x)dx=sum_(n=1)^(infty)1/(n^n)
(30)
=1.2912859971...
(31)

(OEIS A083648A073009; Spiegel 1968; Abramowitz and Stegun 1972; Havil 2003, pp. 44-45; Borwein et al. 2004, p. 5)。Borwein et al. (2004, pp. 5 和 44) 将这两个积分称为“大学生的梦想”。

PowerTower3
PowerTower3ReIm
PowerTower3Contours

函数 z^(z^z) 在实轴和复平面上的图像如上所示,它显示出美丽的结构。


另请参阅

阿克曼函数, 指数阶乘, 指数函数, 费马数, 乔伊斯序列, Knuth 上箭头表示法, Lambert W 函数, 米尔斯常数, MRB 常数, 嵌套根式, Omega 常数, , 大学生的梦想, 斯坦纳问题

本条目的部分内容由 Ioannis Galidakis 贡献

使用 探索

参考文献

Abramowitz, M. and Stegun, I. A. (Eds.). 数学函数手册,包含公式、图表和数学表格,第 9 版印刷。 New York: Dover, 1972.Ash, J. M. "The Limit of x^(x^(·^(·^(·^x)))) as x Tends to Infinity." Math. Mag. 69, 207-209, 1996.Baker, I. N. and Rippon, P. J. "Convergence of Infinite Exponentials." Ann. Acad. Sci. Fennicæ Ser. A. I. Math. 8, 179-186, 1983.Baker, I. N. and Rippon, P. J. "Iteration of Exponential Functions." Ann. Acad. Sci. Fennicæ Ser. A. I. Math. 9, 49-77, 1984.Baker, I. N. and Rippon, P. J. "A Note on Complex Iteration." Amer. Math. Monthly 92, 501-504, 1985.Barrow, D. F. "Infinite Exponentials." Amer. Math. Monthly 43, 150-160, 1936.Borwein, J.; Bailey, D.; and Girgensohn, R. 数学实验:计算发现之路。 Wellesley, MA: A K Peters, pp. 61-62, 2004.Corless, R. M.; Gonnet, G. H.; Hare, D. E. G.; Jeffrey, D. J.; and Knuth, D. E. "On the Lambert W Function." Adv. Comput. Math. 5, 329-359, 1996.Creutz, M. and Sternheimer, R. M. "On the Convergence of Iterated Exponentiation, Part I." Fib. Quart. 18, 341-347, 1980.Creutz, M. and Sternheimer, R. M. "On the Convergence of Iterated Exponentiation, Part II." Fib. Quart. 19, 326-335, 1981.de Villiers, J. M. and Robinson, P. N. "The Interval of Convergence and Limiting Functions of a Hyperpower Sequence." Amer. Math. Monthly 93, 13-23, 1986.Eisenstein, G. "Entwicklung von alpha^(alpha^(alpha^...))." J. reine angew. Math. 28, 49-52, 1844.Elstrodt, J. "Iterierte Potenzen." Math. Semesterber. 41, 167-178, 1994.Euler, L. "De serie Lambertina Plurimisque eius insignibus proprietatibus." Acta Acad. Scient. Petropol. 2, 29-51, 1783. Reprinted in Euler, L. Opera Omnia, Series Prima, Vol. 6: Commentationes Algebraicae. pp. 350-369.Finch, S. R. "Iterated Exponential Constants." §6.11 in 数学常数。 Cambridge, England: Cambridge University Press, pp. 448-452, 2003.Galidakis, I. N. "On An Application of Lambert's W Function to Infinite Exponentials." Complex Variables Th. Appl. 49, 759-780, 2004.Ginsburg, J. "Iterated Exponentials." Scripta Math. 11, 340-353, 1945.Havil, J. Gamma:探索欧拉常数。 Princeton, NJ: Princeton University Press, 2003.Khovanskii, A. N. 连分数及其推广在逼近理论问题中的应用。 Groningen, Netherlands: P. Noordhoff, 1963.Knoebel, R. A. "Exponentials Reiterated." Amer. Math. Monthly 88, 235-252, 1981.Knuth, D. E. "Mathematics and Computer Science: Coping with Finiteness. Advances in our Ability to Compute are Bringing us Substantially Closer to Ultimate Limitations." Science 194, 1235-1242, 1976.Länger, H. "An Elementary Proof of the Convergence of Iterated Exponentials." Elem. Math. 51, 75-77, 1996.Le Lionnais, F. 卓越的数。 Paris: Hermann, pp. 22 and 39, 1983.Macdonnell, J. "Some Critical Points on the Hyperpower Function ^nx=x^(x^(·^(·^(·^x))))." Int. J. Math. Educ. Sci. Technol. 20, 297-305, 1989.Macintyre, A. J. "Convergence of i^(i^(·^(·^·)))." Proc. Amer. Math. Soc. 17, 67, 1966.Mauerer, H. "Über die Funktion x^(x^...) für ganzzahliges Argument (Abundanzen)." Mitt. Math. Gesell. Hamburg 4, 33-50, 1901.Meyerson, M. D. "The x^x Spindle." Math. Mag. 69, 198-206, 1996.Rippon, P. J. "Infinite Exponentials." Math. Gaz. 67, 189-196, 1983.Rucker, R. 无穷与心灵:无穷的科学与哲学。 Princeton, NJ: Princeton University Press, 1995.Sloane, N. J. A. Sequences A072364, A073226, A073229, A073230, A077589, A077590, A083648, and A073009 in "The On-Line Encyclopedia of Integer Sequences."Spiegel, M. R. 数学公式和表格手册。 New York: McGraw-Hill, 1968.Trott, M. Mathematica 编程指南。 New York: Springer-Verlag, 2004. http://www.mathematicaguidebooks.org/.Vardi, I. Mathematica 计算娱乐。 Reading, MA: Addison-Wesley, pp. 11-12 and 226-229, 1991.Weber, R. O. and Roumeliotis, J. "i^i^i^i^...." Austral. Math. Soc. Gaz. 22, 182-184, 1995.Wells, D. 企鹅好奇和有趣的数字词典。 Middlesex, England: Penguin Books, p. 35, 1986.

在 中引用

幂塔

请引用为

加利达基斯,伊奥annis韦斯坦,埃里克 W. "幂塔。" 来自 Web 资源。 https://mathworld.net.cn/PowerTower.html

主题分类