login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A111690 Least integer multiple of 1/n, truncated to n digits after decimal. 0
1, 1, 333, 1, 1, 83333, 1428571, 1, 111111111, 1, 909090909, 83333333333, 76923076923, 7142857142857, 33333333333333, 1, 588235294117647, 11111111111111111, 52631578947368421, 1, 47619047619047619047 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

The "least integer multiple" of a rational number is also called its "numerator". The denominators are 1,2,1e3,4,5,5e5,1e7,8,1e9,10,1e10,1e12,1e12,1e14,5e14,16,1e16,2e17,1e18,20,1e21. [From David Wasserman (dwasserm(AT)earthlink.net), Feb 11 2009]

EXAMPLE

a(7) = 1428571, 1/7= 0.1428571...

a(8) = 1, 1/8 = .12500000.

PROG

(PARI) a(n) = numerator((10^n\n)/10^n); [From David Wasserman (dwasserm(AT)earthlink.net), Feb 11 2009]

CROSSREFS

Sequence in context: A097401 A114084 A095199 * A056089 A066801 A066349

Adjacent sequences:  A111687 A111688 A111689 * A111691 A111692 A111693

KEYWORD

base,easy,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Aug 17 2005

EXTENSIONS

More terms from David Wasserman (dwasserm(AT)earthlink.net), Feb 11 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 22:36 EST 2012. Contains 205567 sequences.