The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A308986 Expansion of Product_{k>=0} 1/(1 + 2*x^(2^k)). 2
1, -2, 2, -4, 10, -20, 36, -72, 154, -308, 596, -1192, 2420, -4840, 9608, -19216, 38586, -77172, 154036, -308072, 616740, -1233480, 2465768, -4931536, 9865492, -19730984, 39457128, -78914256, 157838120, -315676240, 631333264, -1262666528, 2525371642, -5050743284 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Convolution inverse of A001316.
LINKS
FORMULA
a(0) = 1; a(n) = -Sum_{k=1..n} 2^A000120(k) * a(n-k).
MATHEMATICA
nmax = 33; CoefficientList[Series[Product[1/(1 + 2 x^(2^k)), {k, 0, Floor[Log[2, nmax]] + 1}], {x, 0, nmax}], x]
a[0] = 1; a[n_] := a[n] = -Sum[2^DigitCount[k, 2, 1] a[n - k], {k, 1, n}]; Table[a[n], {n, 0, 33}]
CROSSREFS
Sequence in context: A002082 A005304 A152732 * A100088 A217212 A025244
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Jul 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 May 13 21:06 EDT 2024. Contains 372522 sequences. (Running on oeis4.)