cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A134042 Complete list of solutions to y^2 = x^3 + 113; sequence gives x values.

This page as a plain text file.
%I A134042 #9 Sep 08 2022 08:45:32
%S A134042 -4,2,8,11,26,422
%N A134042 Complete list of solutions to y^2 = x^3 + 113; sequence gives x values.
%C A134042 For corresponding y values and examples see A134043.
%o A134042 (Magma) Sort([ p[1] : p in IntegralPoints(EllipticCurve([0, 113])) ]); /* adapted from A029728 */
%o A134042 (SageMath) [i[0] for i in EllipticCurve([0, 113]).integral_points()] # _Seiichi Manyama_, Aug 25 2019
%Y A134042 Cf. A134043, A029728, A080761.
%K A134042 sign,fini,full
%O A134042 1,1
%A A134042 _Artur Jasinski_, Oct 03 2007
%E A134042 Edited and corrected by _Klaus Brockhaus_, Oct 04 2007