The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A309033 Numbers k for which rank of the elliptic curve y^2=x^3-k*x is 3. 5
82, 226, 322, 377, 442, 582, 626, 706, 745, 777, 799, 870, 901, 910, 1042, 1045, 1122, 1154, 1221, 1271, 1292, 1312, 1351, 1442, 1462, 1522, 1525, 1590, 1596, 1631, 1705, 1780, 1785, 1850, 1906, 1967, 2006, 2041, 2105, 2162, 2316, 2331, 2385, 2402, 2410, 2482, 2501, 2691 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) for(k=1, 3e3, if(ellanalyticrank(ellinit([0, 0, 0, -k, 0]))[1]==3, print1(k", ")))
(Magma) for k in[1..3000] do if Rank(EllipticCurve([0, 0, 0, -k, 0])) eq 3 then print k; end if; end for; // Vaclav Kotesovec, Jul 08 2019
CROSSREFS
Cf. A002156 (rank 0), A002157 (rank 1). A309032 (rank 2), this sequence (rank 3), A309034 (rank 4).
Cf. A309030.
Sequence in context: A092229 A304548 A316373 * A306133 A317268 A258739
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jul 08 2019
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 May 31 22:12 EDT 2024. Contains 373007 sequences. (Running on oeis4.)