Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A082376
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A082376 First prime in the prime quadruple p1,p2,p3,p4 that do not have a solution for the congruence p2^x - p1^x ~= p3 mod p4. +0
1
3, 13, 53, 59, 61, 71, 73, 97, 109, 127, 137, 149, 151, 179, 197, 239, 241, 277, 283, 293, 311, 313, 389, 401, 419, 431, 433, 439, 457, 463, 467, 491, 499, 503, 541, 547, 557, 563, 569, 577, 601, 619, 641, 643, 653, 673, 743, 769, 773, 797, 853, 881, 887, 907, 911, 919, 929, 971, 991, 1021, 1031 (list; graph; listen)
OFFSET

1,1

EXAMPLE

For prime quadruple 3,5,7,11 5^x-3^x ~= 7 mod 11 has no solutions.

PROGRAM

(PARI) \solutions to prime(i+1)^x-prime(i+1)^x ~= prime(i+2) mod prime(i+3) noanmbn(m, n) = { for(p=1, m, f=0; for(x=0, n, if((prime(p+1)^x-prime(p)^x-prime(p+2))%prime(p+3)==0, f=1) ); if(f==0, print1(prime(p)" ")) ) }

CROSSREFS

Cf. A082371.

Sequence in context: A037660 A122600 A063682 this_sequence A065059 A072197 A065838

Adjacent sequences: A082373 A082374 A082375 this_sequence A082377 A082378 A082379

KEYWORD

easy,nonn,uned

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), May 11 2003

page 1

Search completed in 0.006 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 December 19 12:50 EST 2009. Contains 171053 sequences.


AT&T Labs Research