OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..300
Index entries for linear recurrences with constant coefficients, signature (17,-66).
FORMULA
a(n) = 17*a(n-1) - 66*a(n-2). Vincenzo Librandi, Jun 02 2011
From Stefano Spezia, Dec 17 2022: (Start)
O.g.f.: 5*x/((1 - 6*x)*(1 - 11*x)).
E.g.f.: exp(6*x)*(exp(5*x) - 1). (End)
MATHEMATICA
Table[11^n-6^n, {n, 0, 30}] (* or *) LinearRecurrence[{17, -66}, {0, 5}, 30] (* Harvey P. Dale, Jul 17 2019 *)
PROG
(Magma) [11^n-6^n: n in [0..30]]; // Vincenzo Librandi, Jun 02 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, May 20 2008
STATUS
approved