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.

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

Original entry on oeis.org

1, 1, 0, -2, 7, 51, -239, -2435, 16353, 209377, -1826099, -28232379, 303020125, 5494172893, -70032035163, -1457369472299, 21512472563281, 505400696581905, -8478758871011807, -221971772323923263, 4171251104170567101, 120416449897739144941
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/2))))

Formula

E.g.f.: exp(x) / (1 + LambertW(x^2/2)).