login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A023837
Sum of exponents in prime-power factorization of C(5n,n).
1
1, 3, 3, 4, 6, 7, 8, 8, 7, 9, 12, 11, 14, 13, 14, 12, 15, 14, 15, 18, 17, 17, 19, 18, 17, 23, 22, 21, 25, 23, 26, 21, 23, 22, 24, 23, 24, 27, 27, 27, 27, 29, 27, 28, 31, 30, 33, 28, 31, 32, 33, 36, 38, 36, 38, 37, 35, 39, 40, 41, 41, 41, 39, 34, 38, 38, 38, 39, 41, 39, 46, 41, 43, 45, 43, 45, 48, 47
OFFSET
1,2
LINKS
MAPLE
with(numtheory):a:=proc(n) if n=0 then 0 else bigomega(binomial(5*n, n)) fi end: seq(a(n), n=1..78); # Zerinvary Lajos, Apr 11 2008
MATHEMATICA
Table[PrimeOmega[Binomial[5 n, n]], {n, 78}] (* Ivan Neretin, Nov 08 2017 *)
CROSSREFS
Sequence in context: A161019 A137901 A138095 * A240115 A196249 A241036
KEYWORD
nonn
STATUS
approved