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