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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A137378 Triangular sequence of coefficients from expansion of Mott polynomials: generated by p(x) = Exp[x*(1 - Sqrt[1 + t^2])/t]; weights 2^n*n!;. 0
1, 0, -1, 0, 0, 1, 0, 6, 0, -1, 0, 0, -24, 0, 1, 0, -240, 0, 60, 0, -1, 0, 0, 1800, 0, -120, 0, 1, 0, 25200, 0, -7560, 0, 210, 0, -1, 0, 0, -282240, 0, 23520, 0, -336, 0, 1, 0, -5080320, 0, 1693440, 0, -60480, 0, 504, 0, -1, 0, 0, 76204800, 0, -7257600, 0, 136080, 0, -720, 0, 1 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,8

COMMENTS

Row sums are: {1, -1, 1, 5, -23, -181, 1681, 17849, -259055, -3446857, 69082561}

REFERENCES

Weisstein, Eric W. "Mott Polynomial." http://mathworld.wolfram.com/MottPolynomial.html

FORMULA

p(x) = Exp[x*(1 - Sqrt[1 + t^2])/t]; weights 2^n*n!;

EXAMPLE

{1},

{0, -1},

{0, 0, 1},

{0, 6, 0, -1},

{0, 0, -24, 0, 1},

{0, -240,0, 60, 0, -1},

{0, 0, 1800, 0, -120, 0, 1},

{0, 25200, 0, -7560, 0, 210, 0, -1},

{0, 0, -282240, 0, 23520, 0, -336, 0, 1},

{0, -5080320, 0, 1693440, 0, -60480, 0, 504, 0, -1},

{0, 0, 76204800, 0, -7257600, 0, 136080, 0, -720, 0, 1}

MATHEMATICA

Clear[p, x, t] p[t_] = Exp[x*(1 - Sqrt[1 + t^2])/t]; Table[ ExpandAll[2^(n)*n!*SeriesCoefficient[ Series[p[t], {t, 0, 30}], n]], {n, 0, 10}]; a = Table[ CoefficientList[2^(n)*n!*SeriesCoefficient[ Series[p[t], {t, 0, 30}], n], x], {n, 0, 10}]; Flatten[a]

CROSSREFS

Sequence in context: A101109 A192072 A060297 * A084680 A051626 A200229

Adjacent sequences:  A137375 A137376 A137377 * A137379 A137380 A137381

KEYWORD

uned,tabl,sign

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 09 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 16 19:01 EST 2012. Contains 205939 sequences.