This repository has been archived on 2022-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2014-05-31 14:33:30 -07:00
.gitignore initial commit 2014-05-30 10:26:38 -07:00
euclideanp.py Improved prime checker + fixed typos 2014-05-31 14:33:30 -07:00
LICENSE initial commit 2014-05-30 10:26:38 -07:00
README README Updated 2014-05-30 18:44:41 -07:00

Find perfect numbers as defined in book VII of Euclid's Elements. The method is 
from what he proved in prop 36 of book IX.

More info: http://en.wikipedia.org/wiki/Perfect_number

Requires Python 3.X