OFFSET
1,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (11,-11,11,-10).
FORMULA
G.f.: x*(3-2*x+2*x^2) / ( (x-1)*(10*x-1)*(x^2+1) ). - R. J. Mathar, Aug 04 2013
MATHEMATICA
nn=20; With[{c=PadRight[{}, nn, {3, 1, 0, 2}]}, Table[FromDigits[Take[c, n]], {n, nn}]] (* Harvey P. Dale, May 26 2012 *)
PROG
(PARI) Vec(x*(3-2*x+2*x^2)/((x-1)*(10*x-1)*(x^2+1)) + O(x^25)) \\ Jinyuan Wang, Apr 14 2020
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
EXTENSIONS
More terms from Harvey P. Dale, May 26 2012
STATUS
approved