OFFSET
1,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (8,0,1,-8).
FORMULA
G.f.: ( x*(2+x+3*x^2) ) / ( (x-1)*(8*x-1)*(1+x+x^2) ). - R. J. Mathar, Nov 21 2011
MATHEMATICA
With[{c=PadLeft[{}, 21, {2, 1, 3}]}, FromDigits[#, 8]&/@ Table[Take[c, n], {n, 20}]] (* Harvey P. Dale, Sep 30 2011 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
STATUS
approved