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.

A362345 a(n) = n! * Sum_{k=0..floor(n/4)} (-n/24)^k /(k! * (n-4*k)!).

Original entry on oeis.org

1, 1, 1, 1, -3, -24, -89, -244, 1681, 24382, 155401, 695146, -7490339, -157336464, -1421454033, -8817579224, 129268310081, 3555528110716, 41578411339441, 329824291072252, -6116622750516899, -207991913454970784, -2985298421745508329
Offset: 0

Views

Author

Seiichi Manyama, Apr 16 2023

Keywords

Crossrefs

Programs

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

Formula

a(n) = n! * [x^n] exp(x - n*x^4/24).
E.g.f.: exp( ( 6*LambertW(x^4/6) )^(1/4) ) / (1 + LambertW(x^4/6)).
Showing 1-1 of 1 results.