login
A309170
Least nonnegative integer k such that the rank of the elliptic curve y^2 = x^3 + (4*k^2 + 12*k - 3)*x^2 + 32*(k+3)*x is n.
3
0, 4, 34, 424
OFFSET
0,2
LINKS
Andrew Bremner, Allan Macleod, An unusual cubic representation problem, Annales Mathematicae et Informaticae, 43(2014), pp.29-41. (See Section 3.)
PROG
(PARI) {a(n) = my(k=0); while(ellanalyticrank(ellinit([0, 4*k^2+12*k-3, 0, 32*(k+3), 0]))[1]<>n, k++); k}
CROSSREFS
Sequence in context: A158839 A236964 A145349 * A338163 A052630 A071213
KEYWORD
nonn,more
AUTHOR
Seiichi Manyama, Jul 15 2019
STATUS
approved