login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A009216
E.g.f.: exp(sin(x)/exp(x)).
1
1, 1, -1, -3, 9, 17, -145, 21, 2961, -9119, -58273, 530541, 177177, -24815503, 109736783, 845196933, -11562650847, 9274089409, 818943535295, -6145817165859, -30817061557719, 818240768280017, -3016149953173201, -67401109608160779
OFFSET
0,4
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Exp[Sin[x]/Exp[x]], {x, 0, nn}], x] Range[ 0, nn]!] (* Harvey P. Dale, Feb 21 2013 *)
CROSSREFS
Sequence in context: A374692 A056404 A056405 * A103072 A109228 A376636
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
Definition clarified by Harvey P. Dale, Feb 21 2013
STATUS
approved