A013911 a(n) = 24^(5*n + 2).
576, 4586471424, 36520347436056576, 290797794982682557415424, 2315513501476187716057433112576, 18437563379178327736384102280592359424, 146811384664566452713597726037899455366168576, 1169003855003308785972158379694803112885582691303424
Offset: 0
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+2): n in [0..10]]; // Vincenzo Librandi, May 30 2011
-
PARI
a(n)=24^(5*n+2) \\ Charles R Greathouse IV, May 30 2011
Formula
a(n) = 7962624*a(n-1), a(0)=576, where 7962624 = 24^5 and 576=24^2. - Vincenzo Librandi, May 30 2011
E.g.f.: 576*exp(7962624*x). - Alejandro J. Becerra Jr., May 18 2021