OFFSET
1,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (5,0,1,-5).
FORMULA
G.f.: x*(3+2*x) / ( (x-1)*(5*x-1)*(1+x+x^2) ). - R. J. Mathar, Apr 30 2015
MATHEMATICA
Module[{nn=30, t}, t=PadRight[{}, nn, {3, 2, 0}]; Table[FromDigits[Take[t, n], 5], {n, nn}]] (* Harvey P. Dale, Dec 18 2012 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
STATUS
approved