OFFSET
1,1
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..200
C. G. Bower, Transforms (2)
PROG
(PARI) EGJ(v)={Vec(serlaplace(prod(k=1, #v, (1 + x^k/k! + O(x*x^#v))^v[k]))-1, -#v)}
seq(n)={my(v=[2]); for(n=2, n, v=concat([2], EGJ(v))); v} \\ Andrew Howroyd, Sep 11 2018
(PARI) seq(n)={my(p=(1+x)^2 + O(x^n)); for(k=2, n-1, p*=(1 + x^k/k! + O(x^n))^((k-1)!*polcoef(p, k-1))); Vec(1+serlaplace(p))} \\ Andrew Howroyd, Sep 20 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Terms a(20) and beyond from Andrew Howroyd, Sep 20 2018
STATUS
approved