OFFSET
1,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (10,0,0,1,-10).
FORMULA
G.f.: x*(3+2*x+x^2) / ( (x-1)*(10*x-1)*(1+x)*(x^2+1) ). - R. J. Mathar, Aug 04 2013
MATHEMATICA
Table[FromDigits[PadRight[{}, n, {3, 2, 1, 0}]], {n, 20}] (* or *) LinearRecurrence[ {10, 0, 0, 1, -10}, {3, 32, 321, 3210, 32103}, 20] (* Harvey P. Dale, Apr 06 2017 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
STATUS
approved