There was an error while loading. Please reload this page.
1 parent 90c87e7 commit 06e4446Copy full SHA for 06e4446
1 file changed
maths/special_numbers/deficient_numbers.py
@@ -3,6 +3,8 @@
3
the sum of its proper divisors is less than the number itself.
4
5
Examples of Deficient Numbers: 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 13, ...
6
+
7
+https://en.wikipedia.org/wiki/Deficient_number
8
"""
9
10
0 commit comments