OFFSET
0,3
LINKS
INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 1048
Index entries for linear recurrences with constant coefficients, signature (3,0,1,-2).
FORMULA
G.f.: -(-1+2*x)/(1-3*x-x^3+2*x^4)
Recurrence: {a(1)=1, a(0)=1, a(2)=3, a(3)=10, 2*a(n)-a(n+1)-3*a(n+3)+a(n+4)=0}
Sum(-1/9247*(-382-2063*_alpha+26*_alpha^2+552*_alpha^3)*_alpha^(-1-n), _alpha=RootOf(1-3*_Z-_Z^3+2*_Z^4))
MAPLE
spec := [S, {S=Sequence(Prod(Union(Sequence(Union(Z, Z)), Prod(Z, Z)), Z))}, unlabeled ]: seq(combstruct[count ](spec, size=n), n=0..20);
MATHEMATICA
CoefficientList[Series[(1-2x)/(1-3x-x^3+2x^4), {x, 0, 40}], x] (* or *) LinearRecurrence[{3, 0, 1, -2}, {1, 1, 3, 10}, 40] (* Harvey P. Dale, Nov 02 2013 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
encyclopedia(AT)pommard.inria.fr, Jan 25 2000
EXTENSIONS
More terms from James A. Sellers, Jun 06 2000
STATUS
approved