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 (38416).
FORMULA
a(0)=2744, a(n)=38416*a(n-1). - Harvey P. Dale, Feb 13 2013
MATHEMATICA
14^(4*Range[0, 10]+3) (* or *) NestList[38416#&, 2744, 10] (* Harvey P. Dale, Feb 13 2013 *)
PROG
(Magma) [14^(4*n+3): n in [0..15]]; // Vincenzo Librandi, Jul 06 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved