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!)
A063945 Number of nonnegative integers with n digits. 4
10, 90, 900, 9000, 90000, 900000, 9000000, 90000000, 900000000, 9000000000, 90000000000, 900000000000, 9000000000000, 90000000000000, 900000000000000, 9000000000000000, 90000000000000000, 900000000000000000, 9000000000000000000, 90000000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also, first differences of A000533. - Omar E. Pol, Feb 24 2011
LINKS
FORMULA
a(1) = 10, a(2) = 90, a(n) = a(n-1)*10 for n>2.
a(n) = A052268(n), n>1. - R. J. Mathar, Oct 02 2008
MAPLE
a:= n-> `if`(n=1, 10, 9*10^(n-1)):
seq(a(n), n=1..30); # Alois P. Heinz, Sep 12 2012
MATHEMATICA
Join[{10}, NestList[10#&, 90, 20]] (* Harvey P. Dale, Dec 31 2022 *)
CROSSREFS
Column k=1 of A216653.
Sequence in context: A137684 A097394 A172199 * A218127 A322647 A243106
KEYWORD
base,easy,nonn
AUTHOR
Shyam Sunder Gupta, Sep 01 2001
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 15:18 EDT 2024. Contains 371960 sequences. (Running on oeis4.)