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

A013078
cosh(arcsinh(x)+log(x+1))=1+4/2!*x^2-6/3!*x^3+27/4!*x^4-150/5!*x^5...
0
1, 0, 4, -6, 27, -150, 900, -5985, 47565, -442260, 4450950, -47868975, 571153275, -7552695150, 106248542400, -1572657211125, 25057160753625, -430628407209000, 7779251376146250, -146478623943526875
OFFSET
0,3
FORMULA
a(n) ~ n! * (-1)^n * (1 + sqrt(2))/2. - Vaclav Kotesovec, Feb 04 2015
MATHEMATICA
CoefficientList[Series[Cosh[ArcSinh[x] + Log[1 + x]], {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Feb 04 2015 *)
CROSSREFS
Sequence in context: A068321 A349647 A012896 * A106286 A066293 A204385
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved