Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A123027
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A123027 A053122(n,m)=CoefficientList(ChebyshevU[n, x/2 - 1]): triangular array made from Bezier transform of A053122. +0
1
1, -2, 3, 3, -10, 8, -4, 22, -38, 21, 5, -40, 111, -130, 55, -6, 65, -256, 474, -420, 144, 7, -98, 511, -1324, 1836, -1308, 377, -8, 140, -924, 3130, -6020, 6666, -3970, 987, 9, -192, 1554, -6588, 16435, -25088, 23109, -11822, 2584, -10, 255, -2472, 12720, -39430, 77645, -98160, 77378, -34690, 6765, 11, -330 (list; table; graph; listen)
OFFSET

1,2

COMMENT

Alternative Adamson Matrix method: T[n_, m_] = If[ n == m, 2, If[n == m - 1 || n == m + 1, 1, 0]]; M[d_] := Table[T[n, m], {n, 1, d}, {m, 1, d}]; Table[Det[M[d] - x*IdentityMatrix[d]], {d, 1, 10}]; a = Join[{{1}}, Table[CoefficientList[Det[M[d] - x*IdentityMatrix[d]], x], {d, 1, 10}]]; b = Table[CoefficientList[Sum[a[[m + 1]][[n + 1]]*x^n*(1 - x)^(m - n), {n, 0, m}], x], {m, 0, 10}]; Flatten[b]

FORMULA

T(n,m)=A053122(n,m) T'(n,m)=t(n,m)*x^n*(1-x)^(m-n)

EXAMPLE

1

-2, 3

3, -10, 8,

-4, 22, 38, 21

5, -40, 111, -130, 55

MATHEMATICA

b0 = Table[CoefficientList[ExpandAll[ChebyshevU[n, x/2 - 1]], x], {n, 0, 10}]; c0 = Table[CoefficientList[Sum[b0[[m + 1]][[n + 1]]*x^n*(1 - x)^(m - n), {n, 0, m}], x], {m, 0, 10}]; Flatten[c0]

CROSSREFS

Cf. A053122.

Adjacent sequences: A123024 A123025 A123026 this_sequence A123028 A123029 A123030

Sequence in context: A124931 A124932 A110042 this_sequence A100652 A094416 A152300

KEYWORD

sign,uned,tabl

AUTHOR

Roger Bagula and Gary Adamson (rlbagulatftn(AT)yahoo.com), Sep 24 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 8 19:30 EST 2009. Contains 166227 sequences.


AT&T Labs Research