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.

A316456 Complete list of solutions to y^2 = x^3 - 7x + 10; sequence gives x values.

Original entry on oeis.org

-3, -2, -1, 1, 2, 3, 5, 9, 13, 31, 41, 67, 302
Offset: 1

Views

Author

Tomohiro Yamada, Jul 04 2018

Keywords

Comments

Bremner and Tzanakis showed that the list of solutions is complete.
The elliptic curve given by this equation has rank 2 over the rationals with generators (1, 2) and (2, 2).
Since there exist two integer points (x, y) and (x, -y) for each x in the sequence (we can easily see that y <> 0 for such an x), this elliptic curve has exactly 26 integer points.

Crossrefs

Cf. A029728 (y^2 = x^3 + 17), A047694 (y^2 = C(x,0) + C(x,1) + C(x,2) + C(x,3))

Programs

  • SageMath
    EllipticCurve([0,0,0,-7,10]).integral_points()