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!)
A357524 Expansion of Product_{k>=1} 1 / (1 + mu(k)*x^k). 2
1, -1, 2, -1, 2, 0, 1, 2, 0, 3, 0, 4, 1, 4, 2, 4, 4, 4, 5, 6, 6, 6, 8, 8, 10, 9, 11, 12, 13, 14, 17, 17, 20, 19, 23, 24, 28, 27, 30, 34, 34, 40, 41, 47, 48, 50, 56, 62, 64, 71, 72, 80, 85, 91, 99, 104, 113, 112, 128, 135, 147, 153, 159, 176, 180, 196, 210, 220, 233, 240, 264 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
nmax = 70; CoefficientList[Series[Product[1/(1 + MoebiusMu[k] x^k), {k, 1, nmax}], {x, 0, nmax}], x]
a[0] = 1; a[n_] := a[n] = (1/n) Sum[Sum[d (-MoebiusMu[d])^(k/d), {d, Divisors[k]}] a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 70}]
CROSSREFS
Sequence in context: A135387 A321104 A127442 * A115628 A114002 A114004
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Oct 02 2022
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 19 17:38 EDT 2024. Contains 371797 sequences. (Running on oeis4.)