8 lines
202 B
Plaintext
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
|
|
|