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!)
A320446 Covers of triangles by tetrahedra: number of labeled 4-uniform hypergraphs spanning n vertices such that every three vertices appear together in some edge. 0
1, 1, 1, 0, 1, 6, 5789 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
EXAMPLE
The a(5) = 6 hypergraphs:
{{1234},{1235},{1245},{1345}}
{{1234},{1235},{1245},{2345}}
{{1234},{1235},{1345},{2345}}
{{1234},{1245},{1345},{2345}}
{{1235},{1245},{1345},{2345}}
{{1234},{1235},{1245},{1345},{2345}}
MATHEMATICA
Table[Length[Select[Subsets[Subsets[Range[n], {4}]], Length[Union@@(Subsets[#, {3}]&/@#)]==Binomial[n, 3]&]], {n, 6}]
CROSSREFS
Sequence in context: A116135 A367958 A011788 * A172649 A111152 A202969
KEYWORD
nonn,more
AUTHOR
Gus Wiseman, Jan 10 2019
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 July 17 21:15 EDT 2024. Contains 374377 sequences. (Running on oeis4.)