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

A362274
Expansion of e.g.f. 1/(1-x*exp(x*exp(x))).
3
1, 1, 4, 27, 232, 2465, 31416, 467173, 7940080, 151824177, 3225664720, 75386002901, 1921987809336, 53085088574713, 1578989028324904, 50320957240554645, 1710595789688360416, 61783832256587799137, 2362794061464082513440, 95380148553556615501717
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{i=0..n} Sum_{j=0..n-i} i^j * j^(n-i-j) / (j! * (n-i-j)!).
PROG
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(1/(1-x*exp(x*exp(x)))))
CROSSREFS
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 13 2023
STATUS
approved