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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A143196 Triangle read by rows: real part of Lerch Phi expansion of A060187: p(x,n)=2^n*(1 - I*x)*(1 + n)* LerchPhi[I*x, -n, 1/2]. 0
1, 1, 0, 1, 0, -1, 1, 0, -23, 0, 1, 0, -230, 0, 1, 1, 0, -1682, 0, 237, 0, 1, 0, -10543, 0, 10543, 0, -1, 1, 0, -60657, 0, 259723, 0, -2179, 0, 1, 0, -331612, 0, 4675014, 0, -331612, 0, 1, 1, 0, -1756340, 0, 69413294, 0, -21707972, 0, 19673, 0, 1, 0, -9116141, 0, 906923282, 0, -906923282, 0, 9116141, 0, -1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET

1,9

COMMENTS

Row sums are: {1, 1, 0, -22, -228, -1444, 0, 196888, 4011792, 45968656, 0, ...}.

LINKS

Table of n, a(n) for n=1..66.

FORMULA

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

EXAMPLE

{1},

{1, 0},

{1, 0, -1},

{1, 0, -23, 0},

{1, 0, -230, 0, 1},

{1, 0, -1682, 0, 237, 0},

{1, 0, -10543, 0, 10543, 0, -1},

{1, 0, -60657,0, 259723, 0, -2179, 0},

{1, 0, -331612, 0, 4675014, 0, -331612, 0, 1},

{1, 0, -1756340, 0, 69413294, 0, -21707972, 0, 19673, 0},

{1, 0, -9116141, 0, 906923282, 0, -906923282, 0, 9116141, 0, -1}

MATHEMATICA

Clear[p, x, n, a]; p[x_, n_] = p[x_, n_] = 2^n*(1 - I*x)*(1 + n)* LerchPhi[I*x, -n, 1/2]; Table[FullSimplify[Expand[p[x, n]]], {n, 0, 10}]; Table[Re[CoefficientList[FullSimplify[Expand[p[x, n]]], x]], {n, 0, 10}]; Flatten[%]

CROSSREFS

Cf. A060187.

Sequence in context: A180729 A119566 * A143197 A092993 A114784 A141517

Adjacent sequences:  A143193 A143194 A143195 * A143197 A143198 A143199

KEYWORD

tabl,sign

AUTHOR

Roger L. Bagula, Oct 19 2008

EXTENSIONS

What are the imaginary parts? - N. J. A. Sloane, Oct 25 2008

STATUS

approved

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 May 21 02:50 EDT 2013. Contains 225474 sequences.