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 (1048576).
MATHEMATICA
16^(5*Range[0, 20]+2) (* or *) NestList[1048576#&, 256, 20] (* Harvey P. Dale, Jul 21 2024 *)
PROG
(Magma) [16^(5*n+2): n in [0..10]]; // Vincenzo Librandi, Jul 10 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved