[go: up one dir, main page]

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!)
A329099 Expansion of 1 / (1 + Sum_{k>=1} mu(k)^2 * x^k). 0
1, -1, 0, 0, 1, -2, 1, 0, 2, -4, 2, 0, 4, -10, 7, 0, 7, -23, 22, -6, 14, -51, 59, -24, 31, -113, 152, -80, 66, -244, 383, -253, 166, -521, 930, -746, 460, -1133, 2219, -2082, 1314, -2494, 5208, -5607, 3788, -5622, 12037, -14608, 10830, -13145, 27618, -37089, 30350, -31914, 63248, -92290 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
G.f.: 1 / (1 + Sum_{k>=1} x^A005117(k)).
MATHEMATICA
nmax = 55; CoefficientList[Series[1/(1 + Sum[MoebiusMu[k]^2 x^k, {k, 1, nmax}]), {x, 0, nmax}], x]
a[0] = 1; a[n_] := a[n] = -Sum[Boole[SquareFreeQ[k]] a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 55}]
CROSSREFS
Sequence in context: A226075 A279226 A108354 * A329686 A261615 A146162
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Nov 04 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 August 30 10:14 EDT 2024. Contains 375532 sequences. (Running on oeis4.)