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!)
A293690 Numbers z such that x^2 + y^6 = z^2 for positive integers x and y. 2
10, 17, 45, 80, 123, 136, 225, 234, 260, 270, 291, 325, 360, 365, 459, 510, 514, 640, 666, 745, 984, 1025, 1088, 1215, 1225, 1250, 1305, 1450, 1466, 1565, 1740, 1753, 1800, 1872, 1950, 1970, 2022, 2080, 2125, 2160, 2328, 2600, 2628, 2880, 2920, 3172, 3185 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Let i, j and k are nonegtive integers, m > n are positive integers. As [(m^2 - n^2)^(3i+1) * (2mn)^(3j + 2) * (m^2 + n^2)^(3k)]^2 + [(m^2 - n^2)^i * (2mn)^(j + 1) * (m^2 + n^2)^k]^6 = [(m^2 - n^2)^(3i) * (2mn)^(3j + 2) * (m^2 + n^2)^(3k+1)]^2, so that number of form (m^2 - n^2)^(3i) * (2mn)^(3j + 2) * (m^2 + n^2)^(3k+1) is a term in sequence.
When (x, y, z) is solution of x^2 + y^4 = z^2 (i.e., z = A271576(n)), (x^(3i+1) * y^(3j + 1) * z^(3k), (x^i * y^(j + 1) * z^k)^6, x^(3i) * y^(3j + 1) * z^(3k+1) is solution of x^2 + y^6 = z^2.
When (x, y, z) is solution of x^2 + y^6 = z^2, (x^(3i+1) * y^(3j) * z^(3k), x^(3i) * y^(j + 1) * z^k, x^(3i) * y^(3j) * z^(3k+1)) is also.
LINKS
EXAMPLE
6^2 + 2^6 = 10^2, 10 is a term.
15^2 + 2^6 = 17^2, 17 is a term.
MATHEMATICA
z[n_] := Count[n^2 - Range[(n^2 - 1)^(1/6)]^6, _?(IntegerQ[Sqrt[#]] &)] > 0; Select[Range[3200], z]
CROSSREFS
Sequence in context: A019991 A164285 A268183 * A069546 A065018 A039336
KEYWORD
nonn
AUTHOR
XU Pingya, Oct 14 2017
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 29 13:29 EDT 2024. Contains 374734 sequences. (Running on oeis4.)