A002155 Numbers k for which the rank of the elliptic curve y^2 = x^3 + k is 2.
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
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).
Links
- T. D. Noe, Table of n, a(n) for n = 1..1724 (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, web.archive.org copy of the "MORDELL+" file on the SIMATH web site shut down in 2017. [Locally cached copy].
- L. Lehman, Elliptic Curves of Rank Two. [broken link]
- H. Mishima, Tables of Elliptic Curves.
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