login
A134103
Complete list of solutions to y^2 = x^3 + 225; sequence gives x values.
5
-6, -5, 0, 4, 6, 10, 15, 30, 60, 180, 336, 351, 720114
OFFSET
1,1
COMMENTS
For corresponding y values and examples see A134102.
PROG
(Magma) { x: x in Sort([ p[1] : p in IntegralPoints(EllipticCurve([0, 225])) ]) }; /* adapted from A029728 */
(SageMath) [i[0] for i in EllipticCurve([0, 225]).integral_points()] # Seiichi Manyama, Aug 26 2019
CROSSREFS
KEYWORD
sign,fini,full
AUTHOR
Klaus Brockhaus, Oct 08 2007
STATUS
approved