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.

A100947 Continued fraction of the solution of x^x=Pi (A030437).

Original entry on oeis.org

1, 1, 5, 1, 5, 1, 6, 3, 2, 1, 2, 22, 2, 8, 3, 2, 1, 9, 1, 1, 2, 1, 1, 5, 1, 1, 1, 1, 4, 11, 2, 1, 1, 1, 1, 1, 2, 8, 1, 1, 1, 8, 8, 1, 5, 1, 3, 1, 1, 3, 1, 10, 2, 3, 1, 18, 4, 1, 2, 6, 1, 1, 1, 1, 51, 1, 1, 1, 7, 2, 39, 1, 8, 4, 1, 1, 1, 1, 13, 15, 1, 1, 5, 1, 2, 5, 4, 1, 6, 1, 10, 1, 13, 2, 2702, 6, 4, 1, 3
Offset: 0

Views

Author

Mark Hudson (mrmarkhudson(AT)hotmail.com), Nov 23 2004

Keywords

Crossrefs

Cf. A030437.

Programs

  • Mathematica
    ContinuedFraction[x/.FindRoot[x^x==\[Pi],{x,1.8}, WorkingPrecision->100], 100] (* Harvey P. Dale, Sep 07 2011 *)