OFFSET
1,1
COMMENTS
The divisor lattice D(n) is the lattice of the divisors of the natural number n.
The empty set is counted as an antichain in D(n).
a(n) = gamma(n+1) where gamma is degree of cardinal completeness of Łukasiewicz n-valued logic. - Artur Jasinski, Mar 01 2010
REFERENCES
Alexander S. Karpenko, Lukasiewicz's Logics and Prime Numbers, Luniver Press, Beckington, 2006. See Table I p. 113.
LINKS
Arkadiusz Wesolowski, Table of n, a(n) for n = 1..990
FORMULA
a(n) = A285573(n) + 1. - Gus Wiseman, Aug 24 2018
MATHEMATICA
nn=200;
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[Divisors[n], Divisible]], {n, nn}] (* Gus Wiseman, Aug 24 2018 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Yuval Dekel (dekelyuval(AT)hotmail.com), Aug 17 2004
EXTENSIONS
More terms from John W. Layman, Aug 20 2004
STATUS
approved