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

A009466
Expansion of sin(log(1+x)/cosh(x)).
1
0, 1, -1, -2, 6, 25, -165, -366, 6188, 5573, -294885, -813034, 35950266, -141917555, -1041102153, -22047494262, 843256939320, -9500491668343, 83224830490839, -2409782172431474, 68273680978437710, -1275838005728358495
OFFSET
0,4
LINKS
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Sin[Log[1+x]/Cosh[x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Nov 10 2011 *)
CROSSREFS
Sequence in context: A292748 A178087 A109286 * A372892 A348067 A032479
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
STATUS
approved