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!)
A179126 Positive integers m for which the torsion subgroup of the elliptic curve y^2 = x^3 + m has order 3. 2

%I #25 Aug 25 2022 09:54:30

%S 4,9,16,25,36,49,81,100,121,144,169,196,225,256,289,324,361,400,441,

%T 484,529,576,625,676,784,841,900,961,1024,1089,1156,1225,1296,1369,

%U 1444,1521,1600,1681,1764,1849,1936,2025,2116,2209,2304,2401,2500,2601,2704

%N Positive integers m for which the torsion subgroup of the elliptic curve y^2 = x^3 + m has order 3.

%C Apparently equal to the set of integers (A004709(k))^2, k>=2. [This is incorrect, as shown by the terms 256, 576, 1024, 1600, and 2304. - _Jianing Song_, Aug 25 2022]

%C From _Jianing Song_, Aug 25 2022: (Start)

%C Numbers which are perfect squares (A000290) but not perfect cubes (A000578). This follows from the complete description of the torsion group of y^2 = x^3 + n, using O to denote the point at infinity (see Exercise 10.19 of Chapter X of Silverman's Arithmetic of elliptic curves):

%C - If n = t^6 is a sixth power, then the torsion group consists of O, (2*t^2,+-3*t^3), (0,+-t^3), and (-t^2, 0).

%C - If n = t^2 is not a sixth power, then the torsion group consists of O and (0,+-t).

%C - If n = t^3 is not a sixth power, then the torsion group consists of O and (-t,0).

%C - If n is of the form -432*t^6, then the torsion group consists of O and (12*t^2,+-36*t^3).

%C - In all the other cases, the torsion group is trivial. (End)

%H Jianing Song, <a href="/A179126/b179126.txt">Table of n, a(n) for n = 1..10000</a>

%H J. Gebel, <a href="/A001014/a001014.txt">Integer points on Mordell curves</a> [Cached copy, after the original web site tnt.math.se.tmu.ac.jp was shut down in 2017]

%H Joseph H. Silverman, <a href="https://www.math.ens.psl.eu/~benoist/refs/Silverman.pdf">The Arithmetic of Elliptic Curves</a>

%o (Sage) is_A179126 = lambda n: EllipticCurve([0,n]).torsion_order() == 3 # _D. S. McNeil_, Jan 04 2011

%o (PARI) isA179126(n) = my(k=ispower(n)); !(k%2) && (k%6) \\ _Jianing Song_, Aug 25 2022

%Y Cf. A179125, A002151, A002153, A002155, A002833, A031507, A228532.

%K nonn,easy

%O 1,1

%A _Artur Jasinski_, Jun 30 2010

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 19 13:40 EDT 2024. Contains 371792 sequences. (Running on oeis4.)