A013857 a(n) = 10^(5*n + 4).
10000, 1000000000, 100000000000000, 10000000000000000000, 1000000000000000000000000, 100000000000000000000000000000, 10000000000000000000000000000000000, 1000000000000000000000000000000000000000, 100000000000000000000000000000000000000000000
Offset: 0
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 (100000).
Programs
-
Magma
[10^(5*n+4): n in [0..10]]; // Vincenzo Librandi, Jul 08 2011
-
Mathematica
10^(5 Range[0,10]+4) (* or *) LinearRecurrence[{100000},{10000},20] (* Harvey P. Dale, Mar 15 2023 *)
Formula
From Elmo R. Oliveira, Mar 02 2025: (Start)
G.f.: 10000/(1 - 100000*x).
E.g.f.: 10000*exp(100000*x).