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!)
A321236 a(n) = Sum_{d|n} mu(d)^2*d^n. 1
1, 5, 28, 17, 3126, 47450, 823544, 257, 19684, 10009766650, 285311670612, 2177317874, 302875106592254, 11112685048647250, 437893920912786408, 65537, 827240261886336764178, 101560344351050, 1978419655660313589123980, 100000095367432689202 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: Sum_{k>=1} mu(k)^2*(k*x)^k/(1 - (k*x)^k).
a(n) = Product_{p|n, p prime} (1 + p^n).
MATHEMATICA
Table[Sum[MoebiusMu[d]^2 d^n, {d, Divisors[n]}], {n, 20}]
nmax = 20; Rest[CoefficientList[Series[Sum[MoebiusMu[k]^2 (k x)^k/(1 - (k x)^k), {k, 1, nmax}], {x, 0, nmax}], x]]
Table[Product[1 + Boole[PrimeQ[d]] d^n, {d, Divisors[n]}], {n, 20}]
PROG
(PARI) a(n) = sumdiv(n, d, moebius(d)^2*d^n) \\ Andrew Howroyd, Nov 06 2018
CROSSREFS
Sequence in context: A351749 A016087 A347251 * A351774 A344579 A345263
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Nov 06 2018
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 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)