A367901
Number of sets of subsets of {1..n} contradicting a strict version of the axiom of choice.
Original entry on oeis.org
1, 2, 9, 195, 63765, 4294780073, 18446744073639513336, 340282366920938463463374607341656713953, 115792089237316195423570985008687907853269984665640564039457583610129753447747
Offset: 0
The a(2) = 9 sets of sets:
{{}}
{{},{1}}
{{},{2}}
{{},{1,2}}
{{},{1},{2}}
{{},{1},{1,2}}
{{},{2},{1,2}}
{{1},{2},{1,2}}
{{},{1},{2},{1,2}}
A059201 counts covering T_0 set-systems.
A326031 gives weight of the set-system with BII-number n.
Cf.
A007716,
A083323,
A092918,
A102896,
A283877,
A306445,
A355739,
A355740,
A367769,
A367862,
A367905.
-
Table[Length[Select[Subsets[Subsets[Range[n]]], Select[Tuples[#],UnsameQ@@#&]=={}&]],{n,0,3}]
A367904
Number of sets of nonempty subsets of {1..n} with only one possible way to choose a sequence of different vertices of each edge.
Original entry on oeis.org
1, 2, 6, 38, 666, 32282, 3965886, 1165884638, 792920124786, 1220537093266802, 4187268805038970806, 31649452354183112810198, 522319168680465054600480906, 18683388426164284818805590810122, 1439689660962836496648920949576152046, 237746858936806624825195458794266076911118
Offset: 0
The set-system Y = {{1},{1,2},{2,3}} has choices (1,1,2), (1,1,3), (1,2,2), (1,2,3), of which only (1,2,3) has all different elements, so Y is counted under a(3).
The a(0) = 1 through a(2) = 6 set-systems:
{} {} {}
{{1}} {{1}}
{{2}}
{{1},{2}}
{{1},{1,2}}
{{2},{1,2}}
The maximal case (n subsets) is
A003024.
The version for at least one choice is
A367902.
A059201 counts covering T_0 set-systems.
-
Table[Length[Select[Subsets[Subsets[Range[n]]], Length[Select[Tuples[#],UnsameQ@@#&]]==1&]],{n,0,3}]
A307249
Number of simplicial complexes with n nodes.
Original entry on oeis.org
1, 1, 2, 9, 114, 6894, 7785062, 2414627396434, 56130437209370320359966, 286386577668298410623295216696338374471993
Offset: 0
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}}
- 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.
Cf.
A000372,
A003182,
A006126,
A006602,
A014466,
A261005,
A293606,
A293993,
A305000,
A305844,
A306550,
A317674,
A319721,
A320449.
-
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}]
A006602
a(n) is the number of hierarchical models on n unlabeled factors or variables with linear terms forced.
Original entry on oeis.org
2, 1, 2, 5, 20, 180, 16143, 489996795, 1392195548399980210, 789204635842035039135545297410259322
Offset: 0
From _Gus Wiseman_, Feb 20 2019: (Start)
Non-isomorphic representatives of the a(0) = 2 through a(4) = 20 antichains:
{} {{1}} {{12}} {{123}} {{1234}}
{{}} {{1}{2}} {{1}{23}} {{1}{234}}
{{13}{23}} {{12}{34}}
{{1}{2}{3}} {{14}{234}}
{{12}{13}{23}} {{1}{2}{34}}
{{134}{234}}
{{1}{24}{34}}
{{1}{2}{3}{4}}
{{13}{24}{34}}
{{14}{24}{34}}
{{13}{14}{234}}
{{12}{134}{234}}
{{1}{23}{24}{34}}
{{124}{134}{234}}
{{12}{13}{24}{34}}
{{14}{23}{24}{34}}
{{12}{13}{14}{234}}
{{123}{124}{134}{234}}
{{13}{14}{23}{24}{34}}
{{12}{13}{14}{23}{24}{34}}
(End)
- Y. M. M. Bishop, S. E. Fienberg and P. W. Holland, Discrete Multivariate Analysis. MIT Press, 1975, p. 34. [In part (e), the Hierarchy Principle for log-linear models is defined. It essentially says that if a higher-order parameter term is included in the log-linear model, then all the lower-order parameter terms should also be included. - Petros Hadjicostas, Apr 10 2020]
- V. Jovovic and G. Kilibarda, On enumeration of the class of all monotone Boolean functions, in preparation.
- A. A. Mcintosh, personal communication.
- N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
- Aniruddha Biswas and Palash Sarkar, Counting Unate and Monotone Boolean Functions Under Restrictions of Balancedness and Non-Degeneracy, J. Int. Seq. (2025) Vol. 28, Art. No. 25.3.4. See p. 14.
- V. Jovovic and G. Kilibarda, On the number of Boolean functions in the Post classes F^{mu}_8, Diskretnaya Matematika, 11(4) (1999), 127-138 (translated in Discrete Mathematics and Applications, 9(6) (1999), 593-605).
- C. Lienkaemper, When do neural codes come from convex or good covers?, 2015.
- C. L. Mallows, Emails to N. J. A. Sloane, Jun-Jul 1991
- Gus Wiseman, Sequences enumerating clutters, antichains, hypertrees, and hyperforests, organized by labeling, spanning, and allowance of singletons.
Cf.
A000372,
A003182,
A006126 (labeled case),
A007411,
A014466,
A261005,
A293993,
A304997,
A304998,
A304999,
A305001,
A305855,
A306505,
A320449,
A321679.
a(6) from A. Boneh, 32 Hantkeh St., Haifa 34608, Israel, Mar 31 2000
A056939
Array read by antidiagonals: number of antichains (or order ideals) in the poset 3*m*n or plane partitions with rows <= m, columns <= n and entries <= 3.
Original entry on oeis.org
1, 1, 1, 1, 4, 1, 1, 10, 10, 1, 1, 20, 50, 20, 1, 1, 35, 175, 175, 35, 1, 1, 56, 490, 980, 490, 56, 1, 1, 84, 1176, 4116, 4116, 1176, 84, 1, 1, 120, 2520, 14112, 24696, 14112, 2520, 120, 1, 1, 165, 4950, 41580, 116424, 116424, 41580, 4950, 165, 1
Offset: 0
The initial rows of the array are:
1 1 1 1 1 1 ...
1 4 10 20 35 56 ...
1 10 50 175 490 1176 ...
1 20 175 980 4116 14112 ...
1 35 490 4116 24696 116424 ...
1 56 1176 14112 116424 731808 ...
...
Considered as a triangle, the initial rows are:
[1],
[1, 1],
[1, 4, 1],
[1, 10, 10, 1],
[1, 20, 50, 20, 1],
[1, 35, 175, 175, 35, 1],
[1, 56, 490, 980, 490, 56, 1],
[1, 84, 1176, 4116, 4116, 1176, 84, 1],
[1, 120, 2520, 14112, 24696, 14112, 2520, 120, 1],
[1, 165, 4950, 41580, 116424, 116424, 41580, 4950, 165, 1],
[1, 220, 9075, 108900, 457380, 731808, 457380, 108900, 9075, 220, 1]
...
- Berman and Koehler, Cardinalities of finite distributive lattices, Mitteilungen aus dem Mathematischen Seminar Giessen, 121 (1976), p. 103-124
- R. P. Stanley, Theory and application of plane partitions. II. Studies in Appl. Math. 50 (1971), p. 259-279. Thm. 18.1
- Paul Barry, On Integer-Sequence-Based Constructions of Generalized Pascal Triangles, Journal of Integer Sequences, Vol. 9 (2006), Article 06.2.4.
- J. Berman and P. Koehler, Cardinalities of finite distributive lattices, Mitteilungen aus dem Mathematischen Seminar Giessen, 121 (1976), 103-124. [Annotated scanned copy]
- Johann Cigler, Pascal triangle, Hoggatt matrices, and analogous constructions, arXiv:2103.01652 [math.CO], 2021.
- Johann Cigler, Some observations about Hoggatt triangles, Universität Wien (Austria, 2021).
- Johann Cigler, Some observations about Hankel determinants of the columns of Pascal triangle and related topics, arXiv:2202.07298 [math.CO], 2022.
- Stefan Felsner, Eric Fusy, Marc Noy, and David Orden, Bijections for Baxter families and related objects, J. Combin. Theory Ser. A, 118(3):993-1020, 2011.
- V. E. Hoggatt, Jr., Letter to N. J. A. Sloane, Apr 1977
- P. A. MacMahon, Combinatory analysis, section 495, 1916.
Triangles of generalized binomial coefficients (n,k)_m (or generalized Pascal triangles) for m = 1..12:
A007318 (Pascal),
A001263,
A056939,
A056940,
A056941,
A142465,
A142467,
A142468,
A174109,
A342889,
A342890,
A342891.
-
# To get initial terms of the array - N. J. A. Sloane, Apr 20 2021
bb := (k,l) -> binomial(k+l,k)*binomial(k+l+1,k)*binomial(k+l+2,k)*2/((k+1)^2*(k+2));
for k from 0 to 8 do
lprint([seq(bb(k,l),l=0..8)]);
od:
-
t[n_, m_] = 2*Binomial[n, m]*Binomial[n + 1, m + 1]* Binomial[n + 2, m + 2]/((n - m + 1)^2*(n - m + 2)); Flatten[Table[Table[t[n, m], {m, 0, n}], {n, 0, 10}]] (* Roger L. Bagula, Jan 28 2009 *)
-
\\ cf. A359363
C=binomial;
T(n,k)=if(n==0&&k==0,1,(C(n+1,k-1)*C(n+1,k)*C(n+1,k+1))/(C(n+1,1)*C(n+1,2)));
for(n=1,10,for(k=1,n,print1(T(n,k),", "));print()); \\ Joerg Arndt, Jan 04 2024
A001206
Number of self-dual monotone Boolean functions of n variables.
Original entry on oeis.org
0, 1, 2, 4, 12, 81, 2646, 1422564, 229809982112, 423295099074735261880
Offset: 0
a(2) = 1 + 1 = 2;
a(3) = 1 + 3 = 4;
a(4) = 1 + 7 + 3 + 1 = 12;
a(5) = 1 + 15 + 30 + 30 + 5 = 81;
a(6) = 1 + 31 + 195 + 605 + 780 + 543 + 300 + 135 + 45 + 10 + 1 = 2646;
a(7) = 1 + 63 + 1050 + 9030 + 41545 + 118629 + 233821 + 329205 + 327915 + 224280 + 100716 + 29337 + 5950 + 910 + 105 + 1 = 1422564.
Cf. A059090.
From _Gus Wiseman_, Jul 03 2019: (Start)
The a(1) = 1 through a(4) = 12 intersecting antichains of nonempty sets (see Jovovic and Kilibarda's comment):
{} {} {} {}
{{1}} {{1}} {{1}}
{{2}} {{2}}
{{1,2}} {{3}}
{{1,2}}
{{1,3}}
{{2,3}}
{{1,2,3}}
{{1,2},{1,3}}
{{1,2},{2,3}}
{{1,3},{2,3}}
{{1,2},{1,3},{2,3}}
(End)
- Martin Aigner and Günter M. Ziegler, Proofs from THE BOOK, Third Edition, Springer-Verlag, 2004. See chapter 22.
- V. Jovovic and G. Kilibarda, The number of n-variable Boolean functions in the Post class F(7,2), Belgrade, 2001, in preparation.
- D. E. Knuth, The Art of Computer Programming, Vol. 4A, Section 7.1.1, p. 79.
- W. F. Lunnon, The IU function: the size of a free distributive lattice, pp. 173-181 of D. J. A. Welsh, editor, Combinatorial Mathematics and Its Applications. Academic Press, NY, 1971.
- Charles F. Mills and W. M. Mills, The calculation of λ(8), preprint, 1979. Gives a(8).
- E. Miller and B. Sturmfels, Combinatorial Commutative Algebra, Springer, 2005.
- N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
- N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
- Taras Banakh, Volodymyr Gavrylkiv, Automorphism groups of superextensions of groups, arXiv:1802.05804 [math.GR], 2018.
- Jan C. Bioch and Toshihide Ibaraki, Generating and approximating nondominated coteries, IEEE Transactions on parallel and distributed systems 6 (1995), 905-914.
- A. E. Brouwer and A. Verbeek, Counting families of mutually intersecting sets, Report ZN 41, March 1972, Math. Centr., Amsterdam. Gives a(n) for n <= 7.
- A. E. Brouwer and A. Verbeek, Counting families of mutually intersecting sets, Electronic Journal of Combinatorics, Volume 20, Issue 2 (2013), Paper #P8.
- Gábor Damásdi, Stefan Felsner, António Girão, Balázs Keszegh, David Lewis, Dániel T. Nagy, Torsten Ueckerdt, On Covering Numbers, Young Diagrams, and the Local Dimension of Posets, arXiv:2001.06367 [math.CO], 2020.
- Jesús A. De Loera, Serkan Hoşten, Robert Krone, Lily Silverstein, Average Behavior of Minimal Free Resolutions of Monomial Ideals, arXiv:1802.06537 [math.AC], 2018.
- Serkan Hosten and Walter D. Morris, Jr., The order dimension of the complete graph, Discrete Math. 201 (1999), pp. 133-139.
- D. E. Loeb, Challenges in playing multiplayer games, in Levy and Beal, editors, Heuristic Programming in Artificial Intelligence, vol. 4, Ellis Horwood, 1994. [broken link]
- D. E. Loeb and A. Meyerowitz, The maximal intersecting family of sets graph, in H. Barcelo and G. Kalai, editors, Proceedings of the Conference on Jerusalem Combinatorics 1993. AMS series Contemporary Mathematics, 1994.
- Bartłomiej Pawelski, Counting and generating monotone Boolean functions, Doctoral Diss., Univ. Gdańsk, (Poland, 2024). See pp. 12, 15, 38, 49, 58, 73.
- Bartlomiej Pawelski and Andrzej Szepietowski, Divisibility properties of Dedekind numbers, arXiv:2302.04615 [math.CO], 2023.
- N. M. Rivière, Recursive formulas on free distributive lattices, J. Combinatorial Theory 5 1968 229--234. MR0231764 (38 #92).
- Tom Trotter, An Application of the Erdős/Stone Theorem, Slides, Sept. 13, 2001.
- Index entries for sequences related to Boolean functions
The case with empty edges allowed is
A326372.
The case with empty intersection is
A326366.
The inverse binomial transform is the covering case
A305844.
-
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],{1,n}],Or[Intersection[#1,#2]=={},SubsetQ[#1,#2]]&]],{n,0,5}] (* Gus Wiseman, Jul 03 2019 *)
a(8) due to C. F. Mills & W. H. Mills, 1979
A305000
Number of labeled antichains of finite sets spanning some subset of {1,...,n} with singleton edges allowed.
Original entry on oeis.org
1, 2, 8, 72, 1824, 220608, 498243968, 309072306743552, 14369391925598802012151296, 146629927766168786239127150948525247729660416
Offset: 0
The a(2) = 8 antichains:
{}
{{1}}
{{2}}
{{1,2}}
{{1},{2}}
{{1},{1,2}}
{{2},{1,2}}
{{1},{2},{1,2}}
- Aniruddha Biswas and Palash Sarkar, Counting unate and balanced monotone Boolean functions, arXiv:2304.14069 [math.CO], 2023.
- Aniruddha Biswas and Palash Sarkar, Counting Unate and Monotone Boolean Functions Under Restrictions of Balancedness and Non-Degeneracy, J. Int. Seq. (2025) Vol. 28, Art. No. 25.3.4. See pp. 4, 12.
- Gus Wiseman, Sequences enumerating clutters, antichains, hypertrees, and hyperforests, organized by labeling, spanning, and allowance of singletons.
A305001
Number of labeled antichains of finite sets spanning n vertices without singletons.
Original entry on oeis.org
1, 0, 1, 5, 87, 6398, 7745253, 2414573042063, 56130437190053518791691, 286386577668298410118121281898931424413687
Offset: 0
The a(3) = 5 antichains:
{{1,2,3}}
{{1,2},{1,3}}
{{1,2},{2,3}}
{{1,3},{2,3}}
{{1,2},{1,3},{2,3}}
The binomial transform is the non-covering case
A307249.
The second binomial transform is
A014466.
Cf.
A000372,
A003182,
A006126,
A006602,
A046165,
A261005,
A304996,
A304997,
A304998,
A304999,
A305000,
A326358,
A326359.
-
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[Select[stableSets[Subsets[Range[n],{1,n}],SubsetQ],And[Union@@#==Range[n],#=={}||Intersection@@#=={}]&]],{n,0,5}] (* Gus Wiseman, Jul 03 2019 *)
A046165
Number of minimal covers of n objects.
Original entry on oeis.org
1, 1, 2, 8, 49, 462, 6424, 129425, 3731508, 152424420, 8780782707, 710389021036, 80610570275140, 12815915627480695, 2855758994821922882, 892194474524889501292, 391202163933291014701953, 240943718535427829240708786, 208683398342300491409959279244
Offset: 0
From _Gus Wiseman_, Jul 02 2019: (Start)
The a(1) = 1 through a(3) = 8 minimal covers:
{{1}} {{1,2}} {{1,2,3}}
{{1},{2}} {{1},{2,3}}
{{2},{1,3}}
{{3},{1,2}}
{{1,2},{1,3}}
{{1,2},{2,3}}
{{1},{2},{3}}
{{1,3},{2,3}}
(End)
- Alois P. Heinz, Table of n, a(n) for n = 0..113
- Damian Bursztyn, François Goasdoué, and Ioana Manolescu, Optimizing Reformulation-based Query Answering in RDF, [Research Report] RR-8646, INRIA Saclay. 2014.
- D. Deligeorgaki, A. Markham, P. Misra, and L. Solus, Combinatorial and algebraic perspectives on the marginal independence structure of Bayesian networks, arXiv:2210.00822 [stat.ME], 2022.
- Giovanni Resta, Illustration of a(4)=49.
- Eric Weisstein's World of Mathematics, Minimal Cover
Minimal covering simple graphs are
A053530.
-
a:= n-> add(add((-1)^i* binomial(k,i) *(2^k-1-i)^n, i=0..k)/k!, k=0..n):
seq(a(n), n=0..20); # Alois P. Heinz, Aug 19 2008
-
Table[Sum[Sum[Binomial[n,i]StirlingS2[i,k](2^k-k-1)^(n-i),{i,k,n}],{k,2,n}]+1,{n,1,20}] (* Geoffrey Critzer, Jun 27 2013 *)
A007153
Dedekind numbers: number of monotone Boolean functions or antichains of subsets of an n-set containing at least one nonempty set.
Original entry on oeis.org
0, 1, 4, 18, 166, 7579, 7828352, 2414682040996, 56130437228687557907786, 286386577668298411128469151667598498812364
Offset: 0
a(2)=4 from the antichains {{1}}, {{2}}, {{1,2}}, {{1},{2}}.
- I. Anderson, Combinatorics of Finite Sets. Oxford Univ. Press, 1987, p. 38.
- J. L. Arocha, (1987) "Antichains in ordered sets" [ In Spanish ]. Anales del Instituto de Matematicas de la Universidad Nacional Autonoma de Mexico 27: 1-21.
- R. Balbes and P. Dwinger, Distributive Lattices, Univ. Missouri Press, 1974, see p. 97. - N. J. A. Sloane, Aug 15 2010
- J. Berman, "Free spectra of 3-element algebras", in R. S. Freese and O. C. Garcia, editors, Universal Algebra and Lattice Theory (Puebla, 1982), Lect. Notes Math. Vol. 1004, 1983.
- G. Birkhoff, Lattice Theory. American Mathematical Society, Colloquium Publications, Vol. 25, 3rd ed., Providence, RI, 1967, p. 63.
- L. Comtet, Advanced Combinatorics, Reidel, 1974, p. 273.
- M. A. Harrison, Introduction to Switching and Automata Theory. McGraw Hill, NY, 1965, p. 188.
- W. F. Lunnon, The IU function: the size of a free distributive lattice, pp. 173-181 of D. J. A. Welsh, editor, Combinatorial Mathematics and Its Applications. Academic Press, NY, 1971.
- S. Muroga, Threshold Logic and Its Applications. Wiley, NY, 1971, p. 38 and 214.
- N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
- N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
- D. B. West, Introduction to Graph Theory, 2nd ed., Prentice-Hall, NJ, 2001, p. 349.
- K. S. Brown, Dedekind's problem
- J. Berman, Free spectra of 3-element algebras, R. S. Freese and O. C. Garcia, editors, Universal Algebra and Lattice Theory (Puebla, 1982), Lect. Notes Math. Vol. 1004, 1983. (Annotated scanned copy)
- Sara Billey and Matjaž Konvalinka, Generalized rank functions and quilts of alternating sign matrices, arXiv:2412.03236 [math.CO], 2024. See pp. 32, 35.
- R. Church, Numerical analysis of certain free distributive lattices, Duke Math. J., 6 (1940), 732-734.
- Jacob North Clark and Stephen Montgomery-Smith, Shapley-like values without symmetry, arXiv:1809.07747 [econ.TH], 2018.
- J. D. Farley, Was Gelfand right? The many loves of lattice theory, Notices AMS 69:2 (2022), 190-197.
- J. L. King, Brick tiling and monotone Boolean functions
- D. J. Kleitman, On Dedekind's problem: The number of monotone Boolean functions, Proc. Amer. Math. Soc. 21 1969 677-682.
- D. J. Kleitman and G. Markowsky, On Dedekind's problem: the number of isotone Boolean functions. II, Trans. Amer. Math. Soc. 213 (1975), 373-390.
- N. M. Rivière, Recursive formulas on free distributive lattices, J. Combin. Theory, 5 (1968), 229-234. - _N. J. A. Sloane_, Aug 15 2010
- N. J. A. Sloane, My favorite integer sequences, in Sequences and their Applications (Proceedings of SETA '98).
- M. Ward, Note on the order of the free distributive lattice, Bull. Amer. Math. Soc., (1946), Abstract 52-5-135 p.423. - _N. J. A. Sloane_, Aug 15 2010
- Eric Weisstein's World of Mathematics, Antichain
- D. H. Wiedemann, A computation of the eighth Dedekind number, Order 8 (1991) 5-6.
- K. Yamamoto, Logarithmic order of free distributive lattice, Math. Soc. Japan, 6 (1954), 343-353. - _N. J. A. Sloane_, Aug 15 2010
- Index entries for sequences related to Boolean functions
Last term from D. H. Wiedemann, personal communication
Comments