Perfect power
From Wikipedia, the free encyclopedia
In mathematics, a perfect power is a number that can be expressed as a power of any whole number above 1. More formally, n is a perfect power if there exist natural numbers m > 1, and k > 1 such that mk = n. In this case, n may be called a perfect kth power. If k = 2 or k = 3, then n is called a perfect square or perfect cube, respectively. Sometimes 1 is also considered a perfect power (1k = 1 for any k).
Contents |
[edit] Examples and sums
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 OEIS):
The sum of their reciprocals (including duplicates) is 1:
The first perfect powers without duplicates are (A001597):
- (sometimes 1), 4, 8, 9, 16, 25, 27, 32, 36, 49, 64, 81, 100, 121, 125, 128, 144, 169, 196, 216, 225, 243, 256, 289, 324, 343, 361, 400, 441, 484, ...
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.
[edit] Detecting perfect powers
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 . So if the factors of n are then one of the values 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 = mk for a composite k = ap where p is prime, then this can simply be rewritten as n = mk = map = (ma)p. Because of this result, the minimal value of k must necessarily be prime.
[edit] See also
[edit] References
- Daniel J. Bernstein (1998). "Detecting perfect powers in essentially linear time". Mathematics of Computation 67 (223): 1253–1283. doi: .
[edit] External links
This number theory-related article is a stub. You can help Wikipedia by expanding it. |