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.

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

Original entry on oeis.org

1, 1, 3, 7, 49, 201, 2491, 14743, 266337, 2055889, 49051891, 466650471, 13873711633, 156839920537, 5591748678699, 73222243463671, 3046762637864641, 45346835284775073, 2158148557098011107, 35980450963558606279, 1928292118820446611441
Offset: 0

Views

Author

Seiichi Manyama, Apr 23 2023

Keywords

Crossrefs

Programs

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

Formula

E.g.f.: exp(x - LambertW(-x^2)) = -LambertW(-x^2)/x^2 * exp(x).
a(n) ~ sqrt(2) * (exp(2*exp(-1/2)) + (-1)^n) * n^(n-1) / exp(n/2 + exp(-1/2) - 1). - Vaclav Kotesovec, Aug 05 2025