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.

A319510 Rank of elliptic curve y^2 = x^3 - n^2 * x.

Original entry on oeis.org

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

Views

Author

Seiichi Manyama, Sep 24 2018

Keywords

Crossrefs

Programs

  • PARI
    {a(n) = ellanalyticrank(ellinit([0, 0, 0, -n^2, 0]))[1]}

Formula

a(n) = A060952(n^2).
a(A003273(n)) > 0.
a(A194687(n)) = n.
Empirical: a(n) = a(4*n). - Jose Aranda, Jul 02 2024