OFFSET
0,1
COMMENTS
Up to signs, the ninth inverse binomial transform of 2^n+delta(n,0), where delta is the Kronecker delta function. - John M. Campbell, Jul 29 2018
LINKS
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
MATHEMATICA
Table[7^n + 9^n, {n, 0, 20}]
LinearRecurrence[{16, -63}, {2, 16}, 30] (* Harvey P. Dale, Aug 22 2015 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Robert G. Wilson v, Aug 26 2002
STATUS
approved