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!)
A173484 a(n) = the smallest number ending in n+1 zeros divisible by n. 1
100, 1000, 30000, 100000, 1000000, 30000000, 700000000, 1000000000, 90000000000, 100000000000, 11000000000000, 30000000000000, 1300000000000000, 7000000000000000, 30000000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
LINKS
FORMULA
a(n) = 10^(n+1)*A132740(n). - Robert Israel, Jun 28 2018
MAPLE
f:= n -> 10^(n+1)*n/2^padic:-ordp(n, 2)/5^padic:-ordp(n, 5):
map(f, [$1..30]); # Robert Israel, Jun 28 2018
CROSSREFS
Cf. A132740.
Sequence in context: A115691 A066432 A173485 * A136387 A001737 A266838
KEYWORD
nonn,base
AUTHOR
Jaroslav Krizek, Mar 04 2010
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 September 14 16:10 EDT 2024. Contains 375925 sequences. (Running on oeis4.)