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!)
A307837 a(1) = 1; a(n+1) = Sum_{d|n} lambda(d)*a(d), where lambda = Liouville function (A008836). 0
1, 1, 0, 1, 1, 0, 0, 1, 0, 1, 0, 1, 0, 1, 1, 1, 1, 0, 0, 1, 0, 1, 1, 0, -1, -1, -1, 2, 0, 1, 0, 1, 0, 1, 0, 0, 0, 1, 1, 2, 1, 0, 1, 0, 2, -1, -2, 3, -3, -2, 1, 1, -1, 2, 3, 3, 2, 3, 3, -2, -3, 4, 4, -3, -3, -3, 4, -3, 4, 4, -3, 4, -5, 6, 6, -6, 8, 9, -9, 10, -8, -6, -7, 8, 7, 6, 5, 6, 7, -6, -8, -7, 6, 7, 9, 9, 5, -4, 2, -1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,28
LINKS
FORMULA
G.f.: x * (1 + Sum_{n>=1} lambda(n)*a(n)*x^n/(1 - x^n)).
MATHEMATICA
a[n_] := a[n] = Sum[LiouvilleLambda[d] a[d], {d, Divisors[n - 1]}]; a[1] = 1; Table[a[n], {n, 1, 100}]
a[n_] := a[n] = SeriesCoefficient[x (1 + Sum[LiouvilleLambda[k] a[k] x^k/(1 - x^k), {k, 1, n - 1}]), {x, 0, n}]; Table[a[n], {n, 1, 100}]
CROSSREFS
Sequence in context: A365545 A342770 A341519 * A123671 A191261 A355745
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, May 01 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 19 23:40 EDT 2024. Contains 371798 sequences. (Running on oeis4.)