The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A060156 a(n) = floor(10^n/n). 4
10, 50, 333, 2500, 20000, 166666, 1428571, 12500000, 111111111, 1000000000, 9090909090, 83333333333, 769230769230, 7142857142857, 66666666666666, 625000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = (A011557(n) - A056969(n))/n.
EXAMPLE
a(6) = floor(1000000/6) = 166666.
PROG
(PARI) { default(realprecision, 10); for (n=1, 200, write("b060156.txt", n, " ", floor(10^n/n)); ) } \\ Harry J. Smith, Jul 02 2009
CROSSREFS
Sequence in context: A204272 A220149 A154410 * A000450 A124872 A240534
KEYWORD
nonn
AUTHOR
Henry Bottomley, Mar 12 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 June 9 08:35 EDT 2024. Contains 373231 sequences. (Running on oeis4.)