login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A013407
E.g.f.: exp(arcsin(x)-arctan(x))=1+3/3!*x^3-15/5!*x^5+90/6!*x^6+945/7!*x^7...
0
1, 0, 0, 3, 0, -15, 90, 945, -2520, -21735, 368550, 3898125, -29313900, -200675475, 7122965850, 76834382625, -1133998866000, -6451321251375, 432213196164750, 4637298724183125, -115564330313932500
OFFSET
0,4
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Exp[ArcSin[x]-ArcTan[x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, May 28 2014 *)
CROSSREFS
Sequence in context: A351155 A013490 A013351 * A013494 A375586 A375557
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified by Harvey P. Dale, May 28 2014
STATUS
approved