A317053 Complete list of solutions to y^2 + y = x^3 - 525x + 10156 with y > 0; sequence gives positive y values.
31, 74, 76, 87, 112, 121, 319, 562, 679, 1462, 3937, 5312, 7987, 18312, 61312, 66712, 2597287
Offset: 1
Examples
a(1) = 31: (-29)^3 - 525 * (-29) + 10156 = 996 = 31 * 32.
Links
- Roelof J. Stroeker and Benjamin M. M. de Weger, Elliptic binomial diophantine equations, Math. Comp. 68 (1999), 1257-1281.
Crossrefs
Programs
-
SageMath
EllipticCurve([0, 0, 1, -525, 10156]).integral_points()
Comments