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!)
A354952 Decimal expansion of Sum_{p primes} 1/(p*log(p) - 1). 5
3, 6, 6, 3, 5, 0, 4, 5, 8, 5, 4, 6, 5, 6, 0, 3, 3, 0, 1, 6, 0, 2, 8, 2, 5, 2, 4, 4, 8, 0, 8, 2, 1, 2, 3, 3, 3, 2, 0, 9, 3, 4, 4, 5, 2, 2, 5, 6, 4, 3, 7, 3, 9, 9, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Equals Sum_{k>=1} (Sum_{p primes} 1/(p*log(p))^k).
EXAMPLE
3.663504585465603301602825244808212333209344522564373994...
PROG
(PARI) prec = 60; tot = 0; dif = 10^(-prec); for(s=1, 200, default(realprecision, 200 + 6*s); su = 0; d = 0; k = 0; while(abs(d)>dif || exponent(d)==-oo, k=k+1; d = moebius(k) / ((s-1)! * k^(s+1)) * intnum(x=s*k, [[1], 1], (x-s*k)^(s-1) * log(zeta(x))); su = su + d; ); tot = tot + su; print(tot); ); \\ It takes several hours.
CROSSREFS
Sequence in context: A228022 A323773 A309448 * A016662 A258271 A105396
KEYWORD
nonn,cons,more
AUTHOR
Vaclav Kotesovec, Jun 13 2022
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 18 16:58 EDT 2024. Contains 372664 sequences. (Running on oeis4.)