map
The map is a generalization of the map, or Collatz problem, in which an input number is tested for divisibility by primes less than an odd prime : if is divisible by any such prime, it is divided by the smallest such prime; otherwise it is multiplied by and incremented by 1. In the case , the test for the input number simplifies to a parity test, because 2 is the only prime less than 3. The map can be iteratively applied, generally resulting in sequences that rise and fall aperiodically before reaching 1 in ways that are not readily apparent from the original (with the obvious exception of being a power of two, in which case the resulting sequence from the original to 1 is a listing of powers of two in strictly descending order; a similar pattern occurs when is a power of a prime). Once the sequence reaches 1, continued iteration produces a predictable cycle, especially when is a Mersenne prime.
For example, with the map, an input is tested for divisibility by 2, 3 and 5 (in that order), and whichever test passes first causes the output to be divided by that prime; but if all tests fail, then the output is . Applied to 19, the map gives the sequence 19, 134, 67, 470, 235, 47, 330, 165, 55, 11, 78, 39, 13, 92, 46, 23, 162, 81, 27, 9, 3, 1. (Notice that 470 is followed by 235 and then 47; similarly 330 is followed by 165, 55 and then 11). It is believed that for any , iteration on any will eventually reach 1, but just as the original problem remains unsolved, so does the generalized problem.
Title | map |
---|---|
Canonical name | Px1Map |
Date of creation | 2013-03-22 18:56:32 |
Last modified on | 2013-03-22 18:56:32 |
Owner | PrimeFan (13766) |
Last modified by | PrimeFan (13766) |
Numerical id | 4 |
Author | PrimeFan (13766) |
Entry type | Definition |
Classification | msc 11B37 |