A039593 Number of unitary divisors of central binomial coefficients.
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
Offset: 1
Keywords
Examples
At n=5, the central binomial coefficient is 10, having 4 divisors, each of which is unitary, so a(5)=4.
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
a[n_] := 2^PrimeNu[Binomial[n, Floor[n/2]]]; Array[a, 56] (* Amiram Eldar, Oct 06 2019 *)
Comments