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.

A230564 Rational rank of the n-th taxicab elliptic curve x^3 + y^3 = A011541(n).

Original entry on oeis.org

0, 2, 4, 5, 4
Offset: 1

Views

Author

Jonathan Sondow, Oct 25 2013

Keywords

Comments

Guy, 2004: "Andrew Bremner has computed the rational rank of the elliptic curve x^3 + y^3 = Taxicab(n) as equal to 2, 4, 5, 4 for n = 2, 3, 4, 5, respectively."
Abhinav Kumar computed that a(1) = 0 (see the MathOverflow link for details). But Euler and Legendre scooped him (see the next comment).
Noam D. Elkies: "... the fact that x^3+y^3=2 has no [rational] solutions other than x=y=1 is attributed by Dickson to Euler himself: see Dickson's History of the Theory of Numbers (1920) Vol.II, Chapter XXI "Numbers the Sum of Two Rational Cubes", page 572. The reference (footnote 182) is "Algebra, 2, 170, Art. 247; French transl., 2, 1774, pp. 355-60; Opera Omnia, (1), I, 491". In the next page Dickson also refers to work of Legendre that includes this result (footnote 184: "Théorie des nombres, Paris, 1798, 409; ...")." See the MathOverflow link for further comments from Elkies.

Examples

			rank(x^3 + y^3 = 2) = 0.
rank(x^3 + y^3 = 1729) = 2.
rank(x^3 + y^3 = 87539319) = 4.
rank(x^3 + y^3 = 6963472309248) = 5.
rank(x^3 + y^3 = 48988659276962496) = 4.
		

References

  • R. K. Guy, Unsolved Problems in Number Theory, 3rd edition, D1.

Crossrefs

Formula

a(n) = A060838(A011541(n)).