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.

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

Original entry on oeis.org

1, 1, 1, -5, -23, -59, 961, 7351, 29905, -877463, -9450719, -52724429, 2282907001, 31742360365, 225092745697, -12992587010129, -221436656404319, -1905297800257199, 137972958868569025, 2784953660339878507, 28177036295775415561, -2459373614334806266859
Offset: 0

Views

Author

Seiichi Manyama, Apr 24 2023

Keywords

Crossrefs

Programs

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

Formula

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