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

A088189
E.g.f. : 1/(1-sinh(x)-x-x^2).
0
2, 10, 73, 712, 8681, 127004, 2167789, 42287088, 928006801, 22628305012, 606939739253, 17759375280200, 562952693773081, 19217673118604172, 702899000556953437, 27422924828816762848, 1136746326170994466337
OFFSET
0,1
FORMULA
a(n) ~ n!/((cosh(r)+1+2*r)*r^(n+1)), where r = 0.41010884430143... is the root of the equation r+r^2+sinh(r)=1. - Vaclav Kotesovec, Jun 27 2013
MATHEMATICA
CoefficientList[Series[1/(1-Sinh[x]-x-x^2), {x, 0, 20}], x]* Range[0, 20]! (* Vaclav Kotesovec, Jun 27 2013 *)
CROSSREFS
Sequence in context: A224799 A275550 A243250 * A228609 A001395 A047853
KEYWORD
nonn
AUTHOR
Karol A. Penson, Sep 22 2003
STATUS
approved