OFFSET
1,2
COMMENTS
Sopf(n) is the sum of the distinct primes dividing n (A008472).
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..20000
FORMULA
MATHEMATICA
Table[Total[Select[Divisors[Plus @@ First[Transpose[FactorInteger[n]]]], EvenQ[#] &]], {n, 100}]
PROG
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Michel Lagneau, Jul 29 2011
STATUS
approved