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