A083681 Sum of divisors of semiprimes.
7, 12, 13, 18, 24, 24, 32, 36, 31, 42, 48, 54, 48, 60, 56, 72, 57, 72, 72, 80, 90, 96, 84, 96, 114, 96, 126, 108, 132, 120, 112, 128, 144, 120, 162, 152, 144, 180, 144, 133, 186, 168, 176, 160, 204, 192, 216, 168, 180, 222, 192, 240, 216, 192, 252, 183, 240, 270, 248
Offset: 1
Examples
a(2) = 12 because the sum of divisors of the 2nd semiprime, i.e. 6, is 1+2+3+6 = 12.
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
DivisorSigma[1, Select[Range[200], PrimeOmega[#] == 2 &]] (* Amiram Eldar, Nov 24 2020 *)
Comments