A277463 E.g.f.: sinh(x)/(1+LambertW(-x)).
0, 1, 2, 13, 112, 1321, 19296, 335637, 6764864, 154946449, 3973820800, 112789880413, 3509627281920, 118790978349369, 4344883388878592, 170767066282574821, 7177162988688031744, 321206181612447781921, 15250250261039350358016, 765586309042945067185581
Offset: 0
Keywords
Links
- G. C. Greubel, Table of n, a(n) for n = 0..385
Programs
-
Mathematica
CoefficientList[Series[Sinh[x]/(1+LambertW[-x]), {x, 0, 25}], x] * Range[0, 25]! Table[(1-(-1)^n + Sum[(1-(-1)^(n-k)) * Binomial[n,k] * k^k, {k, 1, n}])/2, {n, 0, 25}]
-
PARI
x='x+O('x^50); concat([0], Vec(serlaplace(sinh(x)/(1 + lambertw(-x))))) \\ G. C. Greubel, Nov 05 2017
Formula
a(n) ~ sinh(exp(-1)) * n^n.