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

A124281
Expansion of 1/(1-x-2*x^2+2*x^3-2*x^4).
0
1, 1, 3, 3, 9, 11, 29, 39, 93, 135, 301, 463, 981, 1575, 3213, 5327, 10565, 17943, 34845, 60255, 115189, 201895, 381453, 675375, 1264869, 2256503, 4198397, 7532415, 13945941, 25126983, 46350829, 83777743, 154117317, 279225111
OFFSET
0,3
FORMULA
a(n)=sum{k=0..floor(n/2), sum{j=0..n-2k, C(j,n-2k-j)C(k,n-2k-j)*2^k}}
CROSSREFS
Cf. A124280.
Sequence in context: A360244 A360242 A005296 * A351869 A320293 A146153
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Oct 24 2006
STATUS
approved