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.

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

Original entry on oeis.org

15, 17, 24, 37, 43, 57, 63, 65, 73, 79, 89, 101, 106, 122, 129, 131, 142, 145, 148, 151, 161, 164, 168, 171, 186, 195, 197, 198, 204, 217, 222, 223, 225, 229, 232, 233, 248, 252, 260, 265, 268, 269, 281, 294, 295, 297, 303, 322, 331, 337, 347, 350, 353, 360, 366, 369, 373, 377, 381, 388, 389, 392, 404, 409, 412, 414, 433, 449, 464, 469, 481, 483, 485, 492
Offset: 1

Views

Author

Keywords

References

  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Programs

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

Extensions

More terms from James R. Buddenhagen, Feb 18 2005