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

A097116
Expansion of (1-x)/((1-x)^2-3x^3).
1
1, 1, 1, 4, 10, 19, 40, 91, 199, 427, 928, 2026, 4405, 9568, 20809, 45265, 98425, 214012, 465394, 1012051, 2200744, 4785619, 10406647, 22629907, 49210024, 107010082, 232699861, 506019712, 1100369809, 2392819489, 5203328305
OFFSET
0,4
FORMULA
G.f. : (1-x)/(1-2x+x^2-3x^3); a(n)=2a(n-1)-a(n-2)+3a(n-3); a(n)=sum{k=0..floor(n/2), binomial(n-k, 2k)3^k }.
CROSSREFS
Sequence in context: A363617 A008118 A301160 * A155380 A155445 A133952
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Jul 25 2004
STATUS
approved