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!)
A066559 a(n) = ceiling(10^(n-1)/n). 2
1, 5, 34, 250, 2000, 16667, 142858, 1250000, 11111112, 100000000, 909090910, 8333333334, 76923076924, 714285714286, 6666666666667, 62500000000000, 588235294117648, 5555555555555556, 52631578947368422, 500000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A053041(n)/n.
MAPLE
A066559:=n->ceil(10^(n-1)/n); seq(A066559(n), n=1..30); # Wesley Ivan Hurt, Nov 28 2013
MATHEMATICA
Table[Ceiling[10^(n - 1)/n], {n, 30}] (* Wesley Ivan Hurt, Nov 28 2013 *)
PROG
(PARI) { for (n=1, 150, write("b066559.txt", n, " ", ceil(10^(n-1)/n)) ) } \\ Harry J. Smith, Feb 23 2010
CROSSREFS
Sequence in context: A120469 A180909 A183415 * A073279 A080503 A078284
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Dec 17 2001
EXTENSIONS
Corrected, extended by, and better name from Vladeta Jovovic, Dec 17 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 25 16:23 EDT 2024. Contains 371989 sequences. (Running on oeis4.)