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!)
A177984 A symmetrical triangle of polynomial coefficients:p(x,n)=If[n == 0, 1, (1 - x)^(n + 1)*Sum[((2*k + 1)^n + (k + 1)^n + k^n)*x^k, {k, 0, Infinity}]/2] 0
1, 1, 1, 1, 4, 1, 1, 14, 14, 1, 1, 44, 126, 44, 1, 1, 132, 887, 887, 132, 1, 1, 390, 5451, 12076, 5451, 390, 1, 1, 1150, 30984, 131665, 131665, 30984, 1150, 1, 1, 3400, 168076, 1252600, 2353126, 1252600, 168076, 3400, 1, 1, 10088, 885725, 10905407, 34828859 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Row sums are:
{1, 2, 6, 30, 216, 2040, 23760, 327600, 5201280, 93260160, 1861574400,...}.
LINKS
FORMULA
p(x,n)=If[n == 0, 1, (1 - x)^(n + 1)*Sum[((2*k + 1)^n + (k + 1)^n + k^n)*x^k, {k, 0, Infinity}]/2];
t(n,m)=coefficients(p(x,n))=If[n==0,1,(A008518(n,m)+A060187(n,m))/2]
EXAMPLE
{1},
{1, 1},
{1, 4, 1},
{1, 14, 14, 1},
{1, 44, 126, 44, 1},
{1, 132, 887, 887, 132, 1},
{1, 390, 5451, 12076, 5451, 390, 1},
{1, 1150, 30984, 131665, 131665, 30984, 1150, 1},
{1, 3400, 168076, 1252600, 2353126, 1252600, 168076, 3400, 1},
{1, 10088, 885725, 10905407, 34828859, 34828859, 10905407, 885725, 10088, 1},
{1, 30026, 4582497, 89401968, 454344414, 764856588, 454344414, 89401968, 4582497, 30026, 1}
MATHEMATICA
p[x_, n_] = If[n == 0, 1, (1 - x)^(n + 1)*Sum[((2* k + 1)^n + (k + 1)^n + k^n)*x^k, {k, 0, Infinity}]/2];
Table[CoefficientList[FullSimplify[ExpandAll[p[x, n]]], x], {n, 0, 10}];
Flatten[%]
CROSSREFS
Sequence in context: A179454 A058711 A202906 * A157013 A346876 A141724
KEYWORD
nonn,tabl,uned
AUTHOR
Roger L. Bagula, May 16 2010
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 11:31 EDT 2024. Contains 371792 sequences. (Running on oeis4.)