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.

A065476 Decimal expansion of Product_{p prime >= 3} (1 - (p+2)/p^3).

Original entry on oeis.org

7, 2, 3, 6, 4, 8, 4, 0, 2, 2, 9, 8, 2, 0, 0, 0, 0, 9, 4, 0, 8, 8, 4, 9, 1, 4, 9, 8, 0, 9, 1, 2, 7, 5, 9, 9, 0, 4, 1, 7, 8, 3, 7, 5, 1, 5, 7, 3, 0, 7, 7, 0, 2, 9, 1, 7, 6, 1, 1, 9, 8, 8, 9, 7, 9, 1, 2, 5, 8, 8, 3, 5, 2, 5, 1, 4, 3, 1, 5, 2, 6, 2, 6, 9, 2, 8, 5, 2, 1, 4, 9, 7, 7, 3, 1, 3, 2, 9
Offset: 0

Views

Author

N. J. A. Sloane, Nov 19 2001

Keywords

Examples

			0.7236484022982000094088491498...
		

Crossrefs

Programs

  • Mathematica
    $MaxExtraPrecision = 500; digits = 98; terms = 500; P[n_] := PrimeZetaP[n] - 1/2^n; LR = Join[{0, 0}, LinearRecurrence[{0, 1, 2}, {-2, -6, -2}, terms + 10]]; r[n_Integer] := LR[[n]]; Exp[NSum[r[n]*P[n - 1]/(n - 1), {n, 3, terms}, NSumTerms -> terms, WorkingPrecision -> digits + 10]] // RealDigits[#, 10, digits]& // First (* Jean-François Alcover, Apr 18 2016 *)
  • PARI
    prodeulerrat(1 - (p+2)/p^3, 1, 3) \\ Amiram Eldar, Mar 15 2021

A078088 Continued fraction expansion of 5 * Pi^2 * A065476 / 48.

Original entry on oeis.org

0, 1, 2, 1, 9, 1, 1, 1, 1, 1, 1, 3, 3, 3, 1, 1, 5, 1, 11, 1, 2, 1, 10, 1, 68, 2, 1, 15, 11, 1, 5, 3, 2, 1, 2, 82, 2, 7, 2, 1, 3, 6, 1, 1, 2, 5, 43, 9, 3, 6, 2, 1, 1, 2, 8, 1, 1, 3, 1, 1, 4, 1, 1, 1, 5, 6, 2, 1, 9, 13, 1, 2, 14, 2, 7, 1, 1, 1, 3, 1, 5, 169, 1, 2, 1, 2, 7, 43, 2, 3, 1, 1, 7, 1, 96
Offset: 0

Views

Author

Benoit Cloitre, Dec 02 2002

Keywords

Crossrefs

Cf. A065476, A065477 (decimal expansion).

Programs

  • PARI
    contfrac((5 * Pi^2 / 48) * prodeulerrat(1 - (p+2)/p^3, 1, 3)) \\ Amiram Eldar, Mar 16 2021

Extensions

Corrected from 2nd term on by R. J. Mathar, Sep 19 2008
Offset changed by Andrew Howroyd, Jul 05 2024
Showing 1-2 of 2 results.