login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A142701 A triangular sequence of coefficients made from a product sum of the Pascal/binomial and the Chebyshev T Polynomials: t(n,m)=-Sum[Binomial[n + 1, k + 1]*CoefficientList[ChebyshevT[k + 1, x], x][[m]], {k, m, n}]. 0
1, 3, 3, 5, 12, 8, 5, 25, 40, 20, 1, 30, 102, 120, 48, -7, 7, 154, 364, 336, 112, -15, -56, 88, 672, 1184, 896, 256, -15, -135, -216, 624, 2592, 3600, 2304, 576, 1, -150, -710, -480, 3280, 9120, 10400, 5760, 1280, 33, 11, -946, -2860, 176, 14432, 29920, 28864, 14080, 2816, 65, 396, -60, -4752, -9288, 8448, 56384 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Roe sums are:
{1, 6, 25, 90, 301, 966, 3025, 9330, 28501, 86526, 261625, 788970}.
The resulting coefficients are the Chebyshev orthogonal base
for Pascal's triangle.
LINKS
FORMULA
t(n,m)=-Sum[Binomial[n + 1, k + 1]*CoefficientList[ChebyshevT[k + 1, x], x][[m]], {k, m, n}].
EXAMPLE
{1},
{3, 3},
{5, 12, 8},
{5, 25, 40, 20},
{1, 30, 102, 120, 48},
{-7, 7, 154, 364, 336, 112},
{-15, -56, 88, 672, 1184, 896, 256},
{-15, -135, -216, 624, 2592, 3600, 2304, 576},
{1, -150, -710, -480, 3280, 9120, 10400, 5760, 1280},
{33, 11, -946, -2860, 176, 14432, 29920,28864, 14080,2816},
{65, 396, -60, -4752, -9288, 8448, 56384, 92928, 77568, 33792, 6144},
{65, 845, 2652, -1352, -20072, -23504, 55744, 202176, 276224, 203008, 79872, 13312}
MATHEMATICA
Clear[t, n, m, k]; t[n_, m_] := -Sum[ Binomial[n + 1, k + 1]*CoefficientList[ChebyshevT[k + 1, x], x][[ m]], {k, m, n}]; Table[Table[t[n, m], {m, 1, n}], {n, 1, 12}]; Flatten[%]
CROSSREFS
Sequence in context: A187874 A126318 A360024 * A257351 A227616 A079439
KEYWORD
uned,sign
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 5 14:26 EDT 2024. Contains 375700 sequences. (Running on oeis4.)