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.
%I A318131 #9 Jan 29 2024 13:48:30 %S A318131 1,1,6,60,3836,37325360,25626412263611792, %T A318131 67516342973185974276922865448446208, %U A318131 2871827610052485009904013737758920847534777143951264797898686184985092096 %N A318131 Number of non-isomorphic sets of finite (possibly empty) sets with union {1,2,...,n} and intersection {}. %H A318131 Andrew Howroyd, <a href="/A318131/b318131.txt">Table of n, a(n) for n = 0..12</a> %F A318131 a(n) = 2*(A055621(n) - A055621(n-1)) = 2*(A000612(n) - 2*A000612(n-1) + A000612(n-2)) for n >= 2. - _Andrew Howroyd_, Jan 29 2024 %e A318131 Non-isomorphic representatives of the a(2) = 6 sets of sets: %e A318131 {{1},{2}} %e A318131 {{},{1,2}} %e A318131 {{},{1},{2}} %e A318131 {{},{1},{1,2}} %e A318131 {{1},{2},{1,2}} %e A318131 {{},{1},{2},{1,2}} %t A318131 sysnorm[m_]:=If[Union@@m!=Range[Max@@Flatten[m]],sysnorm[m/.Rule@@@Table[{(Union@@m)[[i]],i},{i,Length[Union@@m]}]],First[Sort[sysnorm[m,1]]]];sysnorm[m_,aft_]:=If[Length[Union@@m]<=aft,{m},With[{mx=Table[Count[m,i,{2}],{i,Select[Union@@m,#>=aft&]}]},Union@@(sysnorm[#,aft+1]&/@Union[Table[Map[Sort,m/.{par+aft-1->aft,aft->par+aft-1},{0,1}],{par,First/@Position[mx,Max[mx]]}]])]]; %t A318131 Table[Length[Union[sysnorm/@Select[Subsets[Subsets[Range[n]]],And[Union@@#===Range[n],Intersection@@#=={}]&]]],{n,4}] %Y A318131 Cf. A000371, A000612, A003465, A055621, A119563, A131288, A283877, A293606, A304997. %Y A318131 Cf. A318128, A318129, A318130, A318132. %K A318131 nonn %O A318131 0,3 %A A318131 _Gus Wiseman_, Aug 18 2018 %E A318131 a(5) onwards from _Andrew Howroyd_, Jan 29 2024