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!)
A146770 Triangle read by rows: expansion of p(x,n)=If[n == 0, 1, (x + 1)^n + Sum[Binomial[n-m, m]*x^m*(1 + x^(n - 2*m)), {m, 1, n - 1}]]. 0
1, 1, 1, 1, 4, 1, 1, 5, 5, 1, 1, 7, 8, 7, 1, 1, 9, 13, 13, 9, 1, 1, 11, 21, 22, 21, 11, 1, 1, 13, 31, 39, 39, 31, 13, 1, 1, 15, 43, 66, 72, 66, 43, 15, 1, 1, 17, 57, 104, 131, 131, 104, 57, 17, 1, 1, 19, 73, 155, 225, 254, 225, 155, 73, 19, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Row sums are: {1, 2, 6, 12, 24, 46, 88, 168, 322, 620, 1200}.
LINKS
EXAMPLE
Triangle begins:
{1},
{1, 1},
{1, 4, 1},
{1, 5, 5, 1},
{1, 7, 8, 7, 1},
{1, 9, 13, 13, 9, 1},
{1, 11, 21, 22, 21, 11, 1},
{1, 13, 31, 39, 39, 31, 13, 1},
{1, 15, 43, 66, 72, 66, 43, 15, 1},
{1, 17, 57, 104, 131, 131, 104, 57, 17, 1},
{1, 19, 73, 155, 225, 254, 225, 155, 73, 19, 1}
MATHEMATICA
p[x_, n_] = If[ n == 0, 1, (x + 1)^n + Sum[Binomial[n-m, 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: A147289 A147566 A204621 * A143334 A156050 A136489
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 April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)