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.

A362704 Expansion of e.g.f. 1/(1 + LambertW(-x^2/2 * exp(x))).

Original entry on oeis.org

1, 0, 1, 3, 18, 130, 1140, 11886, 142408, 1934640, 29357100, 492249340, 9038206056, 180352513848, 3886286296984, 89937276717120, 2224716791224320, 58577968147130176, 1635780290409117648, 48286974141713673072, 1502385897082471446880
Offset: 0

Views

Author

Seiichi Manyama, Apr 30 2023

Keywords

Crossrefs

Programs

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

Formula

a(n) = n! * Sum_{k=0..floor(n/2)} k^(n-k) / (2^k * k! * (n-2*k)!).