OFFSET
0,2
FORMULA
E.g.f.: B(x)^2, where B(x) is the e.g.f. of A367080.
a(n) = 2 * (2*n+1)! * Sum_{k=0..n} |Stirling1(n,k)|/(2*n-k+2)!.
E.g.f.: (1/x) * Series_Reversion( x/(1 - log(1-x))^2 ).
PROG
(PARI) a(n) = 2*(2*n+1)!*sum(k=0, n, abs(stirling(n, k, 1))/(2*n-k+2)!);
CROSSREFS
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Oct 26 2024
STATUS
approved