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.

A092577 Decimal expansion of e^(-6).

Original entry on oeis.org

0, 0, 2, 4, 7, 8, 7, 5, 2, 1, 7, 6, 6, 6, 6, 3, 5, 8, 4, 2, 3, 0, 4, 5, 1, 6, 7, 4, 3, 0, 8, 1, 6, 6, 6, 7, 8, 9, 1, 5, 0, 6, 4, 7, 9, 5, 8, 5, 5, 3, 3, 9, 4, 5, 0, 5, 0, 8, 7, 8, 6, 2, 4, 0, 0, 6, 2, 7, 6, 1, 9, 4, 2, 2, 8, 2, 9, 3, 9, 9, 0, 1, 8, 2, 3, 7, 4, 7, 2, 0, 4, 0, 1, 5, 8, 2, 6, 6, 7, 8, 1, 8, 0, 0, 9
Offset: 0

Views

Author

Mohammad K. Azarian, Apr 09 2004

Keywords

Examples

			0.0024787521766663
		

Crossrefs

Programs

  • Mathematica
    Join[{0,0},RealDigits[1/E^6,10,120][[1]]] (* Harvey P. Dale, Sep 29 2013 *)