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!)
A155725 Symmetrical product form polynomial as triangle sequence coefficients: q(x,n)=Product[x + 2*n - i + 1, {i, 0, n - 1}]; p(x,n)=q(x,n)+x^2+x^n*q(1/x,m);t(n,m)=coefficients(p(x,n). 0
2, 4, 4, 21, 18, 21, 211, 125, 125, 211, 3025, 1680, 670, 1680, 3025, 55441, 31639, 7960, 7960, 31639, 55441, 1235521, 725655, 178199, 45570, 178199, 725655, 1235521, 32432401, 19471584, 4988326, 765289, 765289, 4988326, 19471584 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Row sums are:
{2, 8, 60, 672, 10080, 190080, 4324320, 115315200, 3528645120, 121898649600,
4693098009600,...}.
LINKS
FORMULA
q(x,n)=Product[x + 2*n - i + 1, {i, 0, n - 1}];
p(x,n)=q(x,n)+x^2+x^n*q(1/x,m);
t(n,m)=coefficients(p(x,n).
EXAMPLE
{2},
{4, 4},
{21, 18, 21},
{211, 125, 125, 211},
{3025, 1680, 670, 1680, 3025},
{55441, 31639, 7960, 7960, 31639, 55441},
{1235521, 725655, 178199, 45570, 178199, 725655, 1235521},
{32432401, 19471584, 4988326, 765289, 765289, 4988326, 19471584, 32432401},
{980179201, 598482108, 159173510, 24219972, 4535538, 24219972, 159173510, 598482108, 980179201}, {33522128641, 20742534711, 5681716170, 904550030, 98395248, 98395248, 904550030, 5681716170, 20742534711, 33522128641},
{1279935820801, 800575997925, 224518871346, 37179349350, 4041096653, 595737450, 4041096653, 37179349350, 224518871346, 800575997925, 1279935820801}
MATHEMATICA
Clear[p, a, b, c, d, n, q, q2, x];
q[x_, n_] = Product[x + 2*n - i + 1, {i, 0, n - 1}];
p[x_, n_] = q[x, n] + x^n*q[1/x, n];
Table[FullSimplify[ExpandAll[p[x, n]]], {n, 0, 10}];
Table[CoefficientList[FullSimplify[ExpandAll[p[x, n]]], x], {n, 0, 10}];
Flatten[%]
CROSSREFS
Sequence in context: A241211 A155720 A230694 * A103973 A322635 A129826
KEYWORD
nonn,tabl,uned
AUTHOR
Roger L. Bagula, Jan 25 2009
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 September 17 19:36 EDT 2024. Contains 375990 sequences. (Running on oeis4.)