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

%I #9 Jul 15 2019 15:38:12

%S 1,6,88,3630

%N Least k such that the rank of the elliptic curve y^2 = x * (x+1) * (x-k) is n.

%o (PARI) {a(n) = my(k=1); while(ellanalyticrank(ellinit([0, -k+1, 0, -k, 0]))[1]<>n, k++); k}

%Y Cf. A309163.

%K nonn,more

%O 0,2

%A _Seiichi Manyama_, Jul 15 2019

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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)