OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
Index entries for linear recurrences with constant coefficients, signature (16,-79,120).
FORMULA
From Mohammad K. Azarian, Dec 30 2008: (Start)
G.f.: 1/(1-3*x) + 1/(1-5*x) + 1/(1-8*x).
E.g.f.: exp(3*x) + exp(5*x) + exp(8*x). (End)
a(n) = 16*a(n-1) - 79*a(n-2) + 120*a(n-3).
MATHEMATICA
Table[3^n + 5^n + 8^n, {n, 0, 20}]
PROG
(Magma) [3^n + 5^n + 8^n: n in [0..30]]; // Vincenzo Librandi, Jun 13 2011
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Robert G. Wilson v, Aug 23 2002
STATUS
approved