OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..100
Tanya Khovanova, Recursive Sequences
Index entries for linear recurrences with constant coefficients, signature (331776).
MATHEMATICA
NestList[331776#&, 24, 20] (* Harvey P. Dale, Jan 14 2017 *)
PROG
(Magma) [24^(4*n+1): n in [0..10]]; // Vincenzo Librandi, Jul 07 2011
(Maxima) makelist(24^(4*n+1), n, 0, 20); /* Martin Ettl, Oct 21 2012 */
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved