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.
for(k=10, 1e3, if(ellanalyticrank(ellinit([0, k^2-6*k-3, 0, 16*k, 0]))[1]==2, print1(k", ")))