OFFSET
0,5
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200 (corrected by Sean A. Irvine, Jan 18 2019)
FORMULA
a(n) ~ n! * (-1)^(n+1) * c / (n^(3/2) * r^n), where r = 0.8940624905708084527840316322153248827767719... is the root of the equation log(1-r) + tan(r) = -1, c = 0.990137045203584985078038586884002826628... . - Vaclav Kotesovec, Feb 04 2015
MATHEMATICA
With[{nn=20}, Drop[CoefficientList[Series[ArcSin[Log[x+1]-Tan[x]], {x, 0, nn}], x]Range[0, nn]!, 2]] (* Harvey P. Dale, Jan 29 2012 *)
PROG
(PARI) x='x+O('x^33); concat([0, 0], Vec(serlaplace(asin(log(x+1)-tan(x))))) /* Joerg Arndt, Jan 30 2012 */
CROSSREFS
KEYWORD
sign
AUTHOR
EXTENSIONS
a(0)=a(1)=0 inserted by Sean A. Irvine, Aug 01 2018
STATUS
approved
