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!)
A275235 Number of primes between n and n+log(n)^2. 4
0, 0, 0, 1, 1, 1, 0, 1, 2, 2, 1, 2, 2, 2, 2, 3, 2, 2, 1, 1, 2, 3, 2, 2, 2, 2, 3, 3, 2, 3, 2, 3, 3, 3, 4, 4, 3, 3, 3, 4, 3, 3, 2, 2, 3, 3, 3, 3, 3, 3, 3, 4, 3, 3, 4, 4, 5, 5, 4, 4, 3, 4, 4, 4, 4, 5, 4, 4, 4, 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 3, 4, 4, 4 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,9
COMMENTS
According to Schinzel's formulation of Cramer's conjecture, a(n) > 0 for n > 7; see Guy.
REFERENCES
R. K. Guy, Unsolved Problems in Number Theory, 3rd ed., Springer, 2004, page 11.
LINKS
FORMULA
a(n) ~ log(n). - Ilya Gutkovskiy, Jul 22 2016
MATHEMATICA
Table[PrimePi[n + Log[n]^2] - PrimePi[n], {n, 1, 200}]
PROG
(PARI) a(n) = primepi(n+log(n)^2) - primepi(n) \\ Felix Fröhlich, Jul 21 2016
CROSSREFS
Cf. A000040.
Sequence in context: A309121 A305871 A089049 * A029420 A194822 A029405
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jul 21 2016
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 20 00:58 EDT 2024. Contains 371798 sequences. (Running on oeis4.)