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

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