A353151 A Gaussian integer analog of the sum-of-divisors function (see Comments lines for definition).
1, 5, 4, 13, 10, 20, 8, 25, 13, 50, 12, 52, 20, 40, 40, 41, 26, 65, 20, 130, 32, 60, 24, 100, 61, 100, 40, 104, 40, 200, 32, 65, 48, 130, 80, 169, 50, 100, 80, 250, 52, 160, 44, 156, 130, 120, 48, 164, 57, 305, 104, 260, 68, 200, 120, 200, 80, 200, 60, 520, 74, 160
Offset: 1
Examples
2 = (1+i)(1-i), so a(2) = (2+i)(2-i) = 5. 3 is already a Gaussian prime, so a(3) = 1 + 3 = 4. 4 = (1+i)^2 (1-i)^2, so a(4) = (1 + (1+i) + (1+i)^2) (1 + (1-i) + (1-i)^2) = (2+3i)(2-3i) = 13. 12 = 2^2 * 3, so by real multiplicativity (see comments), a(12) = 13 * 4 = 52.
Links
- David A. Corneth, Table of n, a(n) for n = 1..10000
Crossrefs
Formula
Factorize n over the Gaussian integers into the form Product (p(i)^e(i)), where Re(p(i)) >= Im(p(i)). Then a(n) = Product (p(i)^(e(i)+1) - 1)/(p(i) - 1). (This has no imaginary part since it is a product of conjugate pairs.)
Extensions
More terms from David A. Corneth, Apr 27 2022
Comments