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!)
A335762 Decimal expansion of Product_{p prime} (1 + p/((p-1)*(p+1)^2)). 4
1, 4, 5, 0, 0, 3, 2, 1, 4, 5, 3, 6, 2, 1, 2, 0, 8, 3, 1, 6, 0, 8, 3, 9, 5, 8, 8, 7, 1, 8, 9, 2, 2, 3, 4, 2, 2, 3, 2, 5, 0, 6, 2, 1, 1, 7, 4, 4, 7, 1, 6, 7, 1, 4, 4, 6, 5, 2, 4, 3, 8, 8, 3, 6, 7, 0, 9, 4, 1, 6, 3, 3, 7, 2, 9, 3, 8, 0, 8, 3, 0, 7, 6, 8, 1, 3, 5, 8, 7, 0, 3, 6, 5, 5, 6, 3, 9, 1, 4, 6, 5, 5, 8, 5, 5 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The asymptotic mean of A367987. - Amiram Eldar, Dec 23 2023
LINKS
FORMULA
Equals Sum_{k>=1} 1/A000082(k) = Sum_{k>=1} 1/(k * A001615(k)).
Equals A013661 * A065465. - Amiram Eldar, Dec 23 2023
EXAMPLE
1.450032145362120831608395887189223422325062117447167...
MATHEMATICA
$MaxExtraPrecision = 1000; m = 1000; c = LinearRecurrence[{-1, 1, 2, 0, -1}, {0, 2, -3, 6, -5}, m]; RealDigits[Exp[NSum[Indexed[c, n]*(PrimeZetaP[n])/n, {n, 2, m}, NSumTerms -> m, WorkingPrecision -> m]], 10, 100][[1]]
PROG
(PARI) prodeulerrat(1 + p/((p-1)*(p+1)^2)) \\ Amiram Eldar, Mar 18 2021
CROSSREFS
Sequence in context: A024247 A067445 A167003 * A254294 A143574 A262400
KEYWORD
nonn,cons
AUTHOR
Amiram Eldar, Jun 21 2020
EXTENSIONS
More digits from Vaclav Kotesovec, Sep 19 2020
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 August 13 12:08 EDT 2024. Contains 375138 sequences. (Running on oeis4.)