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.

A277477 E.g.f.: -cos(x)*LambertW(-x).

Original entry on oeis.org

0, 1, 2, 6, 52, 540, 6846, 104832, 1883848, 38889360, 907247770, 23608391840, 678039307452, 21305543325248, 727095737061526, 26781816978470400, 1059020025979194128, 44746083421419997440, 2011929587198990154162, 95918808101232854969856
Offset: 0

Views

Author

Vaclav Kotesovec, Oct 17 2016

Keywords

Crossrefs

Programs

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

Formula

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