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.

A180445 All positive solutions, x, for each of two Diophantine equations noted by Richard K. Guy.

This page as a plain text file.
%I A180445 #28 Dec 24 2020 08:56:41
%S A180445 1,2,3,6,91
%N A180445 All positive solutions, x, for each of two Diophantine equations noted by Richard K. Guy.
%C A180445 2*(x^2)*((x^2)-1) = 3*((y^2)-1) has only these five positive solutions.
%C A180445 x*(x-1)/2 = (2^z)-1 has only these five positive solutions.
%C A180445 Richard K. Guy notes, as Example 29: "True, but why the coincidence?"
%C A180445 Algebraically, y solutions = {1, 3, 7, 29, 6761} can be derived from x solutions as follows: y = sqrt(((2*x^2 - 1)^2 + 5)/6). From this relationship it becomes clear that the form (((2*x^2 - 1)^2 + 5)/6) can only be an integer square for x is in {1, 2, 3, 6, 91}. Thus, x and y solutions are also unique integer solutions to the following equivalency: (2x^2 - 1)^2  = 6y^2 - 5. From this relationship the following statement naturally follows: ((sqrt(6*y^2 - 5) + 1)/2 - sqrt((sqrt(6*(y^2) - 5) + 1)/2))/2 = (2^z - 1) = {0, 1, 3, 15, 4095} = A076046(n), the Ramanujan-Nagell triangular numbers; z = {0, 1, 2, 4, 12} = (A060728(n) - 3). - _Raphie Frank_, Jun 26 2013
%H A180445 R. K. Guy, editor, <a href="/A339579/a339579.pdf">Western Number Theory Problems, 1985-12-21 & 23</a>, Typescript, Jul 13 1986, Dept. of Math. and Stat., Univ. Calgary, 11 pages. Annotated scan of pages 1, 3, 7, 9, with permission. See Problem 85:08.
%H A180445 Richard K. Guy, <a href="http://www.jstor.org/stable/2322249">The Strong Law of Small Numbers</a> (example #29).
%H A180445 R. K. Guy, <a href="/A005165/a005165.pdf">The strong law of small numbers</a>. Amer. Math. Monthly 95 (1988), no. 8, 697-712. [Annotated scanned copy]
%F A180445 x = sqrt((sqrt(6*(y^2) - 5) + 1)/2) = (sqrt(2^(z + 3) - 7) + 1)/2; y = {1, 3, 7, 29, 6761} and z = (A060728(n) - 3) = A215795(n) = {0, 1, 2, 4, 12}. - _Raphie Frank_, Jun 23 2013
%Y A180445 Cf. A076046, A060728.
%K A180445 fini,full,nonn
%O A180445 1,2
%A A180445 _Jonathan Vos Post_, Sep 05 2010