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!)
A309068 Least k such that the rank of the elliptic curve y^2 = x^3 - k^2 is n. 1
1, 2, 11, 362, 7954 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
PROG
(PARI) {a(n) = my(k=1); while(ellanalyticrank(ellinit([0, 0, 0, 0, -k^2]))[1]<>n, k++); k}
CROSSREFS
Sequence in context: A367798 A222206 A229268 * A015180 A052290 A145512
KEYWORD
nonn,more
AUTHOR
Seiichi Manyama, Jul 10 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 April 25 09:35 EDT 2024. Contains 371967 sequences. (Running on oeis4.)