|
Search: id:A133475
|
|
|
| A133475 |
|
Integers n such that n^3 + (n - 5)^2 + n - 9 is a square. |
|
+0 1
|
|
| -4, -3, -1, 0, 1, 3, 5, 11, 15, 28, 47, 55, 81, 549, 1799, 8361
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
n^3 + (n - 5)^2 + n - 9 = n^3 + n^2 - 9*n + 16. The set of x values of integral solutions to the elliptic curve y^2 = n^3 + n^2 - 9*n + 16 (see MAGMA program) is { -4, -3, -1, 0, 1, 3, 5, 11, 15, 28, 47, 55, 81, 549, 1799, 8361 }
|
|
EXAMPLE
|
0^3 + (-5)^2 + (-9) = 4^2, 1^3 + (-4)^2 + (-8) = 3^2, 3^3 + (-2)^2 + (-6) = 5^2
|
|
MAPLE
|
(MAGMA) P<n> := PolynomialRing(Integers()); {x: x in Sort([ p[1] : p in IntegralPoints(EllipticCurve(n^3 + n^2 - 9*n + 16)) ])};
|
|
CROSSREFS
|
Cf. A132410, A132411, A132414, A002522, A028872.
Adjacent sequences: A133472 A133473 A133474 this_sequence A133476 A133477 A133478
Sequence in context: A010102 A054669 A131027 this_sequence A021236 A136590 A117026
|
|
KEYWORD
|
sign
|
|
AUTHOR
|
Mohamed Bouhamida (bhmd95(AT)yahoo.fr), Nov 29 2007
|
|
|
Search completed in 0.002 seconds
|