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.

A054866 Incrementally largest terms in the continued fraction for Khinchin's constant.

Original entry on oeis.org

2, 5, 10, 24, 90, 770, 941, 11759, 54097, 231973
Offset: 1

Views

Author

Hans Havermann, May 27 2000

Keywords

Comments

No other high water marks in the first 106621 terms of the c.f. - Eric W. Weisstein, Oct 01 2011

Crossrefs

Programs

  • Mathematica
    DeleteDuplicates[ContinuedFraction[Khinchin,10000],GreaterEqual] (* The program generates the first 8 terms of the sequence. *) (* Harvey P. Dale, Sep 11 2024 *)