Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A155869
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A155869 A sequence of polynomial coefficients related to a new form binomial: p(x,n)=If[n == 0, 1, (x + x^(n - 1) + Sum[Binomial[m*(n - m), n]*x^m, {m, 0, n}])/x]. +0
1
2, 1, 1, 1, 1, 1, 1, 6, 6, 1, 1, 28, 84, 28, 1, 1, 120, 792, 792, 120, 1, 1, 495, 6435, 12870, 6435, 495, 1, 1, 2002, 48620, 167960, 167960, 48620, 2002, 1, 1, 8008, 352716, 1961256, 3268760, 1961256, 352716, 8008, 1, 1, 31824, 2496144, 21474180 (list; table; graph; listen)
OFFSET

2,1

COMMENT

Row sums are:

{2, 2, 3, 14, 142, 1826, 26732, 437166, 7912722, 157258898, 3407186642,...}

FORMULA

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

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

EXAMPLE

{2},

{1, 1},

{1, 1, 1},

{1, 6, 6, 1},

{1, 28, 84, 28, 1},

{1, 120, 792, 792, 120, 1},

{1, 495, 6435, 12870, 6435, 495, 1},

{1, 2002, 48620, 167960, 167960, 48620, 2002, 1},

{1, 8008, 352716, 1961256, 3268760, 1961256, 352716, 8008, 1},

{1, 31824, 2496144, 21474180, 54627300, 54627300, 21474180, 2496144, 31824, 1},

{1, 125970, 17383860, 225792840, 834451800, 1251677700, 834451800, 225792840, 17383860, 125970, 1}

MATHEMATICA

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

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

Table[ExpandAll[p[x, n]], {n, 2, 12}];

a = Table[CoefficientList[ExpandAll[p[x, n]], x], {n, 2, 12}];

Flatten[a]

CROSSREFS

Sequence in context: A082907 A146532 A119335 this_sequence A154338 A087436 A053255

Adjacent sequences: A155866 A155867 A155868 this_sequence A155870 A155871 A155872

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 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research