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 A076699 #8 Jun 22 2017 06:05:05 %S A076699 1,-1,1,1,1,0,1,1,1,0,1,0,1,0,0,1,1,1,1,1,0,1,-1,1,0,0,0,0,1,1,1,1,1, %T A076699 1,1,0,1,0,0,0,1,0,0,0,0,1,0,0,1,0,0,1,0,0,0,1,-1,1,-1,1,0,0,0,0,0,0, %U A076699 1,1,1,1,1,1,1,1,1,1,1,0,1,0,-1,0,1,0,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,-1,1,-1,1,-1,1,0,0,0,0,0,0,0,0,1,-1 %N A076699 T(n,k) = Table of coefficients of x^k in cyclotomic(n,x). %H A076699 Andrey Zabolotskiy, <a href="/A076699/b076699.txt">Table of n, a(n) for n = 0..7380</a> (rows 0..120) %e A076699 Table is {1}, {-1, 1}, {1, 1, 0}, {1, 1, 1, 0} because the cyclotomic polynomials for n=0..3 are 1, -1 + x, 1 + x, 1 + x + x^2 %t A076699 Table[Drop[CoefficientList[x^(n+1)+Cyclotomic[n, x], x], -1], {n, 0, 7}] %Y A076699 Row sums, apart from initial 1, equal A020500. %Y A076699 A013595 and A013596 are the irregular-array versions of this array. %K A076699 easy,sign,tabl %O A076699 0,5573 %A A076699 _Wouter Meeussen_, Oct 26 2002