OFFSET
1,2
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).
LINKS
T. D. Noe, Table of n, a(n) for n = 1..2907 (using Gebel)
B. J. Birch and H. P. F. Swinnerton-Dyer, Notes on elliptic curves, I, J. Reine Angew. Math., 212 (1963), 7-25.
J. Gebel, Integer points on Mordell curves [Cached copy, after the original web site tnt.math.se.tmu.ac.jp was shut down in 2017]
L. Lehman, Elliptic Curves of Rank Zero.
H. Mishima, Tables of Elliptic Curves.
PROG
(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
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected and extended by James R. Buddenhagen, Feb 18 2005
The missing entry 123 was added by T. D. Noe, Jul 24 2007
STATUS
approved