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

A210661
The total number of ways to linearly order the connected components of each functional digraph over all functions f:{1,2,...,n}->{1,2,...,n}.
1
1, 1, 5, 41, 464, 6679, 116534, 2387223, 56126216, 1488936405, 43981641232, 1431351648253, 50877935705904, 1960987188622955, 81454893191133968, 3627186997857749259, 172364960657294194944, 8705953783492490785801, 465732966748611591349632, 26305402198153236286685809, 1564288763576093814775234304
OFFSET
0,3
COMMENTS
Sum_{k=1,2,...,n}:A060281(n,k)*k!
FORMULA
E.g.f.: 1/(1-log(1/(1-T(x)))) where T(x) is the e.g.f. for A000169.
a(n) ~ n! * exp((2*n*exp(1)-exp(1)-n)*exp(-1))/(exp(1)-1)^(n+1). - Vaclav Kotesovec, Sep 24 2013
MATHEMATICA
nn=20; t=Sum[n^(n-1)x^n/n!, {n, 1, nn}]; a=Log[1/(1-t)]; Range[0, nn]!CoefficientList[Series[1/(1-a), {x, 0, nn}], x]
CROSSREFS
Sequence in context: A222081 A047735 A096364 * A049119 A367423 A332236
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Mar 30 2012
STATUS
approved