Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A146767
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A146767 A new symmetrical polynomial form to give a triangle sequence: p(x,n)=If[n == 0, 1, (x + 1)^n + 2^(n - 3)*Sum[Binomial[n, m]*x^m*(1 + x^(n - 2*m)), {m, 1, n - 1}]]. +0
1
1, 1, 1, 1, 4, 1, 1, 9, 9, 1, 1, 20, 30, 20, 1, 1, 45, 90, 90, 45, 1, 1, 102, 255, 340, 255, 102, 1, 1, 231, 693, 1155, 1155, 693, 231, 1, 1, 520, 1820, 3640, 4550, 3640, 1820, 520, 1, 1, 1161, 4644, 10836, 16254, 16254, 10836, 4644, 1161, 1, 1, 2570, 11565, 30840, 53970 (list; graph; listen)
OFFSET

0,5

COMMENT

Row sums are:{1, 2, 6, 20, 72, 272, 1056, 4160, 16512, 65792, 262656}.

FORMULA

p(x,n)=If[n == 0, 1, (x + 1)^n + 2^(n - 3)*Sum[Binomial[n, m]*x^m*(1 + x^(n - 2*m)), {m, 1, n - 1}]]; t(n,m)=coefficients(p(x,n)).

EXAMPLE

{1}, {1, 1}, {1, 4, 1}, {1, 9, 9, 1}, {1, 20, 30, 20, 1}, {1, 45, 90, 90, 45, 1}, {1, 102, 255, 340, 255, 102, 1}, {1, 231, 693, 1155, 1155, 693, 231, 1}, {1, 520, 1820, 3640, 4550, 3640, 1820, 520, 1}, {1, 1161, 4644, 10836, 16254, 16254, 10836, 4644, 1161, 1}, {1, 2570, 11565, 30840, 53970, 64764, 53970, 30840, 11565, 2570, 1}

MATHEMATICA

Clear[p, x, n]; p[x_, n_] = If[ n == 0, 1, (x + 1)^n + 2^(n - 3)*Sum[Binomial[n, m]*x^m*(1 + x^(n - 2*m)), {m, 1, n - 1}]]; Table[CoefficientList[FullSimplify[ExpandAll[p[x, n]]], x], {n, 0, 10}]; Flatten[%]

CROSSREFS

Sequence in context: A008459 A157192 A154982 this_sequence A146955 A155451 A039756

Adjacent sequences: A146764 A146765 A146766 this_sequence A146768 A146769 A146770

KEYWORD

nonn

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Nov 02 2008

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 December 17 23:40 EST 2009. Contains 171025 sequences.


AT&T Labs Research