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

A012569
sec(sinh(x)*cos(x))=1+1/2!*x^2-3/4!*x^4-123/6!*x^6-455/8!*x^8...
0
1, 1, -3, -123, -455, 162889, 7941813, -647037363, -141890950799, 176381997457, 4580546025413229, 624311846901265941, -219756895048343473751, -104610854473143576793127
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sec[Sinh[x]Cos[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Dec 29 2021 *)
CROSSREFS
Sequence in context: A229633 A171357 A209363 * A078258 A258658 A222186
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved