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.

A292633 a(n) = n! * [x^n] -exp(n*x)*LambertW(-x).

Original entry on oeis.org

0, 1, 6, 54, 656, 10100, 189252, 4195870, 107803712, 3158565192, 104179336100, 3827097857594, 155176637687568, 6890781261435916, 332846314505306084, 17384125179840159150, 976545328548757184768, 58723524484105985029136, 3764267361608204263229892, 256245748998712921762125922
Offset: 0

Views

Author

Ilya Gutkovskiy, Sep 20 2017

Keywords

Comments

The n-th term of the n-th binomial transform of A000169.

Crossrefs

Main diagonal of A294411.

Programs

  • Mathematica
    Table[n!*SeriesCoefficient[-E^(n*x)*LambertW[-x],{x,0,n}], {n,0,20}] (* Vaclav Kotesovec, Sep 20 2017 *)

Formula

a(n) ~ exp(n*exp(-1)) * n^(n-1) / (1-exp(-1))^(3/2). - Vaclav Kotesovec, Sep 20 2017