A013910 a(n) = 24^(5*n + 1).
24, 191102976, 1521681143169024, 12116574790945106558976, 96479729228174488169059713024, 768231807465763655682670928358014976, 6117141027690268863066571918245810640257024
Offset: 0
Keywords
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).
Crossrefs
Cf. A009968.
Programs
-
Magma
[24^(5*n+1): n in [0..10]]; // Vincenzo Librandi, May 29 2011
-
Mathematica
NestList[7962624#&,24,10] (* Harvey P. Dale, Jul 25 2019 *)
Formula
a(n) = 7962624*a(n-1), a(0)=24, where 7962624 = 24^5. - Vincenzo Librandi, May 29 2011
G.f.: 24/(1 - 7962624*x). - Stefano Spezia, Sep 09 2018
E.g.f.: 24*exp(7962624*x). - Alejandro J. Becerra Jr., May 18 2021