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!)
A357475 Expansion of Product_{k>=1} 1 / (1 + x^k)^Fibonacci(k). 2
1, -1, 0, -2, 0, -3, 0, -4, 2, -5, 8, 0, 26, 19, 74, 74, 195, 221, 464, 560, 1042, 1258, 2154, 2536, 3997, 4341, 6152, 5204, 5447, -1617, -10790, -39710, -83915, -181639, -336564, -633844, -1108334, -1952371, -3293590, -5568202, -9148916, -15017471, -24144556, -38697396, -61005748, -95708150 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Convolution inverse of A261050.
LINKS
FORMULA
a(n) = Sum_{k=0..n} (-1)^k * A337009(n,k). - Alois P. Heinz, Apr 30 2023
MATHEMATICA
nmax = 45; CoefficientList[Series[Product[1/(1 + x^k)^Fibonacci[k], {k, 1, nmax}], {x, 0, nmax}], x]
a[0] = 1; a[n_] := a[n] = (1/n) Sum[Sum[(-1)^(k/d) d Fibonacci[d], {d, Divisors[k]}] a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 45}]
CROSSREFS
Sequence in context: A318518 A008808 A008820 * A066682 A239968 A362369
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 August 29 23:34 EDT 2024. Contains 375520 sequences. (Running on oeis4.)