login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A029880
Inverse binomial transform of Thue-Morse sequence A001285.
0
1, 1, -1, 0, 3, -10, 24, -48, 83, -126, 170, -208, 240, -272, 272, 0, -1453, 6698, -22050, 60896, -148430, 326404, -653280, 1188640, -1939568, 2730976, -2946256, 1085760, 5849808, -22935520, 57106944, -114213888, 188997203
OFFSET
0,5
LINKS
MATHEMATICA
Join[{1}, Table[Differences[Table[ThueMorse[n], {n, 0, m}], m][[1]], {m, 1, 10}]] (* Robert P. P. McKone, Dec 18 2020 *)
CROSSREFS
Sequence in context: A272953 A259443 A293405 * A144413 A033811 A062446
KEYWORD
sign
AUTHOR
STATUS
approved