A062816 a(n) = phi(n)*tau(n) - 2n = A000010(n)*A000005(n) - 2*n.
-1, -2, -2, -2, -2, -4, -2, 0, 0, -4, -2, 0, -2, -4, 2, 8, -2, 0, -2, 8, 6, -4, -2, 16, 10, -4, 18, 16, -2, 4, -2, 32, 14, -4, 26, 36, -2, -4, 18, 48, -2, 12, -2, 32, 54, -4, -2, 64, 28, 20, 26, 40, -2, 36, 50, 80, 30, -4, -2, 72, -2, -4, 90, 96, 62, 28, -2, 56, 38, 52, -2, 144, -2, -4, 90, 64, 86, 36, -2, 160, 108, -4, -2, 120, 86, -4
Offset: 1
Keywords
Links
- Harry J. Smith, Table of n, a(n) for n = 1..2000
Crossrefs
Programs
-
Mathematica
Table[EulerPhi[n]DivisorSigma[0,n]-2n,{n,90}] (* Harvey P. Dale, Feb 03 2021 *)
-
PARI
a(n)={eulerphi(n)*numdiv(n) - 2*n} \\ Harry J. Smith, Aug 11 2009
Formula
a(n) = A062355(n) - 2*n. - Amiram Eldar, Jul 10 2024
Extensions
Offset changed from 0 to 1 by Harry J. Smith, Aug 11 2009
Comments