Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A146766
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A146766 A new symmetrical polynomial form to give a triangle sequence: p(x,n)=If[n == 0, 1, (x + 1)^n + 2^(n - 2)*Sum[Binomial[n, m]*x^m*(1 + x^(n - 2*m)), {m, 1, n - 1}]]. +0
1
1, 1, 1, 1, 6, 1, 1, 15, 15, 1, 1, 36, 54, 36, 1, 1, 85, 170, 170, 85, 1, 1, 198, 495, 660, 495, 198, 1, 1, 455, 1365, 2275, 2275, 1365, 455, 1, 1, 1032, 3612, 7224, 9030, 7224, 3612, 1032, 1, 1, 2313, 9252, 21588, 32382, 32382, 21588, 9252, 2313, 1, 1, 5130, 23085 (list; graph; listen)
OFFSET

0,5

COMMENT

Row sums are:{1, 2, 8, 32, 128, 512, 2048, 8192, 32768, 131072, 524288}.

FORMULA

p(x,n)=If[n == 0, 1, (x + 1)^n + 2^(n - 2)*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, 6, 1}, {1, 15, 15, 1}, {1, 36, 54, 36, 1}, {1, 85, 170, 170, 85, 1}, {1, 198, 495, 660, 495, 198, 1}, {1, 455, 1365, 2275, 2275, 1365, 455, 1}, {1, 1032, 3612, 7224, 9030, 7224, 3612, 1032, 1}, {1, 2313, 9252, 21588, 32382, 32382, 21588, 9252, 2313, 1}, {1, 5130, 23085, 61560, 107730, 129276, 107730, 61560, 23085, 5130, 1}

MATHEMATICA

Clear[p, x, n]; p[x_, n_] = If[ n == 0, 1, (x + 1)^n + 2^(n - 2)*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: A086645 A154980 A166344 this_sequence A146958 A154653 A109001

Adjacent sequences: A146763 A146764 A146765 this_sequence A146767 A146768 A146769

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 15 00:47 EST 2009. Contains 170825 sequences.


AT&T Labs Research