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

A013231
Expansion of e.g.f.: cosh(log(x+1)-arcsin(x))=1+3/4!*x^4-10/5!*x^5+100/6!*x^6-525/7!*x^7...
0
1, 0, 0, 0, 3, -10, 100, -525, 5565, -40500, 490950, -4581775, 63536275, -723857550, 11365224000, -152882218125, 2687668517625, -41677719265000, 812130983706250, -14259432279850875, 305288364810999375
OFFSET
0,5
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Cosh[Log[x+1]-ArcSin[x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Jan 09 2017 *)
CROSSREFS
Sequence in context: A065924 A013233 A013226 * A013232 A013269 A013262
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified by Harvey P. Dale, Jan 09 2017
STATUS
approved