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”).

A108265
Consider primes p and q such that p = 2^k + 9 and q = 2^(k+1) + 9 for some k; sequence gives values of q.
1
13, 17, 73, 137, 1033
OFFSET
1,1
PROG
(PARI) g(m, n, b) = { for(x=0, n, y=m+b^x+b%2; z=m+b^(x+1)+b%2; if(isprime(y)&isprime(z), print1(y", ") ) ) }
CROSSREFS
Cf. A108264.
Sequence in context: A356079 A214393 A060569 * A069853 A175791 A356791
KEYWORD
nonn
AUTHOR
Cino Hilliard, Jun 29 2005
STATUS
approved