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!)
A072200 a(n)-th factorial is the smallest factorial containing exactly n 6's, or 0 if no such number exists. 8
3, 15, 23, 26, 32, 41, 35, 45, 50, 72, 63, 83, 84, 98, 89, 94, 91, 121, 99, 142, 117, 160, 129, 0, 127, 131, 132, 154, 153, 163, 170, 179, 190, 178, 166, 189, 217, 209, 206, 174, 208, 199, 207, 211, 214, 245, 263, 175, 240, 255, 295, 234, 213, 296, 286, 266, 278 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
It is conjectured that a(24)=0 since no factorial < 10000 contained just 24 sixes.
LINKS
EXAMPLE
a(2)=15 since the 15th factorial, i.e., 15!=1307674368000, contains exactly two 6's.
MATHEMATICA
Do[k = 1; While[ Count[IntegerDigits[k! ], 6] != n, k++ ]; Print[k], {n, 1, 60}]
CROSSREFS
Sequence in context: A083793 A324127 A083934 * A106403 A225365 A225060
KEYWORD
base,nonn
AUTHOR
Shyam Sunder Gupta, Jul 30 2002
EXTENSIONS
Edited and extended by Robert G. Wilson v, Jul 31 2002
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 2 03:32 EDT 2024. Contains 373032 sequences. (Running on oeis4.)