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.
%I A305564 #5 Jun 05 2018 22:36:01 %S A305564 1,1,1,2,1,7,1,4,2,7,1,32,1,7,7,8,1,32,1,32,7,7,1,136,2,7,4,32,1,193, %T A305564 1,16,7,7,7,322,1,7,7,136,1,193,1,32,32,7,1,560,2,32,7,32,1,136,7,136, %U A305564 7,7,1,3464,1,7,32,32,7,193,1,32,7,193,1,2852,1,7 %N A305564 Number of finite sets of relatively prime positive integers with least common multiple n. %e A305564 The a(6) = 7 sets are {1,6}, {2,3}, {1,2,3}, {1,2,6}, {1,3,6}, {2,3,6}, {1,2,3,6}. %t A305564 Table[Length[Select[Rest[Subsets[Divisors[n]]],And[GCD@@#==1,LCM@@#==n]&]],{n,100}] %Y A305564 Cf. A001055, A071625, A076078, A181819, A275870, A281116, A285573, A285572, A290103, A304818, A305563, A305565, A305566, A305567. %K A305564 nonn %O A305564 1,4 %A A305564 _Gus Wiseman_, Jun 05 2018