login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 23:53 EST 2012. Contains 205860 sequences.