OFFSET
0,2
COMMENTS
Chebyshev polynomial of the second kind U(10,n).
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (11,-55,165,-330,462,-462,330,-165,55,-11,1).
FORMULA
G.f.: (-1 + 22*x + 564543*x^2 + 40400040*x^3 + 448278942*x^4 + 1368702180*x^5 + 1368701718*x^6 + 448279272*x^7 + 40399875*x^8 + 564598*x^9 + 11*x^10)/(1 - x)^11.
a(n) = (32*n^5 - 16*n^4 - 32*n^3 +12*n^2 + 6*n - 1)*(32*n^5 + 16*n^4 - 32*n^3 -12*n^2 + 6*n + 1).
MATHEMATICA
Table[ChebyshevU[10, n], {n, 0, 20}] (* or *) Table[1024 n^10 - 2304 n^8 + 1792 n^6 - 560 n^4 + 60 n^2 - 1, {n, 0, 20}]
LinearRecurrence[{11, -55, 165, -330, 462, -462, 330, -165, 55, -11, 1}, {-1, 11, 564719, 46611179, 929944511, 9127651499, 58130412911, 276182038859, 1061324394239, 3472236254411, 10011386405999}, 20] (* Harvey P. Dale, Dec 10 2023 *)
PROG
(Magma) [1024*n^10-2304*n^8+1792*n^6-560*n^4+60*n^2-1: n in [0..20]];
CROSSREFS
KEYWORD
sign,easy
AUTHOR
Vincenzo Librandi, May 30 2014
STATUS
approved