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.

A187263 Number of nonempty subsets of {1, 2, ..., n} with <=2 pairwise coprime elements.

This page as a plain text file.
%I A187263 #7 Mar 30 2012 17:37:34
%S A187263 1,3,6,9,14,17,24,29,36,41,52,57,70,77,86,95,112,119,138,147,160,171,
%T A187263 194,203,224,237,256,269,298,307,338,355,376,393,418,431,468,487,512,
%U A187263 529,570,583,626,647,672,695,742,759,802,823
%N A187263 Number of nonempty subsets of {1, 2, ..., n} with <=2 pairwise coprime elements.
%H A187263 Alois P. Heinz, <a href="/A187263/b187263.txt">Table of n, a(n) for n = 1..10000</a>
%F A187263 a(n) = A187262(n,2).
%e A187263 a(4) = 9 because there are 9 nonempty subsets of {1,2,3,4} with <=2 pairwise coprime elements: {1}, {2}, {3}, {4}, {1,2}, {1,3}, {1,4}, {2,3}, {3,4}.
%Y A187263 Column 2 of triangle A187262.  First differences are A039649 for n>1.
%K A187263 nonn
%O A187263 1,2
%A A187263 _Alois P. Heinz_, Mar 07 2011