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!)
A213857 Least m such that n! <= 3^m. 5
1, 1, 2, 3, 5, 6, 8, 10, 12, 14, 16, 19, 21, 23, 26, 28, 31, 34, 36, 39, 42, 45, 47, 50, 53, 56, 59, 62, 65, 68, 72, 75, 78, 81, 84, 88, 91, 94, 98, 101, 104, 108, 111, 115, 118, 122, 125, 129, 132, 136, 139, 143, 146, 150, 154, 157, 161, 165, 168, 172, 176 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Also the number of digits in the ternary representation of n!. - Martin Renner, Jan 03 2022
LINKS
EXAMPLE
a(8) = 10 because 3^9 < 8! <= 3^10.
MAPLE
seq(nops(convert(n!, base, 3)), n=1..100); # Martin Renner, Jan 03 2022
MATHEMATICA
Table[m=1; While[n!>3^m, m++]; m, {n, 1, 100}]
CROSSREFS
Sequence in context: A080276 A120836 A352077 * A011864 A045919 A224955
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jul 17 2012
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.)