login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A134042 Complete list of solutions to y^2 = x^3 + 113; sequence gives x values. 7
-4, 2, 8, 11, 26, 422 (list; graph; refs; listen; history; internal format)
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 13:14 EST 2012. Contains 206031 sequences.