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”).

A009461
Expansion of e.g.f.: sin(log(1+x))/exp(x).
1
0, 1, -3, 7, -14, 15, 109, -1507, 14988, -146311, 1494945, -16290969, 190291542, -2382532633, 31911488361, -455996792755, 6931146231704, -111739259567727, 1905221401398053, -34267059287580761, 648529389183031290
OFFSET
0,3
LINKS
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Sin[Log[1+x]]/Exp[x], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Aug 27 2014 *)
CROSSREFS
Sequence in context: A128661 A175339 A361969 * A143630 A342732 A218877
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
Definition clarified and prior Mathematica program replaced by Harvey P. Dale, Aug 27 2014
STATUS
approved