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!)
A309165 Least k such that the rank of the elliptic curve y^2 = x * (x+1) * (x-k) is n. 2
1, 6, 88, 3630 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
PROG
(PARI) {a(n) = my(k=1); while(ellanalyticrank(ellinit([0, -k+1, 0, -k, 0]))[1]<>n, k++); k}
CROSSREFS
Cf. A309163.
Sequence in context: A177563 A177569 A327645 * A127183 A054952 A101148
KEYWORD
nonn,more
AUTHOR
Seiichi Manyama, Jul 15 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 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)