|
Search: id:A108273
|
|
|
| A108273 |
|
Consider primes p and q such that p = 2^k + 21 and q = 2^(k+1) + 21 for some k; sequence gives values of q. |
|
+0 1
|
| |
|
|
OFFSET
|
0,1
|
|
|
COMMENT
|
It appears that these values are merely conjectures. - njas, 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: A036540 A141166 A139918 this_sequence A045223 A134222 A127023
Adjacent sequences: A108270 A108271 A108272 this_sequence A108274 A108275 A108276
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Jun 29 2005
|
|
|
Search completed in 0.002 seconds
|