|
Search: id:A059086
|
|
|
| A059086 |
|
Number of labeled T_0-hypergraphs with n distinct hyperedges (empty hyperedge included). |
|
+0 6
|
|
| 2, 5, 30, 18236, 2369751620679, 5960531437867327674541054610203768, 47904783615250567089548184219000912367695724307703969390347063482373231712087010\ 1036348
(list; graph; listen)
|
|
|
OFFSET
|
0,1
|
|
|
COMMENT
|
A hypergraph is a T_0 hypergraph if for every two distinct nodes there exists a hyperedge containing one but not the other node.
|
|
FORMULA
|
a(n) = (1/n!)*Sum_{k = 0..n} stirling1(n, k)*floor((2^k)!*exp(1)).
|
|
EXAMPLE
|
a(2)=30; There are 30 labeled T_0-hypergraphs with 2 distinct hyperedges (empty hyperedge included): 1 1-node hypergraph, 5 2-node hypergraphs, 12 3-node hypergraphs and 12 4-node hypergraphs.
a(3) = (1/3!)*(2*[2!*e]-3*[4!*e]+[8!*e]) = (1/3!)*(2*5-3*65+109601) = 18236, where [k!*e] := floor (k!*exp(1)).
|
|
MAPLE
|
with(combinat): Digits := 1000: for n from 0 to 8 do printf(`%d, `, (1/n!)*sum(stirling1(n, k)*floor((2^k)!*exp(1)), k=0..n)) od:
|
|
CROSSREFS
|
Column sums of A059084.
Cf. A059084, A059085, A059087-A059089.
Sequence in context: A129951 A127298 A000133 this_sequence A107389 A077483 A119242
Adjacent sequences: A059083 A059084 A059085 this_sequence A059087 A059088 A059089
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Goran Kilibarda, Vladeta Jovovic (vladeta(AT)eunet.rs), Dec 27 2000
|
|
EXTENSIONS
|
More terms from James A. Sellers (sellersj(AT)math.psu.edu), Jan 24 2001
|
|
|
Search completed in 0.002 seconds
|