OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..50
Tanya Khovanova, Recursive Sequences
Index entries for linear recurrences with constant coefficients, signature (7962624).
FORMULA
a(n) = 7962624*a(n-1), a(0)=331776. - Vincenzo Librandi, May 30 2011
G.f.: 331776/(1 - 7962624*x). - Stefano Spezia, Sep 09 2018
E.g.f.: 331776*exp(7962624*x). - Alejandro J. Becerra Jr., Jun 27 2021
MATHEMATICA
24^(5Range[0, 10]+4) (* Harvey P. Dale, Apr 26 2011 *)
PROG
(Magma) [24^(5*n+4): n in [0..10]]; // Vincenzo Librandi, May 30 2011
(PARI) a(n)=24^(5*n+4) \\ Charles R Greathouse IV, May 30 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved