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!)
A146771 Triangle read by rows: expansion of p(x,n)=If[n == 0, 1, (x + 1)^n + 2^(n-2)*Sum[Binomial[n-m, m]*x^m*(1 + x^(n - 2*m)), {m, 1, n - 1}]]. 0
1, 1, 1, 1, 4, 1, 1, 7, 7, 1, 1, 16, 14, 16, 1, 1, 37, 34, 34, 37, 1, 1, 86, 111, 52, 111, 86, 1, 1, 199, 341, 163, 163, 341, 199, 1, 1, 456, 988, 696, 198, 696, 988, 456, 1, 1, 1033, 2724, 2644, 766, 766, 2644, 2724, 1033, 1, 1, 2314, 7213, 9080, 4050, 764, 4050, 9080 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Row sums are: {1, 2, 6, 16, 48, 144, 448, 1408, 4480, 14336, 46080}.
LINKS
EXAMPLE
Triangle begins:
{1},
{1, 1},
{1, 4, 1},
{1, 7, 7, 1},
{1, 16, 14, 16, 1},
{1, 37, 34, 34, 37, 1},
{1, 86, 111, 52, 111, 86, 1},
{1, 199, 341, 163, 163, 341, 199, 1},
{1, 456, 988, 696, 198, 696, 988, 456, 1},
{1, 1033, 2724, 2644, 766, 766, 2644, 2724, 1033, 1},
{1, 2314, 7213, 9080, 4050, 764, 4050, 9080, 7213, 2314, 1}
MATHEMATICA
p[x_, n_] = If[ n == 0, 1, (x + 1)^n + 2^(n-2)*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: A316620 A304676 A316123 * A073697 A209414 A193636
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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)