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