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