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

A013487
cos(cos(x)-sech(x))=1-560/8!*x^8+50400/10!*x^10-4403520/12!*x^12...
0
1, 0, 0, 0, -560, 50400, -4403520, 451651200, -55603258880, 8098495142400, -1364657183216640, 258905686980864000, -53203592135631564800, 11000355030582368256000, -1812425415209721012879360
OFFSET
0,5
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Cos[Cos[x]-Sech[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Nov 30 2014 *)
CROSSREFS
Sequence in context: A196568 A171347 A193171 * A229389 A167822 A104590
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved