A163378 a(n) = sigma(phi(tau(n))).
1, 1, 1, 3, 1, 3, 1, 3, 3, 3, 1, 3, 1, 3, 3, 7, 1, 3, 1, 3, 3, 3, 1, 7, 3, 3, 3, 3, 1, 7, 1, 3, 3, 3, 3, 12, 1, 3, 3, 7, 1, 7, 1, 3, 3, 3, 1, 7, 3, 3, 3, 3, 1, 7, 3, 7, 3, 3, 1, 7, 1, 3, 3, 12, 3, 7, 1, 3, 3, 7, 1, 7, 1, 3, 3, 3, 3, 7, 1, 7, 7, 3, 1, 7, 3, 3
Offset: 1
Keywords
Links
- G. C. Greubel, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
Table[DivisorSigma[1,EulerPhi[DivisorSigma[0,n]]],{n,100}] (* Harvey P. Dale, Jun 21 2016 *)
-
PARI
vector(100, n, sigma(eulerphi(numdiv(n)))) \\ G. C. Greubel, Dec 20 2016
Extensions
More terms from Harvey P. Dale, Jun 21 2016