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.

Showing 1-1 of 1 results.

A362525 a(n) = n! * Sum_{k=0..floor(n/3)} (k+1)^(k-1) / (6^k * k! * (n-3*k)!).

Original entry on oeis.org

1, 1, 1, 2, 5, 11, 51, 246, 897, 7085, 51221, 260426, 2938541, 28279967, 184234415, 2714662406, 32614422401, 259026339161, 4721237878537, 67998862785970, 637019875964341, 13852253151455251, 232584488748665131, 2510358957337412182, 63466995535914172225
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^3/6))))

Formula

E.g.f.: exp(x - LambertW(-x^3/6)) = -6 * LambertW(-x^3/6)/x^3 * exp(x).
Showing 1-1 of 1 results.