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

A012258
Expansion of e.g.f.: exp(arctanh(arcsin(x)))=1+x+1/2!*x^2+4/3!*x^3+13/4!*x^4+84/5!*x^5...
1
1, 1, 1, 4, 13, 84, 469, 4152, 32985, 370128, 3818601, 51861888, 658371429, 10494283968, 158197312701, 2894815734912, 50529852678321, 1043916757274880, 20707179214389201, 476720372375608320
OFFSET
0,4
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Exp[ArcTanh[ArcSin[x]]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, May 29 2019 *)
CROSSREFS
Sequence in context: A123333 A197752 A241905 * A012134 A088946 A131590
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified by Harvey P. Dale, May 29 2019
STATUS
approved