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

A013428
sec(arcsin(x)-tanh(x))=1+90/6!*x^6-1176/8!*x^8+185094/10!*x^10...
0
1, 0, 0, 90, -1176, 185094, 5520372, 1212373162, 360563171248, 54782671966798, 28420007004983564, 9501613654091931218, 4976784878396711868488, 2978748297366502676647350
OFFSET
0,4
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sec[ArcSin[x]-Tanh[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, May 17 2013 *)
CROSSREFS
Sequence in context: A048548 A013427 A013425 * A013429 A008449 A213455
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved