OFFSET
0,5573
LINKS
Andrey Zabolotskiy, Table of n, a(n) for n = 0..7380 (rows 0..120)
EXAMPLE
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
MATHEMATICA
Table[Drop[CoefficientList[x^(n+1)+Cyclotomic[n, x], x], -1], {n, 0, 7}]
CROSSREFS
KEYWORD
AUTHOR
Wouter Meeussen, Oct 26 2002
STATUS
approved