The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A039593 Number of unitary divisors of central binomial coefficients. 3
1, 2, 2, 4, 4, 4, 4, 8, 8, 8, 16, 16, 16, 16, 16, 32, 32, 32, 32, 32, 64, 64, 64, 64, 64, 64, 64, 64, 128, 128, 128, 256, 256, 256, 512, 512, 512, 512, 1024, 1024, 1024, 1024, 1024, 1024, 512, 512, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 4096, 4096 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
As in A034444, all terms are powers of 2.
LINKS
FORMULA
a(n) = A034444(A001405(n)) = 2^A034973(n).
EXAMPLE
At n=5, the central binomial coefficient is 10, having 4 divisors, each of which is unitary, so a(5)=4.
MATHEMATICA
a[n_] := 2^PrimeNu[Binomial[n, Floor[n/2]]]; Array[a, 56] (* Amiram Eldar, Oct 06 2019 *)
CROSSREFS
Sequence in context: A279170 A292254 A292942 * A327649 A265529 A292597
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 June 11 07:06 EDT 2024. Contains 373290 sequences. (Running on oeis4.)