login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A093592 Decimal expansion of e^(3*e). 1

%I #10 Dec 19 2015 22:59:22

%S 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 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 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 Decimal expansion of e^(3*e).

%H Harry J. Smith, <a href="/A093592/b093592.txt">Table of n, a(n) for n = 4..20000</a>

%e 3480.20154171382945022163122422

%o (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 Cf. A001113, A073226, A073230.

%K cons,nonn

%O 4,1

%A _Mohammad K. Azarian_, May 14 2004

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)