A307886 Array of coefficients of the minimal polynomial of (2*cos(Pi/15))^n, for n >= 1 (ascending powers).
1, -4, -4, 1, 1, 1, -24, 26, -9, 1, 1, -109, -49, 1, 1, 1, -524, 246, -29, 1, 1, -2504, -619, -4, 1, 1, -11979, 2621, -99, 1, 1, -57299, -7774, -34, 1, 1, -274084, 30126, -349, 1, 1, -1311049, -97879, -179, 1, 1, -6271254, 363131, -1254, 1, 1, -29997829, -1237504, -824, 1
Offset: 1
Examples
The rectangular array T(n, k) begins: n\k 0 1 2 3 4 --------------------------------- 1: 1 -4 -4 1 1 2: 1 -24 26 -9 1 3: 1 -109 -49 1 1 4: 1 -524 246 -29 1 5: 1 -2504 -619 -4 1 6: 1 -11979 2621 -99 1 7: 1 -57299 -7774 -34 1 ...
Crossrefs
Programs
-
Mathematica
Flatten[Table[CoefficientList[MinimalPolynomial[(2*Cos[\[Pi]/15])^n, x], x], {n, 1, 15}]]
Comments