Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A157526
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A157526 Triangular sequence from coefficients of the polynomial recursion: p(x,n)=Sum[Binomial[n, m]*p[x, m]*p[x, n - m - 1], {m, 0, n - 1}]. +0
1
1, 1, 1, 3, 3, 15, 18, 3, 105, 150, 45, 945, 1575, 675, 45, 10395, 19845, 11025, 1575, 135135, 291060, 198450, 44100, 1575, 2027025, 4864860, 3929310, 1190700, 99225, 34459425, 91216125, 85135050, 32744250, 4465125, 99225, 654729075, 1895268375 (list; table; graph; listen)
OFFSET

0,4

COMMENT

Row sums are:

{1, 2, 6, 36, 300, 3240, 42840, 670320, 12111120, 248119200, 5683154400,...}.

The first column is A001147:

{1, 1, 3, 15, 105, 945, 10395, 135135, 2027025, 34459425, 654729075,...}.

FORMULA

p(x,n)=Sum[Binomial[n, m]*p[x, m]*p[x, n - m - 1], {m, 0, n - 1}].

EXAMPLE

{1},

{1, 1},

{3, 3},

{15, 18, 3},

{105, 150, 45},

{945, 1575, 675, 45},

{10395, 19845, 11025, 1575},

{135135, 291060, 198450, 44100, 1575},

{2027025, 4864860, 3929310, 1190700, 99225},

{34459425, 91216125, 85135050, 32744250, 4465125, 99225},

{654729075, 1895268375, 2006754750, 936485550, 180093375, 9823275}

MATHEMATICA

p[x, 0] = 1;

p[x, 1] = x + 1;

p[x_, n_] := Sum[Binomial[n, m]*p[x, m]*p[x, n - m - 1], {m, 0, n - 1}];

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

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

Flatten[%]

CROSSREFS

A001147

Sequence in context: A055634 A133221 A110096 this_sequence A153512 A127328 A002891

Adjacent sequences: A157523 A157524 A157525 this_sequence A157527 A157528 A157529

KEYWORD

nonn,tabl,uned

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Mar 02 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 | The OEIS Foundation | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified March 19 01:26 EDT 2010. Contains 173632 sequences.


AT&T Labs Research