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.

A141251 Decimal expansion of the number c satisfying c*log(c)=1+c.

Original entry on oeis.org

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

Views

Author

David Applegate and N. J. A. Sloane, Sep 04 2008

Keywords

Comments

The iteration on c = c*log(c)- 1 does not converge from above or below. However, iteration on c = exp(1+1/c) converges quickly from above and below, including negative values. - Richard R. Forberg, Dec 28 2013
c is the solution to the equation 2 = Integral_{t=1...c} log(t) dt. - Colin Linzer, Nov 12 2024

Examples

			3.59112147666862213664922292574163484210307540159278691904529873...
		

Crossrefs

Cf. A141252.

Programs

Formula

Equals exp(LambertW(1/e)+1).
Equals 1/A202357. - Hugo Pfoertner, Nov 12 2024