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 A093606 #15 Dec 20 2015 13:35:06 %S A093606 5,2,7,3,9,8,8,6,8,1,6,3,3,1,8,0,8,0,3,7,0,9,9,9,3,3,8,9,1,4,1,4,6,7, %T A093606 7,3,2,5,1,4,9,3,7,0,6,8,7,3,9,4,1,8,3,4,0,7,9,0,6,4,9,5,8,8,5,6,8,7, %U A093606 0,4,5,6,4,8,8,0,3,5,1,0,4,4,8,6,9,7,6,4,0,7,0,8,2,4,1,1,5,2,3,6,7,7,2,5,6 %N A093606 Decimal expansion of e^(4*e). %H A093606 Harry J. Smith, <a href="/A093606/b093606.txt">Table of n, a(n) for n = 5..20000</a> %e A093606 52739.88681633180803709993389141467732514937068739418340790649588568704... %t A093606 RealDigits[E^(4E),10,120][[1]] (* _Harvey P. Dale_, Apr 29 2011 *) %o A093606 (PARI) { default(realprecision, 20080); x=exp(1)^(4*exp(1))/10000; for (n=5, 20000, d=floor(x); x=(x-d)*10; write("b093606.txt", n, " ", d)); } \\ _Harry J. Smith_, Jun 19 2009 %Y A093606 Cf. A001113, A073226, A073230. %K A093606 cons,nonn %O A093606 5,1 %A A093606 _Mohammad K. Azarian_, May 14 2004 %E A093606 Offset corrected from 1 to 5 and example updated by _Harry J. Smith_, Jun 19 2009