login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A126775 a(n) = phi(n)^2 * d(n) = A000010(n)^2 * A000005(n). 0
1, 2, 8, 12, 32, 16, 72, 64, 108, 64, 200, 96, 288, 144, 256, 320, 512, 216, 648, 384, 576, 400, 968, 512, 1200, 576, 1296, 864, 1568, 512, 1800, 1536, 1600, 1024, 2304, 1296, 2592, 1296, 2304, 2048, 3200, 1152, 3528, 2400, 3456, 1936, 4232, 2560, 5292, 2400 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Multiplicative with a(p^e) = (e+1)*(p-1)^2*p^(2*e-2). - Amiram Eldar, Dec 29 2022
MATHEMATICA
Table[EulerPhi[n]^2 DivisorSigma[0, n], {n, 50}] (* Harvey P. Dale, Dec 05 2012 *)
PROG
(Magma) [ EulerPhi(n)*EulerPhi(n)*NumberOfDivisors(n) : n in [1..100] ];
CROSSREFS
Sequence in context: A265736 A047174 A048074 * A306898 A069185 A037197
KEYWORD
easy,nonn,mult
AUTHOR
Jonathan Vos Post, May 27 2007
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)