OFFSET
1,1
LINKS
Index entries for linear recurrences with constant coefficients, signature (9,0,1,-9).
FORMULA
G.f.: x*(x+2)*(1+x) / ( (x-1)*(9*x-1)*(1+x+x^2) ). - R. J. Mathar, Nov 21 2011
MATHEMATICA
Module[{nn=30, b9}, b9=PadRight[{}, nn, {2, 3, 1}]; Table[FromDigits[ Take[ b9, n], 9], {n, nn}]] (* or *) LinearRecurrence[{9, 0, 1, -9}, {2, 21, 190, 1712}, 30] (* Harvey P. Dale, May 21 2014 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
More terms from Harvey P. Dale, May 21 2014
STATUS
approved