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!)
A309060 Least k such that the rank of the elliptic curve y^2 = x^3 + k^2*x is n. 2
1, 3, 17, 627, 14637 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
A309061(a(n)) = n.
EXAMPLE
A309061(1) = 0.
A309061(3) = 1.
A309061(17) = 2.
PROG
(PARI) {a(n) = my(k=1); while(ellanalyticrank(ellinit([0, 0, 0, k^2, 0]))[1]<>n, k++); k}
CROSSREFS
Sequence in context: A094133 A049985 A126579 * A270816 A217957 A252730
KEYWORD
nonn,more,hard
AUTHOR
Seiichi Manyama, Jul 09 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 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)