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!)
A309962 Numbers k for which rank of the elliptic curve y^2 = x^3 - 432*k^2 is 2. 6
19, 30, 37, 65, 86, 91, 110, 124, 126, 127, 132, 152, 153, 163, 182, 183, 201, 203, 209, 210, 217, 218, 219, 240, 246, 254, 271, 273, 282, 296, 309, 335, 342, 345, 348, 370, 379, 390, 397, 399, 407, 420, 433, 435, 436, 446, 453, 462, 468, 469, 477, 497, 498, 506, 513, 520, 523, 554 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
FORMULA
A060838(a(n)) = 2.
PROG
(PARI) for(k=1, 1e3, if(ellanalyticrank(ellinit([0, 0, 0, 0, -432*k^2]))[1]==2, print1(k", ")))
CROSSREFS
Subsequence of A159843.
Cf. A060748, A060838, A309960 (rank 0), A309961 (rank 1), A309963 (rank 3), A309964 (rank 4).
Sequence in context: A269262 A166659 A298763 * A316678 A330275 A038672
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 25 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 25 06:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)