login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069923 Number of primes p such that 2^n<=p<=2^n+prime(n). 0
2, 2, 2, 3, 3, 3, 3, 4, 2, 5, 3, 5, 5, 4, 7, 9, 4, 5, 5, 7, 3, 4, 7, 3, 7, 6, 8, 6, 5, 8, 4, 6, 10, 3, 5, 3, 7, 6, 7, 7, 8, 6, 7, 5, 7, 5, 8, 4, 2, 7, 6, 6, 7, 3, 6, 6, 11, 6, 6, 9, 8, 8, 7, 7, 6, 6, 10, 8, 7, 10, 9, 7, 5, 5, 9, 6, 8, 11, 9, 5, 8, 6, 10, 9, 5, 9, 12, 6, 7, 4, 7, 6, 9, 8, 5, 7, 6, 7, 3, 4, 8 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

For any n>0 is there always at least one prime p such that 2^n<=p<=2^n+prime(n)? (checked until n=250 ) In this case, that would be stronger than the Schinzel conjecture : "for m >1 there's at least one prime p such that m<=p<=m+ln(m)^2" since for n >2 prime(n)<ln(2^n)^2=n^2*ln(2).

PROG

(PARI) for(n=1, 65, print1(sum(i=2^n, 2^n+prime(n), isprime(i)), ", "))

CROSSREFS

Cf. A014210.

Sequence in context: A097561 A162345 A048689 * A095840 A131343 A089051

Adjacent sequences:  A069920 A069921 A069922 * A069924 A069925 A069926

KEYWORD

easy,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), May 05 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 13:49 EST 2012. Contains 205810 sequences.