login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A132414
Integers n such that n^3 - (n + 2)^2 + n + 4 is a square.
3
-1, 0, 3, 4, 75
OFFSET
1,3
COMMENTS
n^3 - (n + 2)^2 + n + 4 = n^3 - n^2 - 3*n. The set of x values of integral solutions to the elliptic curve y^2 = n^3 - n^2 - 3*n (see Magma program) is {-1, 0, 3, 4, 75}. - Klaus Brockhaus, Nov 13 2007
EXAMPLE
0^3 - 2^2 + 4 = 0^2, 3^3 - 5^2 + 7 = 3^2, 4^3 - 6^2 + 8 = 6^2 and 75^3 - 77^2 + 79 = 645^2.
PROG
(Magma) P<n> := PolynomialRing(Integers()); {x: x in Sort([ p[1] : p in IntegralPoints(EllipticCurve(n^3 - n^2 - 3*n)) ])}; /* Klaus Brockhaus, Nov 13 2007 */
(SageMath) [i[0] for i in EllipticCurve([0, -1, 0, -3, 0]).integral_points()] # Seiichi Manyama, Aug 26 2019
CROSSREFS
Sequence in context: A012194 A318208 A341851 * A041171 A279935 A111799
KEYWORD
sign,fini,full
AUTHOR
Mohamed Bouhamida, Nov 12 2007
STATUS
approved

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy