editing
approved
editing
approved
editing
approved
These are all the integers A>0 such that the rank of the elliptic curve x^3 + y^3 = A is positive (A060838(A)>0). - Michael Somos, Feb 29 2020
approved
editing
proposed
approved
editing
proposed
Any number of these Each term can be written as sum of two rational cubes infinitely many times.
(PARI) for(n=1, 124, if(ellanalyticrank(ellinit([0, (4*n)^2]))[1]>0, print1(n, ", ")));
/* It's not sure that the program works for n > 124 */
for(n=1, 124, if(ellanalyticrank(ellinit([0, (4*n)^2]))[1]>0, print1(n, ", ")));
approved
editing
reviewed
approved
proposed
reviewed
editing
proposed