A074623 a(n) = 7^n + 9^n.
2, 16, 130, 1072, 8962, 75856, 649090, 5606512, 48811522, 427774096, 3769259650, 33358386352, 296270823682, 2638754838736, 23555015527810, 210638693604592, 1886253119421442, 16909812213653776, 151723048894909570
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (16,-63).
Crossrefs
Programs
-
Mathematica
Table[7^n + 9^n, {n, 0, 20}] LinearRecurrence[{16,-63},{2,16},30] (* Harvey P. Dale, Aug 22 2015 *)
Formula
From Mohammad K. Azarian, Jan 11 2009: (Start)
G.f.: 1/(1-7*x) + 1/(1-9*x).
E.g.f.: exp^(7*x) + exp^(9*x). (End)
a(n) = 16*a(n-1) - 63*a(n-2) with a(0)=2, a(1)=16. - Vincenzo Librandi, Jul 21 2010
Comments