cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A134042 Complete list of solutions to y^2 = x^3 + 113; sequence gives x values.

Original entry on oeis.org

-4, 2, 8, 11, 26, 422
Offset: 1

Views

Author

Artur Jasinski, Oct 03 2007

Keywords

Comments

For corresponding y values and examples see A134043.

Crossrefs

Programs

  • 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

Extensions

Edited and corrected by Klaus Brockhaus, Oct 04 2007