wheel factorization


Wheel factorization is a method for screening out composite numbersMathworldPlanetmath by arranging numbers around a circle and then striking out those numbers that are obviously composite as indicated by where they fall around the circle.

Wheel factorization is performed thus:

  1. 1.

    Use another method to find the first i primes. Multiply the first i primes, obtaining the primorial pi#.

  2. 2.

    Around a circle, write the numbers 1 to pi#.

  3. 3.

    On a circle larger than the innermost circle, write the pi#+1 to 2pi#, lining up 1 with pi#+1 and 2pi#.

  4. 4.

    Make a few more circles, as desired, but always aligning the numbers according to their residues modulo pi#.

  5. 5.

    Circle the first i primes, and strike out those numbers that are lined up with them in the outer circles.

  6. 6.

    For each prime pj from 2 to pi, strike out its multiplesMathworldPlanetmath from pj2 to pi#, as well as the numbers on the outer circles with the same residue modulo the primorial.

The name is somewhat misleading, as wheel factorization does not completely factor any number, but merely identifies (in the case of the struck-out numbers) one of their prime factorsMathworldPlanetmath. All wheel factorization does is identify which numbers are coprimeMathworldPlanetmath to the primorial (the numbers that have not been struck out). Of course the prime numbersMathworldPlanetmath greater than the primorial will not be struck out, since they must of course by definition be coprime to the the primorial. But as one does more and more circles, more and more composites will pass undetected by this method, as the likelihood increases that their least prime factor is a primer greater than the primorial. Even the innermost circle will always have at least one composite number avoid being struck out, whenever i>3, specifically pi+12. And there is no practical reason why this algorithm needs to be performed on a circle, other than that it is more visually interesting to humans than a rectangular table. Indeed, with the sieve of EratosthenesMathworldPlanetmathPlanetmath, if one has chosen a row width that is a multiple of a primorial, one can strike out entire columns at once.

Title wheel factorization
Canonical name WheelFactorization
Date of creation 2013-03-22 18:22:58
Last modified on 2013-03-22 18:22:58
Owner PrimeFan (13766)
Last modified by PrimeFan (13766)
Numerical id 4
Author PrimeFan (13766)
Entry type Definition
Classification msc 11N35