cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A105234 Central column of a Moebius-binomial triangle.

This page as a plain text file.
%I A105234 #16 Jan 23 2024 02:20:51
%S A105234 1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,
%T A105234 0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,0,1,1,1,0,1,
%U A105234 1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,0,1,1,1,1,1,1,1,0,1,1,1,1,1,1
%N A105234 Central column of a Moebius-binomial triangle.
%C A105234 Central column of A105586. Partial sums are A105235.
%H A105234 Antti Karttunen, <a href="/A105234/b105234.txt">Table of n, a(n) for n = 0..65537</a>
%H A105234 <a href="/index/Ch#char_fns">Index entries for characteristic functions</a>
%F A105234 a(n) = binomial(abs(mu(2n)), abs(mu(n))).
%t A105234 a[n_]:=Binomial[Abs[MoebiusMu[2n]],Abs[MoebiusMu[n]]];Table[a[n],{n,0,100}] (* _James C. McMahon_, Jan 22 2024 *)
%o A105234 (PARI) A105234(n) = if(n<2,1,binomial(abs(moebius(2*n)), abs(moebius(n)))); \\ _Antti Karttunen_, Sep 13 2017
%Y A105234 Cf. A105235, A105586.
%Y A105234 Cf. A008683, A105597.
%K A105234 easy,nonn
%O A105234 0,1
%A A105234 _Paul Barry_, Apr 14 2005