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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A155124 Coefficient triangle of polynomial: p(x,m)= -(m - 1) + 2*Sum[x^k, {k, 1, m}]. 1
1, 0, 2, -1, 2, 2, -2, 2, 2, 2, -3, 2, 2, 2, 2, -4, 2, 2, 2, 2, 2, -5, 2, 2, 2, 2, 2, 2, -6, 2, 2, 2, 2, 2, 2, 2, -7, 2, 2, 2, 2, 2, 2, 2, 2, -8, 2, 2, 2, 2, 2, 2, 2, 2, 2, -9, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

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

These polynomials in n are column functions for general Pascal-Sierpinki

triangles.

FORMULA

p(x,m)= -(m - 1) + 2*Sum[x^k, {k, 1, m}]; t(m,n)=coefficients(p(x,m))

EXAMPLE

{1},

{0, 2},

{-1, 2, 2},

{-2, 2, 2, 2},

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

{-4, 2, 2, 2, 2, 2},

{-5, 2, 2, 2, 2, 2, 2},

{-6, 2, 2, 2, 2, 2, 2, 2},

{-7, 2, 2, 2, 2, 2, 2, 2, 2},

{-8, 2, 2, 2, 2, 2, 2, 2, 2, 2},

{-9, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2}

MATHEMATICA

Clear[f, n, m]; f[n_, m_] = -(m - 1) + 2*Sum[n^k, {k, 1, m}];

Table[ExpandAll[ -(m - 1) + 2*Sum[n^k, {k, 1, m}]], {m, 1, 10}]'

Table[CoefficientList[ExpandAll[ -(m - 1) + 2*Sum[n^ k, {k, 1, m}]], n], {m, 0, 10}];

Flatten[%]

CROSSREFS

Sequence in context: A036485 A030547 A156642 * A138033 A067754 A194824

Adjacent sequences:  A155121 A155122 A155123 * A155125 A155126 A155127

KEYWORD

uned,sign

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jan 20 2009

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 14 17:51 EST 2012. Contains 205651 sequences.