A163109 a(n) = phi(tau(n)).
1, 1, 1, 2, 1, 2, 1, 2, 2, 2, 1, 2, 1, 2, 2, 4, 1, 2, 1, 2, 2, 2, 1, 4, 2, 2, 2, 2, 1, 4, 1, 2, 2, 2, 2, 6, 1, 2, 2, 4, 1, 4, 1, 2, 2, 2, 1, 4, 2, 2, 2, 2, 1, 4, 2, 4, 2, 2, 1, 4, 1, 2, 2, 6, 2, 4, 1, 2, 2, 4, 1, 4, 1, 2, 2, 2, 2, 4, 1, 4, 4, 2, 1, 4, 2, 2, 2, 4, 1, 4, 2, 2, 2, 2, 2, 4, 1, 2, 2, 6, 1, 4, 1, 4, 4
Offset: 1
Examples
a(16) = a(2^(5-1)) = 5-1 = 4.
Links
Programs
-
Mathematica
Table[EulerPhi[DivisorSigma[0, n]], {n, 1, 80}] (* Carl Najafi, Aug 15 2011 *)
-
PARI
a(n) = eulerphi(numdiv(n)); \\ Michel Marcus, Aug 22 2015
Formula
Extensions
More terms from Carl Najafi, Aug 15 2011
Further extended by Antti Karttunen, Jul 23 2017