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.

A074178 Records of the coefficients of the continued fraction for the Product_{p prime} (1 - 2/p^2).

Original entry on oeis.org

0, 3, 10, 19, 21, 443, 667, 1836, 3264, 7270, 58858, 97672
Offset: 1

Views

Author

Robert G. Wilson v, Sep 13 2002

Keywords

Crossrefs

Programs

  • PARI
    s = contfrac(prodeulerrat(1- 2/p^2)); sm = -1; for(k=1, #s, if(s[k]>sm, sm = s[k]; print1(sm,", ")))

Extensions

Name clarified by Michel Marcus, Oct 14 2018
a(1) and a(9)-a(12) from Amiram Eldar, Jun 13 2021