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