Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A155865
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A155865 A sequence of polynomial coefficients related to the first derivative of the Pascal triangle: p(x,n)=x^n+1+x*d(x+1)^(n+1)/dx=If[n == 0, 1, x^n + 1 + x*D[(x + 1)^(n - 1), {x, 1}]]. +0
1
1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 3, 6, 3, 1, 1, 4, 12, 12, 4, 1, 1, 5, 20, 30, 20, 5, 1, 1, 6, 30, 60, 60, 30, 6, 1, 1, 7, 42, 105, 140, 105, 42, 7, 1, 1, 8, 56, 168, 280, 280, 168, 56, 8, 1, 1, 9, 72, 252, 504, 630, 504, 252, 72, 9, 1 (list; table; graph; listen)
OFFSET

0,8

COMMENT

Row sums are:

{1, 2, 3, 6, 14, 34, 82, 194, 450, 1026, 2306,...}

FORMULA

p(x,n)=x^n+1+x*d(x+1)^(n)/dx

p(x,n)=If[n == 0, 1, x^n + 1 + x*D[(x + 1)^(n - 1), {x, 1}]]

t(n,m)=coefficients(p(x,n))

EXAMPLE

{1},

{1, 1},

{1, 1, 1},

{1, 2, 2, 1},

{1, 3, 6, 3, 1},

{1, 4, 12, 12, 4, 1},

{1, 5, 20, 30, 20, 5, 1},

{1, 6, 30, 60, 60, 30, 6, 1},

{1, 7, 42, 105, 140, 105, 42, 7, 1},

{1, 8, 56, 168, 280, 280, 168, 56, 8, 1},

{1, 9, 72, 252, 504, 630, 504, 252, 72, 9, 1}

MATHEMATICA

Clear[p, n, m, x, a];

p[x_, n_] = If[n == 0, 1, x^n + 1 + x*D[(x + 1)^(n - 1), {x, 1}]];

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

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

Flatten[a]

CROSSREFS

Sequence in context: A008302 A131791 A010358 this_sequence A156133 A010048 A055870

Adjacent sequences: A155862 A155863 A155864 this_sequence A155866 A155867 A155868

KEYWORD

nonn,tabl,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jan 29 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 November 25 08:46 EST 2009. Contains 167481 sequences.


AT&T Labs Research