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!)
A252707 "Smallest interesting" sequence such that each term has as many digits as the previous term's value. 1
2, 10, 1000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Using 2 as the first term yields the "smallest interesting" sequence with this property. Starting with the value 1 yields the sequence 1, 1, 1, ... and starting with 3 yields a sequence that grows faster (3, 100, 10^99, ...).
The next term is too large to include. - N. J. A. Sloane, Jun 20 2017
LINKS
FORMULA
a(1) = 2, a(n) = 10^(a(n-1) - 1).
MATHEMATICA
RecurrenceTable[{a[n] == 10^(a[n - 1] - 1), a[1] == 2}, a, {n, 3}] (* Michael De Vlieger, Mar 24 2015 *)
CROSSREFS
See A288848 for a variation.
Sequence in context: A119189 A309862 A260756 * A288848 A202952 A201145
KEYWORD
nonn,bref,base
AUTHOR
Oliver Wong, Mar 22 2015
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)