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!)
A138133 Triangle read by rows, based on the two-variable g.f. exp(x*t)*(x*(1 - 2*exp(x)) - 2*exp(x))/(1 - exp(t)) (the first of two parts). 1
0, 2, -4, 0, -1, 6, -6, 0, 0, -8, 24, -16, 0, 2, 0, -60, 120, -60, 0, 0, 48, 0, -480, 720, -288, 0, -40, 0, 840, 0, -4200, 5040, -1680, 0, 0, -1920, 0, 13440, 0, -40320, 40320, -11520, 0, 3024, 0, -60480, 0, 211680, 0, -423360, 362880, -90720, 0, 0, 241920, 0, -1612800, 0, 3386880, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A factor of 2*n!*(n+2)! was used to make the coefficients integers.
This is the a(i) part of the Sum[(a(i)+b(i)*Exp(x))*x^i,{i,0,n}] expansion (see A176295 for the exponential part).
Row sums are {-2, -1, 0, 2, 0, -40, 0, 3024, 0, -604800, 0,....}.
REFERENCES
Frederick T. Wall, Chemical Thermodynamics, W. H. Freeman, San Francisco, 1965,pp 296-298
LINKS
FORMULA
f(x,t)=exp(x*t)*(x*(1 - 2*exp(x)) - 2*exp(x))/(1 - exp(t))
EXAMPLE
{0, 2, -4},
{0, -1, 6, -6},
{0, 0, -8, 24, -16},
{0, 2, 0, -60, 120, -60},
{0, 0, 48, 0, -480, 720, -288},
{0, -40, 0,840, 0, -4200, 5040, -1680},
{0, 0, -1920, 0, 13440, 0, -40320, 40320, -11520},
{0, 3024, 0, -60480, 0,211680, 0, -423360, 362880, -90720},
{0, 0, 241920, 0, -1612800, 0, 3386880, 0, -4838400, 3628800, -806400},
{0, -604800, 0, 11975040, 0, -39916800, 0, 55883520, 0, -59875200,39916800, -7983360},
{0, 0, -72576000, 0, 479001600, 0, -958003200,0, 958003200, 0, -798336000, 479001600, -87091200}
MATHEMATICA
p[t_] = Exp[x*t](x*(1 - 2*Exp[x]) - 2*Exp[x])/(1 - Exp[t]);
(* Exp part separated as Imaginary by a substitution*)
a = Table[ Re[CoefficientList[2*n!*(n + 2)!*SeriesCoefficient[
Series[p[t], {t, 0, 30}] /. Exp[x] -> I, n], x]], {n, 0, 10}];
Flatten[a]
CROSSREFS
Sequence in context: A226031 A308460 A244116 * A302937 A363367 A005657
KEYWORD
sign,tabf
AUTHOR
Roger L. Bagula, Dec 07 2010
EXTENSIONS
Edited by N. J. A. Sloane, Jan 01 2011
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 12 14:54 EDT 2024. Contains 372482 sequences. (Running on oeis4.)