|
Search: id:A108265
|
|
|
| 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. |
|
+0 1
|
| |
|
|
OFFSET
|
0,1
|
|
|
COMMENT
|
It appears that these values are merely conjectures. - N. J. A. Sloane (njas(AT)research.att.com), Jun 30 2005
|
|
PROGRAM
|
(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
|
Sequence in context: A076789 A089577 A060569 this_sequence A069853 A123909 A131019
Adjacent sequences: A108262 A108263 A108264 this_sequence A108266 A108267 A108268
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Jun 29 2005
|
|
|
Search completed in 0.002 seconds
|