[go: up one dir, main page]

login
A134167
Complete list of solutions to y^2 = x^3 + 1025; sequence gives x values.
2
-10, -5, -4, -1, 4, 10, 20, 40, 50, 64, 155, 166, 446, 920, 3631, 3730
OFFSET
1,1
COMMENTS
For corresponding y values and examples see A134166.
PROG
(Magma) { x: x in Sort([ p[1] : p in IntegralPoints(EllipticCurve([0, 1025])) ]) }; /* adapted from A029728 */
(SageMath) [i[0] for i in EllipticCurve([0, 1025]).integral_points()] # Seiichi Manyama, Aug 26 2019
KEYWORD
sign,fini,full
AUTHOR
Klaus Brockhaus, Oct 11 2007
STATUS
approved