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

A362912
Expansion of e.g.f. 1/( 1 - (exp(x) - 1) * exp(exp(x) - 1) ).
1
1, 1, 5, 34, 303, 3371, 45016, 701401, 12490057, 250215916, 5569582777, 136371309999, 3642603629462, 105405416033607, 3284722016179597, 109672448519030698, 3905936524326557659, 147802493781420536423, 5921911678533323178312
OFFSET
0,3
FORMULA
a(n) = Sum_{k=0..n} Stirling2(n,k) * A006153(k).
a(n) ~ n! * LambertW(1) / ((1 + LambertW(1))^2 * (log(1 + LambertW(1)))^(n+1)). - Vaclav Kotesovec, Nov 11 2023
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(1/(1-(exp(x)-1)*exp(exp(x)-1))))
CROSSREFS
KEYWORD
nonn
AUTHOR
Seiichi Manyama, May 10 2023
STATUS
approved