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.

A179137 Parameters n for which the elliptic curve y^2=x^3-n has rank 4.

Original entry on oeis.org

2351, 3896, 4799, 4827, 5417, 5835, 6691, 6843, 9748, 9967, 10723, 11559, 12163, 12394, 12891, 13971, 14188, 14907, 15049, 15544
Offset: 1

Views

Author

Artur Jasinski, Jun 30 2010

Keywords

Crossrefs

Cf. A002150 (rank 0), A002152 (rank 1), A002154 (rank 2), A179136 (rank 3).
Cf. A031508.

Programs

  • PARI
    for(k=1, 1e4, if(ellanalyticrank(ellinit([0, 0, 0, 0, -k]))[1]==4, print1(k", "))) \\ Seiichi Manyama, Jul 07 2019

Extensions

a(11)-a(20) from Seiichi Manyama, Jul 07 2019