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.

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

This page as a plain text file.
%I A134074 #7 Sep 08 2022 08:45:32
%S A134074 -4,2,3,6,72,356
%N A134074 Complete list of solutions to y^2 = x^3 + 73; sequence gives x values.
%C A134074 For corresponding y values and examples see A134073.
%o A134074 (Magma) Sort([ p[1] : p in IntegralPoints(EllipticCurve([0, 73])) ]); /* adapted from A029728 */
%o A134074 (SageMath) [i[0] for i in EllipticCurve([0, 73]).integral_points()] # _Seiichi Manyama_, Aug 25 2019
%Y A134074 Cf. A134073, A029728, A134042.
%K A134074 sign,fini,full
%O A134074 1,1
%A A134074 _Klaus Brockhaus_, Oct 07 2007