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

A013272
tan(log(x+1)-arcsinh(x))=-1/2!*x^2+3/3!*x^3-6/4!*x^4+15/5!*x^5...
0
0, 0, -1, 3, -6, 15, -150, 1575, -12600, 101115, -1096200, 14293125, -185862600, 2507429925, -38410772400, 647097325875, -11267340084000, 205801851630375, -4076456247864000, 86033963719328625
OFFSET
0,4
FORMULA
a(n) ~ n! * (1+r) * sqrt(1+r^2) * (sin(log((r+sqrt(r^2+1))/(1+r))))^2 / ((sqrt(1+r^2)-1-r) * r^(n+1)), where r = (exp(Pi/2) - exp(-Pi/4) * sqrt(2*exp(Pi/2) - 2) - 1) / (2 - exp(Pi/2)) = -0.90796357274051249412785068262... . - Vaclav Kotesovec, Feb 03 2015
MATHEMATICA
CoefficientList[Series[-Tan[ArcSinh[x] - Log[1 + x]], {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Feb 03 2015 *)
CROSSREFS
Sequence in context: A110809 A013275 A013271 * A013278 A009196 A329124
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Prepended missing a(0)=a(1)=0 from Vaclav Kotesovec, Feb 03 2015
STATUS
approved