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!)
A064143 Sum of unitary prime divisors (A056169, A034444) of central binomial coefficient C(n, floor(n/2)). 1
0, 2, 3, 5, 7, 5, 12, 14, 9, 7, 23, 21, 27, 27, 29, 31, 48, 46, 62, 60, 59, 59, 81, 79, 66, 66, 59, 59, 93, 93, 124, 126, 120, 118, 125, 123, 141, 141, 158, 156, 193, 193, 225, 225, 194, 194, 243, 241, 241, 241, 245, 245, 298, 298, 321, 321, 314, 314, 365, 365, 395 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A063956(A001405(n)).
PROG
(PARI) { for (n=1, 1000, f=factor(binomial(n, n\2))~; a=0; for (i=1, length(f), if (f[2, i]==1, a+=f[1, i])); write("b064143.txt", n, " ", a) ) } \\ Harry J. Smith, Sep 09 2009
CROSSREFS
Sequence in context: A284630 A345872 A081622 * A283593 A115274 A126890
KEYWORD
nonn
AUTHOR
Labos Elemer, Sep 11 2001
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 25 09:49 EDT 2024. Contains 371967 sequences. (Running on oeis4.)