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

A009654
Expansion of e.g.f.: tan(log(1+x)/exp(x)).
0
0, 1, -3, 10, -60, 535, -5545, 65182, -880992, 13534757, -231683143, 4360580794, -89533557212, 1992568741579, -47774231187709, 1227455840670542, -33641659053337888, 979722562830640169, -30211554791018748267
OFFSET
0,3
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Tan[Log[1+x]/Exp[x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Jan 07 2016 *)
CROSSREFS
Sequence in context: A245312 A018932 A111562 * A013565 A156075 A330624
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, Jan 07 2016
STATUS
approved