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