OFFSET
0,2
LINKS
FORMULA
G.f.: (1-x)/(1-3*x-3*x^2).
MATHEMATICA
LinearRecurrence[{3, 3}, {1, 2}, 30] (* Harvey P. Dale, Aug 03 2020 *)
PROG
(PARI) Vec((1-x)/(1-3*x-3*x^2)+O(x^99)) \\ Charles R Greathouse IV, Jan 31 2012
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Philippe Deléham, Dec 14 2011
STATUS
approved