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

A139806
a(n)=a(n-1)+a(n-2)+a(n-3)+2a(n-4), a(0)=1, a(1)=3, a(2)=7, a(3)=15.
1
1, 3, 7, 15, 27, 55, 111, 223, 443, 887, 1775, 3551, 7099, 14199, 28399, 56799, 113595, 227191, 454383, 908767, 1817531, 3635063, 7270127, 14540255, 29080507, 58161015, 116322031, 232644063, 465288123, 930576247, 1861152495, 3722304991, 7444609979, 14889219959
OFFSET
0,2
FORMULA
G.f. ( -1-2*x-3*x^2-4*x^3 ) / ( (2*x-1)*(1+x)*(x^2+1) ). - R. J. Mathar, Feb 06 2011
CROSSREFS
Sequence in context: A147127 A146726 A146228 * A143701 A147638 A343440
KEYWORD
nonn,easy
AUTHOR
Paul Curtz, May 23 2008
STATUS
approved