|
| |
|
|
A070756
|
|
Numbers n such that the Diophantine equation x^4+y^5=n^4 has solutions.
|
|
0
| |
|
|
30, 85, 195, 240, 525, 700, 960, 1020, 1170, 1845, 2720, 3045, 3120, 4026, 4818, 5005, 5655
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
PROG
| (PARI) for(n=0, 500, if(sum(i=1, n, sum(j=1, i, if(i^4+j^5-n^4, 0, 1)))>0, print1(n, ", ")))
|
|
|
CROSSREFS
| Sequence in context: A165772 A098996 A130862 * A058903 A103906 A124799
Adjacent sequences: A070753 A070754 A070755 * A070757 A070758 A070759
|
|
|
KEYWORD
| easy,nonn
|
|
|
AUTHOR
| Benoit Cloitre (benoit7848c(AT)orange.fr), May 14 2002
|
|
|
EXTENSIONS
| More terms from John W. Layman (layman(AT)math.vt.edu), Nov 25 2002
|
| |
|
|