Aliquot Sequence Research
2.0
Compute properties of the sum-of-proper-divisors function.
|
This project purpose it to implement the Pomerance-Yang algorithm efficiently, accurately, and scalable to high bounds. It includes a command line interface (cli) to interact with the algorithm dynamically and a test suite to help with accuracy. The documentation in the source files is extensive, pom_yang.c provides the best starting point.
The cli can be build and ran with:
The tests will take maybe a couple a minutes to complete, successful if the program doesn't assert out. The tests can be ran with:
Tested on Ubuntu 20.04.3 LTS.