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

A009413
Expansion of log(1+x)*cosh(sinh(x)).
0
0, 1, -1, 5, -12, 69, -285, 1833, -11536, 91689, -782865, 7685325, -82339884, 973147629, -12466581309, 172666976433, -2565893101440, 40742019960785, -688062399893505, 12315242802523797, -232832786354392620
OFFSET
0,4
FORMULA
a(n) ~ (n-1)! * (-1)^(n+1) * cosh(sinh(1)). - Vaclav Kotesovec, Jan 23 2015
MATHEMATICA
CoefficientList[Series[Cosh[Sinh[x]]*Log[1 + x], {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Jan 23 2015 *)
CROSSREFS
Sequence in context: A129723 A219770 A246176 * A009429 A207821 A297644
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
One previous Mathematica program removed by Harvey P. Dale, Nov 16 2023
STATUS
approved