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

A012771
exp(cosh(x)*arcsinh(x))=1+x+1/2!*x^2+3/3!*x^3+9/4!*x^4+25/5!*x^5...
0
1, 1, 1, 3, 9, 25, 105, 371, 1393, 11985, 71025, -13981, -898887, 45127017, 455252889, -5553908333, -75822681503, 1415759895841, 21366754787169, -404022487469117, -7036035942040855, 148035510590478137
OFFSET
0,4
FORMULA
E.g.f.: (x+sqrt(1+x^2))^(cosh(x)). - Vaclav Kotesovec, Nov 01 2013
a(n) ~ 2*cos(1) * sin(Pi/2*(n-cos(1))) * n^(n-1) / exp(n). - Vaclav Kotesovec, Nov 01 2013
MATHEMATICA
CoefficientList[Series[Exp[Cosh[x]*ArcSinh[x]], {x, 0, 20}], x]* Range[0, 20]! (* Vaclav Kotesovec, Nov 01 2013 *)
CROSSREFS
Sequence in context: A192371 A363467 A192465 * A351891 A178061 A120284
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved