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.

A242779 The continued fractions of A233588.

Original entry on oeis.org

2, 1, 1, 3, 3, 1, 8, 3, 1, 1, 2, 2, 3, 2, 2, 4, 3, 1, 3, 1, 3, 11, 2, 4, 8, 25, 49, 14, 5, 1, 1, 1, 271, 1, 3, 4, 9, 1, 5, 14, 3, 1, 1, 1, 1, 47, 1, 21, 1, 7, 4, 1, 2, 1, 3, 2, 11, 3, 8, 1, 2, 1, 1, 4, 3, 1, 3, 2, 17, 1, 1, 3, 84, 4, 1, 1, 1, 1, 1, 1, 31, 1, 1, 1, 4, 7, 2, 2, 2, 1, 12, 3, 1, 2, 1, 1, 1, 1, 2, 1, 3, 1, 1, 1, 1, 1, 14
Offset: 0

Views

Author

Robert G. Wilson v, May 22 2014

Keywords

Comments

Records: 1, 3, 8, 11, 25, 49, 271, 758, 1094, 1503, 3776, 7139, 9420, 25738, 50521, 116216, 750706, 1034104, 36949654, ..., .

Crossrefs

Cf. A233588.

Programs

  • Mathematica
    ContinuedFraction@ Fold[(#2 + #2/#1) &, 1, Reverse@ Prime@ Range@ 100]