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!)
A271971 Decimal expansion of (6/Pi^2) Sum_{p prime} 1/(p(p+1)), a Meissel-Mertens constant related to the asymptotic density of certain sequences of integers. 13
2, 0, 0, 7, 5, 5, 7, 2, 2, 0, 1, 9, 2, 6, 5, 9, 8, 6, 9, 9, 6, 2, 5, 0, 7, 2, 3, 1, 1, 4, 4, 0, 4, 7, 6, 5, 8, 5, 3, 5, 3, 5, 5, 5, 5, 3, 5, 2, 5, 6, 1, 9, 1, 6, 1, 5, 9, 7, 6, 3, 2, 9, 8, 3, 6, 5, 2, 5, 4, 0, 7, 4, 7, 4, 7, 9, 6, 4, 9, 7, 9, 1, 2, 1, 1, 9, 0, 9, 4, 2, 6, 8, 4, 5, 0, 3, 5, 9, 4, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
This is the density of A060687, the numbers with one 2 and the rest 1s in the exponents of its prime factorization. - Charles R Greathouse IV, Aug 03 2016
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 2.2 Meissel-Mertens Constants, p. 95.
LINKS
FORMULA
Equals (6/Pi^2)*A179119.
EXAMPLE
0.200755722019265986996250723114404765853535555352561916...
MATHEMATICA
digits = 100; S = (6/Pi^2)*NSum[(-1)^n PrimeZetaP[n], {n, 2, Infinity}, Method -> "AlternatingSigns", WorkingPrecision -> digits+5]; RealDigits[ S, 10, digits] // First
PROG
(PARI) eps()=2.>>bitprecision(1.)
primezeta(s)=my(t=s*log(2)); sum(k=1, lambertw(t/eps())\t, moebius(k)/k*log(abs(zeta(k*s))))
sumalt(k=2, (-1)^k*primezeta(k))*6/Pi^2 \\ Charles R Greathouse IV, Aug 03 2016
(PARI) sumeulerrat(1/(p*(p+1)))/zeta(2) \\ Amiram Eldar, Mar 18 2021
CROSSREFS
Sequence in context: A370796 A094596 A143024 * A278157 A198232 A160213
KEYWORD
nonn,cons
AUTHOR
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 14 14:46 EDT 2024. Contains 372533 sequences. (Running on oeis4.)