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.
%I A087073 #6 Mar 30 2012 18:37:43 %S A087073 2,0,1,0,3,0,5,0,0,0,9,0,11,0,1,0,15,0,17,0,1,0,21,0,0,0,0,0,27,0,29, %T A087073 0,3,0,7,0,35,0,3,0,39,0,41,0,0,0,45,0,0,0,5,0,51,0,3,0,5,0,57,0,59,0, %U A087073 0,0,15,0,65,0,7,0,69,0,71,0,0,0,15,0,77,0,0,0,81,0,21,0,9,0,87,0,5,0,9,0,9 %N A087073 Mobius transform of A051664, the number of nonzero terms in the n-th cyclotomic polynomial. %C A087073 Note that a(n) = 0 for even n and a(n) = n-2 for prime n. It appears that the following are true: a(1) is the only positive even term, all odd numbers eventually appear in the sequence, a(n) = 0 if n is squareful and a(n) > 0 if n is squarefree. Assuming the truth of the last statement, we can show that if distinct odd primes p and q divide n, then A051664(n) > p + q - 2. %H A087073 T. D. Noe, <a href="/A087073/b087073.txt">Table of n, a(n) for n=1..1000</a> %F A087073 a(n) = Sum{d|n} mu(n/d) A051664(d) %Y A087073 Cf. A051664. %K A087073 nonn %O A087073 1,1 %A A087073 _T. D. Noe_, Aug 08 2003 %E A087073 Definition corrected: "inverse moebius transform" to "moebius transform" by _Wouter Meeussen_, Jan 17 2009