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!)
A266364 Least positive integer x such that n + x^4 = y^2 + z^3 for some positive integers y and z, or 0 if no such x exists. 7
6, 1, 69, 7, 1, 46, 13, 5, 1, 1, 2, 1, 2, 4, 27, 2, 1, 2, 28, 3, 2, 2, 37, 1, 4, 1, 11, 1, 2, 5, 1, 5, 1, 4, 2, 1, 1, 8, 4, 6, 8, 2, 1, 1, 6, 3, 3, 2, 3, 1, 18, 1, 2, 3, 6, 9, 1, 2, 6, 5, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
The general conjecture in A266277 implies that for any integer m there are positive integers x, y and z such that m + x^2 = y^3 + z^4.
See also A266152 and A266363 for similar sequences.
LINKS
EXAMPLE
a(0) = 6 since 0 + 6^4 = 28^2 + 8^3.
a(2) = 69 since 2 + 69^4 = 44^2 + 283^3.
a(5) = 46 since 5 + 46^4 = 1742^2 + 113^3.
a(570) = 983 since 570 + 983^4 = 546596^2 + 8595^3.
a(8078) = 2255 since 8078 + 2255^4 = 1926054^2 + 28083^3.
MATHEMATICA
SQ[n_]:=SQ[n]=IntegerQ[Sqrt[n]]
Do[x=1; Label[bb]; Do[If[SQ[n+x^4-y^3], Print[n, " ", x]; Goto[aa]], {y, 1, (n+x^4-1)^(1/3)}]; x=x+1; Goto[bb]; Label[aa]; Continue, {n, 0, 60}]
CROSSREFS
Sequence in context: A134280 A134278 A049385 * A356653 A009384 A280520
KEYWORD
nonn
AUTHOR
Zhi-Wei Sun, Dec 28 2015
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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)