The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A174476 a(n) = Sum_{d|n} d^phi(d). 2

%I #6 Jun 07 2021 22:07:23

%S 1,3,10,19,626,48,117650,4115,531451,10628,25937424602,20800,

%T 23298085122482,7647188,2562891260,4294971411,48661191875666868482,

%U 34543713,104127350297911241532842,25600010644,7355827511504300

%N a(n) = Sum_{d|n} d^phi(d).

%C phi(n) = A000010(n) = Euler totient function of n.

%F Logarithmic derivative of A174475.

%t dph[n_]:=Module[{divs=Divisors[n]},Total[divs^EulerPhi[divs]]]; Array[ dph,30] (* _Harvey P. Dale_, Oct 05 2014 *)

%o (PARI) {a(n)=sumdiv(n,d,d^eulerphi(d))}

%Y Cf. A174475, A000010 (phi).

%Y Cf. A344484.

%K nonn

%O 1,2

%A _Paul D. Hanna_, Apr 04 2010

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 May 14 20:39 EDT 2024. Contains 372533 sequences. (Running on oeis4.)