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!)
A088644 Smallest n-digit number divisible by n!. 2
1, 10, 102, 1008, 10080, 100080, 1002960, 10039680, 100154880, 1001548800, 10019116800, 100111334400, 1002550348800, 10025503488000, 100690926336000, 1004293914624000, 10314935414784000, 102437979291648000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
25! = 15511210043330985984000000 has 26 digits, so there is no 25-digit number divisible by 25!. - Jinyuan Wang, Mar 09 2020
LINKS
MATHEMATICA
Table[ n!Ceiling[10^(n - 1)/n! ], {n, 1, 19}] (* Robert G. Wilson v, Oct 30 2003 *)
PROG
(PARI) a(n) = n!*ceil(10^(n-1)/n!); \\ Jinyuan Wang, Mar 09 2020
CROSSREFS
Cf. A088645.
Sequence in context: A305712 A053041 A220491 * A080502 A078283 A045874
KEYWORD
nonn,base,fini,full
AUTHOR
Amarnath Murthy, Oct 28 2003
EXTENSIONS
More terms from Robert G. Wilson v, Oct 30 2003
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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)