Continued fraction factorization

From HandWiki

In number theory, the continued fraction factorization method (CFRAC) is an integer factorization algorithm. It is a general-purpose algorithm, meaning that it is suitable for factoring any integer n, not depending on special form or properties. It was described by D. H. Lehmer and R. E. Powers in 1931,[1] and developed as a computer algorithm by Michael A. Morrison and John Brillhart in 1975.[2] The continued fraction method is based on Dixon's factorization method. It uses convergents in the regular continued fraction expansion of

[math]\displaystyle{ \sqrt{kn},\qquad k\in\mathbb{Z^+} }[/math].

Since this is a quadratic irrational, the continued fraction must be periodic (unless n is square, in which case the factorization is obvious).

It has a time complexity of [math]\displaystyle{ O\left(e^{\sqrt{2\log n \log\log n}}\right)=L_n\left[1/2,\sqrt{2}\right] }[/math], in the O and L notations.[3]

References

  1. Lehmer, D.H.; Powers, R.E. (1931). "On Factoring Large Numbers". Bulletin of the American Mathematical Society 37 (10): 770–776. doi:10.1090/S0002-9904-1931-05271-X. 
  2. Morrison, Michael A.; Brillhart, John (January 1975). "A Method of Factoring and the Factorization of F7". Mathematics of Computation (American Mathematical Society) 29 (129): 183–205. doi:10.2307/2005475. https://www.ams.org/journals/mcom/1975-29-129/S0025-5718-1975-0371800-5/. 
  3. Pomerance, Carl (December 1996). "A Tale of Two Sieves". Notices of the AMS 43 (12): pp. 1473–1485. https://www.ams.org/notices/199612/pomerance.pdf. 

Further reading