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

A012893
arcsinh(sin(x)+log(x+1)) = 2*x-1/2!*x^2-7/3!*x^3+18/4!*x^4+243/5!*x^5...
0
0, 2, -1, -7, 18, 243, -1785, -19086, 308980, 2736225, -90239805, -495769586, 38522052690, 39766893593, -22481798964989, 111035038388104, 16941789968380680, -219516343596465735, -15750892172912678361
OFFSET
0,2
FORMULA
Lim sup n->infinity (|a(n)|/n!)^(1/n) = 2.0027513568... = abs(1/r), where r is the complex root of the equation (r+1)*exp(sin(r)) = exp(I). - Vaclav Kotesovec, Nov 02 2013
MATHEMATICA
CoefficientList[Series[ArcSinh[Sin[x]+Log[x+1]], {x, 0, 20}], x]* Range[0, 20]! (* Vaclav Kotesovec, Nov 01 2013 *)
CROSSREFS
Sequence in context: A178622 A013070 A012888 * A013075 A009281 A141516
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Prepended missing a(0)=0 from Vaclav Kotesovec, Nov 01 2013
STATUS
approved