Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A082373
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A082373 Prime quadruples p1,p2,p3,p4 that do not have a solution for the congruence p1^x + p2^x ~= p3 mod p4. +0
1
3, 5, 7, 11, 17, 19, 23, 29, 23, 29, 31, 37, 31, 37, 41, 43, 53, 59, 61, 67, 67, 71, 73, 79, 71, 73, 79, 83, 79, 83, 89, 97, 83, 89, 97, 101, 97, 101, 103, 107, 107, 109, 113, 127, 109, 113, 127, 131, 113, 127, 131, 137, 127, 131, 137, 139, 131, 137, 139, 149, 137 (list; graph; listen)
OFFSET

1,1

COMMENT

Note over lapping primes between successive quadruples.

EXAMPLE

For prime 17 17^x + 19^x ~= 23 mod 29 has no solutions.

PROGRAM

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

CROSSREFS

Cf. A082371.

Adjacent sequences: A082370 A082371 A082372 this_sequence A082374 A082375 A082376

Sequence in context: A052003 A019449 A094615 this_sequence A116959 A091305 A085498

KEYWORD

easy,nonn,uned

AUTHOR

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

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 May 16 01:24 EDT 2008. Contains 139630 sequences.


AT&T Labs Research