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.

A303615 Complete list of solutions to y^2 + y = x^3 - 525x + 10156; sequence gives x values.

This page as a plain text file.
%I A303615 #22 Jul 19 2018 04:01:37
%S A303615 -29,-25,-20,-14,-5,5,14,16,20,25,49,70,79,130,250,305,400,695,1555,
%T A303615 1645,18895
%N A303615 Complete list of solutions to y^2 + y = x^3 - 525x + 10156; sequence gives x values.
%C A303615 This equation gives the elliptic curve (W46) studied by Stroeker and de Weger. This curve has rank 3 with generators P1 = (25, 112), P2 = (-20, 112) and P3 = (70, 562). The list gives all integer points in this curve.
%C A303615 This equation can be transformed to A000332(n) = A000579(m) by x = (15/2)m^2 - (75/2)m + 25 and y = (225/2)n^2 - (675/2)n + 112. Hence, A000332(n) = A000579(m) (n >= 4, m >= 6) has no integer solutions other than (n, m)= (4, 6) and (10, 10).
%H A303615 Roelof J. Stroeker and Benjamin M. M. de Weger, <a href="https://doi.org/10.1090/S0025-5718-99-01047-9">Elliptic binomial diophantine equations</a>, Math. Comp. 68 (1999), 1257-1281.
%e A303615 a(6) = 5: 5^3 - 525 * 5 + 10156 = 7656 = 88 * 87.
%Y A303615 Cf. A029728 (the complete list of solutions x to y^2=x^3+17), A102461 (the complete list of solutions n to A000217(n) = A027568(m)).
%K A303615 sign,fini,full
%O A303615 1,1
%A A303615 _Tomohiro Yamada_, May 29 2018