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-2 of 2 results.

A013631 Continued fraction for zeta(3).

Original entry on oeis.org

1, 4, 1, 18, 1, 1, 1, 4, 1, 9, 9, 2, 1, 1, 1, 2, 7, 1, 1, 7, 11, 1, 1, 1, 3, 1, 6, 1, 30, 1, 4, 1, 1, 4, 1, 3, 1, 2, 7, 1, 3, 1, 2, 2, 1, 16, 1, 1, 3, 3, 1, 2, 2, 1, 6, 1, 1, 1, 6, 1, 1, 4, 428, 5, 1, 1, 3, 1, 1, 11, 2, 4, 4, 5, 4, 1, 5, 14, 1, 3, 1, 2, 19, 1, 2, 5, 1, 7, 1, 1, 1, 1, 1, 57, 3, 2, 14, 2
Offset: 0

Views

Author

N. J. A. Sloane, John Morrison (John.Morrison(AT)armltd.co.uk)

Keywords

Examples

			zeta(3) = 1.2020569031595942... = 1 + 1/(4 + 1/(1 + 1/(18 + 1/(1 + ...)))). - _Harry J. Smith_, Apr 20 2009
		

Crossrefs

Cf. A002117 (decimal expansion), A078984, A078985 (convergents).
Cf. continued fractions for zeta(2)-zeta(20): A013679, A013680-A013696.

Programs

  • Mathematica
    ContinuedFraction[ Zeta[3], 100]
  • PARI
    { allocatemem(932245000); default(realprecision, 21000); x=contfrac(zeta(3)); for (n=1, 20000, write("b013631.txt", n-1, " ", x[n])); } \\ Harry J. Smith, Apr 20 2009

Extensions

Offset changed by Andrew Howroyd, Jul 10 2024

A078985 Denominators of continued fraction convergents to zeta(3).

Original entry on oeis.org

1, 4, 5, 94, 99, 193, 292, 1361, 1653, 16238, 147795, 311828, 459623, 771451, 1231074, 3233599, 23866267, 27099866, 50966133, 383862797, 4273456900, 4657319697, 8930776597, 13588096294, 49695065479, 63283161773, 429394036117, 492677197890, 15209709972817, 15702387170707
Offset: 0

Views

Author

Benoit Cloitre, Dec 20 2002

Keywords

Crossrefs

Cf. A002117, A078984 (numerators), A013631 (continued fraction).

Programs

  • Mathematica
    Convergents[Zeta[3], 30] // Denominator (* Amiram Eldar, May 05 2025 *)
  • PARI
    a(n)=component(component(contfracpnqn(contfrac(zeta(3),n+1)),1),2);

Extensions

Offset changed by Andrew Howroyd, Jul 10 2024
More terms from Amiram Eldar, May 05 2025
Showing 1-2 of 2 results.