The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A065481 Decimal expansion of Product_{p prime} (1 - 1/(p^2-2)). 3
3, 8, 8, 9, 4, 5, 1, 8, 9, 9, 7, 9, 5, 6, 1, 9, 2, 9, 3, 1, 1, 5, 7, 8, 7, 8, 9, 7, 6, 4, 4, 5, 0, 9, 1, 2, 6, 7, 6, 5, 4, 4, 9, 5, 4, 2, 7, 5, 6, 9, 5, 8, 6, 4, 7, 4, 1, 4, 3, 2, 0, 9, 8, 3, 7, 0, 0, 3, 9, 1, 2, 3, 3, 1, 9, 1, 7, 9, 0, 3, 2, 8, 0, 9, 7, 9, 7, 2, 7, 7, 5, 9, 6, 0, 8, 6, 9, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
0.38894518997956192931157878976445...
MATHEMATICA
$MaxExtraPrecision = 2000; digits = 98; terms = 2000; P[n_] := PrimeZetaP[n ]; LR = LinearRecurrence[{0, 5, 0, -6}, {0, 0, -2, 0}, 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 *)
PROG
(PARI) prodeulerrat(1 - 1/(p^2-2)) \\ Amiram Eldar, Mar 15 2021
CROSSREFS
Sequence in context: A332892 A371137 A140975 * A354222 A032538 A168209
KEYWORD
cons,nonn
AUTHOR
N. J. A. Sloane, Nov 19 2001
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 18 07:11 EDT 2024. Contains 373469 sequences. (Running on oeis4.)