OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (18,-104,192).
FORMULA
From Mohammad K. Azarian, Dec 30 2008: (Start)
G.f.: 1/(1-4*x) + 1/(1-6*x) + 1/(1-8*x).
E.g.f.: exp(4*x) + exp(6*x) + exp(8*x). (End)
MATHEMATICA
Table[4^n + 6^n + 8^n, {n, 0, 20}]
LinearRecurrence[{18, -104, 192}, {3, 18, 116}, 20] (* Harvey P. Dale, Oct 16 2023 *)
PROG
(Magma) [4^n + 6^n + 8^n: n in [0..20]]; // Vincenzo Librandi, Aug 25 2011
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Robert G. Wilson v, Aug 23 2002
STATUS
approved