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.

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

Original entry on oeis.org

1, 0, 2, 6, 60, 500, 6150, 81522, 1300376, 23024808, 459915210, 10104914270, 243652575012, 6378414900156, 180405368976014, 5478759958122570, 177868544365861680, 6146407749811022672, 225262698504062963346, 8727083181657584963766
Offset: 0

Views

Author

Seiichi Manyama, Apr 30 2023

Keywords

Crossrefs

Programs

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

Formula

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