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

A009443
Expansion of log(1+x/cosh(x)).
1
0, 1, -1, -1, 6, -11, 0, 83, -784, 6921, -34560, -60281, 2821632, -29132611, 184690688, -208438245, -19939461120, 427918448785, -5036475875328, 22588439158415, 504121321717760, -15853957892902395, 258254373528797184
OFFSET
0,5
MATHEMATICA
Log[ 1+x/Cosh[ x ] ]
CoefficientList[Series[Log[1 + x*Sech[x]], {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Jan 24 2015 *)
CROSSREFS
Sequence in context: A115677 A284738 A100129 * A258054 A106540 A212208
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
STATUS
approved