OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..300
Index entries for linear recurrences with constant coefficients, signature (15,-44).
FORMULA
a(n) = 15*a(n-1) - 44*a(n-2). - Vincenzo Librandi, Jun 02 2011
MATHEMATICA
Table[11^n-4^n, {n, 0, 30}] (* or *) LinearRecurrence[{15, -44}, {0, 7}, 30] (* Harvey P. Dale, Dec 10 2013 *)
PROG
(Magma) [11^n-4^n: n in [0..30]]; // Vincenzo Librandi, Jun 02 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, May 20 2008
STATUS
approved