We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 231e2fb commit 886e339Copy full SHA for 886e339
copypasta/math.go
@@ -907,6 +907,8 @@ func numberTheoryCollection() {
907
真因子之和 https://oeis.org/A001065 σ(n)-n
908
完全数/完美数/完备数 https://oeis.org/A000396 Perfect numbers (σ(n) = 2n)
909
https://en.wikipedia.org/wiki/Perfect_number
910
+ https://en.wikipedia.org/wiki/Euclid%E2%80%93Euler_theorem
911
+ LC507 https://leetcode-cn.com/problems/perfect-number/
912
过剩数/丰数/盈数 https://oeis.org/A005101 Abundant numbers (σ(n) > 2n)
913
https://en.wikipedia.org/wiki/Abundant_number
914
亏数/缺数/不足数 https://oeis.org/A005100 Deficient numbers (σ(n) < 2n)
0 commit comments