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.

A092555 Decimal expansion of e^(-4).

Original entry on oeis.org

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

Views

Author

Mohammad K. Azarian, Apr 09 2004

Keywords

Comments

This is one of Rényi's parking constants. - Alonso del Arte, Dec 28 2013

Examples

			0.0183156388887...
		

References

  • Steven R. Finch, Mathematical Constants, Cambridge University Press (2003): 280.

Crossrefs

Cf. A019774, A001113, A068985, A092553 (e^(-2)), A092554 (e^(-3)).

Programs

  • Mathematica
    RealDigits[E^(-4), 10, 100][[1]] (* Alonso del Arte, Dec 28 2013 *)