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