|
| |
|
|
A134042
|
|
Complete list of solutions to y^2 = x^3 + 113; sequence gives x values.
|
|
7
| | |
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| For corresponding y values and examples see A134043.
|
|
|
MAPLE
| (Program does not produce first two terms) a = {}; Do[k = n^2 - (Floor[n^(2/3)])^3; If[(k > 112) && (k < 114), AppendTo[a, Floor[n^(2/3)]]], {n, 1, 100000}]; a
|
|
|
PROG
| (MAGMA) Sort([ p[1] : p in IntegralPoints(EllipticCurve([0, 113])) ]); /* adapted from A029728 */
|
|
|
CROSSREFS
| Cf. A134043, A029728, A080761.
Sequence in context: A125065 A109816 A050128 * A051239 A064821 A002291
Adjacent sequences: A134039 A134040 A134041 * A134043 A134044 A134045
|
|
|
KEYWORD
| sign,fini,full
|
|
|
AUTHOR
| Artur Jasinski (grafix(AT)csl.pl), Oct 03 2007
|
|
|
EXTENSIONS
| Edited and corrected by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Oct 04 2007
|
| |
|
|