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.

A072754 Numerators of continued fraction convergents to Copeland-Erdos constant.

Original entry on oeis.org

0, 1, 4, 33, 532, 9609, 48577, 58186, 106763, 164949, 271712, 2066933, 2338645, 4405578, 28772113, 61949804, 586320349, 34068530046, 34654850395, 138033081231, 586787175319, 1311607431869, 3210002039057, 4521609470926
Offset: 0

Views

Author

Rick L. Shepherd, Jul 09 2002

Keywords

Crossrefs

Cf. A072755 (denominators), A030168 (continued fraction), A033308 (decimal expansion).

Programs

  • PARI
    for(n=1,30, v=vector(n,i, A030168[i]); print1(contfracpnqn(v)[1,1],","))