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. - David Wasserman, Feb 11 2009
Duplicate of A095199. - Georg Fischer, Oct 02 2018
EXAMPLE
a(7) = 1428571, 1/7= 0.1428571...
a(8) = 1, 1/8 = .12500000.
PROG
(PARI) a(n) = numerator((10^n\n)/10^n); \\ David Wasserman, Feb 11 2009
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Aug 17 2005
EXTENSIONS
More terms from David Wasserman, Feb 11 2009
STATUS
approved