A362004 Initial digit of the decimal expansion of the tetration 2^^n (in Don Knuth's up-arrow notation).
1, 2, 4, 1, 6, 2, 2
Offset: 0
Examples
a(4) = 6, since 2^^4 = 65536.
Links
- Googology, Tetration.
- Eric Weisstein's World of Mathematics, Power Tower
- Wikipedia, Knuth's up-arrow notation
- Wikipedia, Tetration
Formula
a(n) = floor(2^^n/10^floor(log(2^^n))).
Comments