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

A012557
tan(sinh(x)*arctan(x))=2/2!*x^2-4/4!*x^4+350/6!*x^6-11240/8!*x^8...
0
2, -4, 350, -11240, 1461658, -167279660, 35689423926, -8594866078032, 2902777731046578, -1163594305273709524, 584328120817240344206, -346295976826690961613880, 244030359200524004600252746
OFFSET
0,1
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Tan[Sinh[x]ArcTan[x]], {x, 0, nn}], x] Range[0, nn]!, {3, -1, 2}]] (* Harvey P. Dale, Mar 01 2015 *)
CROSSREFS
Sequence in context: A012372 A012613 A012618 * A012562 A263959 A216024
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved