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!)
A273908 Integers z such that x^2 + y^4 = z^6 where x, y, z > 0, is soluble. 1
5, 15, 20, 34, 39, 41, 45, 55, 60, 65, 80, 85, 111, 125, 135, 136, 145, 150, 156, 164, 175, 180, 194, 219, 220, 240, 245, 255, 260, 265, 299, 306, 313, 320, 325, 340, 351, 353, 369, 371, 375, 405, 410, 444, 445, 455, 495, 500, 505, 514, 525, 540, 544 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A271576 is a subsequence.
Terms that are not in A271576 are 55, 220, 299, ...
Sequence is infinite since if k is a term then also t^2*k is a term, for every t>0. - Giovanni Resta, Jun 04 2016
LINKS
EXAMPLE
5 is a term because 75^2 + 10^4 = 5^6.
MATHEMATICA
q[n_] := {} != Select[Range[n^(1/4)]^4, n > # && IntegerQ@ Sqrt[n - #] &]; Select[ Range[100], q[#^6] &] (* Giovanni Resta, Jun 04 2016 *)
CROSSREFS
Sequence in context: A032472 A290551 A045176 * A271576 A345645 A274535
KEYWORD
nonn
AUTHOR
Altug Alkan, Jun 03 2016
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 July 18 10:00 EDT 2024. Contains 374378 sequences. (Running on oeis4.)