OFFSET
1,2
COMMENTS
Equivalently, sum of exponents of primes in multinomial coefficient M(3n; n,n,n)/C(2n,n).
LINKS
Ivan Neretin, Table of n, a(n) for n = 1..10000
MAPLE
with(numtheory):(combinat):a:=proc(n) if n=0 then 0 else bigomega(binomial(3*n, n)) fi end: seq(a(n), n=1..78); # Zerinvary Lajos, Apr 11 2008
MATHEMATICA
Table[Total[FactorInteger[Binomial[3 n, n]][[All, 2]]], {n, 78}] (* Ivan Neretin, Nov 02 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Edited by N. J. A. Sloane at the suggestion of R. J. Mathar, May 31 2008
STATUS
approved