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”).

A006989
Log of g.f. of numbers of preferential arrangements.
1
1, 0, 2, 4, 34, 196, 1826, 17172, 199074, 2510116, 35862562, 559572916, 9577862306, 177417693636, 3546104002338, 75961485384532, 1737273637523362, 42235881659123812, 1087865420946370082, 29589907884231535860, 847576876148087333538, 25501591020532799366404
OFFSET
0,3
FORMULA
E.g.f: log(1 + integral(B)) where B is the e.g.f. for A000670.
MATHEMATICA
CoefficientList[Series[2/((2 - E^x)*(2 + x - Log[2 - E^x])), {x, 0, 20}], x] * Range[0, 20]! (* Vaclav Kotesovec, Feb 24 2014 *)
PROG
(PARI) my(x='x+O('x^33)); Vec(serlaplace(log(1+intformal(1/(2-exp(x)))))) \\ Joerg Arndt, Jan 05 2021
CROSSREFS
Cf. A000670.
Sequence in context: A051225 A306582 A103625 * A236399 A132529 A027681
KEYWORD
nonn
STATUS
approved