OFFSET
0,2
COMMENTS
For the factorization of the Chebyshev S polynomials (coefficients in A049310) with odd index into the minimal polynomials of {2*cos(Pi/k)}_{k>=1} (coefficients in A187360) see an Apr 12 2018 comment in A049310.
Note that factors -C(k, -x) may appear also and they come always together with C(k, x) (the minus signs are not counted as factors here). C(2, x) = x is always a factor.
For the number of factors of S(2*n, x) see 2*(tau(2*n+1) - 1) = 2*A095374(n).
LINKS
Antti Karttunen, Table of n, a(n) for n = 0..65537
FORMULA
EXAMPLE
a(2) = 4 because S(5, x) = 3*x-4*x^3+x^5 = x*(-1 + x)*(1 + x)*(-3 + x^2) = C(2, x)*C(3, x)*(-C(3, -x))*C(6, x).
a(5) = 6 because S(11, x) = -6*x + 35*x^3 - 56*x^5 + 36*x^7 - 10*x^9 + x^11 = x*(-1 + x)*(1 + x)*(-2 + x^2)*(-3 + x^2)*(1 - 4*x^2 + x^4) = C(2, x)*C(3, x)*(-C(3, -x))*C(4, x)*C(6, x)*C(12, x).
PROG
(PARI)
A001227(n) = numdiv(n>>valuation(n, 2));
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Apr 12 2018
EXTENSIONS
Typo in the first formula corrected by Antti Karttunen, Sep 30 2018
STATUS
approved