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.

A072755 Denominators of continued fraction convergents to Copeland-Erdos constant.

Original entry on oeis.org

1, 4, 17, 140, 2257, 40766, 206087, 246853, 452940, 699793, 1152733, 8768924, 9921657, 18690581, 122065143, 262820867, 2487452946, 144535091735, 147022544681, 585602725778, 2489433447793, 5564469621364, 13618372690521
Offset: 0

Views

Author

Rick L. Shepherd, Jul 09 2002

Keywords

Crossrefs

Cf. A072754 (numerators), A030168 (continued fraction), A033308 (decimal expansion).

Programs

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