A214024 Decimal expansion of 4^4^4.
1, 3, 4, 0, 7, 8, 0, 7, 9, 2, 9, 9, 4, 2, 5, 9, 7, 0, 9, 9, 5, 7, 4, 0, 2, 4, 9, 9, 8, 2, 0, 5, 8, 4, 6, 1, 2, 7, 4, 7, 9, 3, 6, 5, 8, 2, 0, 5, 9, 2, 3, 9, 3, 3, 7, 7, 7, 2, 3, 5, 6, 1, 4, 4, 3, 7, 2, 1, 7, 6, 4, 0, 3, 0, 0, 7, 3, 5, 4, 6, 9, 7, 6, 8, 0, 1, 8, 7, 4, 2, 9, 8, 1, 6, 6, 9, 0, 3, 4, 2, 7, 6, 9, 0, 0
Offset: 155
Examples
4^4^4 = 1.3407807929942597... * 10^154
References
- Andrew Hunt & David Thomas, The Pragmatic Programmer: From Journeyman to Master. New York: Addison-Wesley Longman (2000): 195, the fourth new element added to the object testData in the source code listing.
Links
- T. D. Noe, Table of n, a(n) for n = 155..309 (complete sequence)
Programs
-
Mathematica
IntegerDigits[4^4^4]
-
PARI
4^4^4 \\ Charles R Greathouse IV, Aug 21 2015
Comments