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