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!)
A309164 Least k such that the rank of the elliptic curve y^2 = x * (x+1) * (x+k) is n. 1
2, 7, 31, 627, 15991 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
PROG
(PARI) {a(n) = my(k=2); while(ellanalyticrank(ellinit([0, k+1, 0, k, 0]))[1]<>n, k++); k}
CROSSREFS
Sequence in context: A091312 A118581 A102159 * A102163 A102164 A147782
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 13:34 EDT 2024. Contains 371971 sequences. (Running on oeis4.)