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!)
A309145 Numbers k for which rank of the elliptic curve y^2=x^3+(k^2+6*k-3)*x^2-16*k*x is 2. 0
28, 52, 59, 70, 76, 101, 103, 108, 115, 122, 130, 139, 148, 164, 172, 180, 181, 190, 199, 208, 210, 220, 222, 223, 228, 268, 270, 284, 314, 316, 327, 328, 339, 340, 364, 376, 388, 398, 403, 420, 427, 430, 436, 443, 446, 448, 456, 457, 460, 480, 487, 490, 504, 521, 532, 540 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Allan J. MacLeod, Knight's Problem
FORMULA
A309144(a(n)) = 2.
PROG
(PARI) for(k=1, 1e3, if(ellanalyticrank(ellinit([0, k^2+6*k-3, 0, -16*k, 0]))[1]==2, print1(k", ")))
CROSSREFS
Cf. A309144.
Sequence in context: A046419 A063770 A161923 * A039772 A291855 A181792
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jul 14 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 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)