OFFSET
1,3
COMMENTS
It appears that when n > 3 is prime, n divides a(n). - T. D. Noe, Jan 06 2008
EXAMPLE
x=sin(Pi/9) satisfies 64x^6 - 96x^4 + 36x^2 - 3 = 0, hence a(9)=96.
MATHEMATICA
Table[Max[Abs[CoefficientList[MinimalPolynomial[Sin[Pi/n], x], x]]], {n, 20}] (* T. D. Noe, Jan 06 2008 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Apr 10 2003
EXTENSIONS
More terms from T. D. Noe, Jan 06 2008
STATUS
approved