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. 3

%I #14 Jul 10 2019 10:39:54

%S 1,2,11,362,7954

%N Least k such that the rank of the elliptic curve y^2 = x^3 - k^2 is n.

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

%Y Cf. A031508, A060951, A194687, A309069.

%K nonn,more

%O 0,2

%A _Seiichi Manyama_, Jul 10 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 September 15 08:55 EDT 2024. Contains 375932 sequences. (Running on oeis4.)