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.

A236211 Numbers c > 0 for which there exist integers a > 1 and b > 1 such that the equation a^x - b^y = c has two solutions in positive integers x, y.

This page as a plain text file.
%I A236211 #7 Feb 16 2025 08:33:21
%S A236211 1,3,4,5,9,10,13,89,275,1215,4900
%N A236211 Numbers c > 0 for which there exist integers a > 1 and b > 1 such that the equation a^x - b^y = c has two solutions in positive integers x, y.
%C A236211 Bennett proved that if a, b, c are nonzero integers with a > 1 and b > 1, then the equation a^x - b^y = c has at most two solutions in positive integers x and y.
%C A236211 Bennett conjectured that if a, b, c are positive integers with a > 1 and b > 1, then the equation a^x - b^y = c has at most one solution in positive integers x and y, except for the triples (a,b,c) = (3,2,1), (2,5,3), (6,2,4), (2,3,5), (15,6,9), (13,3,10), (2,3,13), (91,2,89), (280,5,275), (6,3,1215), (4930,30,4900). If this is true, then the present sequence is complete.
%D A236211 R. K. Guy, Unsolved Problems in Number Theory, D9.
%D A236211 T. N. Shorey and R. Tijdeman, Exponential Diophantine Equations, Cambridge University Press, 1986.
%H A236211 M. A. Bennett, <a href="http://cms.math.ca/cjm/v53/bennett1355.pdf">On Some Exponential Equations of S. S. Pillai</a>, Canad. J. Math., 53 (2001), 897-922.
%H A236211 J.-H. Evertse, <a href="http://zbmath.org/?q=an:0984.11014">Review of M. A. Bennett's "On Some Exponential Equations of S. S. Pillai"</a>, zbMATH 0984.11014
%H A236211 OEIS, <a href="https://oeis.org/search?q=%22pillai%27s+equation">Entries related to Pillai's equation</a>
%H A236211 M. Waldschmidt, <a href="http://arXiv.org/abs/math.NT/0312440">Open Diophantine problems</a>
%H A236211 E. Weisstein's MathWorld, <a href="https://mathworld.wolfram.com/PillaisConjecture.html">Pillai's Conjecture</a>
%e A236211 3 - 2 = 3^2 - 2^3 = 1.
%e A236211 2^3 - 5 = 2^7 - 5^3 = 3.
%e A236211 6 - 2 = 6^2 - 2^5 = 4.
%e A236211 2^3 - 3 = 2^5 - 3^3 = 5.
%e A236211 15 - 6 = 15^2 - 6^3 = 9.
%e A236211 13 - 3 = 13^3 - 3^7 = 10.
%e A236211 2^4 - 3 = 2^8 - 3^5 = 13.
%e A236211 91 - 2 = 91^2 - 2^13 = 89.
%e A236211 280 - 5 = 280^2 - 5^7 = 275.
%e A236211 6^4 - 3^4 = 6^5 - 3^8 = 1215.
%e A236211 4930 - 30 = 4930^2 - 30^5 = 4900.
%Y A236211 Cf. A207079 and the OEIS link.
%K A236211 nonn
%O A236211 1,2
%A A236211 _Jonathan Sondow_, Jan 23 2014