OFFSET
0,6
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..5000
Eric Weisstein's World of Mathematics, Thue-Morse sequence.
MATHEMATICA
A000931 := LinearRecurrence[{0, 1, 1}, {1, 0, 0}, 500]; Table[A000931[[n + 5]] - ThueMorse[n], {n, 0, 100}] (* G. C. Greubel, Jan 14 2018 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Roger L. Bagula and Gary W. Adamson, Jul 01 2008
EXTENSIONS
Definition simplified, indices clarified, references converted to links, Nov 16 2010
STATUS
approved