[go: up one dir, main page]

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!)
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; text; internal format)
OFFSET
1,4
COMMENTS
Row sums: {0, 0, 0, 2, 12, 40, 0, -840, 0, 80640, 0, ...}.
LINKS
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
KEYWORD
tabf,sign
AUTHOR
Roger L. Bagula, Apr 22 2008
EXTENSIONS
Edited by N. J. A. Sloane, Nov 29 2008
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 September 1 03:07 EDT 2024. Contains 375575 sequences. (Running on oeis4.)