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.

Showing 1-1 of 1 results.

A058069 Numerators of convergents to Champernowne constant (A033307).

Original entry on oeis.org

0, 1, 9, 10, 1490839, 1490849, 2981688, 4472537, 20871836, 25344373, 46216209, 71560582, 260897955, 1115152402, 1376050357, 2491202759, 3867253116, 60499999499
Offset: 0

Views

Author

N. J. A. Sloane, Nov 24 2000

Keywords

Comments

a(18) has 177 digits and is too large to include here. - Lucas A. Brown, Sep 02 2022

Crossrefs

Programs

  • Maple
    Digits := 100: E := A033307; convert(evalf(E),confrac,50,'cvgts'): cvgts;
  • Mathematica
    Module[{champ=FromDigits[Flatten[IntegerDigits/@Range[20]]]}, Numerator[ Convergents[ champ/10^IntegerLength[champ]]]] (* Harvey P. Dale, Dec 17 2014 *)

Extensions

a(17) from Lucas A. Brown, Sep 02 2022
Showing 1-1 of 1 results.