A very, very fast algorithm for finding all amicable pairs in the specified range
-
Updated
Nov 14, 2024 - C
A very, very fast algorithm for finding all amicable pairs in the specified range
This script is ready to use script to takes an argument and calculates all amicable number pairs smaller than the inputted number.
Amicable numbers are two different numbers related in such a way that the sum of the proper divisors of each is equal to the other number. The smallest pair of amicable numbers is (220, 284).
Amicable numbers are two different natural numbers related in such a way that the sum of the proper divisors of each is equal to the other number.
Aliquot cycles finder
Add a description, image, and links to the amicable-numbers topic page so that developers can more easily learn about it.
To associate your repository with the amicable-numbers topic, visit your repo's landing page and select "manage topics."