OFFSET
1,1
COMMENTS
Equivalent condition is that the elliptic curve dY^2=X^3+432 has positive rank.
If d == 1 (mod 3) appears in this sequence, 3 divides the class number of Q(sqrt(-d)).
REFERENCES
M. Jones and J. Rouse, Solutions of the cubic Fermat equation in quadratic fields, Int. J. Number Theory 9 (2013), no. 6, 1579-1591.
LINKS
Seiichi Azuma, Table of n, a(n) for n = 1..168
M. Jones and J. Rouse, Solutions of the cubic Fermat equation in quadratic fields.
EXAMPLE
For a(1)=2, (-2+sqrt(-2))^3+(-2-sqrt(-2))^3=2^3
PROG
(PARI) for(n=2, 500, if(vecmax(factor(n)[, 2])>= 2, next); r=ellrank(ellinit([0, 0, 0, 0, 432*n^3])); if(r[2]>0, print1(n, ", "); if(r[1]==0, print("uncertain!"))))
CROSSREFS
KEYWORD
nonn
AUTHOR
Seiichi Azuma, Apr 14 2025
EXTENSIONS
a(50) corrected by David Radcliffe, Aug 01 2025
STATUS
approved
