A227758 a(n) = sigma(sigma(n)) - sigma(n) - n, where sigma(n) = A000203(n) = sum of the divisors of n.
-1, -1, 0, -3, 1, 10, 0, 1, -8, 11, 5, 16, -3, 22, 21, -15, 4, -1, 3, 34, 10, 33, 13, 84, -24, 28, 23, 36, 13, 93, 0, 9, 43, 32, 41, -15, -15, 70, 25, 104, 13, 114, -3, 96, 45, 77, 29, 52, -26, -15, 72, 21, 13, 186, 68, 184, 49, 86, 49, 252, -27, 94, 43, -63
Offset: 1
Keywords
Examples
For n = 6; a(n) = sigma(sigma(6)) - sigma(6) - 6 = 28 - 12 - 6 = 10.
Links
- Paul Tek, Table of n, a(n) for n = 1..10000
Comments