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
Vincenzo Librandi, Table of n, a(n) for n = 1..2000
B. J. Birch and H. P. F. Swinnerton-Dyer, Notes on elliptic curves, I, J. Reine Angew. Math., 212 (1963), 7-25.
PROG
(Magma) for k in[1..200] do if Rank(EllipticCurve([0, 0, 0, k, 0])) eq 0 then print k; end if; end for; // Vaclav Kotesovec, Jul 07 2019
(PARI) for(k=1, 200, if(ellanalyticrank(ellinit([0, 0, 0, k, 0]))[1]==0, print1(k", "))) \\ Seiichi Manyama, Jul 07 2019
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected and extended by Vaclav Kotesovec, Jul 07 2019
New name by Vaclav Kotesovec, Jul 07 2019
STATUS
approved