Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A142146 A PolyLog functional polynomial coefficient triangular sequence: p(x,n)=(-1)^(n + 1)*(4*x + x^2)^(n + 1)*PolyLog[ -n, 1 + 4*x + x^2]/(1 + 4*x + x^2). 0
1, 2, 4, 1, 6, 24, 22, 8, 1, 24, 144, 260, 176, 62, 12, 1, 120, 960, 2640, 3120, 1846, 616, 126, 16, 1, 720, 7200, 26760, 47040, 43352, 23376, 7772, 1632, 222, 20, 1, 5040, 60480, 283920, 672000, 882336, 692160, 347152, 115680, 25806, 3800, 366, 24, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Row sums are:
{1, 7, 61, 679, 9445, 158095, 3088765, 68958295, 1731875605, 48328686175}.
LINKS
FORMULA
p(x,n)=(-1)^(n + 1)*(4*x + x^2)^(n + 1)*PolyLog[ -n, 1 + 4*x + x^2]/(1 + 4*x + x^2); t(n,m)=corefficients(p(x,n)).
EXAMPLE
{1},
{2, 4, 1},
{6, 24, 22, 8, 1},
{24, 144, 260, 176, 62, 12, 1},
{120, 960, 2640, 3120, 1846, 616, 126, 16, 1},
{720, 7200, 26760, 47040, 43352, 23376, 7772, 1632, 222, 20, 1},
{5040, 60480, 283920, 672000, 882336, 692160, 347152, 115680, 25806, 3800, 366, 24, 1},
{40320, 564480, 3205440, 9596160, 16690464, 17898048, 12504368, 5939584, 1972216, 462544, 75716, 8336, 590, 28, 1},
{362880, 5806080, 38707200, 140555520, 307308960, 427351680, 395017440, 252562560, 115055176, 38059712, 9226768, 1635344, 207430, 17864, 958, 32, 1},
{3628800, 65318400, 500169600, 2138572800, 5660202240, 9788567040, 11491935360, 9475050240, 5648068592, 2487777248, 820929560, 204235072, 38286104, 5359312, 546092, 38080, 1598, 36, 1}
MATHEMATICA
Clear[p, x, n, m]; p[x_, n_] = (-1)^(n + 1)*(4*x + x^2)^(n + 1)*PolyLog[ -n, 1 + 4*x + x^2]/(1 + 4*x + x^2); Table[FullSimplify[Expand[p[x, n]]], {n, 1, 10}]; Table[CoefficientList[FullSimplify[Expand[p[x, n]]], x], {n, 1, 10}]; Flatten[%]
CROSSREFS
Sequence in context: A021009 A137478 A089087 * A143350 A302541 A119303
KEYWORD
nonn,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 August 6 03:16 EDT 2024. Contains 374957 sequences. (Running on oeis4.)