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.

A175993 Decimal expansion of e^(1+1/e), e = exp(1).

Original entry on oeis.org

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

Views

Author

Dylan Hamilton, Nov 05 2010

Keywords

Comments

Area of the rectangle having as opposite corners the origin and (e,e^(1/e)), maximum of the graph y=x^(1/x).

Examples

			3.92701439474164490992795352226729686971604001234684620191649848504155615457299800255983...
		

Crossrefs

Programs

  • Mathematica
    First[RealDigits[Exp[1 + 1/E], 10, 100]] (* Paolo Xausa, Jun 12 2024 *)
  • PARI
    default(realprecision,99);e=exp(1);e^(1+1/e)  \\ M. F. Hasler, Nov 27 2012

Formula

Product of A001113 and A073229.

Extensions

Edited by M. F. Hasler, Nov 27 2012