[go: up one dir, main page]

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

A012763
Expansion of e.g.f.: sech(cosh(x)*log(x+1))=1-1/2!*x^2+3/3!*x^3-18/4!*x^4+60/5!*x^5...
0
1, 0, -1, 3, -18, 60, -60, -1890, 31472, -319032, 2369280, -6374280, -209401368, 5594400240, -90523285944, 1016295254520, -3922383447232, -184920315173888, 6878045401558272, -151394798389814208
OFFSET
0,4
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Sech[Cosh[x]Log[x+1]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Aug 02 2018 *)
CROSSREFS
Sequence in context: A061317 A190313 A139362 * A006011 A012779 A327768
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified by Harvey P. Dale, Aug 02 2018
STATUS
approved