Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A158208
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A158208 A symmetrical triangle of polynomial coefficients: p(x,n)=If[n == 0, 2, Sum[Binomial[n, i]*(x - 1)^i, {i, 0, Floor[(n - 1)/2]}] + x^n*Sum[ Binomial[n, i]*(1/x - 1)^i, {i, 0, Floor[(n - 1)/2]}]]. +0
1
2, 1, 1, 1, 0, 1, -2, 3, 3, -2, -3, 4, 0, 4, -3, 6, -15, 10, 10, -15, 6, 10, -24, 15, 0, 15, -24, 10, -20, 70, -84, 35, 35, -84, 70, -20, -35, 120, -140, 56, 0, 56, -140, 120, -35, 70, -315, 540, -420, 126, 126, -420, 540, -315, 70, 126, -560, 945, -720, 210, 0, 210 (list; table; graph; listen)
OFFSET

0,1

COMMENT

Straight row sums are two, but absolute value row sums are:

{2, 2, 2, 10, 14, 62, 98, 418, 702, 2942, 5122,...}.

FORMULA

p(x,n)=If[n == 0, 2, Sum[Binomial[n, i]*(x - 1)^i, {i, 0, Floor[(n - 1)/2]}] + x^n*Sum[ Binomial[n, i]*(1/x - 1)^i, {i, 0, Floor[(n - 1)/2]}]];

out(n,m)=coefficients(p(x,n)).

EXAMPLE

{2},

{1, 1},

{1, 0, 1},

{-2, 3, 3, -2},

{-3, 4, 0, 4, -3},

{6, -15, 10, 10, -15, 6},

{10, -24, 15, 0, 15, -24, 10},

{-20, 70, -84, 35, 35, -84, 70, -20},

{-35, 120, -140, 56, 0, 56, -140, 120, -35},

{70, -315, 540, -420, 126, 126, -420, 540, -315, 70},

{126, -560, 945, -720, 210, 0, 210, -720, 945, -560, 126}

MATHEMATICA

Clear[p, x, n];

p[x_, n_] = If[ n == 0, 2, Sum[Binomial[ n, i]*(x - 1)^i, {i, 0, Floor[(n - 1)/2]}] + Expand[x^n*Sum[Binomial[n, i]*(1/x - 1)^ i, {i, 0, Floor[(n - 1)/2]}]]];

Table[CoefficientList[p[x, n], x], {n, 0, 10}];

Flatten[%]

CROSSREFS

Sequence in context: A093718 A035212 A068029 this_sequence A117274 A140883 A064744

Adjacent sequences: A158205 A158206 A158207 this_sequence A158209 A158210 A158211

KEYWORD

sign,tabl,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Mar 13 2009

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 December 20 16:54 EST 2009. Contains 171081 sequences.


AT&T Labs Research