OFFSET
1,2
COMMENTS
A variant of A008475, which is the main entry.
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..16384
Nussbaum, Roger D.; Verduyn Lunel, Sjoerd M., Asymptotic estimates for the periods of periodic points of non-expansive maps, Ergodic Theory Dynam. Systems 23 (2003), no. 4, 1199--1226. See the function S(n). MR1997973 (2004m:37033)
MATHEMATICA
Array[Total[Power @@@ FactorInteger[#]] &, 73] (* Michael De Vlieger, Nov 17 2017 *)
PROG
(PARI)
A008475(n) = { my(f=factor(n)); vecsum(vector(#f~, i, f[i, 1]^f[i, 2])); };
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 28 2013
STATUS
approved