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!)
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 (list; graph; refs; listen; history; text; internal format)
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
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 September 11 08:57 EDT 2024. Contains 375814 sequences. (Running on oeis4.)