OFFSET
0,1
COMMENTS
Not the characteristic function of A047564, as it does not contain 256, although here a(256) = 1. - Antti Karttunen, Oct 18 2018
LINKS
FORMULA
a(0) = 0; and for n > 0, if a(A000523(n)) is 0, then a(n) = 1, otherwise a(n) = a(n-(2^A000523(n))) = a(A053645(n)). - Antti Karttunen, Oct 22 2018
EXAMPLE
a(2) = 0. So terms a(4) through a(7) are each equal to 1.
a(3) = 1, so terms a(8) through a(15) are the same as terms a(0) through a(7).
From Antti Karttunen, Oct 22 2018: (Start)
For n = 256 = 2^8, a(8) = 0, thus a(256) = 1.
For n = 2^64, a(64) = 0, thus a(2^64) = 1. (End)
PROG
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Leroy Quet, Mar 14 2006
STATUS
approved