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

A009355
Expansion of log(1+sinh(x))/cosh(x).
0
0, 1, -1, 0, -4, 40, -181, 896, -8464, 88320, -863041, 9382912, -120330244, 1676579840, -24638823301, 390142722048, -6678730634944, 121851014348800, -2353418855768161, 48123147849826304, -1039698070255280164
OFFSET
0,5
FORMULA
a(n) ~ (n-1)! * (-1)^(n+1) / (sqrt(2) * (log(1+sqrt(2)))^n). - Vaclav Kotesovec, Jan 23 2015
MATHEMATICA
Log[ 1+Sinh[ x ] ]/Cosh[ x ]
CoefficientList[Series[Log[1 + Sinh[x]]*Sech[x], {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Jan 23 2015 *)
CROSSREFS
Sequence in context: A271013 A163322 A238328 * A355838 A061132 A215717
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
STATUS
approved