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!)
A192227 Number of primes in the range (n - 2*sqrt(sqrt(n)), n]. 1
0, 1, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 2, 2, 1, 1, 2, 1, 2, 2, 2, 1, 2, 1, 1, 1, 1, 0, 1, 1, 2, 2, 2, 1, 1, 0, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(n) is probably positive for all n > 191913030. - Charles R Greathouse IV, Jul 01 2011
LINKS
FORMULA
Conjecturally, a(n) ~ 2*n^(1/4)/log n. - Charles R Greathouse IV, Jul 01 2011
MAPLE
A192227 := proc(n) local nhi, nlo ; nhi := n ; nlo := floor( n-2*root[4](n)) ; numtheory[pi](nhi)-numtheory[pi](nlo) ; end proc; # R. J. Mathar, Jul 12 2011
MATHEMATICA
Table[PrimePi[n]-PrimePi[n-2*Sqrt[Sqrt[n]]], {n, 90}] (* Harvey P. Dale, Feb 24 2018 *)
CROSSREFS
Sequence in context: A262742 A360078 A027354 * A102673 A085297 A080972
KEYWORD
nonn
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 April 24 11:47 EDT 2024. Contains 371936 sequences. (Running on oeis4.)