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!)
A283071 Decimal expansion of the density of integers that are divisible by the square of their least prime factor. 4
3, 3, 0, 0, 9, 8, 0, 3, 5, 3, 9, 0, 0, 2, 2, 1 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
1/2^2 + (1/2)/3^2 + (1/2)*(2/3)/5^2 + (1/2)*(2/3)*(4/5)/7^2 + (1/2)*(2/3)*(4/5)*(6/7)/11^2 + ....
EXAMPLE
0.3300980353900221...
PROG
(PARI) primezeta(s)=my(t=s*log(2), iter=lambertw(t/eps())\t); sum(k=1, iter, moebius(k)/k*log(abs(zeta(k*s))))
Pz=primezeta(2); s=0; t=1.; forprime(p=2, 1e10, Pz-=1/p^2; s+=t/p^2; t*=1-1/p); s+t*Pz
CROSSREFS
Cf. A283050.
Sequence in context: A338034 A299904 A221768 * A060523 A199041 A199237
KEYWORD
nonn,cons,more
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 12 14:20 EDT 2024. Contains 372481 sequences. (Running on oeis4.)