A307249 Number of simplicial complexes with n nodes.
1, 1, 2, 9, 114, 6894, 7785062, 2414627396434, 56130437209370320359966, 286386577668298410623295216696338374471993
Offset: 0
Examples
Maximal simplices of the a(0) = 1 through a(3) = 9 simplicial complexes: {} {{1}} {{12}} {{123}} {{1}{2}} {{1}{23}} {{2}{13}} {{3}{12}} {{12}{13}} {{12}{23}} {{13}{23}} {{1}{2}{3}} {{12}{13}{23}}
Links
- Francisco Ponce Carrión and Seth Sullivant, Marginal Independence and Partial Set Partitions, arXiv:2402.16292 [math.ST], 2024. See p. 21.
- Gus Wiseman, Sequences enumerating clutters, antichains, hypertrees, and hyperforests, organized by labeling, spanning, and allowance of singletons.
Crossrefs
Programs
-
Mathematica
nn=5; stableSets[u_,Q_]:=If[Length[u]===0,{{}},With[{w=First[u]},Join[stableSets[DeleteCases[u,w],Q],Prepend[#,w]&/@stableSets[DeleteCases[u,r_/;r===w||Q[r,w]||Q[w,r]],Q]]]]; Table[Length[stableSets[Subsets[Range[n],{2,n}],SubsetQ]],{n,0,nn}]
Formula
Inverse binomial transform of A014466.
Extensions
a(9) from Dmitry I. Ignatov, Nov 25 2023
Comments