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”).
%I #24 Oct 28 2020 16:15:48
%S 0,0,0,0,1,4,6,18,35,84,137,323,591,1313,2033,4360,7406,15581,23682,
%T 49184,84017,171744,259818,528784,853143,1727011,2601181,5243126,
%U 8784832,17662987,26541257,53279330,86241323,172871156,259534578,519917139
%N Number of subsets of {1, ..., n} that are double-free but not sum-free.
%H Fausto A. C. Cariboni, <a href="/A088810/b088810.txt">Table of n, a(n) for n = 0..88</a>
%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/Double-FreeSet.html">Double-Free Set</a>
%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/Sum-FreeSet.html">Sum-Free Set</a>
%H Reinhard Zumkeller, <a href="/A088808/a088808.txt">Illustration of initial terms</a>
%F a(n) = A050291(n) - A007865(n) = A088809(n) - A088812(n).
%K nonn
%O 0,6
%A _Reinhard Zumkeller_, Oct 19 2003
%E Terms a(28) and beyond from _Fausto A. C. Cariboni_, Sep 27 2020