Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A108226
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A108226 Primes p such that p + 8^k is composite for all k >= 0. +0
1
13, 41, 47, 79, 83, 97, 139, 167, 181, 223, 251 (list; graph; listen)
OFFSET

1,1

COMMENT

This list is an incomplete run of the Script pplus2ton(1000,20000,8) which has been running for 2 days. These numbers are "provable" defiant primes (PVDP). Except for 47 and 79, the primes in this list are of the form 7m-1. So p + 8^k = 7m-1 + (7+1)^k. Expanding this, we get 7m-1 + 7H+1 == 0 mod(7) for some H.

For 47 we construct the sums to get congruences as follows.

39 + 8 + 8^4m = 39 + 8(8^(4m-1)+1) == 0 mod(3)

45 + 2 + 8^(4m+1) = 45 + 8^(4m+1)+2 == 0 mod(5)

39 + 8 + 8^(4m+2) = 39 + 8(8^(4m+1)+1) == 0 mod(3)

39 + 8 + 8^(4m+3) = 39 + 8(8^(4m+2)+1) = 39 + 8(64^(2m+1)+1) == 0 mod(13)

Similarly for 79,

75 + 4 + 8^4m = 75 + 8^4m+4 == 0 mod(5)

78 + 1 + 8^(4m+1) = 78 + 8^(4m+1)+1 == 0 mod(3)

78 + 1 + 8^(4m+2) = 78 + 8^(4m+2)+1 = 78 + 64^(2m+1)+1 == 0 mod(13)

78 + 1 + 8^(4m+3) = 78 + 8^(4m+3)+1 = 78 + 8^(4m+3)+1 == 0 mod(3)

For fewer iterations of k < 5000 in the script, the next number is 271. However, 271, while provable for k=4m+1,2,3, I could not prove it to be defiant for k = 4m. I call 271 a "probable" defiant prime (PDP). In fact, fewer iterations quickly produce provable defiant primes many of which are of the form 7m-1. k <= 1000 produces 113 as a probable defiant prime (PDP) but further checking shows 113 + 8^2265 is a PRP eliminating 113 from the table. Maybe someone can come up with general method to prove a PDP candidate is PVDP prime or not.

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, ", "); \k such that p + b^k is not prime s++; flag=0; break) ); if(flag, print1(p", ")); \search for defiant primes. ); print(); print(s); }

CROSSREFS

Adjacent sequences: A108223 A108224 A108225 this_sequence A108227 A108228 A108229

Sequence in context: A041326 A041755 A044968 this_sequence A122730 A101167 A039339

KEYWORD

nonn

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 15 09:18 EDT 2008. Contains 145015 sequences.


AT&T Labs Research