login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A134042
Complete list of solutions to y^2 = x^3 + 113; sequence gives x values.
8
-4, 2, 8, 11, 26, 422
OFFSET
1,1
COMMENTS
For corresponding y values and examples see A134043.
PROG
(Magma) Sort([ p[1] : p in IntegralPoints(EllipticCurve([0, 113])) ]); /* adapted from A029728 */
(SageMath) [i[0] for i in EllipticCurve([0, 113]).integral_points()] # Seiichi Manyama, Aug 25 2019
CROSSREFS
KEYWORD
sign,fini,full
AUTHOR
Artur Jasinski, Oct 03 2007
EXTENSIONS
Edited and corrected by Klaus Brockhaus, Oct 04 2007
STATUS
approved