OFFSET
1,2
COMMENTS
A 2-regular 3-uniform hypergraph on v vertices can exist only if v is a multiple of 3. The initial terms were generated by using the nauty function in SageMath.
PROG
(Sage) Set(list(hypergraphs.nauty(#edges, #vertices, uniform=3, regular=2))).cardinality()
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Saad El-Zanati, Oct 20 2020
STATUS
approved