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.

A229175 Decimal expansion of e + 1 + log(e+1).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Sep 28 2013

Keywords

Comments

This is the third term in the sequence of real numbers discussed in A229171-A229173.

Examples

			5.0315435159772680694092829663205181396725271793703079496860...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[E+1+Log[E+1],10,120][[1]] (* Harvey P. Dale, Dec 03 2014~ *)