OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
Tanya Khovanova, Recursive Sequences
Index entries for linear recurrences with constant coefficients, signature (13824).
MATHEMATICA
24^(3 Range[0, 10]+2) (* or *) NestList[13824#&, 576, 10] (* Harvey P. Dale, Feb 22 2024 *)
PROG
(Magma) [24^(3*n+2): n in [0..10]]; // Vincenzo Librandi, Jun 27 2011
(Maxima) makelist(24^(3*n+2), n, 0, 20); /* Martin Ettl, Oct 21 2012 */
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved