Skip to content

Commit 886e339

Browse files
committed
add links
1 parent 231e2fb commit 886e339

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

copypasta/math.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,8 @@ func numberTheoryCollection() {
907907
真因子之和 https://oeis.org/A001065 σ(n)-n
908908
完全数/完美数/完备数 https://oeis.org/A000396 Perfect numbers (σ(n) = 2n)
909909
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/
910912
过剩数/丰数/盈数 https://oeis.org/A005101 Abundant numbers (σ(n) > 2n)
911913
https://en.wikipedia.org/wiki/Abundant_number
912914
亏数/缺数/不足数 https://oeis.org/A005100 Deficient numbers (σ(n) < 2n)

0 commit comments

Comments
 (0)