News

This script is ready to use script to takes an argument and calculates all amicable number pairs smaller than the inputted number.
Let d(n) be defined as the sum of proper divisors of n (numbers less than n which divide evenly into n). If d(a) = b and d(b) = a, where a ≠ b, then a and b are an amicable pair and each of a and b ...