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.

A362346 a(n) = n! * Sum_{k=0..floor(n/5)} (-n/120)^k /(k! * (n-5*k)!).

Original entry on oeis.org

1, 1, 1, 1, 1, -4, -35, -146, -447, -1133, 10081, 162625, 1188001, 6073354, 24692669, -340585244, -8007557375, -83565282891, -598436312543, -3348919070207, 62583951520321, 1933207863670000, 26224985071994941, 241528060568764586, 1721188205642283841
Offset: 0

Views

Author

Seiichi Manyama, Apr 16 2023

Keywords

Crossrefs

Programs

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

Formula

a(n) = n! * [x^n] exp(x - n*x^5/120).
E.g.f.: exp( ( 24*LambertW(x^5/24) )^(1/5) ) / (1 + LambertW(x^5/24)).