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!)
A137437 Triangular sequence from expansion coefficients of asymptotic Hermite Polynomial from Roman: p(x,t)= (1 + t)^(-x)*Exp[x*(t - t^2/2)]. 0
1, 0, 0, 0, -2, 0, 6, 0, -24, 0, 120, 40, 0, -720, -420, 0, 5040, 3948, 0, -40320, -38304, -2240, 0, 362880, 396576, 50400 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
Absolute values of row sums give A038205.
REFERENCES
Steve Roman, The Umbral Calculus, Dover Publications, New York (1984), page 130.
LINKS
FORMULA
p(x,t)= (1 + t)^(-x)*Exp[x*(t - t^2/2)]=Sum[q(x,n)*t^n/n!,{n,0,Infinity}]; out(n,m)=n!*Coefficients(q(x,n)).
EXAMPLE
{1},
{0},
{0},
{0, -2},
{0, 6},
{0, -24},
{0, 120, 40},
{0, -720, -420},
{0, 5040, 3948},
{0, -40320, -38304, -2240},
{0, 362880, 396576, 50400}
MATHEMATICA
p[t_] := (1 + t)^(-x)*Exp[x*(t - t^2/2)];
Table[ ExpandAll[n!SeriesCoefficient[ Series[p[t], {t, 0, 30}], n]], {n, 0, 10}];
a = Table[n!* CoefficientList[SeriesCoefficient[ Series[p[t], {t, 0, 30}], n], x], {n, 0, 10}];
Flatten[{{1}, {0}, {0}, {0, -2}, {0, 6}, {0, -24}, {0, 120, 40}, {0, -720, -420}, {0, 5040, 3948}, {0, -40320, -38304, -2240}, {0, 362880, 396576, 50400}}]
CROSSREFS
Sequence in context: A094659 A321907 A361522 * A183189 A330609 A180047
KEYWORD
uned,tabf,sign
AUTHOR
Roger L. Bagula, Apr 21 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 April 18 02:22 EDT 2024. Contains 371767 sequences. (Running on oeis4.)