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

A361494
Expansion of e.g.f. 1/(1 - log(2 - exp(x))).
1
1, -1, 0, 0, -2, -10, -62, -518, -5042, -55914, -700982, -9801022, -151141850, -2548546130, -46648614014, -921144036486, -19518279101570, -441740723440186, -10635049333176902, -271391755745104334, -7317268150934309162, -207850529950047641250
OFFSET
0,5
FORMULA
a(n) = Sum_{k=0..n} (-1)^k * Stirling2(n,k) * A006252(k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(1/(1-log(2-exp(x)))))
CROSSREFS
KEYWORD
sign
AUTHOR
Seiichi Manyama, May 11 2023
STATUS
approved