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.

A277469 E.g.f.: arcsin(x)/(1 + LambertW(-x)).

Original entry on oeis.org

0, 1, 2, 13, 112, 1329, 19344, 336533, 6778752, 155247777, 3980956800, 112984562813, 3515475849216, 118984054897681, 4351800687259648, 171034439586509445, 7188243684485414912, 321696219477456836929, 15273278824827215388672, 766732102664665113137517
Offset: 0

Views

Author

Vaclav Kotesovec, Oct 16 2016

Keywords

Crossrefs

Programs

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

Formula

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