OFFSET
1,2
MAPLE
A211932 := proc(n)
local a, m;
a := 0 ;
for m from 1 to n do
if gcd(m, n) > 1 then
a := a+numtheory[tau](m) ;
end if;
end do:
a ;
end proc: # R. J. Mathar, Aug 08 2012
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Naohiro Nomoto, Aug 05 2012
STATUS
approved