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.

A103559 Decimal expansion of solution to x*12^x=1.

Original entry on oeis.org

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

Views

Author

Zak Seidov, Mar 23 2005

Keywords

Programs

  • Mathematica
    RealDigits[ ProductLog[ Log[12]]/Log[12], 10, 111][[1]] (* Robert G. Wilson v, Mar 23 2005 *)
    RealDigits[x/.FindRoot[x 12^x==1,{x,.3},WorkingPrecision->120],10,120][[1]] (* Harvey P. Dale, Jan 07 2023 *)

Formula

x=0.3845717505049487031479467...; x*12^x=1.

Extensions

More terms from Robert G. Wilson v, Mar 23 2005