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.

A277508 E.g.f.: -1/((1-LambertW(-x))*(1+x)).

Original entry on oeis.org

-1, 2, -4, 15, -44, 385, -294, 32473, 280120, 8528049, 170757910, 4748977321, 132530188308, 4210910824393, 142940443542274, 5273270156096265, 208276214340505456, 8800344095155520353, 395536292522024420142, 18853858817276143333321, 949787282108877829653580
Offset: 0

Views

Author

Vaclav Kotesovec, Oct 18 2016

Keywords

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[-1/(1-LambertW[-x])/(1+x), {x, 0, 20}], x] * Range[0, 20]!
  • PARI
    x='x+O('x^50); Vec(serlaplace(-1/((1 - lambertw(-x))*(1+x)))) \\ G. C. Greubel, Nov 08 2017

Formula

a(n) ~ n^(n-1) / (4*(1+exp(-1))).