Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A344484 a(n) = Sum_{d|n} d^phi(n/d). 1
1, 3, 4, 7, 6, 14, 8, 17, 19, 32, 12, 48, 14, 86, 122, 57, 18, 137, 20, 328, 800, 1058, 24, 250, 651, 4136, 838, 4252, 30, 1804, 32, 625, 59204, 65588, 18062, 4557, 38, 262202, 531650, 5394, 42, 51790, 44, 1049788, 29018, 4194374, 48, 8906, 117699, 1059277, 43047062 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
If p is prime, a(p) = Sum_{d|p} d^phi(p/d) = 1^(p-1) + p^1 = p + 1.
LINKS
EXAMPLE
a(6) = Sum_{d|6} d^phi(6/d) = 1^phi(6) + 2^phi(3) + 3^phi(2) + 6^phi(1) = 14.
MATHEMATICA
Table[Sum[k^EulerPhi[n/k^(1 - Ceiling[n/k] + Floor[n/k])] (1 - Ceiling[n/k] + Floor[n/k]), {k, n}], {n, 80}]
PROG
(PARI) a(n) = sumdiv(n, d, d^eulerphi(n/d)); \\ Michel Marcus, May 21 2021
CROSSREFS
Sequence in context: A215509 A053480 A258052 * A241448 A323243 A346193
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, May 20 2021
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 September 11 17:54 EDT 2024. Contains 375839 sequences. (Running on oeis4.)