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.

A082868 Continued fraction approximation to Product_{k>=2} zeta(k).

Original entry on oeis.org

2, 3, 2, 1, 1, 4, 10, 1, 1, 2, 5, 1, 1, 3, 10, 3, 2, 11, 1, 2, 3, 6, 2, 1, 3, 9, 2, 1, 2, 7, 1, 1, 2, 26, 1, 21, 13, 1, 1, 1, 42, 2, 1, 2, 1, 4, 2, 1, 9, 18, 2, 2, 1, 1, 45, 2, 1, 1, 36, 4, 1, 5, 14, 2, 6, 2, 4, 1, 5, 3, 2, 3, 1, 4, 1, 2, 2, 13, 1, 3, 48, 23, 1, 1, 1, 7, 6, 1, 8, 1, 1, 4, 3, 3, 5, 2, 7, 2
Offset: 0

Views

Author

Wouter Meeussen, May 24 2003

Keywords

Comments

Continued fraction of the constant A021002. - R. J. Mathar, Aug 05 2014

Crossrefs

Cf. A021002.

Programs

  • Mathematica
    ContinuedFraction@NProduct[Zeta[n], {n, 2, Infinity}, WorkingPrecision->200, AccuracyGoal->200, Method->SequenceLimit, NProductFactors->200, NProductExtraFactors->200]