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.

A175996 Decimal expansion of (e-1)*(e^(1/e)-1).

Original entry on oeis.org

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

Views

Author

Dylan Hamilton, Nov 05 2010

Keywords

Comments

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

Examples

			0.764064705...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[(E-1)(E^(1/E)-1),10,120][[1]] (* Harvey P. Dale, Feb 16 2014 *)