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.

A039764 D-analogs of Bell numbers.

Original entry on oeis.org

1, 1, 4, 15, 72, 403, 2546, 17867, 137528, 1149079, 10335766, 99425087, 1017259964, 11018905667, 125860969266, 1510764243699, 18999827156304, 249687992188015, 3420706820299374, 48751337014396167
Offset: 0

Views

Author

Ruedi Suter (suter(AT)math.ethz.ch)

Keywords

Crossrefs

B-analogs of Bell numbers = A007405.

Programs

  • Mathematica
    Range[0, 25]! CoefficientList[Series[(Exp[x] - x) Exp[1/2 (Exp[2 x] - 1)], {x, 0, 25}], x] (* Vincenzo Librandi, May 03 2015 *)
  • PARI
    x='x+O('x^30); Vec(serlaplace((exp(x) - x)*exp(1/2*(exp(2*x) - 1)))) \\ Michel Marcus, May 03 2015

Formula

E.g.f.: (exp(x) - x)*exp(1/2*(exp(2*x) - 1)).
a(n) = Sum_{k=0..n} A039760(n, k).