login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Number of subsets of {1, 2, ..., n} containing n and having <=3 pairwise coprime elements.
4

%I #13 Oct 04 2018 18:48:18

%S 1,2,4,4,10,4,18,11,19,10,42,11,58,21,30,33,96,22,120,36,62,48,172,37,

%T 147,69,128,70,270,37,308,123,158,117,208,75,432,147,218,119,530,78,

%U 584,186,228,212,696,133,594,191,380,256,882,166,547

%N Number of subsets of {1, 2, ..., n} containing n and having <=3 pairwise coprime elements.

%H Alois P. Heinz, <a href="/A186987/b186987.txt">Table of n, a(n) for n = 1..10000</a>

%e a(6) = 4 because there are 4 subsets of {1,2,3,4,5,6} containing 6 and having <=3 pairwise coprime elements: {6}, {1,6}, {5,6}, {1,5,6}.

%Y Column 3 of triangle A186975. Sum of A039649 and A185953 for n>1.

%K nonn,look

%O 1,2

%A _Alois P. Heinz_, Mar 03 2011