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^3) ) / ( (x-1)*(6*x-1)*(1+x)*(1+x^2) ). - R. J. Mathar, Oct 14 2015
MATHEMATICA
Module[{nn=20, pr}, pr=PadRight[{}, nn, {2, 1, 0, 3}]; Table[ FromDigits[ Take[ pr, n], 6], {n, nn}]] (* Harvey P. Dale, Jun 07 2016 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
STATUS
approved