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”).

A101623
Modular binomial transform of 10^n.
1
1, 1, 11, 1, 111, 101, 1011, 1, 10111, 10101, 111011, 10001, 1100111, 1000101, 10001011, 1, 100010111, 100010101, 1100111011, 100010001, 11101100111, 10101000101, 101110001011, 100000001, 1011000010111, 1010000010101
OFFSET
0,3
COMMENTS
A101624 in binary.
FORMULA
a(n)=sum{k=0..floor(n/2), mod(binomial(n-k, k), 2)*10^k}.
a(n)=sum{k=0..n, mod(binomial(k, n-k), 2)10^(n-k)};
CROSSREFS
Sequence in context: A290420 A278952 A120449 * A336036 A280330 A279937
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Dec 10 2004
STATUS
approved