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

A012515
Expansion of e.g.f.: tanh(sinh(x)*log(x+1))=2/2!*x^2-3/3!*x^3+12/4!*x^4-40/5!*x^5...
0
0, 0, 2, -3, 12, -40, -50, 1449, -23016, 261288, -2548262, 22451165, -126287260, -685717968, 42875324518, -1054666581255, 20298673936688, -334720477218256, 4520234227269042, -36137161587189411
OFFSET
0,3
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Tanh[Sinh[x]Log[x+1]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Apr 11 2018 *)
CROSSREFS
Sequence in context: A012307 A012311 A012513 * A012510 A012310 A082526
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
First two zeros prepended and definition clarified by Harvey P. Dale, Apr 11 2018
STATUS
approved