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!)
A143197 Triangle read by rows: imaginary part of polylog expansion of Eulerian numbers: p(x,n) = (1 - I*x)^(n + 1)*PolyLog(-n, I*x)/x. 0
1, 1, 1, 0, 1, 0, -1, 1, 0, -11, 0, 1, 0, -66, 0, 1, 1, 0, -302, 0, 57, 0, 1, 0, -1191, 0, 1191, 0, -1, 1, 0, -4293, 0, 15619, 0, -247, 0, 1, 0, -14608, 0, 156190, 0, -14608, 0, 1, 1, 0, -47840, 0, 1310354, 0, -455192, 0, 1013, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,10
LINKS
FORMULA
p(x,n) = (1 - I*x)^(n + 1)*PolyLog(-n, I*x)/x;
t(n,m) = ImaginaryCoefficients(p(x,n)).
EXAMPLE
Triangle begins
1;
1;
1, 0;
1, 0, -1;
1, 0, -11, 0;
1, 0, -66, 0, 1;
1, 0, -302, 0, 57, 0;
1, 0, -1191, 0, 1191, 0, -1;
1, 0, -4293, 0, 15619, 0, -247, 0;
1, 0, -14608, 0, 156190, 0, -14608, 0, 1;
1, 0, -47840, 0, 1310354, 0, -455192, 0, 1013, 0;
MATHEMATICA
p[x_, n_] = p[x_, n_] = (1 - I*x)^(n + 1)*PolyLog[ -n, I*x]/x;
Table[FullSimplify[Expand[p[x, n]]], {n, 0, 10}];
Table[Im[CoefficientList[FullSimplify[Expand[p[x, n]]], x]], {n, 0, 10}];
Flatten[%]
CROSSREFS
Cf. A060187.
Sequence in context: A179920 A216726 A323169 * A138066 A173189 A115595
KEYWORD
tabf,uned,sign,less
AUTHOR
Roger L. Bagula, Oct 19 2008
EXTENSIONS
The entries here are clearly all wrong (compare the example lines). What are the real parts? - N. J. A. Sloane, Oct 25 2008
The entries were those of A143196; entries replaced with those in the example by Georg Fischer, Nov 03 2018
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 May 6 21:30 EDT 2024. Contains 372297 sequences. (Running on oeis4.)