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.

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

Original entry on oeis.org

1, 1, 5, 34, 307, 3456, 46659, 734882, 13227995, 267871036, 6027206803, 149176155030, 4027831914099, 117816299188472, 3711283196035523, 125258162280991858, 4509378597919760779, 172486973301491042964, 6985853719202139488211, 298650859698906574479278
Offset: 0

Views

Author

Ilya Gutkovskiy, Oct 16 2019

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 19; CoefficientList[Series[1/(2 - Exp[x Exp[x]]), {x, 0, nmax}], x] Range[0, nmax]!

Formula

a(0) = 1; a(n) = Sum_{k=1..n} binomial(n,k) * A000248(k) * a(n-k).
a(n) ~ n! / (2*log(2) * (1 + LambertW(log(2))) * LambertW(log(2))^n). - Vaclav Kotesovec, Oct 17 2019