OFFSET
0,4
COMMENTS
A hypergraph is uniform if all edges have the same size.
LINKS
Andrew Howroyd, Table of n, a(n) for n = 0..13
EXAMPLE
Non-isomorphic representatives of the a(4) = 10 hypergraphs:
{{1,2,3,4}}
{{1,3,4},{2,3,4}}
{{1,3},{2,4},{3,4}}
{{1,4},{2,4},{3,4}}
{{1,2,4},{1,3,4},{2,3,4}}
{{1,2},{1,3},{2,4},{3,4}}
{{1,4},{2,3},{2,4},{3,4}}
{{1,3},{1,4},{2,3},{2,4},{3,4}}
{{1,2,3},{1,2,4},{1,3,4},{2,3,4}}
{{1,2},{1,3},{1,4},{2,3},{2,4},{3,4}}
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jun 19 2018
EXTENSIONS
Terms a(6) and beyond from Andrew Howroyd, Aug 26 2019
STATUS
approved