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!)
A127039 Maximal value of m such that 29^m <= n! : a(n) = floor( log(n!) / log(29) ). 10
0, 0, 0, 0, 1, 1, 2, 3, 3, 4, 5, 5, 6, 7, 8, 9, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 36, 37, 38, 39, 40, 41, 42, 44, 45, 46, 47, 48, 49, 51, 52, 53, 54, 56 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,7
LINKS
MATHEMATICA
Table[Floor[Log[29, n!]], {n, 60}] (* Harvey P. Dale, May 09 2016 *)
PROG
(PARI) a(n)=lngamma(n+1)\log(29) \\ Charles R Greathouse IV, Sep 02 2015
(PARI) a(n)=logint(n!, 29) \\ Charles R Greathouse IV, Sep 04 2015
CROSSREFS
Sequence in context: A076874 A127041 A173023 * A143091 A114539 A337600
KEYWORD
nonn
AUTHOR
Artur Jasinski, Jan 03 2007
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 23 05:59 EDT 2024. Contains 371906 sequences. (Running on oeis4.)