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.

A102833 Numbers n for which rank of the elliptic curve y^2=x^3+n is 3.

Original entry on oeis.org

113, 141, 316, 346, 359, 427, 443, 506, 537, 568, 659, 681, 730, 745, 873, 892, 899, 940, 997, 1016, 1025, 1090, 1149, 1157, 1171, 1213, 1304, 1305, 1342, 1367, 1373, 1478, 1522, 1639, 1646, 1737, 1753, 1772, 1811, 1841, 1897, 1907, 1954, 2024, 2143
Offset: 1

Views

Author

James R. Buddenhagen, Feb 18 2005. Entry revised by N. J. A. Sloane, Jun 10 2012

Keywords

Crossrefs

Programs

  • Magma
    for k in[1..2000] do if Rank(EllipticCurve([0,0,0,0,k])) eq 3 then print k; end if; end for; // Vaclav Kotesovec, Jul 07 2019

Extensions

More terms from T. D. Noe, Jul 24 2007