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!)
A343188 a(1) = a(2) = a(3) = 1; a(n+3) = Sum_{d|n} mu(n/d) * a(d). 2
1, 1, 1, 1, 0, 0, 0, -1, -1, -1, -2, -2, -1, -3, -2, -2, -3, -2, -1, -4, 0, -2, -3, 0, 0, -4, 4, 0, -3, 5, 3, -4, 9, 2, -2, 11, 5, -1, 15, 4, 0, 16, 10, -1, 20, 9, 1, 24, 12, 0, 25, 12, 1, 28, 16, 0, 25, 19, 2, 26, 22, 1, 26, 21, -2, 28, 25, 0, 20, 24, -2, 23, 30, -3, 10 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,11
LINKS
MATHEMATICA
a[1] = a[2] = a[3] = 1; a[n_] := a[n] = Sum[MoebiusMu[(n - 3)/d] a[d], {d, Divisors[n - 3]}]; Table[a[n], {n, 75}]
CROSSREFS
Sequence in context: A039996 A039994 A348485 * A326394 A228425 A316842
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Apr 07 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 July 3 10:05 EDT 2024. Contains 373972 sequences. (Running on oeis4.)