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!)
A176198 A symmetrical triangle of polynomial coefficients:q=2;p(x,n,q)=(1 - x)^(n + 1)*Sum[((q*k + 1)^n + (q*k + q - 1)^n)*x^k, {k, 0, Infinity}] 0
1, 1, 1, 1, 11, 1, 1, 45, 45, 1, 1, 151, 459, 151, 1, 1, 473, 3363, 3363, 473, 1, 1, 1443, 21085, 47095, 21085, 1443, 1, 1, 4357, 121313, 519445, 519445, 121313, 4357, 1, 1, 13103, 663223, 4970575, 9350027, 4970575, 663223, 13103, 1, 1, 39345, 3512679 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Row sums are:
{1, 2, 13, 92, 763, 7674, 92153, 1290232, 20643831, 371589110, 7431782389,...}.
LINKS
FORMULA
q=2;p(x,n,q)=(1 - x)^(n + 1)*Sum[((q*k + 1)^n + (q*k + q - 1)^n)*x^k, {k, 0, Infinity}];
t(n,m,2)=coefficients(p(x,n,2))
EXAMPLE
{1},
{1, 1},
{1, 11, 1},
{1, 45, 45, 1},
{1, 151, 459, 151, 1},
{1, 473, 3363, 3363, 473, 1},
{1, 1443, 21085, 47095, 21085, 1443, 1},
{1, 4357, 121313, 519445, 519445, 121313, 4357, 1},
{1, 13103, 663223, 4970575, 9350027, 4970575, 663223, 13103, 1},
{1, 39345, 3512679, 43415943, 138826587, 138826587, 43415943, 3512679, 39345, 1},
{1, 118075, 18232281, 356601807, 1813846563, 3054184935, 1813846563, 356601807, 18232281, 118075, 1}
MATHEMATICA
p[x_, n_, q_] = (1 - x)^(n + 1)* Sum[((q*k + 1)^n + (q*k + q - 1)^n)*x^k, {k, 0, Infinity}];
f[n_, m_, q_] := CoefficientList[FullSimplify[ExpandAll[p[x, n, q]]], x][[m + 1]];
Table[Flatten[Table[Table[FullSimplify[ ExpandAll[f[ n, m, q] - f[n, 0, q] + 1]], {m, 0, n}], {n, 0, 10}]], {q, 1, 10}]
CROSSREFS
Sequence in context: A202678 A202971 A202675 * A202870 A202872 A144440
KEYWORD
nonn,tabl,uned
AUTHOR
Roger L. Bagula, Apr 11 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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)