Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A137430
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A137430 Triangular sequence from coefficients of a cumulative sum of Chebyshev T(x,n) polynomials (A053120): p(x,n)=p(x,n-1)+T(x,n). +0
1
1, 1, 1, 0, 1, 2, 0, -2, 2, 4, 1, -2, -6, 4, 8, 1, 3, -6, -16, 8, 16, 0, 3, 12, -16, -40, 16, 32, 0, -4, 12, 40, -40, -96, 32, 64, 1, -4, -20, 40, 120, -96, -224, 64, 128, 1, 5, -20, -80, 120, 336, -224, -512, 128, 256, 0, 5, 30, -80, -280, 336, 896, -512, -1152, 256, 512 (list; table; graph; listen)
OFFSET

1,6

COMMENT

Row sums are: {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11}

FORMULA

p(x,n)=p(x,n-1)+T(x,n); out_n,m=Coefficients(p(x,n)).

EXAMPLE

{1},

{1, 1},

{0, 1, 2},

{0, -2, 2, 4},

{1, -2, -6, 4, 8},

{1, 3, -6, -16, 8, 6},

{0, 3, 12, -16, -40, 16, 32},

{0, -4, 12, 40, -40, -96, 32, 64},

{1, -4, -20, 40, 120, -96, -224, 64, 128},

{1, 5, -20, -80, 120, 336, -224, -512, 128, 256},

{0, 5, 30, -80, -280, 336,896, -512, -1152, 256, 512}

MATHEMATICA

Clear[P] P[x, -1] = 0; P[x, 0] = 1; P[x_, n_] := P[x, n] = P[x, n - 1] + ChebyshevT[n, x]; Table[P[x, n], {n, 0, 10}]; a = Table[CoefficientList[P[x, n], x], {n, 0, 10}]; Flatten[a]

CROSSREFS

Cf. A053120.

Adjacent sequences: A137427 A137428 A137429 this_sequence A137431 A137432 A137433

Sequence in context: A029906 A094907 A051734 this_sequence A002121 A118658 A071055

KEYWORD

tabl,sign

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 27 2008

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 October 11 13:47 EDT 2008. Contains 144830 sequences.


AT&T Labs Research