This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A127039 #8 May 09 2016 14:32:20 %S A127039 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, %T A127039 21,22,23,24,25,26,27,28,29,30,31,32,33,34,36,37,38,39,40,41,42,44,45, %U A127039 46,47,48,49,51,52,53,54,56 %N A127039 Maximal value of m such that 29^m <= n! : a(n) = floor( log(n!) / log(29) ). %t A127039 Table[Floor[Log[29,n!]],{n,60}] (* _Harvey P. Dale_, May 09 2016 *) %o A127039 (PARI) a(n)=lngamma(n+1)\log(29) \\ _Charles R Greathouse IV_, Sep 02 2015 %o A127039 (PARI) a(n)=logint(n!,29) \\ _Charles R Greathouse IV_, Sep 04 2015 %Y A127039 Cf. A067850, A127031, A127032, A127033, A127034, A127035, A127036, A127037, A127039. %K A127039 nonn %O A127039 1,7 %A A127039 _Artur Jasinski_, Jan 03 2007