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.

A277498 E.g.f.: -LambertW(-sin(x)).

Original entry on oeis.org

0, 1, 2, 8, 56, 536, 6528, 96592, 1683072, 33760576, 766283264, 19417068032, 543351873536, 16642224306176, 553782090473472, 19893884376859648, 767355755629215744, 31631864049541107712, 1387750771948607504384, 64561526675221208563712
Offset: 0

Views

Author

Vaclav Kotesovec, Oct 18 2016

Keywords

Crossrefs

Programs

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

Formula

a(n) ~ (1-exp(-2))^(1/4) * (arcsin(exp(-1)))^(1/2-n) * exp(1/2-n) * n^(n-1).
Showing 1-1 of 1 results.