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!)
A307653 a(n) = Sum_{d|n} mu(d) * d^d. 3
1, -3, -26, -3, -3124, 46626, -823542, -3, -26, 9999996872, -285311670610, 46626, -302875106592252, 11112006824734470, 437893890380856224, -3, -827240261886336764176, 46626, -1978419655660313589123978, 9999996872, 5842587018385982521380300852 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(prime(n)^m) = 1 - prime(n)^prime(n) = -A088730(n) for m > 0.
G.f.: Sum_{k>=1} mu(k)*k^k*x^k/(1 - x^k). - Ilya Gutkovskiy, Apr 20 2019
EXAMPLE
a(6) = 1 - 2^2 - 3^3 + 6^6 = 46626.
MATHEMATICA
Array[DivisorSum[#, MoebiusMu[#]*#^# &] &, 21] (* Michael De Vlieger, Apr 21 2019 *)
PROG
(PARI) {a(n) = sumdiv(n, d, moebius(d)*d^d)}
CROSSREFS
Sequence in context: A144788 A182135 A307654 * A326610 A221616 A321222
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 20 2019
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 11:24 EDT 2024. Contains 371967 sequences. (Running on oeis4.)