Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A161735
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A161735 Distinct primes that are the difference between a fourth power and a cube. +0
1
17, 73, 113, 131, 229, 409, 443, 617, 673, 739, 953, 1153, 1171, 1889, 2393, 5087, 6217, 6553, 8669, 9433, 9973, 11321, 11897, 13877, 14633, 14737, 15823, 17377, 18539, 19081, 19441, 20393, 20611, 21841, 25469, 26249, 26833, 28649, 29599 (list; graph; listen)
OFFSET

1,1

COMMENT

For x=1 to 5000,y=1 to 5000, x^4 - y^3 = p two solutions for

primes p = 20393,3905513,5177033,28398833,10877895569. My guess is that the

number of duplicates is infinite.

FORMULA

If x^4-y^3 is prime for integers x,y list it.

PROGRAM

(PARI) difffourthcube(n) =

{

local(a, c=0, c2=0, j, k, y);

a=vector(floor(n^2/log(n^2)));

for(j=1, n,

for(k=1, n,

y=j^4-k^3;

if(ispseudoprime(y),

c++;

\\ print(j", "k", "y);

a[c]=y;

);

);

);

a=vecsort(a);

for(j=2, c,

if(a[j]!=a[j-1]&&a[j]!=0,

c2++;

print1(a[j]", ");

if(c2>100, break);

);

);

}

CROSSREFS

Sequence in context: A043194 A043974 A141972 this_sequence A142648 A002189 A002224

Adjacent sequences: A161732 A161733 A161734 this_sequence A161736 A161737 A161738

KEYWORD

nonn,uned

AUTHOR

Cino Hilliard (hillcino368(AT)hotmail.com), Jun 17 2009

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research