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.

A060950 Rank of elliptic curve y^2 = x^3 + n.

Original entry on oeis.org

0, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 2, 0, 2, 1, 1, 0, 0, 1, 0, 2, 0, 1, 0, 1, 0, 1, 1, 0, 1, 0, 1, 1, 2, 1, 1, 1, 1, 0, 2, 1, 0, 1, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 2, 1, 0, 0, 1, 1, 2, 0, 2, 1, 1, 1, 1, 0, 1, 1, 2, 1, 0, 1, 1, 0, 2, 1, 0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 1, 1, 0, 1, 0, 0, 1, 1, 1
Offset: 1

Views

Author

N. J. A. Sloane, May 10 2001

Keywords

Comments

The curves for n and -27*n are isogenous (as Noam Elkies points out--see Womack), so they have the same rank. - Jonathan Sondow, Sep 10 2013

Examples

			a(1) = A060951(27) = a(729) = 0. - _Jonathan Sondow_, Sep 10 2013
		

Crossrefs

Cf. A081119 (number of integral solutions to Mordell's equation y^2 = x^3 + n).

Programs

  • PARI
    a(n) = ellanalyticrank(ellinit([0, 0, 0, 0, n]))[1] \\ Jianing Song, Aug 24 2022
    
  • PARI
    apply( {A060950(n)=ellrank(ellinit([0, n]))[1]}, [1..99]) \\ For PARI version  < 2.14, use ellanalyticrank(...). - M. F. Hasler, Jul 01 2024

Formula

a(n) = A060951(27*n) and A060951(n) = a(27*n), so a(n) = a(729*n). - Jonathan Sondow, Sep 10 2013

Extensions

Corrected by James R. Buddenhagen, Feb 18 2005