The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For corresponding y values and examples see A134102.
LINKS
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
Sequence in context: A099288 A256717 A273487 * A196621 A340443 A096434
KEYWORD
sign,fini,full
AUTHOR
Klaus Brockhaus, Oct 08 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 June 6 10:40 EDT 2024. Contains 373127 sequences. (Running on oeis4.)