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

A376327
Expansion of e.g.f. -LambertW(-x/(1-x^2)).
1
0, 1, 2, 15, 112, 1285, 17616, 299299, 5946368, 136497897, 3544641280, 102858065431, 3297199331328, 115730076038317, 4414151526557696, 181797547951527915, 8040649885153755136, 380100842138029431121, 19125314442962053300224, 1020539634854353310016415, 57563650890815727219507200
OFFSET
0,3
FORMULA
a(n) ~ (1 + 4*exp(-2))^(1/4) * 2^n * n^(n-1) / (exp(n) * (sqrt(4 + exp(2)) - exp(1))^n).
MATHEMATICA
nmax=25; CoefficientList[Series[-LambertW[-x/(1-x^2)], {x, 0, nmax}], x] * Range[0, nmax]!
CROSSREFS
Sequence in context: A026113 A052874 A360432 * A074622 A031507 A207998
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Sep 20 2024
STATUS
approved