Reply
Tue 15 Feb, 2005 10:36 pm
Is there a list somewhere of all of the pairs of amicable numbers in some given range? I wrote a program for my scheme class that given number x, finds the first pair of amicable numbers greater than x. I want to test it, but according to the program, at least, the first pair is (220, 284) and the next one is (1184, 1210). I get the feeling I don't want to figure out if it missed any by myself.
Ahh, nevermind, a quick google figured that one out. Just ignore me.