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

A009526
Expansion of sin(tanh(x))/cos(x).
0
1, 0, 32, -280, 27520, -1072896, 137702528, -12544190464, 2268209053696, -366953307820032, 91839717688770560, -22828783486234329088, 7664698989016298979328, -2683708217718933773352960
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sin[Tanh[x]]/Cos[x], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, Nov 30 2014 *)
CROSSREFS
Sequence in context: A248884 A223904 A122103 * A304345 A316216 A305640
KEYWORD
sign
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
Prior Mathematica program replaced by Harvey P. Dale, Nov 30 2014
STATUS
approved