OFFSET
1,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..100
Index entries for linear recurrences with constant coefficients, signature (5,5).
FORMULA
G.f.: 5*x*(1-4*x)/(1-5*x-5*x^2). - Bruno Berselli, May 24 2011
a(n) = 5*A188168(n). - R. J. Mathar, Feb 13 2020
MATHEMATICA
LinearRecurrence[{5, 5}, {5, 5}, 40]
PROG
(Maxima) a[1]:5$ a[2]:5$ a[n]:=5*a[n-1]+5*a[n-2]$ makelist(a[n], n, 1, 23); /* Bruno Berselli, May 24 2011 */
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Harvey P. Dale, Apr 26 2011
STATUS
approved