Sum of three cubes problem: a(n) = integer x with the least possible absolute value such that n = x^3 + y^3 + z^3 with |x| >= |y| >= |z|, or 0 if no such x exists.
A332201
Sum of three cubes problem: a(n) = integer x with the least possible absolute value such that n = x^3 + y^3 + z^3 with |x| >= |y| >= |z|, or 0 if no such x exists.
Terms
- a(0) =0a(1) =1a(2) =1a(3) =1a(4) =0a(5) =0a(6) =2a(7) =2a(8) =2a(9) =2a(10) =2a(11) =3a(12) =-11a(13) =0a(14) =0a(15) =2a(16) =2a(17) =2a(18) =3a(19) =3a(20) =3a(21) =16a(22) =0a(23) =0a(24) =2a(25) =3a(26) =3a(27) =3a(28) =3a(29) =3
External references
- oeis: A332201