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!)
A094996 a(n) = floor(10^n/9^n). 1
1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 4, 4, 5, 5, 6, 7, 8, 9, 10, 11, 12, 13, 15, 17, 19, 21, 23, 26, 29, 32, 35, 39, 44, 49, 54, 60, 67, 75, 83, 92, 103, 114, 127, 141, 157, 174, 194, 215, 239, 266, 295, 328, 365, 405, 450, 500, 556, 618, 687, 763, 848, 942, 1047, 1163 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,8
LINKS
MATHEMATICA
Table[ Floor[(10/9)^n], {n, 0, 67}]
PROG
(Magma) [Floor(10^n / 9^n): n in [0..70]]; // Vincenzo Librandi, Sep 09 2011
(Maxima) A094996(n):=floor(10^n/9^n)$ makelist(A094996(n), n, 0, 60); /* Martin Ettl, Oct 25 2012 */
(PARI) a(n) = 10^n\9^n; \\ Altug Alkan, Sep 08 2018
CROSSREFS
Sequence in context: A283422 A364185 A091946 * A120194 A120195 A121279
KEYWORD
nonn,easy
AUTHOR
Robert G. Wilson v, May 26 2004
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 06:03 EDT 2024. Contains 371918 sequences. (Running on oeis4.)