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.

A277463 E.g.f.: sinh(x)/(1+LambertW(-x)).

Original entry on oeis.org

0, 1, 2, 13, 112, 1321, 19296, 335637, 6764864, 154946449, 3973820800, 112789880413, 3509627281920, 118790978349369, 4344883388878592, 170767066282574821, 7177162988688031744, 321206181612447781921, 15250250261039350358016, 765586309042945067185581
Offset: 0

Views

Author

Vaclav Kotesovec, Oct 16 2016

Keywords

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[Sinh[x]/(1+LambertW[-x]), {x, 0, 25}], x] * Range[0, 25]!
    Table[(1-(-1)^n + Sum[(1-(-1)^(n-k)) * Binomial[n,k] * k^k, {k, 1, n}])/2, {n, 0, 25}]
  • PARI
    x='x+O('x^50); concat([0], Vec(serlaplace(sinh(x)/(1 + lambertw(-x))))) \\ G. C. Greubel, Nov 05 2017

Formula

a(n) ~ sinh(exp(-1)) * n^n.