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.

A290840 a(n) = n! * [x^n] exp(n*x)/(1 + LambertW(-x)).

Original entry on oeis.org

1, 2, 12, 117, 1584, 27525, 585108, 14726411, 428551616, 14161828185, 523952280900, 21456869976135, 963553844335536, 47078974421716757, 2486272976536821332, 141118622400977894475, 8566597074999702384384, 553816179165426157329201, 37985975117322654130568964
Offset: 0

Views

Author

Ilya Gutkovskiy, Aug 12 2017

Keywords

Crossrefs

Main diagonal of A290824.

Programs

  • Mathematica
    Table[n! * SeriesCoefficient[Exp[n*x]/(1 + LambertW[-x]), {x, 0, n}], {n, 0, 20}] (* Vaclav Kotesovec, Oct 06 2017 *)

Formula

a(n) = A290824(n,n).
a(n) ~ exp(1/2 + n*exp(-1)) * n^n / sqrt(exp(1)-1). - Vaclav Kotesovec, Oct 06 2017
a(n) = Sum_{k=0..n} binomial(n,k)*n^(n-k)*k^k. - Fabian Pereyra, Jul 16 2024
E.g.f.: 1/((1+LambertW(-x))*(1+LambertW(LambertW(-x)))). - Fabian Pereyra, Jul 19 2024