A277531 Decimal expansion of the tenth derivative of the infinite power tower function x^x^x... at x = 1/2, negated.
1, 4, 1, 0, 9, 5, 0, 8, 6, 0, 4, 5, 7, 8, 2, 5, 2, 1, 6, 6, 7, 4, 8, 0, 7, 9, 5, 6, 6, 6, 2, 1, 3, 8, 6, 1, 1, 5, 9, 2, 7, 6, 0, 7, 4, 9, 5, 2, 5, 0, 6, 8, 9, 5, 9, 1, 6, 1, 0, 1, 8, 4, 7, 0, 8, 2, 4, 0, 0, 4, 4, 5, 8, 4, 4, 8, 8, 7, 2, 4, 0, 0, 8, 9, 3, 2, 4, 1, 1, 6, 2, 1, 3, 3, 3, 3, 4, 9, 8, 0, 6, 7, 0, 5, 3
Offset: 8
Examples
-14109508.6045782521667480795666213861159276...
Links
- Alois P. Heinz, Table of n, a(n) for n = 8..1007
- Eric Weisstein's World of Mathematics, Power Tower.
- Wikipedia, Tetration.
Crossrefs
Programs
-
Mathematica
f[x_] := -ProductLog[-Log[x]]/Log[x]; RealDigits[Derivative[10][f][1/2], 10, 120][[1]] (* Amiram Eldar, May 23 2023 *)