OFFSET
1,2
COMMENTS
Also, the sum of unitary divisors of the least coreful infinitary divisor of n, A365296(n), since A365296(n) is a term of A138302, which is also the sequence of numbers whose sets of unitary divisors (A077610) and infinitary divisors (A077609) coincide.
The number of infinitary divisors of the least coreful infinitary divisor of n is A034444(n).
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
FORMULA
Multiplicative with a(p^e) = p^A006519(e) + 1.
MATHEMATICA
f[p_, e_] := p^(2^IntegerExponent[e, 2]) + 1; a[1] = 1; a[n_] := Times @@ f @@@ FactorInteger[n]; Array[a, 100]
PROG
(PARI) a(n) = {my(f = factor(n)); prod(i = 1, #f~, 1 + f[i, 1]^(2^valuation(f[i, 2], 2))); }
CROSSREFS
KEYWORD
nonn,easy,mult
AUTHOR
Amiram Eldar, Oct 19 2023
STATUS
approved