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.

A344930 Decimal expansion of the real solution to x^x = 15.

Original entry on oeis.org

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

Views

Author

Christoph B. Kassir, Jun 02 2021

Keywords

Comments

2.7131636040042392095764012768285093718781...

Crossrefs

Programs

  • Mathematica
    RealDigits[Log[15]/ProductLog[Log[15]], 10, 100][[1]] (* Amiram Eldar, Jun 02 2021 *)
    RealDigits[x/.FindRoot[x^x==15,{x,2.7},WorkingPrecision->120],10,120][[1]] (* Harvey P. Dale, Apr 18 2022 *)

Formula

Equals log(15)/W(log(15)), where W(z) is the Lambert W Function.