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!)
A309147 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. 1

%I #11 Jul 27 2019 11:19:58

%S 1,4,28,356

%N 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.

%H Allan J. MacLeod, <a href="http://web.archive.org/web/20100125135648/http://maths.paisley.ac.uk/allanm/ECRNT/knight/knintro.htm">Knight's Problem</a>

%o (PARI) {a(n) = my(k=1); while(ellanalyticrank(ellinit([0, k^2+6*k-3, 0, -16*k, 0]))[1]<>n, k++); k}

%Y Cf. A309144, A309146.

%K nonn,more,hard

%O 0,2

%A _Seiichi Manyama_, Jul 14 2019

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 August 14 07:30 EDT 2024. Contains 375146 sequences. (Running on oeis4.)