login
This site is supported by donations 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

Table of n, a(n) for n=1..7.

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

Cf. A206482, A208151.

Sequence in context: A162064 A162056 A212653 * A056743 A064535 A128123

Adjacent sequences:  A208453 A208454 A208455 * A208457 A208458 A208459

KEYWORD

nonn,changed

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 | 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 May 20 04:02 EDT 2013. Contains 225446 sequences.