OFFSET
2,3
LINKS
Harvey P. Dale, Table of n, a(n) for n = 2..1000
MATHEMATICA
Floor[Log[3, Range[2, 60]!]] (* Harvey P. Dale, Dec 10 2012 *)
PROG
(PARI) a(n)=lngamma(n+1)\log(3) \\ Charles R Greathouse IV, Sep 04 2015
(PARI) a(n)=logint(n!, 3) \\ Charles R Greathouse IV, Sep 04 2015
CROSSREFS
KEYWORD
nonn
AUTHOR
Artur Jasinski, Jan 03 2007
EXTENSIONS
More terms from R. J. Mathar, Dec 14 2008
STATUS
approved