OFFSET
1,5
COMMENTS
The corresponding numerator array is A181875(n,m).
The sequence of row lengths is d(n)+1, with d(n):=A023022(n), n >= 2, and d(1):=1: [2, 2, 2, 2, 3, 2, 4, 3, 4, 3, 6, 3, 7, 4, 5, 5, 9, 4, 10, 5, 7, ...].
For details on the monic, minimal degree rational polynomial with one of its zeros cos(2*Pi/n), n >= 1 (so-called minimal polynomial of cos(2*Pi/n)), see the array A181875(n,m) where also references are found.
REFERENCES
See A181875.
LINKS
FORMULA
a(n,m) = denominator([x^m]Psi(n,x)), with the minimal polynomial Psi(n,x) of cos(2*Pi/n), n >= 1. See A181875 for details and references.
EXAMPLE
[1,1], [1,1], [2,1], [1,1], [4,2,1], [2,1], [8,2,2,1], [2,1,1], [8,4,1,1], [4,2,1], ...
MATHEMATICA
ro[n_] := Denominator[ cc = CoefficientList[ MinimalPolynomial[ Cos[2*Pi/n], x], x] ; cc/Last[cc]]; Flatten[Table[ro[n], {n, 1, 21}]] (* Jean-François Alcover, Sep 27 2011 *)
CROSSREFS
KEYWORD
nonn,easy,tabf
AUTHOR
Wolfdieter Lang, Jan 08 2011
STATUS
approved