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”).

A023833
Sum of exponents in prime-power factorization of C(4n,n+3).
1
0, 4, 5, 7, 6, 8, 8, 11, 11, 12, 11, 12, 10, 15, 13, 17, 15, 17, 16, 18, 18, 20, 17, 20, 19, 21, 21, 21, 18, 22, 20, 26, 22, 26, 25, 27, 25, 28, 28, 30, 29, 31, 30, 31, 28, 28, 27, 33, 30, 33, 31, 33, 30, 35, 30, 34, 33, 35, 36, 35, 33, 37, 37, 42, 38, 41, 39, 42, 41, 44, 39, 45, 42, 45, 46, 45, 44
OFFSET
1,2
LINKS
MATHEMATICA
Join[{0}, Total[Transpose[FactorInteger[#]][[2]]]&/@Table[Binomial[4n, n+3], {n, 2, 80}]] (* Harvey P. Dale, Dec 24 2014 *)
CROSSREFS
Sequence in context: A377675 A003563 A336753 * A151551 A021690 A109896
KEYWORD
nonn
STATUS
approved