- Amicable number
Amicable numbers are two different
number s so related that the sum of theproper divisor s of the one is equal to the other, one being considered as a proper divisor but not the number itself. Such a pair is (220, 284); for the proper divisors of 220 are 1, 2, 4, 5, 10, 11, 20, 22, 44, 55 and 110, of which the sum is 284; and the proper divisors of 284 are 1, 2, 4, 71, and 142, of which the sum is 220. Amicable numbers were known to thePythagoreans , who credited them with many mystical properties.A pair of amicable numbers constitutes an
aliquot sequence of period 2.A general formula by which these numbers could be derived was invented circa 850 by
Thabit ibn Qurra (826-901): if :"p" = 3 × 2"n" − 1 − 1, :"q" = 3 × 2"n" − 1,:"r" = 9 × 22"n" − 1 − 1, where "n" > 1 is aninteger and "p", "q", and "r" areprime number s, then 2"npq" and 2"nr" are a pair of amicable numbers. This formula gives the amicable pair (220, 284), as well as the pair (17296, 18416) and the pair (9363584, 9437056). The pair (6232, 6368) are amicable, but they cannot be derived from this formula. In fact, this formula produces amicable numbers for "n" = 2, 4, and 7, but for no other values below 20000.In every known case, the numbers of a pair are either both
even or bothodd . It is not known whether an even-odd pair of amicable numbers exists. Also, every known pair shares at least one commonfactor . It is not known whether a pair ofcoprime amicable numbers exists, though if any does, the product of the two must be greater than 1067. Also, a pair of coprime amicable numbers cannot be generated by Thabit's formula (above), nor by any similar formula.Amicable numbers have been studied by
Al Madshritti (died 1007), Abu Mansur Tahiral-Baghdadi (980-1037),Al-Farisi (1260-1320),René Descartes (1596-1650), to whom the formula of Thabit is sometimes ascribed, C. Rudolphus and others. Thabit's formula was generalized by Euler. Prior to Euler only three pairs of amicable numbers had been found. Because Euler found 59 more amicable numbers, the work of Eastern mathematicians in this area is largely forgotten.The pair (9363584; 9437056) has often been attributed to Descartes, but it was actually first discovered by
Muhammad Baqir Yazdi inIran . [cite journal | last = Costello |first = Patrick | title = New Amicable Pairs Of Type (2; 2) And Type (3; 2) | journal = MATHEMATICS OF COMPUTATION | volume = 72 Number 241 | pages = 489–497 | publisher = American Mathematical Society | date =2002-05-01 | url = http://www.ams.org/mcom/2003-72-241/S0025-5718-02-01414-X/S0025-5718-02-01414-X.pdf | accessdate = 2007-04-19 ]The first few amicable pairs are: (220, 284), (1184, 1210), (2620, 2924), (5020, 5564), (6232, 6368) OEIS|id=A063990
If a number equals the sum of "its own" proper divisors, it is called a
perfect number .The following Python language code allows you to check if two numbers are Amicable:
And the following PseudoCode finds all the Amicable Numbers between two numbers
References
* Wells, D. (1987). "The Penguin Dictionary of Curious and Interesting Numbers" (pp. 145 - 147). London: Penguin Group.
External links
* [http://amicable.homepage.dk/knwnc2.htm All known amicable numbers]
* [http://ftp.cwi.nl/CWIreports/MAS/MAS-R0307.pdf A good 2003 survey on current status of Amicable number mathematics.]
Wikimedia Foundation. 2010.