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