OFFSET
1,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (5,0,1,-5).
FORMULA
G.f.: x*(x+2)*(1+x) / ( (x-1)*(5*x-1)*(1+x+x^2) ). - R. J. Mathar, Nov 21 2011
MATHEMATICA
Table[FromDigits[PadRight[{}, n, {2, 3, 1}], 5], {n, 30}] (* or *) LinearRecurrence[ {5, 0, 1, -5}, {2, 13, 66, 332}, 30] (* Harvey P. Dale, Jul 06 2020 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
STATUS
approved