OFFSET
1,12
EXAMPLE
The a(n) sets for n = 6, 12, 24, 30, 36, 60, 72, 96:
{2,3} {2,3} {2,3} {2,3} {2,3} {2,3} {2,3} {2,3}
{3,4} {3,4} {2,5} {2,9} {2,5} {2,9} {3,4}
{3,8} {3,5} {3,4} {3,4} {3,4} {3,8}
{5,6} {4,9} {3,5} {3,8} {3,16}
{2,15} {4,5} {4,9} {3,32}
{3,10} {5,6} {8,9}
{2,3,5} {2,15}
{3,10}
{3,20}
{4,15}
{5,12}
{2,3,5}
{3,4,5}
MATHEMATICA
Table[Length[Select[Subsets[Rest[Divisors[n]]], CoprimeQ@@#&]], {n, 100}]
CROSSREFS
The case of pairs is A089233.
The version with 1's, empty sets, and singletons is A225520.
The version for subsets of {1..n} is A320426.
The version for strict partitions is A337485.
The version for compositions is A337697.
The version for prime indices is A337984.
The maximal case with 1's is A343652.
The version with empty sets is a(n) + 1.
The version with singletons is A343654(n) - 1.
The version with empty sets and singletons is A343654.
The version with 1's is A343655.
The maximal case is A343660.
A018892 counts pairwise coprime unordered pairs of divisors.
A048691 counts pairwise coprime ordered pairs of divisors.
A048785 counts pairwise coprime ordered triples of divisors.
A051026 counts pairwise indivisible subsets of {1..n}.
A100565 counts pairwise coprime unordered triples of divisors.
A305713 counts pairwise coprime non-singleton strict partitions.
A343659 counts maximal pairwise coprime subsets of {1..n}.
KEYWORD
nonn
AUTHOR
Gus Wiseman, Apr 25 2021
STATUS
approved