OFFSET
1,2
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
Index entries for linear recurrences with constant coefficients, signature (8,0,1,-8).
FORMULA
G.f.: x*(1+x+2*x^2) / ( (x-1)*(8*x-1)*(1+x+x^2) ). - R. J. Mathar, Apr 29 2015
MATHEMATICA
Module[{nn=20, b8}, b8=PadRight[{}, nn, {1, 1, 2}]; Table[FromDigits[Take[ b8, n], 8], {n, nn}]] (* Harvey P. Dale, Jan 15 2015 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
EXTENSIONS
Corrected by Franklin T. Adams-Watters, Oct 25 2006
STATUS
approved