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.

A092618 Decimal expansion of e^(-1/5).

Original entry on oeis.org

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

Views

Author

Mohammad K. Azarian, Apr 22 2004

Keywords

Examples

			0.81873075307798
		

Crossrefs

Programs

  • Mathematica
    RealDigits[Power[E, (-5)^-1],10,120][[1]] (* Harvey P. Dale, Jan 27 2012 *)