|
| |
|
|
A134167
|
|
Complete list of solutions to y^2 = x^3 + 1025; sequence gives x values.
|
|
1
| |
|
|
-10, -5, -4, -1, 4, 10, 20, 40, 50, 64, 155, 166, 446, 920, 3631, 3730
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| For corresponding y values and examples see A134166.
|
|
|
PROG
| (MAGMA) { x: x in Sort([ p[1] : p in IntegralPoints(EllipticCurve([0, 1025])) ]) }; /* adapted from A029728 */
|
|
|
CROSSREFS
| Cf. A134166, A029728, A134042, A134074, A134103, A134105, A134107.
Sequence in context: A053050 A033330 A102584 * A080461 A066578 A097327
Adjacent sequences: A134164 A134165 A134166 * A134168 A134169 A134170
|
|
|
KEYWORD
| sign,fini,full
|
|
|
AUTHOR
| Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Oct 11 2007
|
| |
|
|