cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A362274 Expansion of e.g.f. 1/(1-x*exp(x*exp(x))).

Original entry on oeis.org

1, 1, 4, 27, 232, 2465, 31416, 467173, 7940080, 151824177, 3225664720, 75386002901, 1921987809336, 53085088574713, 1578989028324904, 50320957240554645, 1710595789688360416, 61783832256587799137, 2362794061464082513440, 95380148553556615501717
Offset: 0

Views

Author

Seiichi Manyama, Apr 13 2023

Keywords

Crossrefs

Programs

  • PARI
    my(N=20, x='x+O('x^N)); Vec(serlaplace(1/(1-x*exp(x*exp(x)))))

Formula

a(n) = n! * Sum_{i=0..n} Sum_{j=0..n-i} i^j * j^(n-i-j) / (j! * (n-i-j)!).