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

A013376
exp(sin(x)-arcsinh(x)) = 1-8/5!*x^5+224/7!*x^7-11024/9!*x^9+8064/10!*x^10...
1
1, 0, 0, 0, 0, -8, 0, 224, 0, -11024, 8064, 893024, -1419264, -108056024, 262662400, 18196891712, -59455492096, -4073700728096, 16726941245440, 1171230240813632, -5792855942807552, -420783754605743528
OFFSET
0,6
LINKS
FORMULA
E.g.f.: exp(sin(x))/(x+sqrt(1+x^2)). - Vaclav Kotesovec, Nov 01 2013
a(n) ~ -2*cos(Pi*n/2-sinh(1)) * n^(n-1) / exp(n). - Vaclav Kotesovec, Nov 01 2013
MATHEMATICA
CoefficientList[Series[Exp[Sin[x]-ArcSinh[x]], {x, 0, 20}], x]* Range[0, 20]! (* Vaclav Kotesovec, Nov 01 2013 *)
CROSSREFS
Sequence in context: A277257 A121770 A221379 * A221421 A371990 A013456
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved