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

A012691
sec(tanh(x)*cos(x))=1+1/2!*x^2-15/4!*x^4+57/6!*x^6+13825/8!*x^8...
0
1, 1, -15, 57, 13825, -869711, -32509455, 15341387817, -1155396011135, -466737414209183, 173446757621320305, 4992444359346419481, -27407671098104949154175, 8541081671506270503758353
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sec[Tanh[x]Cos[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Sep 06 2015 *)
CROSSREFS
Sequence in context: A240152 A261419 A183942 * A020187 A261798 A022287
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved