A316456 Complete list of solutions to y^2 = x^3 - 7x + 10; sequence gives x values.
-3, -2, -1, 1, 2, 3, 5, 9, 13, 31, 41, 67, 302
Offset: 1
Links
- Andrew Bremner and Nicholas Tzanakis, Integer points on y^2 = x^3 - 7x + 10, Math. Comp. 41 (1983), 731-741.
- Robin Hartshorne, Algebraic Geometry, GTM 52, Springer-Verlag, Chapter IV, Exercise 4.18.
Programs
-
SageMath
EllipticCurve([0,0,0,-7,10]).integral_points()
Comments