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.
%I A319239 #5 Sep 16 2018 21:35:53 %S A319239 1,2,3,5,7,8,11,13,16,17,19,23,24,27,29,30,31,32,36,37,40,41,42,43,47, %T A319239 53,54,56,59,60,61,64,66,67,70,71,73,78,79,81,83,84,88,89,90,96,97, %U A319239 100,101,102,103,104,105,107,109,110,113,114,120,125,126,127,128 %N A319239 Positions of nonzero terms in A316441, the list of coefficients in the expansion of Product_{n > 1} 1/(1 + 1/n^s). %t A319239 facs[n_]:=If[n<=1,{{}},Join@@Table[Map[Prepend[#,d]&,Select[facs[n/d],Min@@#>=d&]],{d,Rest[Divisors[n]]}]]; %t A319239 Join@@Position[Table[Sum[(-1)^Length[f],{f,facs[n]}],{n,100}],_Integer?(Abs[#]>0&)] %Y A319239 Complement of A319240. %Y A319239 Cf. A001055, A045778, A114592, A162247, A190938, A281116, A281118, A303386, A316441, A319237. %K A319239 nonn %O A319239 1,2 %A A319239 _Gus Wiseman_, Sep 15 2018