[go: up one dir, main page]

login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A098608 a(n) = 100^n. 10
1, 100, 10000, 1000000, 100000000, 10000000000, 1000000000000, 100000000000000, 10000000000000000, 1000000000000000000, 100000000000000000000, 10000000000000000000000, 1000000000000000000000000, 100000000000000000000000000, 10000000000000000000000000000, 1000000000000000000000000000000 (list; graph; refs; listen; history; text; internal format)
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.
FORMULA
a(n) = 100*a(n-1) = A011557(2n) = A098609(n) + 1.
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
Sequence in context: A181412 A029794 A029801 * A045799 A096885 A267449
KEYWORD
easy,nonn
AUTHOR
Henry Bottomley, Sep 17 2004
EXTENSIONS
a(12)-a(15) from Stefano Spezia, Aug 05 2024
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 29 23:34 EDT 2024. Contains 375520 sequences. (Running on oeis4.)