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!)
A179125 a(n) = A000037(n)^3. 2
8, 27, 125, 216, 343, 512, 1000, 1331, 1728, 2197, 2744, 3375, 4913, 5832, 6859, 8000, 9261, 10648, 12167, 13824, 17576, 19683, 21952, 24389, 27000, 29791, 32768, 35937, 39304, 42875, 50653, 54872, 59319, 64000, 68921, 74088, 79507, 85184, 91125 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Parameters n for which the torsion subgroup of the elliptic curve y^2=x^3+n has order 2.
Numbers which are perfect cubes (A000578) but not perfect squares (A000290).
LINKS
Josef Gebel, Integer points on Mordell curves. [Cached copy, after the original web site tnt.math.se.tmu.ac.jp was shut down in 2017]
Josef Gebel, Attila Pethö and Horst G. Zimmer, Computing integral points on Mordell's elliptic curves, Collectanea Mathematica, Vol. 48, No. 1-2 (1997), pp. 115-136; alternative link.
FORMULA
Sum_{n>=1} 1/a(n) = zeta(3) - zeta(6) = A002117 - A013664 = 0.1847138411... - Amiram Eldar, Nov 21 2020
MATHEMATICA
a[n_]:=(n + Floor[1/2 + Sqrt[n]])^3; Array[a, 50] (* Vincenzo Librandi, Apr 11 2020 *)
PROG
(PARI) isok(n) = !issquare(n) && ispower(n, 3); \\ Michel Marcus, Nov 02 2013
(PARI) a(n) = (n + (1+sqrtint(4*n))\2)^3; \\ Michel Marcus, Nov 02 2013
(Magma) [(n+Floor(1/2+Sqrt(n)))^3: n in [1..60]]; // Vincenzo Librandi, Apr 11 2020
CROSSREFS
Sequence in context: A183316 A045971 A176509 * A030160 A030162 A153147
KEYWORD
nonn
AUTHOR
Artur Jasinski, Jun 30 2010
EXTENSIONS
Exponent in the definition corrected by R. J. Mathar, Jul 20 2010
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)