cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A343660 Number of maximal pairwise coprime sets of at least two divisors > 1 of n.

This page as a plain text file.
%I A343660 #11 Apr 28 2021 20:44:43
%S A343660 0,0,0,0,0,1,0,0,0,1,0,2,0,1,1,0,0,2,0,2,1,1,0,3,0,1,0,2,0,4,0,0,1,1,
%T A343660 1,4,0,1,1,3,0,4,0,2,2,1,0,4,0,2,1,2,0,3,1,3,1,1,0,8,0,1,2,0,1,4,0,2,
%U A343660 1,4,0,6,0,1,2,2,1,4,0,4,0,1,0,8,1,1,1
%N A343660 Number of maximal pairwise coprime sets of at least two divisors > 1 of n.
%F A343660 a(n) = A343652(n) - A005361(n).
%e A343660 The a(n) sets for n = 6, 12, 24, 30, 36, 60, 72, 96:
%e A343660   {2,3}  {2,3}  {2,3}  {5,6}    {2,3}  {5,6}    {2,3}  {2,3}
%e A343660          {3,4}  {3,4}  {2,15}   {2,9}  {2,15}   {2,9}  {3,4}
%e A343660                 {3,8}  {3,10}   {3,4}  {3,10}   {3,4}  {3,8}
%e A343660                        {2,3,5}  {4,9}  {3,20}   {3,8}  {3,16}
%e A343660                                        {4,15}   {4,9}  {3,32}
%e A343660                                        {5,12}   {8,9}
%e A343660                                        {2,3,5}
%e A343660                                        {3,4,5}
%t A343660 fasmax[y_]:=Complement[y,Union@@Most@*Subsets/@y];
%t A343660 Table[Length[fasmax[Select[Subsets[Rest[Divisors[n]]],CoprimeQ@@#&]]],{n,100}]
%Y A343660 The case of pairs is A089233.
%Y A343660 The case with 1's is A343652.
%Y A343660 The case with singletons is (also) A343652.
%Y A343660 The non-maximal version is A343653.
%Y A343660 The non-maximal version with 1's is A343655.
%Y A343660 The version for subsets of {2..n} is A343659 (for n > 2).
%Y A343660 A018892 counts coprime unordered pairs of divisors.
%Y A343660 A051026 counts pairwise indivisible subsets of {1..n}.
%Y A343660 A066620 counts pairwise coprime 3-sets of divisors.
%Y A343660 A100565 counts pairwise coprime unordered triples of divisors.
%Y A343660 Cf. A005361, A007359, A007360, A067824, A074206, A225520, A276187, A320426, A325683, A326077, A326359, A326496, A337485, A343654.
%K A343660 nonn
%O A343660 1,12
%A A343660 _Gus Wiseman_, Apr 26 2021