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.

A173163 Decimal expansion of the solution x to x^x=9.

Original entry on oeis.org

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

Views

Author

Keywords

Examples

			2.450953928..^2.450953928..=9
		

Crossrefs

Programs

  • Mathematica
    x=9;RealDigits[Log[x]/ProductLog[Log[x]],10,6! ][[1]]

Formula

Digits of log(9)/W(log(9)).

Extensions

Keyword:cons added by R. J. Mathar, Feb 13 2010