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.

A078984 Numerators of continued fraction convergents to zeta(3).

Original entry on oeis.org

1, 5, 6, 113, 119, 232, 351, 1636, 1987, 19519, 177658, 374835, 552493, 927328, 1479821, 3886970, 28688611, 32575581, 61264192, 461424925, 5136938367, 5598363292, 10735301659, 16333664951, 59736296512, 76069961463
Offset: 0

Views

Author

Benoit Cloitre, Dec 20 2002

Keywords

Crossrefs

Cf. A078985 (denominators), A013631 (continued fraction).

Programs

  • Mathematica
    Numerator[Convergents[Zeta[3],30]] (* Harvey P. Dale, May 19 2012 *)
  • PARI
    a(n)=component(component(contfracpnqn(contfrac(zeta(3),n+1)),1),1)

Extensions

Offset changed by Andrew Howroyd, Jul 10 2024