OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
Index entries for linear recurrences with constant coefficients, signature (9,-18).
FORMULA
From Mohammad K. Azarian, Jan 11 2009: (Start)
G.f.: 1/(1-3*x) + 1/(1-6*x).
E.g.f.: exp(3*x) + exp(6*x). (End)
a(n) = 9*a(n-1) - 18*a(n-2) with a(0)=2, a(1)=9. - Vincenzo Librandi, Jul 21 2010
G.f.: G(0), where G(k)= 1 + 2^k/(1 - 3*x/(3*x + 2^k/G(k+1) )); (continued fraction). - Sergei N. Gladkovskii, Jul 22 2013
MATHEMATICA
Table[3^n + 6^n, {n, 0, 25}]
PROG
(Magma) [3^n + 6^n: n in [0..35]]; // Vincenzo Librandi, Apr 30 2011
(SageMath) [3^n+6^n for n in range(41)] # G. C. Greubel, Jan 14 2024
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Robert G. Wilson v, Aug 25 2002
STATUS
approved