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 A134073 #3 Sep 08 2022 08:45:32 %S A134073 3,9,10,17,611,6717 %N A134073 Complete list of solutions to y^2 = x^3 + 73; sequence gives y values. %C A134073 For corresponding x values see A134074. %e A134073 a(1)^2 = 3^2 = 9 = A134074(1)^3 + 73 = -64 + 73. %e A134073 a(2)^2 = 9^2 = 81 = A134074(2)^3 + 73 = 8 + 73. %e A134073 a(3)^2 = 10^2 = 100 = A134074(3)^3 + 73 = 27 + 73. %e A134073 a(4)^2 = 17^2 = 289 = A134074(4)^3 + 73 = 216+ 73. %e A134073 a(5)^2 = 611^2 = 373321 = A134074(5)^3 + 73 = 373248+ 73. %e A134073 a(6)^2 = 6717^2 = 45118089 = A134074(6)^3 + 73 = 45118016+ 73. %o A134073 (Magma) Sort([ Abs(p[2]) : p in IntegralPoints(EllipticCurve([0, 73])) ]); /* adapted from A029727 */ %Y A134073 Cf. A134074, A029727, A134043. %K A134073 nonn,fini,full %O A134073 1,1 %A A134073 _Klaus Brockhaus_, Oct 07 2007