|
Search: id:A108260
|
|
|
| A108260 |
|
Consider primes p and q such that p = 3^k + 14 and q = 3^(k+1) + 14 for some k; sequence gives values of p. |
|
+0 1
|
| |
|
|
OFFSET
|
0,1
|
|
|
COMMENT
|
It appears that these values are merely conjectures. - njas, Jun 30 2005
|
|
EXAMPLE
|
3^1+14 = 17,3^2+14 = 23
|
|
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: A100473 A060252 A127924 this_sequence A062628 A127907 A070687
Adjacent sequences: A108257 A108258 A108259 this_sequence A108261 A108262 A108263
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Jun 29 2005
|
|
|
Search completed in 0.002 seconds
|