login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A002153 Numbers k for which the rank of the elliptic curve y^2 = x^3 + k is 1.
(Formerly M0682 N0251)
13
2, 3, 5, 8, 9, 10, 11, 12, 18, 19, 22, 26, 28, 30, 31, 33, 35, 36, 38, 39, 40, 41, 44, 46, 47, 48, 50, 52, 54, 55, 56, 58, 61, 62, 66, 67, 68, 69, 71, 72, 74, 76, 77, 80, 82, 83, 91, 92, 94, 97, 98, 99, 100, 102, 103, 105, 107, 108, 110, 111, 112, 117, 118, 119 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
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..5111 (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]
PROG
(Magma) for k in[1..200] do if Rank(EllipticCurve([0, 0, 0, 0, k])) eq 1 then print k; end if; end for; // Vaclav Kotesovec, Jul 07 2019
CROSSREFS
Sequence in context: A026260 A169655 A286489 * A047607 A113051 A047372
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected and extended by James R. Buddenhagen, Feb 18 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 19:59 EDT 2024. Contains 371963 sequences. (Running on oeis4.)