OFFSET
0,2
COMMENTS
Let T_n denote the n X n matrix with T_n(i,j) = 9^abs(i-j); then a(n) = abs(det(T_(n+1))). - Lechoslaw Ratajczak, Jun 17 2021
LINKS
FORMULA
From Elmo R. Oliveira, Aug 14 2024: (Start)
G.f.: 1/(1-80*x).
E.g.f.: exp(80*x).
a(n) = 80*a(n-1), n > 0. (End)
PROG
(PARI) a(n)=80^n \\ Charles R Greathouse IV, Jun 19 2015
(PARI) powers(80, 8) \\ Charles R Greathouse IV, Jun 19 2015
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Anders Wallberg, Jun 18 2015
EXTENSIONS
a(13)-a(15) from Elmo R. Oliveira, Aug 14 2024
STATUS
approved