A sequence of perfect powers can be generated by iterating through the possible values for m and k. The first few ascending perfect powers in numerical order (showing duplicate powers) are (sequence A072103 in the OEIS):
The sum of the reciprocals of the perfect powers (including duplicates such as 34 and 92, both of which equal 81) is 1:
which can be proved as follows:
The first perfect powers without duplicates are:
The sum of the reciprocals of the perfect powers p without duplicates is:1
where μ(k) is the Möbius function and ζ(k) is the Riemann zeta function.
According to Euler, Goldbach showed (in a now-lost letter) that the sum of 1/p − 1 over the set of perfect powers p, excluding 1 and excluding duplicates, is 1:
This is sometimes known as the Goldbach–Euler theorem.
Detecting whether or not a given natural number n is a perfect power may be accomplished in many different ways, with varying levels of complexity. One of the simplest such methods is to consider all possible values for k across each of the divisors of n, up to k ≤ log 2 n {\displaystyle k\leq \log _{2}n} . So if the divisors of n {\displaystyle n} are n 1 , n 2 , … , n j {\displaystyle n_{1},n_{2},\dots ,n_{j}} then one of the values n 1 2 , n 2 2 , … , n j 2 , n 1 3 , n 2 3 , … {\displaystyle n_{1}^{2},n_{2}^{2},\dots ,n_{j}^{2},n_{1}^{3},n_{2}^{3},\dots } must be equal to n if n is indeed a perfect power.
This method can immediately be simplified by instead considering only prime values of k. This is because if n = m k {\displaystyle n=m^{k}} for a composite k = a p {\displaystyle k=ap} where p is prime, then this can simply be rewritten as n = m k = m a p = ( m a ) p {\displaystyle n=m^{k}=m^{ap}=(m^{a})^{p}} . Because of this result, the minimal value of k must necessarily be prime.
If the full factorization of n is known, say n = p 1 α 1 p 2 α 2 ⋯ p r α r {\displaystyle n=p_{1}^{\alpha _{1}}p_{2}^{\alpha _{2}}\cdots p_{r}^{\alpha _{r}}} where the p i {\displaystyle p_{i}} are distinct primes, then n is a perfect power if and only if gcd ( α 1 , α 2 , … , α r ) > 1 {\displaystyle \gcd(\alpha _{1},\alpha _{2},\ldots ,\alpha _{r})>1} where gcd denotes the greatest common divisor. As an example, consider n = 296·360·724. Since gcd(96, 60, 24) = 12, n is a perfect 12th power (and a perfect 6th power, 4th power, cube and square, since 6, 4, 3 and 2 divide 12).
In 2002 Romanian mathematician Preda Mihăilescu proved that the only pair of consecutive perfect powers is 23 = 8 and 32 = 9, thus proving Catalan's conjecture.
Pillai's conjecture states that for any given positive integer k there are only a finite number of pairs of perfect powers whose difference is k. This is an unsolved problem.2
Weisstein, Eric W. "Perfect Power". MathWorld. /wiki/Eric_W._Weisstein ↩
Weisstein, Eric W. "Pillai's Conjecture". MathWorld. /wiki/Eric_W._Weisstein ↩