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
24^(4*Range[0, 10]+3) (* or *) NestList[331776#&, 13824, 10] (* Harvey P. Dale, May 03 2020 *)
PROG
(Magma) [24^(4*n+3): n in [0..10]]; // Vincenzo Librandi, Jul 07 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved