The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A343882 Triangular array read by rows: T(n,k) is the number of transitive relations on n labeled nodes with exactly k connected components. 1
1, 0, 2, 0, 9, 4, 0, 109, 54, 8, 0, 2647, 1115, 216, 16, 0, 110481, 36280, 6790, 720, 32, 0, 7291543, 1801927, 287475, 32020, 2160, 64, 0, 726434549, 133060816, 16873619, 1718290, 129080, 6048, 128, 0, 106312974249, 14380028959, 1387285830, 118346473, 8584240, 467488, 16128, 256 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
T(n,n) = 2^n since each node is reflexive or not.
LINKS
Geoffrey Critzer, Finite Topologies
FORMULA
E.g.f.: A(x + exp(x) -1)^y where A(x) is the e.g.f. for A001035.
EXAMPLE
Triangular array T(n,k) begins:
1;
0, 2;
0, 9, 4;
0, 109, 54, 8;
0, 2647, 1115, 216, 16;
0, 110481, 36280, 6790, 720, 32;
...
MATHEMATICA
A[x_] := Total[Cases[Import["https://oeis.org/A001035/b001035.txt", "Table"], {_, _}][[All, 2]]* Table[x^(i - 1)/(i - 1)!, {i, 1, 19}]]; nn = 10;
Range[0, nn]! CoefficientList[ Series[Exp[y Log[A[ x + Exp[ x] - 1]]], {x, 0, nn}], {x, y}] // Grid; Table[Take[(Range[0, nn]! CoefficientList[Series[Exp[y Log[A[ x + Exp[ x] - 1]]], {x, 0, nn}], {x, y}])[[i, All]], i], {i, 1, nn}] // Grid
(* Import function in code after Jean-François Alcover *)
CROSSREFS
Cf. A245731 (column k=1), A006905 (row sums), A001035.
Sequence in context: A189963 A156649 A197330 * A168229 A019693 A007493
KEYWORD
nonn,tabl
AUTHOR
Geoffrey Critzer, May 02 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 15 14:34 EDT 2024. Contains 372540 sequences. (Running on oeis4.)