login
A391767
Least positive integer k, such that the equation x^3 + 2*y^3 = k has exactly n sets of different integer solutions (x, y) where GCD(x, y) = 1.
0
3, 1, 62, 899, 50466457
OFFSET
1,1
EXAMPLE
a(1) = 3 since 3 = 1^3 + 2*1^3.
a(2) = 1 since 1 = 1^3 + 2*0^3 = (-1)^3 + 2*1^3.
a(3) = 62 since 62 = (-34)^3 + 2*27^3 = 2^3 + 2*3^3 = 4^3 + 2*(-1)^3.
a(4) = 899 since 899 = (-223)^3 + 2*177^3 = (-5)^3 + 2*8^3 = 11^3 + 2*6^3 = 43^3 + 2*(-34)^3.
a(5) = 50466457 since 50466457 = (-269)^3 + 2*327^3 = (-71)^3 + 2*294^3 = 415^3 + 2*(-219)^3 = 739^3 + 2*(-561)^3 = 24697^3 + 2*(-19602)^3.
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Zhining Yang, Dec 19 2025
STATUS
approved