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!)
A208456 Numbers n such that prime(n) <= 2^(prime(n+1)-prime(n)) < prime(n+1). 0
1, 2, 6, 18, 172, 6542, 2874398515 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Next term is approximately 1.386 * 10^43. [Charles R Greathouse IV, Feb 26 2012]
LINKS
PROG
(PARI) for(k=1, log(default(primelimit))\log(2), p=precprime(2^k); q=nextprime(2^k+1); t=2^(q-p); if(p<=t&&q>t, print1(primepi(p)", "))) \\ Charles R Greathouse IV, Feb 26 2012
CROSSREFS
Sequence in context: A308549 A212653 A323104 * A056743 A064535 A240643
KEYWORD
nonn
AUTHOR
Gerasimov Sergey, Feb 26 2012
EXTENSIONS
a(4) corrected, a(6)-a(7) added by Charles R Greathouse IV, Feb 26 2012
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 23 07:34 EDT 2024. Contains 371905 sequences. (Running on oeis4.)