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.

A103476 Decimal expansion of second inflection point of x^(1/x).

Original entry on oeis.org

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

Views

Author

Eric W. Weisstein, Feb 07 2005

Keywords

Comments

The larger of the two real roots of 1 - 3*x + log(x)*(log(x) + 2*x - 2) = 0. - Amiram Eldar, Jun 17 2021

Examples

			4.36777096...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[ x /. FindRoot[D[x^(1/x), {x, 2}] == 0, {x, 4}, WorkingPrecision -> 110], 10, 102] // First (* Jean-François Alcover, Feb 07 2013 *)