OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (5,-4).
FORMULA
a(n) = 5*A002450(n+1).
G.f.: 5 / ( (1-x)*(1-4*x) ). - R. J. Mathar, Jun 26 2011
From G. C. Greubel, Oct 12 2022: (Start)
E.g.f.: (5/3)*(4*exp(4*x) - exp(x)). (End)
MATHEMATICA
Table[5*(4^(n+1) -1)/3, {n, 0, 40}]
PROG
(Magma) [5*(4^(n+1)-1)/3: n in [0..40]]; // Vincenzo Librandi, Jul 15 2011
(PARI) a(n)=20<<(2*n)\/3-2 \\ Charles R Greathouse IV, Jul 15 2011
(SageMath) [(5/3)*(2^(2*n+2)-1) for n in range(41)] # G. C. Greubel, Oct 12 2022
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Roger L. Bagula, Nov 02 2008
STATUS
approved