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 #6 Sep 08 2022 13:09:22
%S 1,1,1,1,3,5,10,20,38,74,146,294,586,1172,2344,4684,9364,18724,37452,
%T 74900,149800,299600,599192,1198376,2396744,4793496,9586984,19173968,
%U 38347936,76695856,153391696,306783376,613566768,1227133520,2454267040
%N Number of subsets of {1,2,3,...,n} that sum to 0 mod 7.
%F Empirical G.f.: -(2*x^7+x^5-x^4+x^3+x^2+x-1) / ((2*x-1)*(2*x^7-1)). [_Colin Barker_, Dec 22 2012]
%Y 7th row of A068009.
%K nonn
%O 0,5
%A _Antti Karttunen_, Feb 11 2002