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

A009159
Expansion of cosh(tan(x))*cos(x).
0
1, 0, 4, 56, 1744, 86208, 6199744, 608357504, 77889982720, 12588540708864, 2503565961032704, 600347512023062528, 170721835772956659712, 56780394898390577528832, 21828678118361789793746944
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Cosh[Tan[x]]*Cos[x], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Jul 28 2019 *)
CROSSREFS
Sequence in context: A009563 A261747 A111849 * A013055 A243486 A322733
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended and signs tested Mar 15 1997 by Olivier Gérard.
Previous Mathematica program replaced by Harvey P. Dale, Jul 28 2019
STATUS
approved