|
Search: id:A108137
|
|
|
| A108137 |
|
Primes p such that p + 6^k is composite for all k >= 0. |
|
+0 1
|
|
| 3, 19, 29, 59, 79, 89, 109, 139, 149, 179, 199, 229, 239, 269, 349, 359, 379, 389, 409, 419, 439, 449, 479, 499, 509, 569, 599, 619, 659, 709, 719, 739, 769, 809, 829, 839, 859, 919, 929
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
The PARI code given suggests that these values are merely conjectures. - njas, Jun 30 2005
Except for the first term, these primes are of the form 10n+9. It follows that 10n+9 + (5+1)^k = 5H not prime for some H for all n and k.
Superset of A030433. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 24 2008]
|
|
PROGRAM
|
(PARI) pplus2ton(n, m, b) = \defiant primes base b { local(k, s, p, y, flag); s=0; forprime(p=2, n, flag=1; for(k=0, m, y=p+b^k; if(ispseudoprime(y), \ print1(k, ", "); s++; flag=0; break) ); if(flag, print1(p", ")); \search for defiant primes. ); print(); print(s); }
|
|
CROSSREFS
|
Adjacent sequences: A108134 A108135 A108136 this_sequence A108138 A108139 A108140
Sequence in context: A070045 A063557 A062619 this_sequence A102978 A107165 A066811
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Jun 27 2005
|
|
|
Search completed in 0.002 seconds
|