OFFSET
0,2
COMMENTS
If this sequence counts product-free sets, A326081 counts product-closed sets.
LINKS
Fausto A. C. Cariboni, Table of n, a(n) for n = 0..47
FORMULA
For n > 0, a(n) = A326116(n) + 1.
EXAMPLE
The a(6) = 28 sets:
{} {1} {2,3} {2,3,4} {2,3,4,5}
{2} {2,4} {2,3,5} {2,4,5,6}
{3} {2,5} {2,4,5} {3,4,5,6}
{4} {2,6} {2,4,6}
{5} {3,4} {2,5,6}
{6} {3,5} {3,4,5}
{3,6} {3,4,6}
{4,5} {3,5,6}
{4,6} {4,5,6}
{5,6}
MATHEMATICA
Table[Length[Select[Subsets[Range[n]], Intersection[#, Select[Times@@@Subsets[#, {2}], #<=n&]]=={}&]], {n, 0, 20}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jun 06 2019
EXTENSIONS
Terms a(21)-a(36) from Andrew Howroyd, Aug 30 2019
STATUS
approved