OFFSET
0,3
COMMENTS
The strict case is A326117.
Also the number of subsets of {2..n} containing all of their integer products <= n. For example, the a(1) = 1 through a(5) = 12 subsets are:
{} {} {} {} {} {}
{2} {2} {3} {3}
{3} {4} {4}
{2,3} {2,4} {5}
{3,4} {2,4}
{2,3,4} {3,4}
{3,5}
{4,5}
{2,3,4}
{2,4,5}
{3,4,5}
{2,3,4,5}
FORMULA
a(n > 0) = A326076(n)/2.
EXAMPLE
The a(1) = 1 through a(5) = 12 subsets:
{} {} {} {} {}
{2} {2} {2} {2}
{3} {3} {3}
{2,3} {4} {4}
{2,3} {5}
{3,4} {2,3}
{2,5}
{3,4}
{3,5}
{4,5}
{2,3,5}
{3,4,5}
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Jun 06 2019
EXTENSIONS
Terms a(21) and beyond from Andrew Howroyd, Aug 30 2019
STATUS
approved