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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A137496 Irregular triangle read by rows: coefficients of Laplace transform of a Bernoulli expansion: LaplaceTransform[t*Exp[x*t]/(Exp[t] - 1), t, 1/t] = Zeta[2,1+1/t-x]->shifted to Zeta[4,1+1/t-x]. 0
0, 0, 0, 2, -12, 24, 40, -240, 240, 0, 1200, -3600, 2400, -840, 0, 25200, -50400, 25200, 0, -47040, 0, 470400, -705600, 282240, 80640, 0, -1693440, 0, 8467200, -10160640, 3386880, 0, 7257600, 0, -50803200, 0, 152409600, -152409600, 43545600 (list; graph; refs; listen; history; internal format)
OFFSET

1,4

COMMENTS

Row sums: {0, 0, 0, 2, 12, 40, 0, -840, 0, 80640, 0, ...}.

FORMULA

Zeta[4,1+1/t-x]=Sum[1/(n+1/t+x)^4,{n,0,Infinity}]=Sum[p(x,n)*t^n/n!,{n,0,Infinity}]; out(n,m)=n!*Coefficients(p(x,n)).

EXAMPLE

{0},

{0},

{0},

{2},

{-12, 24},

{40, -240, 240},

{0, 1200, -3600, 2400},

{-840, 0, 25200, -50400, 25200},

{0, -47040,0, 470400, -705600, 282240},

{80640, 0, -1693440, 0, 8467200, -10160640, 3386880},

{0, 7257600, 0, -50803200, 0, 152409600, -152409600, 43545600}

MATHEMATICA

LaplaceTransform[t*Exp[x*t]/(Exp[t] - 1), t, s]; Clear[p, f, g] p[t_] = Zeta[4, 1 + 1/t - x]; Table[ ExpandAll[n!*SeriesCoefficient[ Series[p[t], {t, 0, 30}], n]], {n, 0, 10}]; a = Table[ CoefficientList[n!*SeriesCoefficient[ FullSimplify[Series[p[t], {t, 0, 30}]], n], x], {n, 0, 10}]; Flatten[a]

CROSSREFS

Sequence in context: A100786 A141586 A141758 * A195015 A051781 A077562

Adjacent sequences:  A137493 A137494 A137495 * A137497 A137498 A137499

KEYWORD

tabf,sign

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 22 2008

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Nov 29 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 15 23:53 EST 2012. Contains 205860 sequences.