login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A142075 A PolyLog functional polynomial coefficient triangular sequence: p(x,n)=(1 - 2*x)^(n + 1)*PolyLog[ -n, 2*x]/(2*x). 1
1, 1, 2, 1, 8, 4, 1, 22, 44, 8, 1, 52, 264, 208, 16, 1, 114, 1208, 2416, 912, 32, 1, 240, 4764, 19328, 19056, 3840, 64, 1, 494, 17172, 124952, 249904, 137376, 15808, 128, 1, 1004, 58432, 705872, 2499040, 2823488, 934912, 64256, 256, 1, 2026, 191360 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

Row sums are:

{1, 3, 13, 75, 541, 4683, 47293, 545835, 7087261, 102247563}.

This sequence has logical conjugate substitution :

2x->1-2x;

of the function:

q(x,n)=If[n == 0, 1, (2*x)^(n + 1)*PolyLog[ -n, 1 - 2*x]].

FORMULA

p(x,n)=(1 - 2*x)^(n + 1)*PolyLog[ -n, 2*x]/(2*x); t(n,m)=corefficients(p(x,n)).

EXAMPLE

{1},

{1, 2},

{1, 8, 4},

{1, 22, 44, 8},

{1, 52, 264, 208, 16},

{1, 114, 1208, 2416, 912, 32},

{1, 240, 4764, 19328, 19056, 3840, 64},

{1, 494, 17172, 124952, 249904, 137376, 15808, 128},

{1, 1004, 58432, 705872, 2499040, 2823488, 934912, 64256, 256},

{1, 2026, 191360, 3641536, 20965664, 41931328, 29132288, 6123520, 259328, 512}

MATHEMATICA

Clear[p, x, n, m] p[x_, n_] = (1 - 2*x)^(n + 1)*PolyLog[ -n, 2*x]/(2*x); Table[CoefficientList[p[x, n], x], {n, 1, 10}]; Flatten[%]

CROSSREFS

Cf. A008292, A123125.

Sequence in context: A133214 A191935 * A156365 A110107 A154537 A110446

Adjacent sequences:  A142072 A142073 A142074 * A142076 A142077 A142078

KEYWORD

nonn,uned

AUTHOR

Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Sep 15 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 21:47 EST 2012. Contains 205663 sequences.