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

A009241
Expansion of e.g.f.: exp(tan(tanh(x))).
3
1, 1, 1, 1, 1, -7, -47, -55, 449, 2897, 18209, 5105, -1441087, -7252983, 41192817, 341550201, 2660018305, 43255573537, -460752070079, -11238852308639, 21450325749889, 963068748879257, 1057483104728337, 153386988236833449
OFFSET
0,6
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Exp[Tan[Tanh[x]]], {x, 0, nn}], x] Range[ 0, nn]!] (* Harvey P. Dale, Apr 05 2022 *)
CROSSREFS
Sequence in context: A068640 A089725 A086040 * A263920 A124837 A122731
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, Apr 05 2022
STATUS
approved