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.

A277482 E.g.f.: log(1-x)*LambertW(-x).

Original entry on oeis.org

0, 0, 2, 9, 56, 480, 5394, 75775, 1280376, 25270056, 569899770, 14444562803, 406204015524, 12545427045008, 422007399953398, 15354968442741135, 600807449737710832, 25153741340051795248, 1121917008608064151218, 53107023489332468636739, 2658946993059795072656540
Offset: 0

Views

Author

Vaclav Kotesovec, Oct 17 2016

Keywords

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[Log[1-x]*LambertW[-x], {x, 0, 20}], x] * Range[0, 20]!
    Table[n!*Sum[k^(k-1)/(k!*(n-k)), {k, 1, n-1}], {n, 0, 20}] (* Vaclav Kotesovec, Oct 28 2016 *)
  • PARI
    x='x+O('x^50); concat([0,0], Vec(serlaplace(log(1-x)*lambertw(-x)) )) \\ G. C. Greubel, Nov 09 2017

Formula

a(n) ~ -log(1-exp(-1)) * n^(n-1).
Showing 1-1 of 1 results.