|
Search: id:A142249
|
|
|
| A142249 |
|
A triangle of coefficients based on the Nielsen generalized Polylog: p(x,n,k)=(k - 1)!*(1 - x)^(n)*PolyLog[ -n, k, x]/(x*Log[1 - x]); k=2;x=1-Exp[1]; t(n,m)=Coefficients(p(x,n,k). |
|
+0 1
|
|
| -1, -1, 1, -1, 2, -1, 3, 3, -1, 4, 19, 4, -1, 5, 80, 65, 5, -1, 6, 286, 566, 181, 6, -1, 7, 945, 3710, 2905, 455, 7, -1, 8, 2997, 20756, 31781, 12636, 1079, 8, -1, 9, 9294, 105299, 278304, 218559, 49754, 2469, 9
(list; table; graph; listen)
|
|
|
OFFSET
|
1,5
|
|
|
COMMENT
|
Row sums are:
{-1, 0, 1, 5, 26, 154, 1044, 8028, 69264, 663696}.
k=1 in this function gives the Eulerian numbers.
|
|
REFERENCES
|
Weisstein, Eric W. "Nielsen Generalized Polylogarithm." http://mathworld.wolfram.com/NielsenGeneralizedPolylogarithm.html
|
|
FORMULA
|
p(x,n,k)=(k - 1)!*(1 - x)^(n)*PolyLog[ -n, k, x]/(x*Log[1 - x]); k=2;x=1-Exp[1]; t(n,m)=Coefficients(p(x,n,k).
|
|
EXAMPLE
|
{-1},
{-1, 1},
{-1, 2},
{-1, 3, 3},
{-1, 4, 19, 4},
{-1, 5, 80, 65, 5},
{-1, 6, 286, 566, 181, 6},
{-1, 7, 945, 3710, 2905, 455, 7},
{-1, 8, 2997, 20756, 31781, 12636, 1079, 8},
{-1, 9, 9294, 105299, 278304, 218559, 49754, 2469, 9}
|
|
MATHEMATICA
|
Clear[t, n] k = 2; t[x_, n_, k_] = (k - 1)!*(1 - x)^(n)*PolyLog[ -n, k, x]/(x*Log[1 - x]); Solve[Log[1 - x] == 1, x]; a = Table[CoefficientList[FullSimplify[Expand[t[x, n, k]]], x], {n, 1, 10}]; a /. x -> 1 - Exp[1]; Flatten[a /. x -> 1 - Exp[1]]
|
|
CROSSREFS
|
Cf. A008292.
Sequence in context: A055129 A133804 A089944 this_sequence A097351 A048600 A100578
Adjacent sequences: A142246 A142247 A142248 this_sequence A142250 A142251 A142252
|
|
KEYWORD
|
sign,uned,tabl
|
|
AUTHOR
|
Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Sep 18 2008
|
|
|
Search completed in 0.002 seconds
|