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!)
A065467 Decimal expansion of Product_{p prime} (1 - 1/(p^4*(p+1))). 2
9, 7, 5, 8, 2, 4, 1, 5, 3, 0, 4, 7, 6, 6, 8, 2, 4, 1, 6, 7, 9, 0, 1, 1, 4, 3, 6, 5, 9, 4, 7, 9, 9, 8, 3, 1, 9, 7, 1, 7, 6, 4, 9, 7, 1, 2, 2, 9, 2, 1, 2, 6, 0, 9, 4, 4, 2, 5, 1, 5, 7, 7, 3, 2, 4, 4, 2, 0, 6, 2, 6, 7, 0, 6, 8, 5, 8, 3, 6, 0, 8, 3, 6, 6, 5, 4, 6, 1, 8, 5, 6, 3, 6, 8, 5, 7, 3, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
0.97582415304766824167901143659479983...
MATHEMATICA
$MaxExtraPrecision = 500; digits = 98; terms = 500; P[n_] := PrimeZetaP[n]; LR = Join[{0, 0, 0, 0, 0}, LinearRecurrence[{-2, -1, 0, 0, 1, 1}, {-5, 6, -7, 8, -9, 5}, 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^4*(p+1))) \\ Amiram Eldar, Mar 13 2021
CROSSREFS
Cf. A078084.
Sequence in context: A244667 A307235 A194554 * A021839 A349009 A094131
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 May 19 07:00 EDT 2024. Contains 372666 sequences. (Running on oeis4.)