[go: up one dir, main page]

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

A013489
exp(sinh(x)-arcsinh(x))=1+2/3!*x^3-8/5!*x^5+40/6!*x^6+226/7!*x^7...
0
1, 0, 0, 2, 0, -8, 40, 226, -896, -8784, 62304, 745186, -6036096, -87930776, 878453888, 14731669954, -172356091904, -3284180017312, 44229410876928, 942576417055042, -14356887611836416, -338316707471357480
OFFSET
0,4
FORMULA
E.g.f.: exp(sinh(x))/(x+sqrt(1+x^2)). - Vaclav Kotesovec, Nov 01 2013
a(n) ~ -2*cos(Pi*n/2-sin(1)) * n^(n-1) / exp(n). - Vaclav Kotesovec, Nov 01 2013
MATHEMATICA
CoefficientList[Series[Exp[Sinh[x]-ArcSinh[x]], {x, 0, 20}], x]* Range[0, 20]! (* Vaclav Kotesovec, Nov 01 2013 *)
CROSSREFS
Sequence in context: A002909 A118437 A134185 * A013342 A109589 A326425
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved