login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A086934
E.g.f.: (sqrt(Pi)/2)*erf(log(1-x)).
1
0, -1, -1, 0, 6, 34, 150, 548, 1064, -9620, -190980, -2379408, -26412408, -281137848, -2923819080, -29496805392, -277842087360, -2151448802448, -5085750338064, 334794720634752, 11987850975483360
OFFSET
0,5
LINKS
FORMULA
Sum_{k=0..floor((n-1)/2)} (-1)^(n-k)*Stirling1(n, 2*k+1)*(2*k)!/(k)!.
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 *)
CROSSREFS
Cf. A009199.
Sequence in context: A166812 A262844 A166941 * A009469 A222190 A304944
KEYWORD
sign
AUTHOR
Vladeta Jovovic, Sep 21 2003
EXTENSIONS
Definition clarified by Harvey P. Dale, Mar 04 2015
STATUS
approved