A088181 E.g.f.: 1/(1-sinh(x)-x).
1, 2, 8, 49, 400, 4081, 49964, 713665, 11649936, 213946513, 4365604372, 97988751433, 2399366732888, 63647177397961, 1818219651069852, 55651486523443537, 1816920458689600288, 63026617425620098465
Offset: 0
Keywords
Crossrefs
Cf. A006154.
Programs
-
Mathematica
With[{nn=20},CoefficientList[Series[1/(1-Sinh[x]-x),{x,0,nn}],x] Range[0,nn]!] (* Harvey P. Dale, Apr 10 2014 *)
Formula
a(n) ~ n! / ((cosh(r)+1) * r^(n+1)), where r = 0.49007306848054777421543028443773199472978824305677445770838... is the root of the equation 2*(r-1)*exp(r)+exp(2*r) = 1. - Vaclav Kotesovec, Jun 08 2021
Extensions
First term prepended and offset changed by Harvey P. Dale, Apr 10 2014
Comments