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.
%I A220666 #9 Dec 18 2012 17:16:34 %S A220666 1,-1,3,-3,1,1,-9,30,-45,30,-9,1,-1,18,-123,399,-651,588,-308,93,-15, %T A220666 1,1,-30,345,-1921,5598,-9540,10212,-7137,3303,-1003,192,-21,1,-1,45, %U A220666 -780,6609,-29847,80718,-141482,168927,-141636,84766,-36366,11091,-2346,327,-27,1 %N A220666 Array of coefficients of powers of x^2 for S(2*n,x)^3 with Chebyshev's S polynomials A049310. %C A220666 The row lengths sequence of this array is 3*n+1 = A016777(n). %C A220666 For the coefficient array of S(n,x)^3 see A219240. The present array is the even part of the bisection of that one. %C A220666 The row polynomials in powers of x^2 are (S(2*n,x))^3 = %C A220666 sum(a(n,m)*x^(2*m), m=0..3*n), n >= 0. The o.g.f. for these row polynomials is GS3even(x,z) = ((z+1)^3 + (1+z)*z*x^2*(3*x^2 - 7))/(((z+1)^2-z*x^2)*((z+1)^2-z*x^2*(x^2-3)^2)). This is obtained from the even part of the bisection of the o.g.f. for A219240. %F A220666 a(n,m) = [x^m] S(2*n,x)^3, n>=0, 0 <= m <= 3*n. %F A220666 a(n,m) = [x^m]([z^n]GS3even(x,z)) with GS3even(x,z) the o.g.f. for the row polynomials in powers of x^2, given in a comment above. %e A220666 The array a(n,m) begins: %e A220666 n\m 0 1 2 3 4 5 6 7 8 9 %e A220666 0: 1 %e A220666 1: -1 3 -3 1 %e A220666 2: 1 -9 30 -45 30 -9 1 %e A220666 3: 1 18 -123 399 -651 588 -308 93 -15 1 %e A220666 ... %e A220666 Row n=4: [1, -30, 345, -1921, 5598, -9540, 10212, -7137, 3303, -1003, 192, -21, 1], %e A220666 Row n=5: [-1, 45, -780, 6609, -29847, 80718, -141482, 168927, -141636, 84766, -36366, 11091, -2346, 327, -27, 1], %e A220666 Row n=6: [1, -63, 1533, -18333, 118029, -460815, 1184872, -2118207, 2729922, -2598297, 1854177, -999687, 407472, -124680, 28164, -4553, 498, -33, 1]. %e A220666 Row n=2: S(4,x)^3 = 1 - 9*x^2 + 30*x^4 - 45*x^6 + 30*x^8 - 9*x^10 + 1*x^12. %Y A220666 Cf. A219240, A220665 (odd part of the bisection). %K A220666 sign,easy,tabf %O A220666 0,3 %A A220666 _Wolfdieter Lang_, Dec 17 2012