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.

A093606 Decimal expansion of e^(4*e).

Original entry on oeis.org

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

Views

Author

Mohammad K. Azarian, May 14 2004

Keywords

Examples

			52739.88681633180803709993389141467732514937068739418340790649588568704...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[E^(4E),10,120][[1]]  (* Harvey P. Dale, Apr 29 2011 *)
  • 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

Extensions

Offset corrected from 1 to 5 and example updated by Harry J. Smith, Jun 19 2009