login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For corresponding y values and examples see A134166.
LINKS
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
CROSSREFS
Sequence in context: A033330 A214427 A102584 * A080461 A066578 A097327
KEYWORD
sign,fini,full
AUTHOR
Klaus Brockhaus, Oct 11 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 29 08:13 EDT 2024. Contains 371265 sequences. (Running on oeis4.)