A308804 Triangular table of coefficients of p in p^(k+2)/(1-p) LerchPhi(1-p,-1-k,(p-1)/p) as function of k=1..n.
1, 2, -1, 9, -9, 1, 44, -66, 24, -1, 265, -530, 320, -55, 1, 1854, -4635, 3940, -1275, 118, -1, 14833, -44499, 48825, -23485, 4571, -245, 1, 133496, -467236, 628544, -403270, 123368, -15400, 500, -1, 1334961, -5339844, 8510376, -6841674, 2885694, -598416, 49914, -1011, 1, 14684570, -66080565, 121759560, -117782490, 63630588, -18808230, 2752320, -157785, 2034, -1
Offset: 1
Links
- Wolfram Language & System Documentation Center, LerchPhi (then click in Applications).
Programs
-
Mathematica
Table[CoefficientList[ p^(k + 2)/(1 - p) LerchPhi[1 - p, -k - 1, (-1 + p)/p], p], {k, 1, 12}]
Comments