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.

A320606 Regular triangle read by rows where T(n,k) is the number of k-uniform hypergraphs spanning n labeled vertices where every two vertices appear together in some edge, n >= 0, 0 <= k <= n.

This page as a plain text file.
%I A320606 #12 Jan 11 2019 20:34:35
%S A320606 1,0,1,0,0,1,0,0,1,1,0,0,1,5,1,0,0,1,388,16,1,0,0,1,477965,27626,42,1
%N A320606 Regular triangle read by rows where T(n,k) is the number of k-uniform hypergraphs spanning n labeled vertices where every two vertices appear together in some edge, n >= 0, 0 <= k <= n.
%e A320606 Triangle begins:
%e A320606       1
%e A320606       0      1
%e A320606       0      0      1
%e A320606       0      0      1      1
%e A320606       0      0      1      5      1
%e A320606       0      0      1    388     16      1
%e A320606       0      0      1 477965  27626     42      1
%t A320606 Table[Length[Select[Subsets[If[k==0,{},Subsets[Range[n],{k}]]],And[Union@@#==Range[n],Length[Union@@(Subsets[#,{2}]&/@#)]==Binomial[n,2]]&]],{n,0,6},{k,0,n}]
%Y A320606 Row sums are A321134. Column k = 3 is A302394 without the initial terms.
%Y A320606 Cf. A058891, A116539, A301922, A306021, A319189, A320444.
%K A320606 nonn,tabl,more
%O A320606 1,14
%A A320606 _Gus Wiseman_, Jan 10 2019