|
Search: id:A137373
|
|
|
| A137373 |
|
Triangular sequence from coefficients of Gould polynomials for the special case :n=a=b; g(x,n)=(x/(x - n^2))*Binomial[x - n^2, n]. |
|
+0 1
|
|
| 1, 0, 1, 0, -5, 1, 0, 110, -21, 1, 0, -5814, 971, -54, 1, 0, 570024, -83050, 4535, -110, 1, 0, -89927760, 11544394, -592605, 15205, -195, 1, 0, 20872566000, -2387965020, 113809024, -2892225, 41335, -315, 1, 0, -6702649153200, 690576361740, -30488594444, 747700849, -11000360, 97090, -476, 1, 0
(list; table; graph; listen)
|
|
|
OFFSET
|
1,5
|
|
|
COMMENT
|
Row sums are: {1, 1, -4, 90, -4896, 491400, -78960960, 18595558800, -6041824588800, 2591645234048640, -1419367337623872000}
|
|
REFERENCES
|
Weisstein, Eric W. "Gould Polynomial." http://mathworld.wolfram.com/GouldPolynomial.html
|
|
FORMULA
|
g(x,n)=G[x,n,a,b];a=b=n; g(x,n)=(x/(x - n^2))*Binomial[x - n^2, n] out{n,m)=n!*Coefficients(g(x,n))
|
|
EXAMPLE
|
{1},
{0, 1},
{0, -5, 1},
{0, 110, -21, 1},
{0, -5814, 971, -54, 1},
{0, 570024, -83050, 4535, -110, 1},
{0, -89927760,11544394, -592605, 15205, -195, 1},
{0,20872566000, -2387965020, 113809024, -2892225, 41335, -315, 1},
{0, -6702649153200, 690576361740, -30488594444, 747700849, -11000360, 97090, -476, 1},
{0, 2847610195436160, -266634653035536, 10921595032844, -255607078356, 3738480249, -34990704, 204666, -684, 1},
{0, -1547110398010020480, 132689735745966576, -5057524107776700, 112440435753680, -1606899405825, 15308433273, -97218450, 396870, -945, 1}
|
|
MATHEMATICA
|
Clear[a, g] g[x_, n_] := (x/(x - n^2))*Binomial[x - n^2, n]; Table[ExpandAll[n!*g[x, n]], {n, 0, 10}]; a = Table[CoefficientList[n!*g[x, n], x], {n, 0, 10}]; Flatten[a]
|
|
CROSSREFS
|
Adjacent sequences: A137370 A137371 A137372 this_sequence A137374 A137375 A137376
Sequence in context: A019183 A019156 A112991 this_sequence A086464 A146306 A119788
|
|
KEYWORD
|
uned,tabl,sign
|
|
AUTHOR
|
Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 09 2008
|
|
|
Search completed in 0.002 seconds
|