cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A219236 Coefficient array for the third power of the monic integer Chebyshev polynomials 2*T(2*n,x/2) as a function of x^2.

Original entry on oeis.org

8, -8, 12, -6, 1, 8, -48, 108, -112, 54, -12, 1, -8, 108, -558, 1389, -1782, 1287, -546, 135, -18, 1, 8, -192, 1776, -8032, 19308, -27456, 24752, -14688, 5814, -1520, 252, -24, 1, -8, 300, -4350, 31045, -119370, 277137, -419900, 436050, -319770, 168245, -63756, 17250, -3250, 405, -30, 1
Offset: 0

Views

Author

Wolfdieter Lang, Nov 28 2012

Keywords

Comments

The length of row n of this array is 3*n+1; see A016777.
The monic integer Chebyshev T-polynomials are C(n,x) := 2*T(n,x/2) (see A127672, were C is called R). The irregular triangle a(n,m) appears in C(2*n,x)^3 = Sum_{m=0..3*n} a(n,m)*x^(2*m), n >= 0.
The o.g.f. Ge(3;x,z) := Sum_{n>=0} C(2*n,x)^3*z^n =
(8 + (24-68*x^2+42*x^4-7*x^6)*z + (24-80*x^2+84*x^4-32*x^6+4*x^8)*z^2 + (8-12*x^2+6*x^4-x^6)*z^3)/(((z+1)^2-z*x^2)*((z+1)^2-z*x^2*(x^2-3)^2)).

Examples

			The irregular triangle a(n,m) begins:
  n\m  0    1    2     3     4     5    6    7    8   9 ...
  0:   8
  1:  -8   12   -6     1
  2:   8  -48  108  -112    54   -12    1
  3:  -8  108 -558  1389 -1782  1287 -546  135  -18   1
  ...
Row n=4: [8, -192, 1776, -8032, 19308, -27456, 24752, -14688, 5814, -1520, 252, -24, 1].
Row n=5: [-8, 300, -4350, 31045, -119370, 277137, -419900, 436050, -319770, 168245, -63756, 17250, -3250, 405, -30, 1].
Row n=1 polynomial p(n,1) = -8 + 12*x - 6*x^2 + 1*x^3 = C(2,sqrt(x))^3 = (-2+x)^3.
		

Crossrefs

Cf. A219235 (C(2*n+1,sqrt(x))/sqrt(x))^3.

Formula

a(n,m) = [x^(2*m)] C(2*n,x)^3, with the C-polynomials defined from Chebyshev's T-polynomials in a comment above.
Showing 1-1 of 1 results.