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).

Original entry on oeis.org

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, 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, 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
Offset: 4

Views

Author

Mohammad K. Azarian, May 14 2004

Keywords

Examples

			3480.20154171382945022163122422
		

Crossrefs

Programs

  • 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