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.

A134107 Complete list of solutions to y^2 = x^3 - 207; sequence gives x values.

This page as a plain text file.
%I A134107 #20 Aug 07 2024 22:54:33
%S A134107 6,12,18,31,312,331,367806
%N A134107 Complete list of solutions to y^2 = x^3 - 207; sequence gives x values.
%C A134107 For corresponding y values and examples see A134106.
%o A134107 (Magma) Sort([ p[1] : p in IntegralPoints(EllipticCurve([0, -207])) ]); /* adapted from A029728 */
%o A134107 (SageMath) [i[0] for i in EllipticCurve([0, -207]).integral_points()] # _Seiichi Manyama_, Aug 25 2019
%Y A134107 Cf. A134106, A134103, A134105, A029728, A134042, A134074.
%K A134107 nonn,fini,full
%O A134107 1,1
%A A134107 _Klaus Brockhaus_, Oct 08 2007