A164658 Numerators of coefficients of integrated Chebyshev polynomials T(n,x) (in increasing order of powers of x).
1, 0, 1, -1, 0, 2, 0, -3, 0, 1, 1, 0, -8, 0, 8, 0, 5, 0, -5, 0, 8, -1, 0, 6, 0, -48, 0, 32, 0, -7, 0, 14, 0, -56, 0, 8, 1, 0, -32, 0, 32, 0, -256, 0, 128, 0, 9, 0, -30, 0, 72, 0, -72, 0, 128, -1, 0, 50, 0, -80, 0, 160, 0, -1280, 0, 512, 0, -11, 0, 55, 0, -616, 0, 352, 0, -1408, 0, 256, 1, 0, -24, 0, 168, 0, -512, 0, 768
Offset: 0
Examples
Rationals a(n,m)/A164659(n,m) = [1], [0, 1/2], [-1, 0, 2/3], [0, -3/2, 0, 1], [1, 0, -8/3, 0, 8/5],...
Links
Crossrefs
Programs
-
Mathematica
row[n_] := CoefficientList[Integrate[ChebyshevT[n, x], x], x] // Rest // Numerator; Table[row[n], {n, 0, 12}] // Flatten (* Jean-François Alcover, Oct 06 2016 *)
Formula
a(n,m) = numerator(b(n,m)), with int(T(n,x))= sum(b(n,m)*x^m,m=1..n+1), n>=0, where T(n,x) are Chebyshevs polynomials of the first kind.
Comments