OFFSET
0,2
LINKS
INRIA Algorithms Project, Encyclopedia of Combinatorial Structures 1036
Index entries for linear recurrences with constant coefficients, signature (3,4,-4).
FORMULA
MAPLE
spec := [S, {S=Sequence(Prod(Union(Z, Z, Sequence(Z)), Union(Z, Z)))}, unlabeled ]: seq(combstruct[count ](spec, size=n), n=0..20);
MATHEMATICA
CoefficientList[Series[(1-x)/(1-3x-4x^2+4x^3), {x, 0, 40}], x] (* or *) LinearRecurrence[{3, 4, -4}, {1, 2, 10}, 40] (* Harvey P. Dale, Dec 01 2016 *)
PROG
(PARI) Vec((1-x)/(1-3*x-4*x^2+4*x^3)+O(x^25)) \\ Bruce Nye, Jan 23 2026
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
INRIA Encyclopedia of Combinatorial Structures, Jan 25 2000
EXTENSIONS
More terms from James Sellers, Jun 06 2000
STATUS
approved
