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!)
A307240 a(0) = 1; a(n) = Sum_{k=1..n} -lambda(k+1)*a(n-k), where lambda() is the Liouville function (A008836). 1
1, 1, 2, 2, 4, 4, 8, 10, 18, 22, 38, 50, 84, 114, 186, 256, 406, 570, 896, 1280, 1986, 2862, 4394, 6380, 9730, 14224, 21582, 31690, 47872, 70544, 106248, 157016, 235930, 349382, 523976, 777144, 1163882, 1728396, 2585802, 3843568, 5745510, 8546218, 12767232, 19001168 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f.: x / Sum_{k>=1} lambda(k)*x^k.
MATHEMATICA
a[0] = 1; a[n_] := a[n] = Sum[-LiouvilleLambda[k + 1] a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 43}]
nmax = 43; CoefficientList[Series[x/Sum[LiouvilleLambda[k] x^k, {k, 1, nmax + 1}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A187213 A022476 A347206 * A000013 A064484 A063776
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Mar 30 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 May 2 12:49 EDT 2024. Contains 372196 sequences. (Running on oeis4.)