The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A300564 Numbers z such that there is a solution to x^2 + y^3 = z^4 with x, y, z >= 1. 9
6, 9, 15, 35, 36, 42, 48, 57, 63, 71, 72, 75, 78, 90, 98, 100, 120, 135, 141, 147, 162, 195, 196, 204, 208, 215, 225, 243, 252, 260, 279, 280, 288, 289, 295, 300, 306, 336, 363, 364, 384, 405, 441, 450, 456, 462, 504, 510, 525, 537, 550, 568, 576, 600, 624, 630, 713, 720, 722, 735, 750, 784, 800, 819, 828, 841, 845, 847, 867, 875 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Equals sequence A242183 with duplicates removed.
PROG
(PARI) is(z)=for(y=1, sqrtnint(z^4, 3), issquare(z^4-y^3, &x)&&x&&return(1))
CROSSREFS
Cf. A242183, A242192, A300565 (z^5 = x^3 + x^4), A300566 (z^6 = x^4 + y^5).
Sequence in context: A031209 A271826 A242183 * A316050 A272264 A316051
KEYWORD
nonn
AUTHOR
M. F. Hasler, Apr 16 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 9 20:03 EDT 2024. Contains 373248 sequences. (Running on oeis4.)