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!)
A142154 A triangular sequence of coefficients of a PolyLog functional polynomials: p(x.n)=16*x^(n + 1)*PolyLog[ -n, (1 - x)/(1 + x)]/((1 + x)*(1 - x)). 0
4, 4, 6, 0, -2, 12, 0, -8, 30, 0, -30, 0, 4, 90, 0, -120, 0, 34, 315, 0, -525, 0, 231, 0, -17, 1260, 0, -2520, 0, 1512, 0, -248, 5670, 0, -13230, 0, 10080, 0, -2640, 0, 124, 28350, 0, -75600, 0, 69930, 0, -25440, 0, 2764 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Row sums are all 4.
LINKS
FORMULA
p(x.n)=16*x^(n + 1)*PolyLog[ -n, (1 - x)/(1 + x)]/((1 + x)*(1 - x)); t(n,m)=coefficients(p(x,n).
EXAMPLE
{4},
{4},
{6, 0, -2},
{12, 0, -8},
{30, 0, -30, 0, 4},
{90, 0, -120, 0, 34},
{315, 0, -525, 0, 231, 0, -17},
{1260, 0, -2520, 0, 1512, 0, -248},
{5670, 0, -13230, 0, 10080, 0, -2640, 0, 124},
{28350, 0, -75600, 0, 69930, 0, -25440, 0, 2764}
MATHEMATICA
Clear[w, p]; p[x_, n_] = 16*x^(n + 1)*PolyLog[ -n, (1 - x)/(1 + x)]/((1 + x)*(1 - x)); Table[FullSimplify[ExpandAll[p[x, n]]], {n, 1, 10}]; Table[CoefficientList[FullSimplify[ExpandAll[p[x, n]]], x], {n, 1, 10}]; Flatten[%]
CROSSREFS
Sequence in context: A302337 A098821 A363322 * A084458 A248933 A353416
KEYWORD
sign,uned
AUTHOR
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 24 20:06 EDT 2024. Contains 371963 sequences. (Running on oeis4.)