login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023852 Sum of exponents in prime-power factorization of binomial(6n, n). 3
2, 3, 6, 5, 7, 9, 9, 8, 10, 10, 14, 13, 12, 15, 16, 15, 16, 16, 19, 16, 18, 22, 24, 22, 23, 21, 23, 22, 22, 24, 25, 25, 24, 25, 28, 25, 27, 28, 28, 26, 31, 30, 38, 36, 33, 38, 38, 37, 35, 36, 38, 33, 33, 37, 38, 36, 39, 37, 43, 39, 41, 43, 46, 42, 40, 41, 45, 46, 43, 47, 46, 45, 46, 47, 49, 47, 45 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = A001222(A004355(n)). - Michel Marcus, Nov 10 2017
MAPLE
with(numtheory):a:=proc(n) if n=0 then 0 else bigomega(binomial(6*n, n)) fi end: seq(a(n), n=1..77); # Zerinvary Lajos, Apr 11 2008
MATHEMATICA
Table[PrimeOmega[Binomial[6 n, n]], {n, 77}] (* Ivan Neretin, Nov 09 2017 *)
PROG
(PARI) a(n) = bigomega(binomial(6*n, n)); \\ Michel Marcus, Nov 10 2017
CROSSREFS
Sequence in context: A087786 A210468 A080950 * A354629 A048750 A344403
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)