A366743 The sum of infinitary divisors of the least coreful infinitary divisor of n.
1, 3, 4, 5, 6, 12, 8, 3, 10, 18, 12, 20, 14, 24, 24, 17, 18, 30, 20, 30, 32, 36, 24, 12, 26, 42, 4, 40, 30, 72, 32, 3, 48, 54, 48, 50, 38, 60, 56, 18, 42, 96, 44, 60, 60, 72, 48, 68, 50, 78, 72, 70, 54, 12, 72, 24, 80, 90, 60, 120, 62, 96, 80, 5, 84, 144, 68, 90
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
f[p_, e_] := p^(2^IntegerExponent[e, 2]) + 1; a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; Array[a, 100]
-
PARI
a(n) = {my(f = factor(n)); prod(i = 1, #f~, 1 + f[i, 1]^(2^valuation(f[i, 2], 2)));}
Formula
Multiplicative with a(p^e) = p^A006519(e) + 1.
Comments