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

A012872
Expansion of e.g.f.: arcsin(sech(x)*log(x+1))=x-1/2!*x^2-6/4!*x^4+43/5!*x^5-195/6!*x^6...
0
0, 1, -1, 0, -6, 43, -195, 1568, -15204, 151373, -1798245, 23630992, -338936730, 5409752775, -93357461015, 1736114575232, -34849328368680, 747209331349305, -17053712316379593, 413430901134512288
OFFSET
1,5
MATHEMATICA
With[{nn=20}, CoefficientList[Series[ArcSin[Sech[x]Log[x+1]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Jul 20 2020 *)
CROSSREFS
Sequence in context: A101071 A299375 A097298 * A156676 A256713 A099322
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Zero prepended & definition clarified by Harvey P. Dale, Jul 20 2020
STATUS
approved