A109716 Powers of 111111.
1, 111111, 12345654321, 1371737997260631, 152415180613625971041, 16935003133160595268336551, 1881665133128606900860142518161, 209073694607052641361471295335386871, 23230387281484226034314437096010170623681, 2581151561232993838898711420174786068167819591
Offset: 0
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..198
- Index entries for linear recurrences with constant coefficients, signature (111111).
Programs
-
Mathematica
NestList[111111#&,1,10] (* Harvey P. Dale, Oct 15 2022 *)
-
PARI
a(n) = 111111^n \\ Charles R Greathouse IV, Sep 25 2014
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)
Extensions
Corrected by Charles R Greathouse IV, Sep 25 2014