[go: up one dir, main page]

login
A088182
E.g.f.: 1/(1-sinh(x)-x-x^2/2).
0
2, 9, 61, 550, 6201, 83894, 1324177, 23886552, 484745029, 10930266652, 271107065043, 7335664739264, 215030576905171, 6788059632853620, 229590704738375917, 8283076586956304128, 317510426598228001881
OFFSET
1,1
FORMULA
a(n) ~ n!/((cosh(r)+1+r)*r^(n+1)), where r = 0.4434887492889753... is the root of the equation r*(2+r)+2*sinh(r)=2. - Vaclav Kotesovec, Jun 27 2013
MATHEMATICA
With[{nn=20}, Rest[CoefficientList[Series[1/(1-Sinh[x]-x-x^2/2), {x, 0, nn}], x]Range[0, nn]!]] (* Harvey P. Dale, May 21 2012 *)
CROSSREFS
Sequence in context: A370161 A192939 A107883 * A006155 A121870 A268450
KEYWORD
nonn
AUTHOR
Karol A. Penson, Sep 22 2003
STATUS
approved