A259191 Number of integral solutions to y^2 = x^3 + n*x^2 + n (with y nonnegative).
3, 0, 0, 4, 1, 0, 0, 0, 2, 0, 0, 1, 1, 0, 0, 3, 1, 0, 0, 0, 0, 0, 0, 1, 8, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 6, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 6, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 2, 0
Offset: 1
Keywords
Programs
-
Sage
for i in range(1,31): E=EllipticCurve([0,i,0,0,i]) print(len(E.integral_points()))
Comments