cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A305844 Number of labeled spanning intersecting antichains on n vertices.

This page as a plain text file.
%I A305844 #5 Jun 11 2018 13:13:28
%S A305844 1,1,1,5,50,2330,1407712,229800077244,423295097236295093695
%N A305844 Number of labeled spanning intersecting antichains on n vertices.
%C A305844 An intersecting antichain S is a finite set of finite nonempty sets (edges), any two of which have a nonempty intersection, and none of which is a subset of any other. S is spanning if every vertex is contained in some edge.
%H A305844 Gus Wiseman, <a href="/A048143/a048143_4.txt">Sequences enumerating clutters, antichains, hypertrees, and hyperforests, organized by labeling, spanning, and allowance of singletons</a>.
%F A305844 Inverse binomial transform of A001206(n + 1).
%e A305844 The a(3) = 5 spanning intersecting antichains:
%e A305844 {{1,2,3}}
%e A305844 {{1,2},{1,3}}
%e A305844 {{1,2},{2,3}}
%e A305844 {{1,3},{2,3}}
%e A305844 {{1,2},{1,3},{2,3}}
%t A305844 Length/@Table[Select[Subsets[Rest[Subsets[Range[n]]]],And[Union@@#==Range[n],FreeQ[Intersection@@@Tuples[#,2],{},{1}],Select[Tuples[#,2],UnsameQ@@#&&Complement@@#=={}&]=={}]&],{n,1,4}]
%Y A305844 Cf. A001206, A006126, A048143, A051185, A134958, A030019, A304985, A305843.
%K A305844 nonn
%O A305844 0,4
%A A305844 _Gus Wiseman_, Jun 11 2018