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.

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

Original entry on oeis.org

1, 1, 3, 7, 61, 261, 3991, 24403, 524217, 4149001, 114544171, 1111976031, 37492210933, 431097055117, 17165526306111, 228085258466731, 10472666396599921, 157882659583461393, 8211536252680154707, 138474928851961700791, 8045878340298511456941
Offset: 0

Views

Author

Seiichi Manyama, Apr 17 2023

Keywords

Crossrefs

Programs

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

Formula

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