This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A214024 #19 Aug 21 2015 09:31:37 %S A214024 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, %T A214024 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, %U A214024 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 %N A214024 Decimal expansion of 4^4^4. %C A214024 The same as 2^512. In this capacity, a floating point approximation is often casually given in computer programming textbooks (like the Hunt & Thomas) as an example where overflow is risked, and that risk is at times overcome, at others incurred. %C A214024 3^3^3 = 7625597484987 (see A002488) while 5^5^5 is approximately 1.9110125979457752 * 10^2184. %D A214024 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. %H A214024 T. D. Noe, <a href="/A214024/b214024.txt">Table of n, a(n) for n = 155..309</a> (complete sequence) %e A214024 4^4^4 = 1.3407807929942597... * 10^154 %t A214024 IntegerDigits[4^4^4] %o A214024 (PARI) 4^4^4 \\ _Charles R Greathouse IV_, Aug 21 2015 %Y A214024 Cf. A169685, A117853, A193864, A054382 (number of digits in n^n^n). %K A214024 nonn,cons,fini,full,easy %O A214024 155,2 %A A214024 _Alonso del Arte_, Jul 01 2012