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.

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

Original entry on oeis.org

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

Views

Author

Vladimir Reshetnikov, Nov 07 2011

Keywords

Comments

As follows from Gelfond's theorem, the root is irrational, so this sequence is infinite and aperiodic. Its transcendence is, apparently, still an open problem. - Vladimir Reshetnikov, Apr 27 2013

Examples

			1.4766843373578699470892355853738898386551689309855269844644...
		

Crossrefs

Cf. A030798.

Programs

  • Mathematica
    First[RealDigits[Root[{Function[x, x^x^x - 2], 1.477`4}], 10, 100]]
  • PARI
    solve(x=1,2,x^x^x-2) \\ Charles R Greathouse IV, Apr 14 2014