A098608 a(n) = 100^n.
1, 100, 10000, 1000000, 100000000, 10000000000, 1000000000000, 100000000000000, 10000000000000000, 1000000000000000000, 100000000000000000000, 10000000000000000000000, 1000000000000000000000000, 100000000000000000000000000, 10000000000000000000000000000, 1000000000000000000000000000000
Offset: 0
References
- Stephen Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 55.
Links
- Tanya Khovanova, Recursive Sequences.
- Robert Price, Comments on A098608 concerning Elementary Cellular Automata, Feb 20 2016.
- Stephen Wolfram, A New Kind of Science
- Index entries for linear recurrences with constant coefficients, signature (100).
- Index to Elementary Cellular Automata
- Index entries for sequences related to cellular automata
Programs
-
Mathematica
LinearRecurrence[{100},{1},12] (* Ray Chandler, Aug 17 2015 *) NestList[100#&,1,20] (* Harvey P. Dale, Dec 28 2018 *)
Formula
G.f.: 1/(1-100x).
E.g.f.: exp(100*x). - Stefano Spezia, Aug 05 2024
Extensions
a(12)-a(15) from Stefano Spezia, Aug 05 2024
Comments