|
Search: id:A108293
|
|
|
| A108293 |
|
Consider primes p and q such that p = 2^k + 27 and q = 2^(k+1) + 27 for some k; sequence gives values of q. |
|
+0 1
|
|
| 31, 59, 16411, 2199023255579, 21778071482940061661655974875633165533211
(list; graph; listen)
|
|
|
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(z", ") ) ) }
|
|
CROSSREFS
|
Sequence in context: A043953 A139954 A109840 this_sequence A063339 A115833 A052158
Adjacent sequences: A108290 A108291 A108292 this_sequence A108294 A108295 A108296
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Jun 29 2005
|
|
|
Search completed in 0.002 seconds
|