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.

A076438 Numbers k which appear to have a unique representation as the difference of two perfect powers; that is, there is only one solution to Pillai's equation a^x - b^y = k, with a > 0, b > 0, x > 1, y > 1.

This page as a plain text file.
%I A076438 #18 Feb 16 2025 08:32:47
%S A076438 1,2,10,29,30,38,43,46,52,59,122,126,138,142,146,150,154,166,170,173,
%T A076438 181,190,194,214,222,234,263,270,282,283,298,317,318,332,338,342,347,
%U A076438 349,354,361,370,379,382,383,386,406,419,428,436,461,467,479,484,486
%N A076438 Numbers k which appear to have a unique representation as the difference of two perfect powers; that is, there is only one solution to Pillai's equation a^x - b^y = k, with a > 0, b > 0, x > 1, y > 1.
%C A076438 This is the classic Diophantine equation of S. S. Pillai, who conjectured that there are only a finite number of solutions for each k. A generalization of Catalan's conjecture that a^x - b^y = 1 has only one solution. See A076427 for the number of solutions for each k. Interestingly, the unique solutions (k,a,x,b,y) fall into two groups: (A076439) those in which x and y are even numbers, so that k is the difference of squares, and (A076440) those requiring an odd power. This sequence was found by examining all perfect powers (A001597) less than 2^63-1. By examining a larger set of perfect powers, we may discover that some of these numbers do not have a unique representation.
%D A076438 R. K. Guy, Unsolved Problems in Number Theory, D9.
%D A076438 T. N. Shorey and R. Tijdeman, Exponential Diophantine Equations, Cambridge University Press, 1986.
%H A076438 M. E. Bennett, <a href="http://www.math.ubc.ca/~bennett/paper19.pdf">On Some Exponential Equations Of S. S. Pillai</a>, Canad. J. Math. 53 (2001), 897-922.
%H A076438 T. D. Noe, <a href="http://www.sspectra.com/Pillai1.txt">Unique solutions to Pillai's Equation for n <= 1000</a>.
%H A076438 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/PillaisConjecture.html">Pillai's Conjecture</a>.
%Y A076438 Cf. A001597, A053289, A074981, A076427, A076438, A076439, A076440, A207079.
%K A076438 hard,nonn
%O A076438 1,2
%A A076438 _T. D. Noe_, Oct 12 2002