OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..50
Tanya Khovanova, Recursive Sequences
Index entries for linear recurrences with constant coefficients, signature (4084101).
FORMULA
a(n) = 4084101*a(n-1), a(0)=441. - Vincenzo Librandi, May 27 2011
MATHEMATICA
NestList[4084101#&, 441, 10] (* Harvey P. Dale, Sep 26 2023 *)
PROG
(Magma) [21^(5*n+2): n in [0..10]]; // Vincenzo Librandi, May 27 2011
(PARI) a(n)=21^(5*n+2) \\ Charles R Greathouse IV, May 31 2026
CROSSREFS
KEYWORD
nonn,easy,changed
AUTHOR
STATUS
approved
