A105597 Central numbers in a Moebius-binomial triangle.
1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1
Offset: 0
Links
Programs
-
Mathematica
a[n_]:= Binomial[Abs[MoebiusMu[n]],Abs[MoebiusMu[Floor[n/2]]]];Table[a[n],{n,0,100}] (* James C. McMahon, Jan 23 2024 *)
-
PARI
A105597(n) = if(n<2,1,binomial(abs(moebius(n)), abs(moebius(n\2)))); \\ Antti Karttunen, Aug 27 2017
Formula
a(n) = binomial(abs(mu(n)), abs(mu(floor(n/2)))).
Comments