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 A073230 #29 Sep 08 2022 08:45:06 %S A073230 0,6,5,9,8,8,0,3,5,8,4,5,3,1,2,5,3,7,0,7,6,7,9,0,1,8,7,5,9,6,8,4,6,4, %T A073230 2,4,9,3,8,5,7,7,0,4,8,2,5,2,7,9,6,4,3,6,4,0,2,4,7,3,5,4,1,5,6,6,7,3, %U A073230 6,3,3,0,0,3,0,7,5,6,3,0,8,1,0,4,0,8,8,2,4,2,4,5,3,3,7,1,4,6,7,7,4,5,6,7 %N A073230 Decimal expansion of (1/e)^e. %C A073230 (1/e)^e = e^(-e) = 1/(e^e) (reciprocal of A073226). %C A073230 The power tower function f(x)=x^(x^(x^...)) is defined on the closed interval [e^(-e),e^(1/e)]. - _Lekraj Beedassy_, Mar 17 2005 %D A073230 Paul Halmos, "Problems for Mathematicians, Young and Old", Dolciani Mathematical Expositions, 1991, Solution to problem 8A (Power Tower) p. 240. %H A073230 G. C. Greubel, <a href="/A073230/b073230.txt">Table of n, a(n) for n = 0..10000</a> %H A073230 J. Sondow and D. Marques, <a href="http://ami.ektf.hu/uploads/papers/finalpdf/AMI_37_from151to164.pdf">Algebraic and transcendental solutions of some exponential equations</a>, Annales Mathematicae et Informaticae 37 (2010) 151-164; see the Appendix. %e A073230 0.06598803584531253707679018759... %t A073230 a=IntegerDigits[IntegerPart[(1/E)^E*10^99]];PrependTo[a,0] (* _Vladimir Joseph Stephan Orlovsky_, Jul 17 2008 *) %t A073230 RealDigits[(1/E)^E, 10, 100][[1]] (* _Alonso del Arte_, Aug 26 2011 *) %o A073230 (PARI) exp(-1)^exp(1) %o A073230 (Magma) Exp(-1)^Exp(1); // _G. C. Greubel_, May 29 2018 %Y A073230 Cf. A001113 (e), A068985 (1/e), A073229 (e^(1/e)), A072364 ((1/e)^(1/e)), A073226 (e^e). %K A073230 cons,nonn %O A073230 0,2 %A A073230 _Rick L. Shepherd_, Jul 22 2002