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

A012564
sec(sinh(x)*arctan(x))=1+12/4!*x^4-120/6!*x^6+15120/8!*x^8...
0
1, 0, 12, -120, 15120, -1003200, 175323456, -30612097152, 8428742150400, -2694273274447872, 1128666024421563392, -559638290295925823488, 336992041752644836265984, -237186459370976230365020160
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sec[Sinh[x]ArcTan[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Jul 04 2019 *)
CROSSREFS
Sequence in context: A012441 A012373 A012620 * A012442 A262204 A037097
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved