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

A096883
Expansion of (1+10x)/(1-101x^2).
1
1, 10, 101, 1010, 10201, 102010, 1030301, 10303010, 104060401, 1040604010, 10510100501, 105101005010, 1061520150601, 10615201506010, 107213535210701, 1072135352107010, 10828567056280801, 108285670562808010
OFFSET
0,2
FORMULA
a(n)=9a(n-1)+10a(n-2)+101^floor((n-2)/2); a(n)=sum{k=0..floor(n/2), binomial(floor(n/2), k)10^(n-2k) }.
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Jul 14 2004
STATUS
approved