login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A144393 A triangle sequence of coefficients of a symmetrical polynomial: p(x,n)=x^n + n*x^(n - 1) + n*x + 1. 0
2, 2, 2, 1, 4, 1, 1, 3, 3, 1, 1, 4, 0, 4, 1, 1, 5, 0, 0, 5, 1, 1, 6, 0, 0, 0, 6, 1, 1, 7, 0, 0, 0, 0, 7, 1, 1, 8, 0, 0, 0, 0, 0, 8, 1, 1, 9, 0, 0, 0, 0, 0, 0, 9, 1, 1, 10, 0, 0, 0, 0, 0, 0, 0, 10, 1 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

Row sums are:{2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22}.

FORMULA

p(x,n)=x^n + n*x^(n - 1) + n*x + 1; t(n,m)=coefficients(p(x,n)).

EXAMPLE

{2},

{2, 2},

{1, 4, 1},

{1, 3, 3, 1},

{1, 4, 0, 4, 1},

{1, 5, 0, 0, 5, 1},

{1, 6, 0, 0, 0, 6, 1},

{1, 7, 0, 0, 0, 0, 7, 1},

{1, 8, 0, 0, 0, 0, 0, 8, 1},

{1, 9, 0, 0, 0, 0, 0, 0, 9, 1},

{1, 10, 0, 0, 0, 0, 0, 0, 0, 10, 1}

MATHEMATICA

Clear[p, x, n]; p[x_, n_] = x^n + n*x^(n - 1) + n*x + 1; Table[ExpandAll[p[x, n]], {n, 0, 10}]; Table[CoefficientList[p[x, n], x], {n, 0, 10}]; Flatten[%]

CROSSREFS

Sequence in context: A089258 A004065 A127496 * A089400 A180824 A105777

Adjacent sequences:  A144390 A144391 A144392 * A144394 A144395 A144396

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Oct 02 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 11:20 EST 2012. Contains 205907 sequences.