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.

Showing 1-2 of 2 results.

A030798 Decimal expansion of the solution to x^x = 2.

Original entry on oeis.org

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

Views

Author

Keywords

Comments

The constant 1.559610469462... is transcendental. - Nick Hobson, Nov 29 2006

Examples

			1.559610469462369349970388768765002993284883511843091424719594569...
		

Crossrefs

Cf. A153510 (continued fraction), A199550 (x^x^x = 2).

Programs

Formula

Equals log(2)/LambertW(log(2)). - Simon Plouffe, Mar 23 2005
Equals 1/A104748.

Extensions

Definition clarified by Jonathan Sondow, Sep 02 2011

A225134 Decimal expansion of the positive root of x^x^x^x = 2.

Original entry on oeis.org

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

Views

Author

Vladimir Reshetnikov, Apr 29 2013

Keywords

Comments

It is unknown if this root is rational, algebraic irrational, or transcendental.

Examples

			1.4466014324298641745973339875976614806873210422822800263639...
		

Crossrefs

Cf. A030798, A199550, A225153 (continued fraction), A225208 (Engel expansion).

Programs

  • Mathematica
    RealDigits[FindRoot[x^x^x^x == 2, {x, 1}, WorkingPrecision -> 110][[1,2]], 10, 105][[1]]
  • PARI
    solve(x=1,2,x^x^x^x-2) \\ Charles R Greathouse IV, Apr 15 2014
Showing 1-2 of 2 results.