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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A109581 E.g.f.: x/(1+x-x^3). 0
0, 1, -2, 6, 0, -120, 1440, -10080, 40320, 362880, -10886400, 159667200, -1437004800, 0, 348713164800, -9153720576000, 146459529216000, -1067062284288000, -25609494822912000, 1338096104497152000, -34060628114472960000, 510909421717094400000 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

MAPLE

G:=x/(1+x-x^3): Gser:=series(G, x=0, 26): 0, seq(n!*coeff(Gser, x^n), n=1..23); # yields signed sequence

MATHEMATICA

g[x_] = x/(-1 - x + x^3) h[x_, n_] = Dt[g[x], {x, n}] a[x_] = Table[h[x, n], {n, 0, 25}]; b = a[0]

CROSSREFS

Sequence having -G as o.g.f. is A104769.

Sequence in context: A138703 A106458 A122685 * A056876 A021797 A068959

Adjacent sequences:  A109578 A109579 A109580 * A109582 A109583 A109584

KEYWORD

sign

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jun 29 2005

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 13 12:58 EST 2012. Contains 205482 sequences.