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.

A086934 E.g.f.: (sqrt(Pi)/2)*erf(log(1-x)).

Original entry on oeis.org

0, -1, -1, 0, 6, 34, 150, 548, 1064, -9620, -190980, -2379408, -26412408, -281137848, -2923819080, -29496805392, -277842087360, -2151448802448, -5085750338064, 334794720634752, 11987850975483360
Offset: 0

Views

Author

Vladeta Jovovic, Sep 21 2003

Keywords

Crossrefs

Cf. A009199.

Programs

  • Mathematica
    With[{nn=20},CoefficientList[Series[Sqrt[Pi]/2 Erf[Log[1-x]],{x,0,nn}],x] Range[0,nn]!] (* Harvey P. Dale, Mar 04 2015 *)

Formula

Sum_{k=0..floor((n-1)/2)} (-1)^(n-k)*Stirling1(n, 2*k+1)*(2*k)!/(k)!.

Extensions

Definition clarified by Harvey P. Dale, Mar 04 2015