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.

A339306 Continued fraction expansion of the constant defined in A249270.

Original entry on oeis.org

2, 1, 11, 1, 1, 30, 1, 6, 2, 27, 1, 3, 41, 1, 4, 19, 2, 1, 3, 2, 1, 3, 3, 12, 1, 1, 12, 1, 60, 1, 3, 1, 1, 3, 4, 1, 5, 3, 1, 4, 4, 6, 1, 3, 5, 1, 1, 1, 17, 1, 1, 1, 1, 3, 1, 2, 6, 8, 1, 11, 1, 1, 80, 1, 7, 3, 11, 1, 1, 2, 1, 105, 1, 3, 14, 1, 10, 1, 22, 5, 2
Offset: 0

Views

Author

Michael Reilly, Nov 29 2020

Keywords

Crossrefs

Programs

  • Mathematica
    q[x_] := Apply[Times, Table[Prime[w], {w, 1, PrimePi[x]}]];
    ContinuedFraction[Sum[1/q[n], {n, 0, 100}]]