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.
euclidean-perfection/README
2014-05-30 18:44:41 -07:00

8 lines
202 B
Plaintext

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