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.
%I A134167 #7 Sep 08 2022 08:45:32 %S A134167 -10,-5,-4,-1,4,10,20,40,50,64,155,166,446,920,3631,3730 %N A134167 Complete list of solutions to y^2 = x^3 + 1025; sequence gives x values. %C A134167 For corresponding y values and examples see A134166. %o A134167 (Magma) { x: x in Sort([ p[1] : p in IntegralPoints(EllipticCurve([0, 1025])) ]) }; /* adapted from A029728 */ %o A134167 (SageMath) [i[0] for i in EllipticCurve([0, 1025]).integral_points()] # _Seiichi Manyama_, Aug 26 2019 %Y A134167 Cf. A134166, A029728, A134042, A134074, A134103, A134105, A134107. %K A134167 sign,fini,full %O A134167 1,1 %A A134167 _Klaus Brockhaus_, Oct 11 2007