OFFSET
0,3
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..50
FORMULA
E.g.f.: Sum_{k>=0} log(B(k,x))^k/k! where B(k,x) = Sum_{j>=0} A000085(j)^k*x^j/j!.
PROG
(PARI)
B(n, k)=my(p=serlaplace(exp(x + x^2/2 + O(x*x^n)))); sum(j=0, n, polcoef(p, j)^k*x^j/j!, O(x*x^n))
seq(n)=Vec(serlaplace(sum(k=0, n, log(B(n-k+1, k))^k/k!)))
CROSSREFS
KEYWORD
nonn
AUTHOR
Andrew Howroyd, Apr 28 2023
STATUS
approved