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.

A226775 Decimal expansion of the number x other than -2 defined by x*exp(x) = -2/e^2.

Original entry on oeis.org

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

Views

Author

Keywords

Examples

			-0.4063757399599599076769581241248397582109975751811406350004954883....
		

Crossrefs

Programs

  • Mathematica
    RealDigits[N[ProductLog[-2/E^2], 105]][[1]] (* corrected by Vaclav Kotesovec, Feb 21 2014 *)
  • PARI
    solve(x=-1, x=0, x*exp(x) + 2*exp(-2)) \\ G. C. Greubel, Nov 15 2017

Formula

Equals -2*A106533.
Equals LambertW(-2*exp(-2)).