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

A009467
Expansion of sin(log(1+x)/exp(x)).
0
0, 1, -3, 7, -6, -125, 1745, -17873, 166908, -1485319, 12508457, -93553781, 466864222, 2900675947, -158026529323, 3854302742747, -79552171943368, 1548695456005553, -29548490392005579, 562097583466634703
OFFSET
0,3
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Sin[Log[1+x]/Exp[x]], {x, 0, nn}], x]Range[0, nn]!] (* Harvey P. Dale, Dec 25 2012 *)
CROSSREFS
Sequence in context: A213401 A363146 A013564 * A258982 A227336 A373862
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
STATUS
approved