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!)
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 (list; graph; refs; listen; history; text; internal format)
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

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 18 03:33 EDT 2024. Contains 371767 sequences. (Running on oeis4.)