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.

A081120 Number of integral solutions to Mordell's equation y^2 = x^3 - n.

Original entry on oeis.org

1, 2, 0, 4, 0, 0, 4, 1, 0, 0, 4, 0, 2, 0, 2, 0, 0, 2, 2, 2, 0, 0, 2, 0, 2, 4, 1, 6, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 6, 2, 0, 0, 0, 2, 2, 0, 6, 4, 2, 0, 0, 0, 4, 2, 4, 2, 0, 0, 0, 4, 2, 0, 4, 1, 0, 0, 2, 0, 0, 0, 2, 2, 0, 2, 0, 4, 0, 0, 2, 0, 2, 0, 2, 0, 0, 0, 2, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 6
Offset: 1

Views

Author

T. D. Noe, Mar 06 2003

Keywords

Comments

Mordell's equation has a finite number of integral solutions for all nonzero n.
Gebel, Pethö, and Zimmer (1998) computed the solutions for |n| <= 10^4. Bennett and Ghadermarzi (2015) extended this bound to |n| <= 10^7.
Sequence A081121 gives n for which there are no integral solutions. See A081119 for the number of integral solutions to y^2 = x^3 + n.
From Jianing Song, Aug 24 2022: (Start)
If A060951(n) = 0 (namely the elliptic curve y^2 = x^3 - n has rank 0), then:
- a(n) = 2 if n is of the form 432*t^6;
- a(n) = 1 if n is a cube;
- a(n) = 0 otherwise.
This follows from the complete description of the torsion group of y^2 = x^3 + n, using O to denote the point at infinity (see Exercise 10.19 of Chapter X of Silverman's Arithmetic of elliptic curves):
- If n = t^6 is a sixth power, then the torsion group consists of O, (2*t^2,+-3*t^3), (0,+-t^3), and (-t^2, 0).
- If n = t^2 is not a sixth power, then the torsion group consists of O and (0,+-t).
- If n = t^3 is not a sixth power, then the torsion group consists of O and (-t,0).
- If n is of the form -432*t^6, then the torsion group consists of O and (12*t^2,+-36*t^3).
- In all the other cases, the torsion group is trivial.
So a torsion point on y^2 = x^3 + n other than O is an integral point. If y^2 = x^3 + n has rank 0, then all the integral points on y^2 = x^3 + n are exactly the torsion points other than O.
Note that this result implies particularly that a(n) = a(n*t^6) for all t if A060951(n) = 0: the elliptic curve y^2 = x^3 - n*t^6 can be written as (y/t^3)^2 = (x/t^2)^3 - n, so it has the same Mordell-Weil group (hence the same rank and isomorphic torsion group) as y^2 = x^3 - n. (End)

Examples

			a(4)=4 refers to (x,y) = (2,+-2) and (5,+-11).
		

References

  • T. M. Apostol, Introduction to Analytic Number Theory, Springer-Verlag, page 191.

Crossrefs

Cf. A081119, A081121. See A134109 for another version.

Programs

Extensions

Edited by Max Alekseyev, Feb 06 2021