OFFSET
0,2
COMMENTS
For any base B, these are the numbers (B^2)^n written in base B. - Philippe Deléham, Jan 06 2008
REFERENCES
S. Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 55.
LINKS
Tanya Khovanova, Recursive Sequences.
S. Wolfram, A New Kind of Science
Index entries for linear recurrences with constant coefficients, signature (100).
FORMULA
G.f.: 1/(1-100x).
E.g.f.: exp(100*x). - Stefano Spezia, Aug 05 2024
MATHEMATICA
LinearRecurrence[{100}, {1}, 12] (* Ray Chandler, Aug 17 2015 *)
NestList[100#&, 1, 20] (* Harvey P. Dale, Dec 28 2018 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Henry Bottomley, Sep 17 2004
EXTENSIONS
a(12)-a(15) from Stefano Spezia, Aug 05 2024
STATUS
approved