login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A108137 Primes p such that p + 6^k is composite for all k >= 0. 0
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; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

The PARI code given suggests that these values are merely conjectures. - N. J. A. Sloane (njas(AT)research.att.com), 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]

PROG

(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

Sequence in context: A197541 A062619 A180451 * A102978 A107165 A066811

Adjacent sequences:  A108134 A108135 A108136 * A108138 A108139 A108140

KEYWORD

easy,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jun 27 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 14:57 EST 2012. Contains 205823 sequences.