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!)
A056159 a(n) = floor(10^(n-1)/n). 2
1, 5, 33, 250, 2000, 16666, 142857, 1250000, 11111111, 100000000, 909090909, 8333333333, 76923076923, 714285714285, 6666666666666, 62500000000000, 588235294117647, 5555555555555555, 52631578947368421, 500000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Table[Floor[10^(n-1)/n], {n, 20}] (* Harvey P. Dale, Apr 15 2018 *)
PROG
(PARI) a(n) = 10^(n-1)\n; \\ Seiichi Manyama, Aug 12 2023
CROSSREFS
Sequence in context: A242522 A034015 A268563 * A364792 A367280 A171804
KEYWORD
nonn
AUTHOR
Henry Bottomley, Jul 31 2000
EXTENSIONS
More terms from Harvey P. Dale, Apr 15 2018
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 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)