login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A009840
Expansion of tanh(x)/cos(sin(x)).
0
1, 1, 1, -167, 289, -30799, 7624865, -327166135, 29995758529, -7060555404191, 991934013190081, -177889548504511175, 51940497621294961121, -14246314907147632709615, 4386830634217402797858657
OFFSET
0,4
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Tanh[x]/Cos[Sin[x]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Jan 13 2024 *)
CROSSREFS
Sequence in context: A065216 A142485 A046008 * A033255 A052233 A142431
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
Previous Mathematica program replaced by Harvey P. Dale, Jan 13 2024
STATUS
approved