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.

A085826 Continued fraction expansion of number defined in A085825.

Original entry on oeis.org

2, 1, 1, 6, 2, 3, 1, 1, 1, 1, 2, 2, 1, 2, 1, 2, 2, 1, 2, 5, 5, 2, 17, 1, 1, 8, 1, 7, 2, 3, 2, 1, 6, 2, 3, 7, 1, 61, 1, 4, 3, 2, 1, 1, 1, 5, 1, 27, 1, 2, 1, 1, 3, 1, 8, 1, 2, 4, 5, 1, 7, 12, 2, 2, 1, 3, 1, 2, 4, 6, 3, 4, 1, 2, 1, 1, 2, 4, 3, 1, 10, 3, 11, 3, 5, 12, 1, 1, 1, 4, 1, 2, 8, 49, 1, 1, 1, 1, 1, 126, 1
Offset: 0

Views

Author

Robert G. Wilson v, Jul 06 2003

Keywords

Crossrefs

Cf. A085825 (decimal expansion).

Programs

  • Mathematica
    s = 0; Do[s = Prime[2n]/(Prime[2n + 1] + s), {n, 500, 1, -1}]; ContinuedFraction[2 + s, 102]

Extensions

Offset changed by Andrew Howroyd, Aug 07 2024