OFFSET
0,2
LINKS
Seiichi Manyama, Table of n, a(n) for n = 0..198
Index entries for linear recurrences with constant coefficients, signature (111111).
FORMULA
a(n) = 111111^n.
From Elmo R. Oliveira, Aug 11 2024: (Start)
G.f.: 1/(1 - 111111*x).
E.g.f.: exp(111111*x).
a(n) = 111111*a(n-1) for n > 0. (End)
MATHEMATICA
NestList[111111#&, 1, 10] (* Harvey P. Dale, Oct 15 2022 *)
PROG
(PARI) a(n) = 111111^n \\ Charles R Greathouse IV, Sep 25 2014
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Philippe Deléham, Aug 08 2005
EXTENSIONS
Corrected by Charles R Greathouse IV, Sep 25 2014
STATUS
approved