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.

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

Original entry on oeis.org

1, 4, 6, 7, 13, 14, 16, 20, 21, 23, 25, 27, 29, 32, 34, 42, 45, 49, 51, 53, 59, 60, 64, 70, 75, 78, 81, 84, 85, 86, 87, 88, 90, 93, 95, 96, 104, 109, 114, 115, 116, 123, 124, 125, 135, 137, 140, 144, 153, 157, 158, 159, 160, 162, 165, 167, 173, 175, 176, 178
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..200] do if Rank(EllipticCurve([0,0,0,0,k])) eq 0 then print k; end if; end for; // Vaclav Kotesovec, Jul 07 2019

Extensions

Corrected and extended by James R. Buddenhagen, Feb 18 2005
The missing entry 123 was added by T. D. Noe, Jul 24 2007