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.

A121239 Decimal expansion of 10-e.

Original entry on oeis.org

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

Views

Author

Joost de Winter, Sep 06 2006

Keywords

Examples

			7.28171817154095476...
		

Crossrefs

Programs

  • PARI
    {d=104; default(realprecision,d+1); print(k=10-exp(1)); for(c=0,d,z=floor(k); print1(z,","); k=10*(k-z))} \\ Klaus Brockhaus, Sep 09 2006

Extensions

More terms from Klaus Brockhaus, Sep 09 2006