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:31:22
%S 1,1,1,1,1,3,6,11,22,44,86,172,344,684,1368,2736,5464,10928,21856,
%T 43696,87392,174784,349536,699072,1398144,2796224,5592448,11184896,
%U 22369664,44739328,89478656,178957056,357914112,715828224,1431655936
%N Number of subsets of {1,2,3,...,n} that sum to 0 mod 12.
%F Empirical G.f.: -(2*x^8-x^7-2*x^6-3*x^5-x^4+3*x^3+x^2+x-1) / ((2*x-1)*(2*x^3-1)). [_Colin Barker_, Dec 22 2012]
%Y 12th row of A068009.
%K nonn
%O 0,6
%A _Antti Karttunen_, Feb 11 2002