login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A211674
Least prime number prime(n+k) such that prime(n+k) - prime(k) is a power of 2.
3
3, 7, 11, 29, 23, 19, 79, 61, 37, 263, 173, 137, 131, 101, 83, 71, 67, 787, 571, 409, 367, 307, 241, 211, 7283, 181, 151, 4517, 139, 131, 1877, 1409, 1373, 1277, 1289, 929, 983, 719, 569, 563, 653, 24793, 419, 467, 359, 353, 14293, 317, 16519, 293, 269, 263
OFFSET
1,1
MATHEMATICA
Table[k = 1; While[!IntegerQ[Log[2, Prime[n+k] - Prime[k]]], k++]; Prime[n+k], {n, 100}]
CROSSREFS
Sequence in context: A093361 A227364 A051202 * A035095 A066674 A125878
KEYWORD
nonn
AUTHOR
T. D. Noe, Apr 23 2012
STATUS
approved