login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A146765 Triangle read by rows: expansion of p(x,n)=If[n == 0, 1, (x + 1)^n + 2^(n - 1)*Sum[Binomial[n, m]*x^m*(1 + x^(n - 2*m)), {m, 1, n - 1}]]. 0
1, 1, 1, 1, 10, 1, 1, 27, 27, 1, 1, 68, 102, 68, 1, 1, 165, 330, 330, 165, 1, 1, 390, 975, 1300, 975, 390, 1, 1, 903, 2709, 4515, 4515, 2709, 903, 1, 1, 2056, 7196, 14392, 17990, 14392, 7196, 2056, 1, 1, 4617, 18468, 43092, 64638, 64638, 43092, 18468, 4617, 1, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Row sums are:{1, 2, 12, 56, 240, 992, 4032, 16256, 65280, 261632, 1047552}.
LINKS
EXAMPLE
Triangle begins:
{1},
{1, 1},
{1, 10, 1},
{1, 27, 27, 1},
{1, 68, 102, 68, 1},
{1, 165, 330, 330, 165, 1},
{1, 390, 975, 1300, 975, 390, 1},
{1, 903, 2709, 4515, 4515, 2709, 903, 1},
{1, 2056, 7196, 14392, 17990, 14392, 7196, 2056, 1},
{1, 4617, 18468, 43092, 64638, 64638, 43092, 18468, 4617, 1},
{1, 10250, 46125, 123000, 215250, 258300, 215250, 123000, 46125, 10250, 1}
MATHEMATICA
p[x_, n_] = If[ n == 0, 1, (x + 1)^n + 2^(n - 1)*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: A113280 A159041 A154979 * A190152 A154984 A173047
KEYWORD
nonn,tabl,less
AUTHOR
Roger L. Bagula, Nov 02 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 29 07:07 EDT 2024. Contains 374731 sequences. (Running on oeis4.)