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.

A106533 The rumor constant: decimal expansion of the number x defined by x*e^(2 - 2*x) = 1.

Original entry on oeis.org

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

Views

Author

Robert G. Wilson v, May 03 2005

Keywords

Examples

			c = 0.20318786997997995383847906206241987910549878759057031750024774...
		

Crossrefs

Programs

  • Mathematica
    RealDigits[ -ProductLog[ -2/E^2]/2, 10, 111][[1]]
    RealDigits[x/.FindRoot[x E^(2-2x)==1,{x,2},WorkingPrecision->120]][[1]] (* Harvey P. Dale, Jul 05 2025 *)
  • PARI
    solve(x=0, 0.5, x*exp(2-2*x)-1) \\ Michel Marcus, Mar 13 2016

Formula

Solution to x*exp(2 - 2*x) = 1 with x not equal to 1.
Equals -1/2*LambertW(-2*exp(-2)). - Vladeta Jovovic, May 30 2005
Constant c satisfies: exp(c*x)/(1-2*c) = Sum_{n>=0} (x + 2*n)^n * exp(-2*n)/n!. - Paul D. Hanna, Mar 12 2016
Equals (2-A256500)/2. - Miko Labalan, Dec 18 2024