A309146 Least k such that the rank of the elliptic curve y^2 = x^3 + (k^2 - 6*k - 3)*x^2 + 16*k*x is n.
2, 11, 74, 854
Offset: 0
Links
- Allan J. MacLeod, Knight's Problem
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
a(n,startAt=0)=for(k=startAt, oo, my(t=ellrank(ellinit([-k^2, +1]))); if(t[2]n, warning("k=",k," has rank in ",t[1..2]); next); if(t[1] n, error("Cannot determine if a(",n,") is ",k," or larger; rank is in ",t[1..2])); return(k)) \\ Charles R Greathouse IV, Jul 08 2024
\\ See Aranda link.
Comments