OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..300
Index entries for linear recurrences with constant coefficients, signature (0,36).
FORMULA
a(n) = (5*6^n+(-6)^n)/6.
G.f.: (1+4*x)/((1+6*x)*(1-6*x)).
E.g.f.: (5*exp(6*x)+exp(-6*x))/6.
a(n) = 36*a(n-2). - Wesley Ivan Hurt, Jun 24 2021
MATHEMATICA
CoefficientList[Series[(1+4x)/((1+6x)(1-6x)), {x, 0, 50}], x] (* Harvey P. Dale, Mar 01 2011 *)
PROG
(Magma) [(5*6^n+(-6)^n)/6: n in [0..25]]; // Vincenzo Librandi, Jun 29 2011
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Apr 23 2003
STATUS
approved