cp's OEIS Frontend

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.

A093592 Decimal expansion of e^(3*e).

This page as a plain text file.
%I A093592 #10 Dec 19 2015 22:59:22
%S A093592 3,4,8,0,2,0,1,5,4,1,7,1,3,8,2,9,4,5,0,2,2,1,6,3,1,2,2,4,2,2,4,8,6,0,
%T A093592 2,5,8,3,3,9,5,2,5,0,4,0,7,7,2,3,3,7,5,3,2,7,0,4,5,0,5,7,9,0,2,7,1,4,
%U A093592 7,2,4,7,3,9,0,2,8,0,0,4,9,0,3,9,4,0,7,1,5,6,2,1,1,5,0,9,9,2,8,2,5,0,0,9,3
%N A093592 Decimal expansion of e^(3*e).
%H A093592 Harry J. Smith, <a href="/A093592/b093592.txt">Table of n, a(n) for n = 4..20000</a>
%e A093592 3480.20154171382945022163122422
%o A093592 (PARI) { default(realprecision, 20080); x=exp(1)^(3*exp(1))/1000; for (n=4, 20000, d=floor(x); x=(x-d)*10; write("b093592.txt", n, " ", d)); } \\ _Harry J. Smith_, Jun 19 2009
%Y A093592 Cf. A001113, A073226, A073230.
%K A093592 cons,nonn
%O A093592 4,1
%A A093592 _Mohammad K. Azarian_, May 14 2004